@charset "UTF-8";
body {
  font-family: "Open Sans", Tahoma, Arial, Verdana, sans-serif;
  font-weight: 300;
  color: #000000;
}
body a {
  text-decoration: none;
  font-weight: 500;
}

main {
  font-size: 18px;
}

.content {
  max-width: 1220px;
  padding: 0px 15px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .content {
    padding: 0px 25px;
  }
}

p {
  hyphens: auto;
  margin-bottom: 25px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.breadcrumb {
  font-size: 14px;
  margin-top: 40px;
  list-style: none;
  background-color: inherit;
  border-radius: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Oswald";
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4 {
  color: #ffffff;
}
.dark button.secundary {
  background: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.dark button.secundary:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border: 1px solid #ffffff;
}
.dark button.secundary-koop {
  background: #26193a;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.dark button.secundary-koop:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border: 1px solid #ffffff;
}

h1 {
  margin-top: 0;
}

.row h1 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .row h1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 420px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (min-width: 800px) {
  h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

.row h2 {
  font-size: 20px;
  line-height: 30px;
}
.row h2.underlined {
  margin-top: -15px;
}

h3 {
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 800px) {
  h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 30px;
}
h4.underlined {
  margin-top: -15px;
}

.underlined {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
  overflow: auto;
}

.blankohead h2 {
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(55px, 3vw, 90px);
  line-height: clamp(65px, 3vw, 100px);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
  margin-top: -115px;
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .blankohead h2 {
    font-size: 115px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  align-items: center;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .flex .item {
    width: 50%;
  }
}

.wrapper {
  height: 80px;
}

hr {
  width: 80%;
  border: 0px;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background: #ffffff url(../images/video-info.png) no-repeat center center;
}

ul.liste li {
  padding-left: 10px;
  padding-bottom: 15px;
  margin-left: 20px;
  list-style: disc;
}

.itemtext {
  margin-top: 25px;
}

@media only screen and (min-width: 1024px) {
  .itemtext {
    padding: 0 50px;
    margin-top: 0px;
  }
}
/* bo button */
button {
  font-family: "Open Sans", Tahoma, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 20px);
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px;
  padding: 10px 40px;
}
button.primary {
  background: #4b1e78;
  color: #ffffff;
  border: 1px solid #4b1e78;
}
button.primary:hover {
  background: #7b47d2;
  border: 1px solid #7b47d2;
}
button.secundary {
  background: #ffffff;
  color: #4b1e78;
  border: 1px solid #4b1e78;
}
button.secundary:hover {
  background: #7b47d2;
  color: #ffffff;
  border: 1px solid #7b47d2;
}

.sidebar .btn-primary,
.course-page-allinone .btn-primary {
  background-color: #ff9600;
  border: none;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 15px 0;
  margin-top: 15px;
}

.sidebar .btn-primary:hover {
  background-color: #ff8400;
  text-decoration: none;
}

.sidebar .btn-primary:hover {
  background-color: #ff8400;
  text-decoration: none;
}

.sidebar .btn-primary.active,
.sidebar .btn-primary:active,
.sidebar .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #301652;
  border-color: #200f36;
}

.sidebar-details li {
  padding-bottom: 15px;
}

.btn .fa {
  margin-right: 15px;
}

/* eo button */
.spalten {
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .spalten {
    columns: 2 15em;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.sidebar {
  border-left: 1px solid #eee;
  padding-right: 6px;
  padding-left: 25px;
  margin-bottom: 40px;
  margin-left: 25px;
}
@media screen and (min-width: 992px) {
  .sidebar {
    float: right;
    margin-bottom: 20px;
  }
}

.newside.sidebar {
  border-left: 0px solid #eee;
  padding: 20px;
  background-color: #efdbf7 !important;
}
.newside .btn.btn-primary {
  margin: 0px !important;
  width: 100%;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 8px;
}

/* Accordion */
.acc {
  width: 450px;
  margin: 1em auto;
  float: left;
  margin-right: 50px;
  margin-bottom: 75px;
}

.acc .choice {
  display: grid;
  grid-template-columns: 9fr 1fr;
  grid-template-areas: "name action" "panel panel";
}

.acc label:nth-child(odd) {
  grid-area: name;
}

.acc label:nth-child(even) {
  grid-area: action;
}

.acc .panel {
  grid-area: panel;
}

.acc input[name=ac] {
  display: none;
}

.acc .panel {
  margin: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(214, 164, 234, 0.2);
  line-height: 1.5;
  padding: 0 2rem;
  box-sizing: border-box;
  transition: 0.5s;
}

.acc .panel p {
  margin-top: 0;
}

.acc input.open:checked ~ .panel {
  height: auto;
  padding: 2rem;
  transition: 0.5s;
}

.acc label {
  cursor: pointer;
  background-color: #4b1e78;
  border-bottom: 2px solid #fff;
  padding: 1em;
  width: 100%;
  font-weight: 400;
  font-size: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  color: white;
}

.acc input.open:checked ~ label {
  background-color: #26193a;
  /*hsl(12, 80%, 50%) */
}

.acc label:nth-child(odd)::after {
  content: "+";
  color: white;
  float: right;
  font-size: 1.2em;
  margin-top: 0;
}

.acc input.open:checked ~ label:nth-child(odd)::after {
  content: "";
}

.acc input.open:checked ~ label.close::after {
  content: "– ";
  font-size: 1.2em;
}

.wienxtra {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 25px 0;
}

.wienxtra img {
  max-width: 350px;
  margin: auto;
}

/* Sommerfest 2022 */
.sommerfest h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.sommerfest h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 40px;
}

.sommerfest h3 {
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.sommerfest .news-info ul {
  margin-bottom: 25px;
}

.sommerfest .news-info ul li {
  list-style-type: disc;
  margin-left: 25px;
}

.sommerfest .news-info ol li {
  list-style-type: decimal;
  margin-left: 50px;
  margin-top: 25px;
}

.section-seommerfest {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.zeitplan {
  font-weight: 800;
  color: #000;
  width: 250px;
}

.sommerfest-aktion {
  width: 70%;
}

.sommerfest .news-item img {
  border: 0px solid grey;
  margin: 80px 0;
}

/* entschuldigung */
.entschuldigung {
  background: rgba(214, 164, 234, 0.4);
  padding: 25px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.entschuldigung img {
  margin-bottom: 25px;
}

.zwischenloesung {
  padding: 25px;
  border: 1px solid rgba(214, 164, 234, 0.4);
}

/* modal */
.modal {
  margin-top: 50px;
}

.modalDialog {
  position: Fixed;
  font-family: Verdana, Sans-Serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
}

.modalDialog section {
  margin-top: 20px;
  text-align: left !important;
  font-size: 16px;
}

@media screen and (min-width: 400px) {
  .modalDialog section {
    justify-content: space-between;
    gap: 25px;
  }
}
.modalDialog section.text {
  display: block;
}

.modalDialog section.text p {
  margin-bottom: 25px;
}

.modalDialog h2 {
  text-align: center;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: Auto;
}

.modalDialog > div.info {
  width: 90%;
  position: relative;
  margin: 10% Auto;
  padding: 25px 20px 25px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: Default;
}

.close {
  background-color: #606061;
  color: #ffffff !important;
  /* line-height: 25px; */
  /* position: fixed; */
  /* right: 30px; */
  text-align: Center;
  top: -10px;
  /*width: auto;
  text-decoration: None;
  font-weight: Bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000000;
  padding: 25px;*/
  opacity: 1;
}

.close:hover {
  background-color: #482e69;
  opacity: 1;
}

.btn.btn-primary.btn-text {
  color: #fff;
  text-decoration: none;
}

/* allinone */
.course-page-allinone .header-text {
  max-width: 1166px;
  margin: auto;
  color: #fff;
  margin-top: 120px;
  display: block;
  font-weight: bold;
}

.sub2 {
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 900;
  font-size: 80px;
  line-height: 75px;
  margin-top: 15px;
}

@media (min-width: 988px) and (max-width: 1199px) {
  .course-page-allinone .header-text {
    max-width: 966px;
    margin: auto;
    margin-top: 160px;
  }
}
@media (min-width: 701px) and (max-width: 987px) {
  .course-page-allinone .header-text {
    max-width: 746px;
    margin: auto;
    margin-top: 160px;
  }
}
@media (min-width: 371px) and (max-width: 700px) {
  .course-page-allinone .header-text {
    max-width: 746px;
    margin: auto;
    margin-top: 110px;
    padding-left: 15px;
  }

  .sub2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 370px) {
  .course-page-allinone .header-text {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 90px;
  }

  .sub2 {
    font-size: 66px;
    line-height: 65px;
  }
}
@media screen and (max-width: 988px) {
  .direkt-kontakt {
    width: 100%;
  }

  .mobildetails {
    display: flex;
  }

  .mobildetails li {
    margin-right: 25px;
  }
}
.allinone {
  margin-top: 80px;
}

.allinone h2 {
  text-align: center;
  color: #48217a;
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
}

.allinone h3 {
  font-size: 25px;
  line-height: 30px;
}

.allinone-kurse {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.allinone-kurse .item {
  width: 100%;
  margin-bottom: 50px;
}

.allinone-kurse .item ul {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #000;
}

.allinone-kurse .item ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 0px;
  font-size: 16px;
}

.allinone-kurse .btn-primary {
  margin-top: 10px;
}

.col-xs-6.col-sm-12.direkt-kontakt {
  margin: 50px 0;
}

@media screen and (min-width: 992px) {
  .col-xs-6.col-sm-12.direkt-kontakt {
    margin: 0;
  }
}
@media screen and (min-width: 997px) {
  .allinone-kurse .item {
    width: 49%;
  }
}

.bundle-info {
  padding: 20px;
  font-size: 15px;
  margin-top: 75px;
}

.bundle-info h2 {
  text-transform: uppercase;
}

.bundle-inhalt {
  background: #fff;
  padding: 10px;
  text-align: center;
}

#myBtn {
  background: #4B1E78;
  color: #fff;
  /*font-weight: bold; padding: 5px 25px;*/
  margin-top: 10px;
}

#myBtn:hover {
  background: #7B47D2;
}

.inhalt {
  max-width: 900px;
  font-size: 18px;
  margin: 0 auto;
  text-align: left;
}

.inhalt ul {
  list-style-type: disc;
}

.inhalt h2 {
  margin: 50px 0;
  text-align: left;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 7px 15px 15px 15px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*

.newside.sidebar  {
  border-left: 0px solid #eee;
  padding-right: 0px;
  padding-left: 0px;
  padding: 20px; 
  background-color: #efdbf7 !important;}
  .newside.sidebar a {font-weight: 900;}
.newside .col-md-offset-1 {padding: 5px;}
.newside .btn.btn-primary {margin:0px !important; width: 100%; font-weight: normal; border: 1px solid #fff;
  padding: 8px;}
  */
* {
  box-sizing: border-box;
}

#slider {
  margin-top: 50px;
}

.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 2000px;
  position: relative;
  margin: auto;
  min-height: 200px;
  background: url(../images/slider/backgrounds/02.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .slideshow-container {
    background: none;
    min-height: 335px;
  }
}

/* Caption text */
/*.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#slider .textarea {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 768px) {
  #slider .textarea {
    position: absolute;
    transform: translate(0, 0);
    top: 2%;
    left: 55%;
    text-align: left;
    max-height: 500px;
  }
}
@media (min-width: 880px) {
  #slider .textarea {
    top: 10%;
  }
}
@media (min-width: 1225px) {
  #slider .textarea {
    top: 15%;
  }
}
#slider .textarea .top {
  min-width: 300px;
}
#slider .textarea .top .slidetitle-klein {
  font-size: clamp(20px, 2.5vw, 40px);
  line-height: clamp(20px, 2.5vw, 40px);
  letter-spacing: 1px;
  position: relative;
  top: 15px;
}
#slider .textarea .top h2 {
  font-size: clamp(45px, 6.5vw, 150px);
  line-height: 1em;
  color: #ffffff;
  font-weight: 800;
}
#slider .textarea .top h2.band {
  font-size: 11vw;
  line-height: 11vw;
}
#slider .textarea .top h2.kooperationen {
  font-size: clamp(45px, 5.5vw, 150px);
}
#slider .textarea .top h3 {
  color: #ffffff;
  font-size: clamp(20px, 2.5vw, 40px);
  line-height: clamp(20px, 2.5vw, 40px);
}
#slider .textarea .top h3 span {
  font-size: clamp(20px, 2vw, 30px);
}
#slider .textarea .bottom {
  position: relative;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
}
#slider .textarea .bottom button {
  border: 1px solid #fff;
  margin-top: 10px;
}
@media (min-width: 828px) {
  #slider .textarea .bottom {
    top: 30px;
  }
}

/* Slideshow container  */
.home .slideshow-container {
  min-height: 400px;
}
@media (min-width: 768px) {
  .home .slideshow-container {
    min-height: 335px;
  }
}

.home #slider .textarea {
  top: 190px;
}
@media (min-width: 768px) {
  .home #slider .textarea {
    position: absolute;
    transform: translate(0, 0);
    top: 2%;
    left: 55%;
    text-align: left;
    max-height: 500px;
  }
}
@media (min-width: 880px) {
  .home #slider .textarea {
    top: 10%;
  }
}
@media (min-width: 1225px) {
  .home #slider .textarea {
    top: 15%;
  }
}
.home #slider .textarea h2 {
  font-size: clamp(45px, 4.5vw, 90px);
  line-height: clamp(45px, 4.5vw, 90px);
  color: #ffffff;
  font-weight: 800;
}
.home #slider .textarea h2.band {
  font-size: 8vw;
  line-height: 8vw;
}

