/* @import url("//hello.myfonts.net/count/3b7ef3");
@font-face {
	font-family: 'PringleandTweed';
	src: url('../webfonts/PringleandTweed/font.woff2') format('woff2'), url('../webfonts/PringleandTweed/font.woff') format('woff');
} */
@font-face {
  font-family: Poppins;
  src: url("../webfonts/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/Poppins-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/Poppins-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/Poppins-Bold.ttf");
  font-weight: 700;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a:link {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:focus {
  color: rgb(178.5, 178.5, 178.5);
  text-decoration: none;
}

a:hover {
  color: rgb(178.5, 178.5, 178.5);
  text-decoration: none;
}

a:active {
  color: #ffffff;
  text-decoration: none;
}

:root {
  font-size: 16px;
}

body {
  color: #000000;
  background-color: #fbffbd;
  font-family: "Poppins", sans-serif;
  line-height: 1.3rem;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  margin: 1.1rem 0;
}

p span {
  font-weight: 500;
}

h1 {
  font-family: "blockhead-plain", sans-serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1.9rem 0;
}

/* h2 {
	font-family: $ff-main;
	font-size: 1.1rem;	
} */
h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

h5 {
  font-family: "blockhead-plain", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 2.3rem;
  margin: 1.8rem 0;
  text-align: left;
}

h6 {
  font-family: "PringleandTweed", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 3rem;
  margin: 1.8rem 0;
}

.greyOut {
  color: grey;
}
.greyOut a:link {
  color: grey !important;
}

#wrapper {
  height: 100%;
  min-width: 360px;
}

.wideWr {
  width: 95vw;
  text-align: center;
  margin: 0 auto;
}

#navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 10;
  background-color: hsl(0, 0%, 3%);
}

.hamburger {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 11px;
  background: linear-gradient(rgb(216.75, 216.75, 216.75) 0%, rgb(216.75, 216.75, 216.75) 16%, transparent 16%, transparent 42%, rgb(216.75, 216.75, 216.75) 42%, rgb(216.75, 216.75, 216.75) 58%, transparent 58%, transparent 84%, rgb(216.75, 216.75, 216.75) 84%, rgb(216.75, 216.75, 216.75) 100%);
  cursor: pointer;
  height: 19px;
  width: 26px;
  text-transform: uppercase;
}

.hamburger p {
  position: absolute;
  left: 38px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 100;
  margin: 0;
}

.menu {
  position: relative;
  height: 40px;
  padding-top: 5px;
}

.menuList {
  flex-direction: column;
  display: none;
  background-color: rgba(0, 0, 0, 0.94);
  height: calc(100vh + 10px);
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0;
  padding: 5vh 0 5vh 0;
  text-transform: uppercase;
  width: 106%;
  margin: -2.6%;
}

.menuActive {
  display: flex;
}

.menuList li {
  padding: 20px;
  list-style: none;
}

#cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* 	background-image: url(../img/cover-m.jpg);
  	background-size: cover;
  	background-repeat: no-repeat; */
  aspect-ratio: 1/1;
  z-index: 8;
  background-image: url(../img/tear-m.png), url(../img/cover-m.jpg);
  background-size: 100%, cover;
  background-repeat: no-repeat;
  background-position: bottom, center;
}

#coverWr {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

#logo-1 {
  display: block;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

#logo-2 {
  display: block;
  width: 100%;
}

#dreiklang {
  z-index: 9;
  margin: 9% auto 7% auto;
  text-align: center;
  display: none;
  width: 100%;
}

.menuList-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
}
.menuList-2 li {
  list-style: none;
}
.menuList-2 li:first-child,
.menuList-2 li:nth-child(2) {
  width: 28%;
}
.menuList-2 li:nth-child(3) {
  width: 44%;
}
.menuList-2 img {
  height: 3rem;
  margin: 0 auto;
  filter: drop-shadow(2px 2px 6px hsla(0, 0%, 0%, 0.5));
}

.flipCard-container {
  height: 100%;
  cursor: pointer;
}

.flipCard {
  position: relative;
  transition: transform 1s ease;
  transform-style: preserve-3d;
}
.flipCard a:hover {
  color: #ffffff;
}

.flipCard-container:hover .flipCard {
  transform: rotateY(180deg);
}

.flipCard-front,
.flipCard-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.flipCard-front p {
  font-size: 1.35rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
  text-shadow: 2px 2px 6px hsla(0, 0%, 0%, 0.5);
  /* 		border-width: 1px;
  		border-style: solid;
  		border-color: hsl(0, 0%, 50%);
  		border-radius: 4px;
  		padding: 10px 30px; */
}

.flipCard-back {
  transform: rotateY(180deg);
}
.flipCard-back p {
  text-transform: none;
  text-shadow: 2px 2px 6px hsla(0, 0%, 0%, 0.5);
  font-size: 1rem;
}