/* HEADER auf Unterseiten */
#header {
  margin-top: 20px;
}

/* Header container */
.header-container {
  max-width: 2000px;
  position: relative;
  margin: auto;
  min-height: 200px;
  background: url(../images/slider/backgrounds/02.jpg) no-repeat;
  background-size: cover !important;
}
.header-container, .header-container img {
  max-height: 680px;
}
.header-container.default, .header-container.default img {
  max-height: 400px;
}
@media (max-width: 767px) {
  .header-container img {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-container {
    min-height: 335px;
  }
  .header-container:not(.default) {
    background: none !important;
  }
  .header-container.default img {
    display: none;
  }
}

#header .textarea {
  font-family: "Oswald";
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: 100px;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
#header .textarea .top {
  min-width: 75vw;
  min-width: calc(75vw - 20px);
}
@media (min-width: 768px) {
  #header .textarea {
    position: absolute;
    transform: translate(0, 0);
    top: 2%;
    left: 55%;
    text-align: left;
    max-height: 500px;
  }
  #header .textarea .top {
    min-width: 300px;
  }
}
@media (min-width: 880px) {
  #header .textarea {
    top: 10%;
  }
}
@media (min-width: 1225px) {
  #header .textarea {
    top: 15%;
  }
}
#header .textarea .top .slidetitle-klein {
  font-size: clamp(20px, 2.5vw, 40px);
  line-height: clamp(20px, 2.5vw, 40px);
  letter-spacing: 1px;
  position: relative;
  top: 15px;
}
#header .textarea .top h2 {
  font-size: clamp(40px, 6.5vw, 100px);
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 800;
  /*hyphens: auto;*/
}
#header .textarea .top h2.band {
  font-size: 11vw;
  line-height: 11vw;
}
#header .textarea .top h2.kooperationen {
  font-size: clamp(45px, 5.5vw, 150px);
}
#header .textarea .top h3 {
  color: #ffffff;
  font-size: clamp(20px, 2.5vw, 40px);
  line-height: clamp(20px, 2.5vw, 40px);
}
#header .textarea .top h3 span {
  font-size: clamp(20px, 2vw, 30px);
}
#header .textarea .bottom {
  position: relative;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
}
#header .textarea .bottom button {
  border: 1px solid #fff;
}
@media (min-width: 828px) {
  #header .textarea .bottom {
    top: 30px;
  }
}

/* Tabs Navigation Lehrer mit radio-Buttons */
.tabbed figure {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid silver;
  clear: both;
}

.tabbed > input,
.tabbed figure > div {
  display: none;
}

.tabbed figure > div {
  padding: 20px;
  width: 100%;
  border-top: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

.tabbed label {
  margin-bottom: 0px !important;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3 {
  display: block;
}

nav label {
  float: left;
  padding: 15px 15px;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  color: #ccc;
}

nav label:nth-child(1) {
  border-left: 1px solid silver;
}

nav label:hover {
  background: #eee;
}

nav label:active {
  background: #ffffff;
}

#tab1:checked ~ nav label[for=tab1],
#tab2:checked ~ nav label[for=tab2],
#tab3:checked ~ nav label[for=tab3] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for=tab1]:after,
#tab2:checked ~ nav label[for=tab2]:after,
#tab3:checked ~ nav label[for=tab3]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}

.lehrer-container {
  padding-left: 0px;
}

.accordion-drawer {
  margin-bottom: 30px;
}

.lehrkrafte-page .accordion-drawer__content-wrapper {
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.accordion-drawer__title {
  border-top: #ccc 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}
.accordion-drawer__title span {
  font-size: 16px;
}
.accordion-drawer__title span a {
  font-weight: 700;
  color: #48217a;
}

.accordion-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.accordion-drawer__title:hover {
  color: #4E4B52;
}

.accordion-drawer__trigger:checked + .accordion-drawer__title + .accordion-drawer__content-wrapper {
  max-height: 100%;
}

.accordion-drawer__trigger:checked + .accordion-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

.lehrer input[type=checkbox] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}
#kurszeiten {
  background: #d6a4ea;
  padding: 20px 10px;
}
@media only screen and (min-width: 978px) {
  #kurszeiten {
    padding: 50px;
  }
}
#kurszeiten h2 {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}

.zeiten-list {
  display: block;
  clear: left;
  margin-bottom: 50px;
}
@media only screen and (min-width: 978px) {
  .zeiten-list .zeiten {
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }
}
.zeiten-list .kursinfo {
  margin-bottom: 15px;
  display: inline-block;
  background: #fff;
  padding: 20px;
  width: 100%;
  justify-content: space-between;
}
.zeiten-list .kursinfo h3 {
  margin-top: 0px;
  font-size: 30px;
}
@media only screen and (min-width: 978px) {
  .zeiten-list .kursinfo {
    width: 32% !important;
  }
}

.kurszeiten-uebersicht {
  background: #fff;
  padding: 35px;
}

.zeiten-row.abstand {
  margin-bottom: 20px;
}
.zeiten-row span {
  width: 40px;
  display: inline-block;
}

.aktuelle-kurszeiten {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

#slider img {
  margin: 0 auto;
}

.container {
  padding: 0 25px 25px 25px;
}

.back {
  margin: 25px 0;
}

.auswahl {
  text-align: center;
  padding: 25px 0;
}
.auswahl .content {
  padding: 25px;
}
.auswahl .buttonauswahl {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.auswahl p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 500;
  padding: 40px 0;
}

.music-school {
  background: url(../images/_backgrounds/yamaha_musikschule_03.jpg) 0px 0px no-repeat;
  background-size: cover;
  padding: 70px 0 0px 0;
  margin-top: 80px;
}

.kurse {
  background: url(../images/_backgrounds/yamaha_musikschule_02.jpg) 0px 0px no-repeat;
  padding: 70px 0;
  margin-top: 120px;
}
@media (min-width: 1024px) {
  .kurse .kurse-erwachsene {
    flex-direction: row-reverse;
    text-align: right;
  }
  .auswahl button {
    width: 410px;
  }
}
@media (min-width: 1800px) {
  .kurse {
    background: url(../images/_backgrounds/yamaha_musikschule_02_big.jpg) 0px 0px no-repeat;
  }
}

.video {
  background: url(../images/_backgrounds/yamaha_musikschule_02.jpg) 0px 0px no-repeat;
  padding: 70px 0;
  margin-top: 80px;
}
@media (min-width: 1800px) {
  .video {
    background: url(../images/_backgrounds/yamaha_musikschule_02_big.jpg) 0px 0px no-repeat;
  }
}

.joc {
  background: url(../images/_backgrounds/yamaha_musikschule_01.jpg) 0px 0px no-repeat;
  padding: 70px 0;
  margin-top: 120px;
}
.joc .content {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.joc .content .joc-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1065px) {
  .joc .content .joc-img {
    width: auto;
  }
}
.joc .content .joc-text {
  margin: 0 auto;
  padding-bottom: 25px;
}
@media (min-width: 1800px) {
  .joc {
    background: url(../images/_backgrounds/yamaha_musikschule_02_big.jpg) 0px 0px no-repeat;
  }
}

.koop {
  background: url(../images/_backgrounds/yamaha_musikschule_01.jpg) 0px 0px no-repeat;
  padding: 70px 0;
  margin-top: 120px;
}
.koop .content {
  background: #4b1e78;
  color: #ffffff;
  text-align: center;
  padding: 50px;
}
.koop .content .koop-text {
  margin: 0 auto;
  padding-bottom: 25px;
}
@media (min-width: 1800px) {
  .koop {
    background: url(../images/_backgrounds/yamaha_musikschule_02_big.jpg) 0px 0px no-repeat;
  }
}

.virtuellerrundgang {
  background: url(../images/_backgrounds/yamaha_musikschule_04.jpg) 0px 0px no-repeat;
  padding: 70px 0;
  margin-top: 120px;
}
@media (min-width: 1800px) {
  .virtuellerrundgang {
    background: url(../images/_backgrounds/yamaha_musikschule_04_big.jpg) 0px 0px no-repeat;
  }
}

.bild {
  background: url(../images/home/home-gitarrespielende-kinder.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
}

footer {
  color: #ffffff;
  text-align: center;
}
footer li {
  list-style: none;
}
footer nav ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .adresse {
  background: #eedaf6;
  padding: 25px;
}
footer .adresse a {
  color: #4b1e78;
}
footer .adresse a:hover {
  color: #4b1e78;
}
footer .karte {
  height: 500px;
}
footer .info {
  background-color: #4b1e78;
  padding: 25px;
}
footer .info .footer-logo {
  padding: 35px;
}
footer .info .footer-logo img {
  margin: 0 auto;
}
footer .abschluss {
  height: 55px;
  background: url(../images/footer-welle.jpg);
  background-size: cover;
}

.teacher-intro {
  margin: 30px 0 60px;
}

.teacher-row {
  margin: 50px 0 0 0;
}

.teacherphoto {
  overflow: hidden;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
}

.teacherphoto img {
  position: relative;
}

.teacher-row h4 {
  margin-top: 0px;
}

.teacher-kurse {
  display: none;
}

.teacher-kurse {
  border-top: 1px solid lightgrey;
  margin-top: 20px;
  padding-top: 5px;
}

.teacher-kurse a {
  color: #0146c4;
  text-decoration: none;
}

.teacher-kurse a:hover {
  text-decoration: underline;
}

/*
.lehrkrafte-page .teacher-intro {
  margin: 30px 0 60px;
}
.lehrkrafte-page .teacher-row {
  margin: 80px 0 0 0;
}
.lehrkrafte-page .teacherphoto {
  overflow: hidden;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
}
.lehrkrafte-page .teacherphoto img {
  position: relative;
}
.lehrkrafte-page .teacher-row h4 {
  margin-top: 0px;
}
.lehrkrafte-page .teacher-kurse {
  display: none;
} 
.lehrkrafte-page .teacher-kurse {
  border-top: 1px solid lightgrey;
  margin-top: 20px;
  padding-top: 5px;
}
.lehrkrafte-page .teacher-kurse a {
  color: #0146c4;
  text-decoration: none;
}
.lehrkrafte-page .teacher-kurse a:hover {
  text-decoration: underline;
}

*/
.lesson .cnt {
  margin: 10px 10px 20px;
  display: block;
  overflow: hidden;
  position: relative;
}

.lesson img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center -20px;
}

.lesson a:hover {
  text-decoration: none;
  cursor: pointer;
}

.lesson a:hover img {
  transform: scale(1.1);
}

.lesson-description {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: white;
  background: url(../images/bg-course.jpg);
  display: block;
  padding: 5px 10px;
}

.cnt a {
  text-decoration: none !important;
}

.course-page-erwachsenen .lesson-description {
  top: -30px;
}

.kurse-page .lesson-description {
  font-size: 24px;
}

/* Galerie über uns */
#galerie-ueberuns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#galerie-ueberuns div {
  width: 32%;
}
#galerie-ueberuns div:hover {
  transform: scale(2);
  transition: 1s ease-in-out;
}

.onlinekurs {
  border-left: 4px solid #4b1e78;
  padding-left: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.onlinekurs p.last {
  margin-bottom: 0px;
}

main p a {
  color: #4b1e78 !important;
  font-weight: 600;
}

main h3 a {
  color: #4b1e78 !important;
}

.gallery-page #box-container > li {
  padding-bottom: 8px;
}

.news-item {
  margin-bottom: 16px;
}