#myBtn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  /* 	font-size: 1rem;
  	color: darken($clr-main-1, 15%); */
}
#myBtn img {
  width: 42px;
}

.textblock {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.toTop {
  display: none;
}

.linkTransformLight a:link {
  color: #000000;
  text-decoration: underline;
}
.linkTransformLight a:visited {
  color: #000000;
  text-decoration: none;
}
.linkTransformLight a:focus {
  color: #666666;
  text-decoration: none;
}
.linkTransformLight a:hover {
  color: #666666;
  text-decoration: none;
}
.linkTransformLight a:active {
  color: #000000;
  text-decoration: none;
}

.linkTransformDark a:link {
  color: #ffffff;
  text-decoration: underline;
}
.linkTransformDark a:visited {
  color: #ffffff;
  text-decoration: none;
}
.linkTransformDark a:focus {
  color: rgb(178.5, 178.5, 178.5);
  text-decoration: none;
}
.linkTransformDark a:hover {
  color: rgb(178.5, 178.5, 178.5);
  text-decoration: none;
}
.linkTransformDark a:active {
  color: #ffffff;
  text-decoration: none;
}

#konzerte,
#foerderung,
#entfaltung,
#presse,
#assistenz,
#kontakt,
#datenschutz {
  padding-top: 5vh;
  padding-bottom: 3vh;
}

#konzerte {
  background-image: url(../img/ybg-9i.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#konzerte img {
  text-align: left;
}

.eb-logo {
  width: 16rem;
}

.school-logo {
  width: 16rem;
}

.date {
  border-width: 0 0 1px 0;
  border-style: solid;
  /* font-weight: 500; */
}

#foerderung,
#assistenz {
  background-image: url(../img/chalkboard-bg-m.webp);
  background-size: 100% 100%;
  color: #ffffff;
  font-weight: 300;
}

#entfaltung {
  background-image: url(../img/ybg-5i.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#assistenz img {
  width: 100%;
  float: none;
  padding: 0 0 0.8rem 0;
}

#kontakt {
  background-image: url(../img/ybg-11i.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* #kontakt {
	color: $clr-main-1;
	background-image: url("../img/chalkboard-bg.webp");
	background-repeat: no-repeat;
	background-size: 100% 101%;
} */
#datenschutz {
  color: #000000;
}

#footer {
  display: flex;
  justify-content: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-color: hsl(0, 0%, 3%);
  padding-top: 1.5rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footerText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.95rem;
  padding-bottom: 5%;
}
.footerText a:link {
  color: rgb(209.1, 209.1, 209.1);
  text-decoration: none;
}
.footerText a:visited {
  color: rgb(209.1, 209.1, 209.1);
  text-decoration: none;
}
.footerText a:focus {
  color: rgb(127.5, 127.5, 127.5);
  text-decoration: none;
}
.footerText a:hover {
  color: rgb(127.5, 127.5, 127.5);
  text-decoration: none;
}
.footerText a:active {
  color: rgb(209.1, 209.1, 209.1);
  text-decoration: none;
}

#logo-3 {
  display: block;
  width: 70%;
  padding-bottom: 2.5%;
  margin-left: 0;
}

@media (min-width: 800px) {
  body {
    line-height: 1.65rem;
  }
  p {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
  h5 {
    font-size: 3rem;
    line-height: 3.3rem;
    margin: 3rem 0;
  }
  h6 {
    font-size: 4.6rem;
    line-height: 6rem;
  }
  .wideWr,
  .menuList {
    max-width: 95vw;
  }
  .hamburger {
    display: none;
  }
  #navigation {
    height: 55px;
  }
  .menu,
  #dreiklang {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu {
    background-color: transparent;
    height: 55px;
    padding-top: 0.2rem;
  }
  .menuList {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: transparent;
    color: #ffffff;
  }
  .menuList li {
    padding: 0;
    margin-top: 6px;
  }
  #myBtn {
    z-index: -99;
  }
  #cover {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    /* 	background-image: url(../img/cover.jpg);
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center; */
    z-index: 11;
    height: max(45vh, 40vw);
    aspect-ratio: initial;
    /* aspect-ratio: 2000/1054; */
    background-image: url(../img/tear.png), url(../img/cover.jpg);
    background-size: 100%, cover;
    background-repeat: no-repeat;
    background-position: bottom, center;
  }
  #coverWr {
    height: auto;
    grid-column: 1/3;
    grid-row: 2/3;
    z-index: 12;
    align-self: start;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20%;
    padding-left: 2%;
  }
  #logo-1 {
    cursor: pointer;
    display: inline-block;
    width: min(38%, 450px);
    padding-left: 0;
    padding-right: 0;
    margin-top: -1rem;
  }
  #logo-2 {
    cursor: pointer;
    display: inline-block;
    width: min(43%, 480px);
    margin-top: -1rem;
  }
  #dreiklang {
    z-index: 12;
    grid-column: 1/3;
    grid-row: 5/6;
    /* margin: 0 auto 5% auto; */
    margin: 0 auto 0 -1rem;
    align-self: end;
    visibility: visible;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
  }
  .menuList-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: 75px;
    font-size: 0.95rem;
    font-weight: 400;
    background-color: transparent;
    color: #ffffff;
  }
  .menuList-2 li {
    padding: 0;
  }
  .menuList-2 li:first-child,
  .menuList-2 li:nth-child(2),
  .menuList-2 li:nth-child(3) {
    width: 33%;
  }
  .menuList-2 img {
    height: 4.5rem;
  }
  .menuList-2 span {
    font-size: 1.4rem;
    text-shadow: 2px 2px 6px hsla(0, 0%, 0%, 0.5);
    font-weight: 300;
  }
  .flipCard-front p {
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
  }
  .textblock p {
    padding-left: 0;
    padding-right: 0;
  }
  #foerderung,
  #assistenz {
    background-image: url(../img/chalkboard-bg.webp);
  }
  #assistenz img {
    width: 19rem;
    float: left;
    padding: 0.5rem 2rem 0.7rem 0;
  }
  .toTop,
  .toTopWh {
    display: inline-block;
    background-size: cover;
    width: 44px;
    height: 44px;
    /* margin: 5%; */
    /* opacity: 0.9; */
  }
  .toTop {
    background-image: url("../img/arrow.svg");
    margin-top: 2rem;
  }
  .toTopWh {
    background-image: url("../img/arrowWh.svg");
    margin-top: 2rem;
  }
  #footer {
    height: 110px;
  }
  .footerText {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0.5%;
    font-size: 0.92rem;
  }
  .footerText a:link {
    color: rgb(224.4, 224.4, 224.4);
    text-decoration: none;
  }
  .footerText a:visited {
    color: rgb(224.4, 224.4, 224.4);
    text-decoration: none;
  }
  .footerText a:focus {
    color: rgb(127.5, 127.5, 127.5);
    text-decoration: none;
  }
  .footerText a:hover {
    color: rgb(127.5, 127.5, 127.5);
    text-decoration: none;
  }
  .footerText a:active {
    color: rgb(224.4, 224.4, 224.4);
    text-decoration: none;
  }
  #logo-3 {
    width: 30%;
    margin-left: -2%;
  }
}
@media (min-width: 1000px) {
  p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 2.2rem;
  }
  .menuList li,
  .menuList-2 li {
    display: flex;
    align-items: center;
  }
  .menuList img,
  .menuList-2 img {
    display: inline;
    padding-right: 1rem;
  }
  .menuList span,
  .menuList-2 span {
    font-size: 1.8rem;
    font-weight: 300;
    text-shadow: 2px 2px 6px hsla(0, 0%, 0%, 0.5);
  }
  #dreiklang {
    margin: 0 auto 2% auto;
  }
  .menuList-2 li:first-child,
  .menuList-2 li:nth-child(2) {
    width: 28%;
  }
  .menuList-2 li:nth-child(3) {
    width: 44%;
  }
  .menuList-2 img {
    height: 3.7rem;
    margin: 0;
  }
  .menuList-2 span {
    font-size: 1.65rem;
  }
  .flipCard {
    width: 100%;
    height: 100%;
  }
  .flipCard-front {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flipCard-front p {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
  .flipCard-back p {
    padding-top: 0.3rem;
    font-size: 1.4rem;
  }
  #konzerte,
  #foerderung,
  #entfaltung,
  #presse,
  #assistenz,
  #kontakt,
  #datenschutz {
    padding-top: 5vh;
    padding-bottom: 4vh;
  }
}
@media (min-width: 1100px) {
  .menuList,
  .menuList-2 {
    font-size: 1.3rem;
    font-weight: 300;
  }
  #logo-1,
  #logo-2 {
    margin-top: -1.5rem;
  }
  .menuList-2 img {
    height: 3.8rem;
  }
  .menuList-2 span {
    font-size: 1.7rem;
  }
  .flipCard-front p {
    font-size: 1.35rem;
  }
  #logo-3 {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .wideWr,
  .menuList {
    max-width: 1200px;
  }
  .menu {
    padding-top: 0.1rem;
  }
  #logo-1,
  #logo-2 {
    margin-top: -2rem;
  }
  .menuList-2 img {
    height: 5rem;
  }
  .flipCard-front p {
    font-size: 1.35rem;
    letter-spacing: 0.3rem;
  }
  .footerText {
    font-size: 0.98rem;
  }
}