/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       RDE
 Author URI:   https://rde-computing.de
 Template:     generatepress
 Version:      0.1
*/


/*Body*/
body {
    background-color: #fafafa;
}

/*Header*/

.site-header {
    height:0px;
}

.inside-header {
    padding-bottom: 0px;
    padding-top: 0px;
}

header {
    height:0px;
}

.site-logo
    {
        z-index: 500;
    }

/*Content*/

#page {
    margin-top: -26px !important;
    background-color: #fff;
}

.inside-article {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.entry-title{
    display: none;
}

.standard h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.8em;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 175px;
    margin-bottom: 50px;

}

.standard h2 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 50px;
    margin-bottom: 30px;

}

.standard p {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0px;
  }

.standard a {
    color:#535353;
}

.standard a:hover {
    color:#818181;
}

/*Logo*/

.site-logo {
    position:fixed;
    top:50px; 
    left: 50%;
    margin-left: -40px;
    width: 85px;
}


/*Nav*/

#site-navigation {
    position: fixed;
    top: 50px;
    left: 50%;
    padding-left: 70px;
    background-color: transparent;
}

#primary-menu {
    background-color: black;
    border-radius: 50px;
    height:78px;
}

.menu-item a {
    padding-top: 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
}

.main-navigation .main-nav ul li a {
    padding-right: 16px;
    padding-left: 16px;
}

/*#site-navigation {
    position:absolute;
    top:200px;
}


@media (max-width: 768px) {
    nav#site-navigation {
        position: absolute;
        right: 0px;
        margin-top: -72px;
    }
    
    nav#site-navigation .inside-navigation.grid-container {
    padding: 0px;
    }
    
    nav#site-navigation .menu-toggle {
        padding-left: 0px;
        padding-right: 14px;
    }

    #mobile-menu-control-wrapper {
        position:relative;
        top:200px;
    }
}*/

/*Grid*/

:where(.is-layout-grid) {
    gap: 0;
      row-gap: 0;
      column-gap: 0;
  }


/*Startseite*/

.start-first-section {
 background-image: url("images/bg-you-act-auf-der-buehne-1500x1000.jpg");  
 background-repeat: no-repeat;
 background-size: scale;
}

.start-first-section .qr-one-one {
    height:500px;
    background-color: rgba(226, 0, 11, 0.5);
}
.start-first-section .qr-one-two {
    height:500px;
    background-color: rgba(226, 0, 11, 0.3);
}
.start-first-section .qr-one-three {
    height:500px;
    background-color: rgba(226, 0, 11, 0.3);
}
.start-first-section .qr-one-four {
    height:500px;
    background-color: rgba(0, 182, 231, 0.2);
}

.start-first-section .qr-two-one {
    height:500px;
    width: 750px;
    background-color: rgba(226, 0, 11, 0.3);
    grid-column: auto / span 2;
}

.start-first-section .qr-two-one h1 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 3.5em;
    font-weight: bold;
    margin-left: 100px;
    margin-top: -30px;

}

.start-first-section .qr-two-one h2 {
    opacity: 0.7;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    margin-left: 100px;
    margin-top: 60px;
    
}

.start-first-section .qr-two-two {
    height:500px;
    background-color: rgba(0, 182, 231, 0.3);
}
.start-first-section .qr-two-three {
    height:500px;
    background-color: rgba(0, 182, 231, 0.5);
    
}
.start-first-section .qr-two-four {
    height:500px;
    background-color: rgba(0, 182, 231, 0.5);
}

.start-second-section {
    background-image: url("images/bg-you-act-im-theater-1500x1000.png");  
    background-repeat: no-repeat;
    background-size: scale;
   }

.start-second-section .qr-one-one {
    height:550px;
    width: 750px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}
.start-second-section .qr-one-two {
    height:550px;
    background-color: rgba(30, 107, 43, 0.5);
}
.start-second-section .qr-one-three {
    height:550px;
    background-color: rgba(224, 228, 0, 0.3);
}
.start-second-section .qr-one-four {
    height:550px;
    background-color:  rgba(224, 228, 0, 0.3);
}

.start-second-section .qr-two-one {
    height:250px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}

.start-second-section .qr-two-two {
    height:250px;
    background-color: rgb(255, 230, 0);
}
.start-second-section .qr-two-three {
    height:250px;
    background-color: rgba(224, 228, 0, 0.3);
    
}
.start-second-section .qr-two-four {
    height:250px;
    background-color: rgba(224, 228, 0, 0.3);
}

.start-second-section .qr-one-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 100px;
    padding-right: 20px;

}

.start-third-section {
    background-image: url("images/bg-you-act-camera-acting-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.start-third-section .qr-one-one {
    height:400px;
}
.start-third-section .qr-one-two {
    height:400px;
}
.start-third-section .qr-one-three {
    height:400px;
    background-color: rgba(224, 228, 0, 0.3);
}
.start-third-section .qr-one-four {
    height:400px;
    background-color:  rgba(224, 228, 0, 0.3);
}

.start-third-section .qr-two-one {
    height:400px;
    background-color: rgba(0, 182, 231, 0.3);
}

.start-third-section .qr-two-two {
    height:400px;
    background-color: rgba(0, 182, 231, 1);
}
.start-third-section .qr-two-three {
    height:400px;
    background-color: rgba(0, 108, 138, 0.3);
    
}
.start-third-section .qr-two-four {
    height:400px;
}

.start-third-section .qr-two-two p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 50px;
    padding-right: 20px;

}

.start-fourth-section .qr-one-one {
    height:250px;
    background-color: #cecece;
    grid-column: auto / span 2;
}
.start-fourth-section .qr-one-two {
    height:250px;
}
.start-fourth-section .qr-one-three {
    height:250px;
    grid-column: auto / span 2;
    background-color: #fff;
}
.start-fourth-section .qr-one-four {
    height:250px;
}

.start-fourth-section .qr-two-one {
    height:250px;
    background-color: #cecece;
}

.start-fourth-section .qr-two-two {
    height:250px;
    background-color: #cecece;
}
.start-fourth-section .qr-two-three {
    height:250px;
    grid-column: auto / span 2;
    background-color: fff;
    
}
.start-fourth-section .qr-two-four {
    height:250px;
}

.start-fourth-section p {
    color: #8a8a8a; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 50px;
    padding-right: 20px;

}

.start-fourth-section .qr-one-one p {
    color: #212121 !important;
}

.start-fifth-section {
    background-image: url("images/bg-you-act-improvisation-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.start-fifth-section .qr-one-one {
    height:400px;
}
.start-fifth-section .qr-one-two {
    height:400px;
}
.start-fifth-section .qr-one-three {
    height:400px;
}
.start-fifth-section .qr-one-four {
    height:400px;
}

.start-fifth-section .qr-two-one {
    height:400px;
}

.start-fifth-section .qr-two-two {
    height:400px;
}
.start-fifth-section .qr-two-three {
    height:400px;
    background-color: rgba(226, 0, 11, 0.3);
    
}
.start-fifth-section .qr-two-four {
    height:400px;
    background-color: rgba(226, 0, 11, 1);
}



.start-sixt-section {
    background-image: url("images/bg-you-act-monolog-auffuehrung-1500x1000.png");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.start-sixt-section .qr-one-one {
    height:380px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 2;
}
.start-sixt-section .qr-one-two {
    height:380px;
}
.start-sixt-section .qr-one-three {
    height:380px;
}
.start-sixt-section .qr-one-four {
    height:380px;
    background-color: rgba(226, 60, 0, 0.3);
}

.start-sixt-section .qr-two-one {
    height:300px;
}

.start-sixt-section .qr-two-two {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}
.start-sixt-section .qr-two-three {
    height:300px;
    background-color: rgb(228, 224, 0, 1);
}
.start-sixt-section .qr-two-four {
    height:300px;
    background-color: rgb(228, 224, 0, 0.3);
}

.start-sixt-section p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 50px;
    padding-right: 20px;

}

.start-seventh-section {
    background-image: url("images/bg-you-act-schauspiel-buehne-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.start-seventh-section .qr-one-one {
    height:400px;
    background-color: rgba(0, 182, 231, 0.3);
}
.start-seventh-section .qr-one-two {
    height:400px;
}
.start-seventh-section .qr-one-three {
    height:400px;
}
.start-seventh-section .qr-one-four {
    height:400px;
    background-color: rgba(0, 182, 231, 1);
}

.start-seventh-section .qr-two-one {
    height:400px;
    background-color: rgb(228, 213, 0);
}

.start-seventh-section .qr-two-two {
    height:400px;
    background-color: rgb(228, 213, 0, 0.3);
}
.start-seventh-section .qr-two-three {
    height:400px;
    background-color: rgba(226, 60, 0, 0.3);
    
}
.start-seventh-section .qr-two-four {
    height:400px;
    background-color: rgba(0, 182, 231, 0.3);
}

.start-eigth-section {
    background-image: url("images/bg-you-act-theaterjugend-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.start-eigth-section .qr-one-one {
    height:435px;
    
}
.start-eigth-section .qr-one-two {
    height:435px;
    background-color: rgba(226, 0, 11, 0.3);
}
.start-eigth-section .qr-one-three {
    height:435px;
    background-color: rgba(226, 0, 11, 1);
}
.start-eigth-section .qr-one-four {
    height:435px;
}

.start-eigth-section .qr-two-one {
    height:400px;
}

.start-eigth-section .qr-two-two {
    height:400px;
    background-color: rgba(0, 182, 231, 0.3);
}
.start-eigth-section .qr-two-three {
    height:400px;
    background-color: rgba(226, 60, 0, 0.3);
    
}
.start-eigth-section .qr-two-four {
    height:400px;
}

 .anmeldung {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
}

  .anmeldung h2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

 .anmeldung p {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 0.9em;
    line-height: 1.4em;
}

 .anmeldung a {
    text-decoration: none;
}

.anmeldung button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
    margin-top: 40px;
  }

  .anmeldung button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }


 .anmeldung #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.4em;
    color: #fff;
    
}


.anmeldung button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #000;
}

/*Ueber uns*/
.ueber-uns-first-section {
    background-image: url("images/bg-you-act-ensembleszene-1500x1000.png");  
    background-repeat: no-repeat;
    background-size: scale;
   }

.ueber-uns-first-section .qr-one-one {
    height:500px;
    width: 750px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}
.ueber-uns-first-section .qr-one-two {
    height:500px;
    
}
.ueber-uns-first-section .qr-one-three {
    height:500px;
    
}
.ueber-uns-first-section .qr-one-four {
    height:500px;
    
}

.ueber-uns-first-section .qr-two-one {
    height:300px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}

.ueber-uns-first-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
}
.ueber-uns-first-section .qr-two-three {
    height:300px;
    background-color: rgba(0, 182, 231, 0.5);
    
}
.ueber-uns-first-section .qr-two-four {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}

.ueber-uns-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 3.5em;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 400px;

}

.ueber-uns-second-section {
    background-image: url("images/bg-you-act-improvisationsspiel-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.ueber-uns-second-section .qr-one-one {
    height:435px;
    background-color: #cecece;
    grid-column: auto / span 2;
}
.ueber-uns-second-section .qr-one-two {
    height:435px;
    background-color: rgba(226, 0, 11, 0.3);
}
.ueber-uns-second-section .qr-one-three {
    height:435px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 2;
}
.ueber-uns-second-section .qr-one-four {
    height:435px;
}

.ueber-uns-second-section .qr-two-one {
    height:400px;
}

.ueber-uns-second-section .qr-two-two {
    height:400px;
    background-color: rgba(0, 182, 231, 0.3);
}
.ueber-uns-second-section .qr-two-three {
    height:400px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 2;
    
}
.ueber-uns-second-section .qr-two-four {
    height:400px;
}

.ueber-uns-second-section .qr-one-one p {
    color: #212121;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 50px;
    padding-right: 20px;

}

.ueber-uns-second-section .qr-two-three p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 50px;
    padding-right: 20px;

}

.ueber-uns-third-section {
    background-image: url("images/bg-you-act-schauspieler-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.ueber-uns-third-section .qr-one-one {
    height:435px;
    
}
.ueber-uns-third-section .qr-one-two {
    height:435px;
    background-color: rgba(255, 102, 109, 0.3);
}
.ueber-uns-third-section .qr-one-three {
    height:435px;
    background-color:  rgb(0, 90, 226, 0.3);
}
.ueber-uns-third-section .qr-one-four {
    height:435px;
    background-color: rgba(0, 226, 56, 0.3);
}

.ueber-uns-third-section .qr-two-one {
    height:400px;
}

.ueber-uns-third-section .qr-two-two {
    height:400px;
    background-color: rgba(226, 0, 11, 0.5);
}
.ueber-uns-third-section .qr-two-three {
    height:400px;
    
}
.ueber-uns-third-section .qr-two-four {
    height:400px;
    background-color: rgba(226, 222, 0, 1);
}

.ueber-uns-fourth-section {
    background-image: url("images/bg-you-act-schauspielerinnen-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.ueber-uns-fourth-section .qr-one-one {
    height:435px;
    background-color: rgba(226, 0, 11, 1);
    grid-column: auto / span 2;
}
.ueber-uns-fourth-section .qr-one-two {
    height:435px;
    background-color: rgba(255, 102, 109, 0.3);
}
.ueber-uns-fourth-section .qr-one-three {
    height:435px;
}
.ueber-uns-fourth-section .qr-one-four {
    height:435px;
    background-color: rgba(226, 222, 0, 0.3);
}

.ueber-uns-fourth-section .qr-two-one {
    height:400px;
    background-color: rgba(226, 0, 11, 1);
    grid-column: auto / span 2;
}

.ueber-uns-fourth-section .qr-two-two {
    height:400px;
    background-color: rgba(226, 0, 11, 0.5);
}
.ueber-uns-fourth-section .qr-two-three {
    height:400px;
    
}
.ueber-uns-fourth-section .qr-two-four {
    height:400px;
    background-color: rgba(226, 222, 0, 0.3);
}

.ueber-uns-fourth-section p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 50px;
    padding-right: 20px;

}

h2.dozentinnen {
    color:#000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.5em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
}

p.dozentinnen {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0px;
}

.dozentinnen a {
    color: #a9a9a9;
}

/*Slider*/
.carousel-wrapper {
    max-width:100%;
    background-color: #000;
    padding:0px;
}

.item-content-wrapper.tss-right {
    background: #404040 !important;
}



.item-content-wrapper.tss-right .item-content {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.3em;
    font-style: normal;
    padding-right: 20px;
}

.tss-carousel.swiper .swiper-pagination {
    bottom: 5px !important;
}

.tss-carousel-main .swiper-pagination-bullet:hover, .tss-carousel-main .swiper-pagination-bullet-active, .tss-carousel .swiper-pagination-bullet:hover, .tss-carousel .swiper-pagination-bullet-active {
    background:#fff;
}

.tss-carousel-main .swiper-pagination-bullet, .tss-carousel .swiper-pagination-bullet {
    background: #fff;
}

.tss-carousel1 .item-content-wrapper::before, 
.tss-carousel1 .item-content-wrapper::after {
    display: none;
}
.tss-wrapper .single-item-wrapper h3.author-name {
    display: none;
}
.tss-wrapper .single-item-wrapper .profile-img-wrapper {
    z-index: 1;
}

.swiper-arrow.swiper-button-prev.prev-0 {
    margin-left: 20px;
}

.swiper-arrow.swiper-button-next.next-0 {
    margin-right: 20px;
}

.tss-carousel-main .swiper-arrow, .tss-carousel .swiper-arrow {
    background-color: #8a8a8a;
}

.rt-col-md-12, .rt-col-sm-12, .rt-col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}


/*Kurse*/

.kurse-first-section {
    background-image: url("images/bg-you-act-schauspielunterricht-1500x1000.png");   
    background-repeat: no-repeat;
    background-size: scale;
   }

.kurse-first-section .qr-one-one {
    height:500px;
    width: 750px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}
.kurse-first-section .qr-one-two {
    height:500px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-first-section .qr-one-three {
    height:500px;
    
}
.kurse-first-section .qr-one-four {
    height:500px;
    
}

.kurse-first-section .qr-two-one {
    height:300px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}

.kurse-first-section .qr-two-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 100px;
    margin-top: 0px;
    padding-right: 20px;
}

.kurse-first-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-first-section .qr-two-three {
    height:300px;
    
}
.kurse-first-section .qr-two-four {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}

.kurse-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 3.5em;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 400px;

}

.kurse-second-section {
    background-image: url("images/bg-you-act-schauspielunterricht-2-1500x500.png");   
    background-repeat: no-repeat;
    background-size: scale;
   }

.kurse-second-section .qr-one-one {
    height:400px;
    width: 750px;
    background-color: #cecece;
    grid-column: auto / span 2;
}

.kurse-second-section .qr-one-one p {
    color: #212121;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 100px;
    margin-top: 100px;
    padding-right: 20px;
}

.kurse-second-section .qr-one-two {
    height:400px;
    background-color: rgb(255, 230, 0);
}
.kurse-second-section .qr-one-three {
    height:400px;
    background-color: rgba(224, 228, 0, 0.3);
    
}
.kurse-second-section .qr-one-four {
    height:500px;
    
}

.kurse-second-section .qr-two-one {
    height:0px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}



.kurse-second-section .qr-two-two {
    height:0px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-second-section .qr-two-three {
    height:0px;
    
}
.kurse-second-section .qr-two-four {
    height:0px;
    background-color: rgba(224, 228, 0, 0.3);
}

.kurse-third-section {
    background-image: url("images/bg-you-act-darstellerin-1500x1000.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
   }

.kurse-third-section .qr-one-one {
    height:400px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 2;
}

.kurse-third-section .qr-one-one p {
    color: #8a8a8a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 100px;
    margin-top: 100px;
    padding-right: 20px;
}

.kurse-third-section .qr-one-two {
    height:400px;
    background-color: rgb(255, 230, 0, 0.1);
}
.kurse-third-section .qr-one-three {
    height:400px;
    background-color: rgba(224, 228, 0, 0.3);
    
}
.kurse-third-section .qr-one-four {
    height:400px;
    
}

.kurse-third-section .qr-two-one {
    height:400px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 2;
}

.kurse-third-section .qr-two-two {
    height:400px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-third-section .qr-two-three {
    height:400px;
    background-color: rgba(0, 182, 231, 0.3);
}
.kurse-third-section .qr-two-four {
    height:400px;
}

.kurse-third-section  p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-left: 50px;
    padding-right: 20px;
}

.kurse-third-section h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.2em;
    margin-left: 50px;
    margin-top: 50px;

}

#preise1 {
    display: inline-block;
    border-radius: 25px;
    background-color: #1DBEEA;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    height: 110px;
    padding: 30px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.1em;
    margin-left: 50px;
    margin-top: 30px;
}

#preise2 {
    display: inline-block;
    border-radius: 25px;
    background-color: #1DBEEA;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    height: 110px;
    padding: 30px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.1em;
    margin-left: 50px;
    margin-top:20px;
}

/* Schnupperstunde */

.schnupper-first-section {
    background-image: url("images/bg-you-act-schauspielunterricht-2-1500x1000.png");   
    background-repeat: no-repeat;
    background-size: scale;
   }

.schnupper-first-section .qr-one {
    height:450px;
    width: 750px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
    vertical-align: top;
}
.schnupper-first-section .qr-two {
    height:450px;
    background-color: rgba(0, 182, 231, 0.3);
}
.schnupper-first-section .qr-three {
    height:450px;
    background-color: rgba(226, 0, 11, 0.3);
    
}
.schnupper-first-section .qr-four {
    height:450px;
    
}

.schnupper-first-section .qr-one h1 {
    color: #2c2c2c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    font-weight: normal;
    margin-left: 50px;
    margin-top: 150px;

}

.schnupper-first-section .qr-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.2em;
    font-size: 1.2em;
    margin-left: 50px;
    margin-top: 80px;
    padding-right: 20px;

}

.schnupper-first-section .qr-two .anmeldung {
    height:430px;
    margin-top: 450px;
    background-color: rgba(0, 182, 231, 0.8);
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
}

.schnupper-first-section .qr-two .anmeldung h2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.schnupper-first-section .qr-two .anmeldung p {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 0.9em;
    line-height: 1.4em;
}

.schnupper-first-section button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
    margin-top: 40px;
  }

  .schnupper-first-section button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }


  h2.schnupperunter {
    color: #2c2c2c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 40px;
  }

  .schnuppertab table {
    border-spacing: 10px;
    border-collapse: separate;
    empty-cells: hide;
    color:rgba(255, 255, 255, 1);
    border: none; 
    margin-left: 30px;
    width:98% !important;
}

  .schnuppertab {
    background-color: #fff;
  }

  .schnuppertab td, th {
    background-color: #Ececec;
    border: none;
    border-radius: 15px;
    padding:10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
    vertical-align: top;
  }


  .schnuppertab button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
  }

  .schnuppertab button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  .schnuppertab a {
    color: #212121;
  }

  .schnuppertab a:hover {
    color: #535353;
  }

/*Stundenplan*/

.stundenplan {
    background-color: #E2000B;
}

h2.stundenplan {
    color:#fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.5em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
}

.stundenplan table {
    border-spacing: 10px;
    border-collapse: separate;
    empty-cells: hide;
    color:rgba(255, 255, 255, 1);
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -2px;
    
}

.stundenplan table a {
    color:rgba(255, 255, 255, 1);
    text-decoration: none;
}

.stundenplan th {
    background: none;
    border:none;
    padding:10px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
    color:rgba(255, 255, 255, 0.8);
    vertical-align: top;
}

.stundenplan td {
    background-color: rgba(255, 255, 255, 0.15);
    border:rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding:10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    vertical-align: top;
}

.stdbright {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border:rgba(255, 255, 255, 0.3) !important;
    
}

.stundenplan table td:nth-child(6), td:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.15);
    border:rgba(0, 0, 0, 0.15);
    
}

.stundenplan td#stddark {
    background-color: rgba(0, 0, 0, 0.15);
    border:rgba(0, 0, 0, 0.15);
    
}


 /*Ferienkurse*/

 h2.ferienkurse {
    color:#000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.5em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
}

p.ferienkurse {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 40px;
}

 .tab {
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    float: left;
    width:220px;
    text-align: center;
    border-radius: 25px;
    border-color: #000;
    border: solid;
    border-width: 2px;
    padding:10px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
    color: #000;
    margin-right: 15px;
    margin-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  } 

  .ferienkurse table {
    border-spacing: 10px;
    border-collapse: separate;
    empty-cells: hide;
    color:rgba(255, 255, 255, 1);
    border: none;
    
    
}

  .ferienkurse {
    background-color: #fff;
  }

  .ferienkurse td, th {
    background-color: #Ececec;
    border: none;
    border-radius: 15px;
    padding:10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    color: #212121;
    vertical-align: top;
  }

  .ferienkurse h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5em;
  }

  .ferienkurse button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
  }

  .ferienkurse button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

/*Anmeldung*/

.anmeldung-first-section {
    background-color: rgba(255, 255, 255, 1);  
    background-repeat: no-repeat;
    background-size: scale;
   }

.anmeldung-first-section .qr-one-one {
    height:500px;
    width: 750px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}
.anmeldung-first-section .qr-one-two {
    height:500px;
    
}
.anmeldung-first-section .qr-one-three {
    height:500px;
    
}
.anmeldung-first-section .qr-one-four {
    height:500px;
    
}

.anmeldung-first-section .qr-two-one {
    height:100px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}

.anmeldung-first-section .qr-two-two {
    height:100px;
    background-color: rgba(255, 255, 255, 1);
}
.anmeldung-first-section .qr-two-three {
    height:100px;
    background-color: rgba(255, 255, 255, 1);
    
}
.anmeldung-first-section .qr-two-four {
    height:100px;
    background-color: rgba(224, 228, 0, 0.3);
}

.anmeldung-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 3.5em;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 300px;

}


.wpcf7-form {
    background-color: #f4f4f4;
    border: none;
    border-radius: 25px;
    padding:20px;
    margin-left:80px;
    margin-right: 80px;
    max-width: 1200px;
}

.wpcf7-select {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wpcf7-select select {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
}

.wpcf7-select option {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
}

#anrede .wpcf7-select {
    width:120px;
}

input.wpcf7-text {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#plz input.wpcf7-text {
    width:120px;
}

#betreff input.wpcf7-text {
    width: 845px;
}

textarea.wpcf7-textarea {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 980px;
    resize: none;
}

.wpcf7-checkbox .wpcf7-list-item {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:10px;
}

.wpcf7-checkbox .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.wpcf7-checkbox .wpcf7-list-item input:checked {
    background-color: gray;
}

.wpcf7-acceptance .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20%;
    border: 2px solid #ddd;
    outline: none;
}

.wpcf7-acceptance .wpcf7-list-item input:checked {
    accent-color: white;
    background-color: gray;
}


.wpcf7-list-item-label {
    color: #212121;
}

.form-txt {
    color: #212121;
    margin-left: 15px;
}

.wpcf7-form p.aiowps-captcha {
    color: #212121;
    margin-left: 15px;
}

.wpcf7-form .aiowps-captcha-equation p {
    color: #212121;
    margin-left: 15px;
}

.wpcf7-form .aiowps-captcha-equation input {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
}

.wpcf7-submit {
    border-radius: 25px;
    margin-left:10px;
}

span .wpcf7-not-valid {
    border: 2px solid #ff0000;
    color: #ff0000;
}

.wpcf7-form-control-wrap[data-name="kon-accept"] span.wpcf7-not-valid {
    border: none !important;
}

.wpcf7-not-valid .wpcf7-list-item-label {
    color: #ff0000;
}

#kon-validate .wpcf7-not-valid-tip {
    display:none;
}

.wpcf7-form-control-wrap[data-name="kon-accept"] .wpcf7-not-valid-tip {
    display:none;
}

.wpcf7-form-control-wrap[data-name="aiowps-captcha"] span.wpcf7-not-valid-tip {
    margin-left:15px;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #ff0000;
}


/*Standorte*/

.standorte-first-section {
    background-color: rgba(255, 255, 255, 1);  
    background-repeat: no-repeat;
    background-size: scale;
   }

.standorte-first-section .qr-one-one {
    height:300px;
    width: 750px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}
.standorte-first-section .qr-one-two {
    height:300px;
    
}
.standorte-first-section .qr-one-three {
    height:300px;
    
}
.standorte-first-section .qr-one-four {
    height:300px;
    
}

.standorte-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 3.5em;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 300px;

}


.standorte-second-section {
    background-image: url("images/YouAct-Ostbahnhof-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-second-section .qr-one-one {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
}
.standorte-second-section .qr-one-two {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-second-section .qr-one-three {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-second-section .qr-one-four {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-right-radius:25px;
    
}

.standorte-second-section .qr-two-one {
    height:460px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-second-section .qr-two-two {
    height:460px;
    background-color: #f4f4f4;
}
.standorte-second-section .qr-two-three {
    height:460px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-second-section .qr-two-four {
    height:460px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-second-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.2em;
    margin-left: 50px;
    margin-top: 440px;

}

.standorte-second-section p {
    
    margin-right: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
    color: #212121;
}

.standorte-second-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-second-section button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-second-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-second-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-second-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


.standorte-third-section {
    background-image: url("images/YouAct-Theresienwiese-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-third-section .qr-one-one {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    border-top-left-radius: 25px;
}
.standorte-third-section .qr-one-two {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    
}
.standorte-third-section .qr-one-three {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    
}
.standorte-third-section .qr-one-four {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    border-top-right-radius:25px;
    
}

.standorte-third-section .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-third-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-third-section .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-third-section .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-third-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.9em;
    margin-left: 50px;
    margin-top: 440px;

}

.standorte-third-section p {
    
    margin-right: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
    color: #212121;
}

.standorte-third-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-third-section button:hover {
    background-color: #ffdd00;
    border-color: #ffdd00;
  }

.standorte-third-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-third-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-third-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #ffdd00;
}




.standorte-fourth-section {
    background-image: url("images/YouAct-Pasing-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-fourth-section .qr-one-one {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-left-radius: 25px;
}
.standorte-fourth-section .qr-one-two {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section .qr-one-three {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section .qr-one-four {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-right-radius:25px;
    
}

.standorte-fourth-section .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fourth-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fourth-section .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fourth-section .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fourth-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.9em;
    margin-left: 50px;
    margin-top: 440px;

}

.standorte-fourth-section .qr-one-two button {
    margin-left: 10px;
    margin-top: 440px;
}



.standorte-fourth-section p {
    
    margin-right: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
    color: #212121;
}

.standorte-fourth-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-fourth-section button:hover {
    background-color: #0066ff;
    border-color: #0066ff;
  }

.standorte-fourth-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fourth-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fourth-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #0066ff;
}


.standorte-fourth-section-alt {
    background-image: url("images/YouAct-Pasing-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-fourth-section-alt .qr-one-one {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.standorte-fourth-section-alt .qr-one-two {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section-alt .qr-one-three {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section-alt .qr-one-four {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    
}

.standorte-fourth-section-alt .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fourth-section-alt .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fourth-section-alt .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fourth-section-alt .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fourth-section-alt .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.9em;
    margin-left: 50px;
    margin-top: 130px;

}

.standorte-fourth-section-alt button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
    margin-left: 50px;
  }

.standorte-fourth-section-alt button:hover {
    background-color: #0066ff;
    border-color: #0066ff;
  }

.standorte-fourth-section-alt a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fourth-section-alt #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fourth-section-alt button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #0066ff;
}




.standorte-fifth-section {
    background-image: url("images/YouAct-Ammersee-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-fifth-section .qr-one-one {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    grid-column: auto / span 2;
}
.standorte-fifth-section .qr-one-two {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section .qr-one-three {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section .qr-one-four {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-right-radius:25px;
    
}

.standorte-fifth-section .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fifth-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fifth-section .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fifth-section .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fifth-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.9em;
    margin-left: 50px;
    margin-top: 440px;

}

.standorte-fifth-section p {
    
    margin-right: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
    color: #212121;
}

.standorte-fifth-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-fifth-section button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-fifth-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fifth-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fifth-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


.standorte-fifth-section-alt {
    background-image: url("images/YouAct-Ammersee-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-fifth-section-alt .qr-one-one {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    grid-column: auto / span 2;
}
.standorte-fifth-section-alt .qr-one-two {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section-alt .qr-one-three {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section-alt .qr-one-four {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    
}

.standorte-fifth-section-alt .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fifth-section-alt .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fifth-section-alt .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fifth-section-alt .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fifth-section-alt .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.9em;
    margin-left: 50px;
    margin-top: 130px;

}


.standorte-fifth-section-alt button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
    margin-left: 50px;
  }

.standorte-fifth-section-alt button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-fifth-section-alt a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fifth-section-alt #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fifth-section-alt button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


#karte {
    color: #818181;
}

#karte a {
    color: #818181;
    font-size: 0.8em;
    margin-left: 15px;
    text-decoration: none;
}

#karte a:hover {
    color: #aeafb0;
}

/*Footer*/

.copyright-bar {
    display: none;
}

.site-footer .site-info {
    background-color: #fafafa !important;
}

footer .grid-container {
    background-color: #000 !important;
}

.footer-bar {
    width:100%
}

#footer-you-act {
    display:flex; 
	flex-direction: row;
    flex-wrap: wrap;
    
}

#footer-left {
    padding-left: 0;
    flex: 0 0 300px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
    font-size: 1em;
    color:#989898;
    vertical-align: top;
    
}

#footer-space {
    flex-grow: 1;
    
}

#footer-right {
    padding-right: 0;
    margin-right:-20px;
    padding-top: 50px;
    flex: 0 0 400px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    word-spacing: 25px;
    font-size: 1em;
    color:#989898;
    text-transform: uppercase;
}

#footer-right a {
    color:#989898;
    text-decoration: none;
}

/* Mobile */

/* Menue */

button.menu-toggle {
   position:fixed;
   top:40px; 
   margin-left:-80px;
   height: 80px !important;
   width: 80px !important;
}

@media(max-width: 768px) {
    
    #menu-menu-1 {background-color: #000; }
    ul.menu {position:fixed ; top:100px; right:90px;}
    #primary-menu {height:0px;}
    .gp-icon.icon-menu-bars svg { width:20px; height:40px; padding-top: 20px;}
    .main-navigation .menu-toggle {background-color: #000 !important; border-radius:50%;}
    .site-logo { position:fixed ; top:40px; left:68px; }

}


/*Content*/

@media(max-width: 768px) {

.start-first-section {
        background-position: 15% 35%; 
}

.start-first-section .qr-one-one {
        height:300px;
        background-color: rgba(226, 0, 11, 0.5);
}

.start-first-section .qr-one-two {
        height:300px;
        background-color: rgba(226, 0, 11, 0.3);
}

.start-first-section .qr-one-three {
        height:300px;
        background-color: rgba(226, 0, 11, 0.3);
}

.start-first-section .qr-one-four {
        height:300px;
        background-color: rgba(226, 0, 11, 0.3);
}

.start-first-section .qr-two-one {
    height:300px;
    width:400px;
    background-color: rgba(226, 0, 11, 0.3);
    grid-column: auto / span 2;
}

.start-first-section .qr-two-one h1 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 50px;
    margin-top: -30px;

}

.start-first-section .qr-two-one h2 {
    opacity: 0.7;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 50px;
    margin-top: 60px;
    
}

.start-first-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0);
    
}
.start-first-section .qr-two-three {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    
}
    
.start-first-section .qr-two-four {
    height:300px;
    background-color: rgba(0, 182, 231, 0.5);
    
}

.start-second-section {
    background-position: 100% 190%; 
    background-size: 200%;
   }

.start-second-section .qr-one-one {
    height:700px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.start-second-section .qr-one-two {
    height:150px;
    background-color: rgba(224, 228, 0, 0.5);
    display: none;
    
}
.start-second-section .qr-one-three {
    height:150px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}
.start-second-section .qr-one-four {
    height:150px;
    background-color:  rgba(255, 255, 255, 1);
    display: none;
    
}

.start-second-section .qr-two-one {
    height:150px;
    background-color: rgba(255, 255, 255, 0);
    
}

.start-second-section .qr-two-two {
    height:150px;
    background-color: rgba(224, 228, 0, 0.5);
}
.start-second-section .qr-two-three {
    height:150px;
    background-color: rgba(224, 228, 0, 0.3);
    
}
.start-second-section .qr-two-four {
    height:150px;
    background-color: rgba(224, 228, 0, 0.3);
}

.start-second-section .qr-one-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 20px;
    hyphens: auto;

}

.start-third-section {
    background-position: 50% 0%; 
    background-size: 280%;
   }
.start-third-section .qr-one-one {
    height:300px;
}
.start-third-section .qr-one-two {
    height:300px;
}
.start-third-section .qr-one-three {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}
.start-third-section .qr-one-four {
    height:300px;
    background-color:  rgba(224, 228, 0, 0.3);
}

.start-third-section .qr-two-one {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
}

.start-third-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 3;
}
.start-third-section .qr-two-three {
    height:300px;
    background-color: rgba(0, 108, 138, 0.3);
    display: none;
}
.start-third-section .qr-two-four {
    height:300px;
    display: none;
}

.start-third-section .qr-two-two p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    padding-right: 20px;

}

.start-fourth-section .qr-one-one {
    height:300px;
    background-color: #fff;
    grid-column: auto / span 4;
}
.start-fourth-section .qr-one-two {
    height:300px;
    display: none;
}
.start-fourth-section .qr-one-three {
    height:300px;
    background-color: #fff;
    display: none;
}
.start-fourth-section .qr-one-four {
    height:300px;
    display: none;
}

.start-fourth-section .qr-two-one {
    height:250px;
    background-color: #cecece;
    display: none;
    
}

.start-fourth-section .qr-two-two {
    height:250px;
    background-color: #cecece;
    display: none;
    
}
.start-fourth-section .qr-two-three {
    height:250px;
    grid-column: 1 / span 4;
    background-color: #cecece;
    
}
.start-fourth-section .qr-two-four {
    height:250px;
    display: none;
}

.start-fourth-section p {
    color: #8a8a8a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 50px;
    padding-right: 20px;

}

.start-fifth-section {
    background-position:70% 90%; 
    background-size: 280%;
   }
.start-fifth-section .qr-one-one {
    height:300px;
}
.start-fifth-section .qr-one-two {
    height:300px;
}
.start-fifth-section .qr-one-three {
    height:300px;
}
.start-fifth-section .qr-one-four {
    height:300px;
}

.start-fifth-section .qr-two-one {
    height:350px;
}

.start-fifth-section .qr-two-two {
    height:350px;
    display: none;
}
.start-fifth-section .qr-two-three {
    height:350px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
    
}
.start-fifth-section .qr-two-four {
    height:350px;
    background-color: rgba(226, 0, 11, 1);
    grid-column: 2 / span 3;
}

.start-sixt-section {
    background-position:71% 0%; 
    background-size: 280%;
   }
.start-sixt-section .qr-one-one {
    height:350px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 3;
}
.start-sixt-section .qr-one-two {
    height:350px;
    display: none;
}
.start-sixt-section .qr-one-three {
    height:350px;
    display: none;
}
.start-sixt-section .qr-one-four {
    height:350px;
    background-color: rgba(226, 60, 0, 0.3);
}

.start-sixt-section .qr-two-one {
    height:300px;
    display: none;
}

.start-sixt-section .qr-two-two {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}
.start-sixt-section .qr-two-three {
    height:300px;
    background-color: rgb(228, 224, 0, 1);
    display: none;
}
.start-sixt-section .qr-two-four {
    height:300px;
    background-color: rgb(228, 224, 0, 0.3);
    display: none;
}

.start-sixt-section p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    padding-right: 20px;

}

.start-seventh-section {
    background-position:65% 60%; 
    background-size: 280%;
   }
.start-seventh-section .qr-one-one {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    display: none;
    
}
.start-seventh-section .qr-one-two {
    height:300px;
    
}
.start-seventh-section .qr-one-three {
    height:300px;
    

}
.start-seventh-section .qr-one-four {
    height:300px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: 1 /  span 2;
    grid-row: 1;
    
}

.start-seventh-section .qr-two-one {
    height:300px;
    background-color: rgb(228, 213, 0);
    grid-column: 3 / span 2;
    grid-row: 2;
}

.start-seventh-section .qr-two-two {
    height:300px;
    background-color: rgb(228, 213, 0, 0.3);
    display: none;
}
.start-seventh-section .qr-two-three {
    height:300px;
    background-color: rgba(226, 60, 0, 0.3);
    
    
    
}
.start-seventh-section .qr-two-four {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    
   
}

.start-eigth-section {
    background-position:100% 30%; 
    background-size: 280%;
   }
.start-eigth-section .qr-one-one {
    height:300px;
    display: none;
    
}
.start-eigth-section .qr-one-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
}
.start-eigth-section .qr-one-three {
    height:310px;
    background-color: rgba(226, 0, 11, 1);
    grid-column: 1 / span 2;
}
.start-eigth-section .qr-one-four {
    height:310px;
}

.start-eigth-section .qr-two-one {
    height:300px;
}

.start-eigth-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
}
.start-eigth-section .qr-two-three {
    height:300px;
    background-color: rgba(226, 60, 0, 0.3);
    
}
.start-eigth-section .qr-two-four {
    height:300px;
}

.anmeldung {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.2em;
    font-size: 0.9em;
}

  .anmeldung h2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.7em;
    hyphens: auto;
}

 .anmeldung p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9em;
    line-height: 1.2em;
}

 .anmeldung a {
    text-decoration: none;
}

.anmeldung button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
    margin-top: 30px;
  }

  .anmeldung button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }


 .anmeldung #pfeil {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 2em;
    line-height: 1.4em;
    color: #fff;
    
}


.anmeldung button:hover + #pfeil {
    margin-left: 10px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #000;
}


.kurse-first-section {
    background-position: 100% 200%; 
   }

.kurse-first-section .qr-one-one {
    height:300px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.kurse-first-section .qr-one-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
}
.kurse-first-section .qr-one-three {
    height:300px;
    display: none;
    
}
.kurse-first-section .qr-one-four {
    height:300px;
    display: none;
}

.kurse-first-section .qr-two-one {
    height:350px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}

.kurse-first-section .qr-two-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 0px;
    padding-right: 20px;
}

.kurse-first-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-first-section .qr-two-three {
    height:300px;
    
}
.kurse-first-section .qr-two-four {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}

.kurse-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 200px;

}

.kurse-second-section {
    background-position: 80% 160%; 
   }

.kurse-second-section .qr-one-one {
    height:300px;
    width: auto;
    background-color: #cecece;
    grid-column: auto / span 4;
}

.kurse-second-section .qr-one-one p {
    color: #8a8a8a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    padding-right: 20px;
}

.kurse-second-section .qr-one-two {
    height:300px;
    background-color: rgb(255, 230, 0, 0.5);
    
}
.kurse-second-section .qr-one-three {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}
.kurse-second-section .qr-one-four {
    height:300px;
}

.kurse-second-section .qr-two-one {
    height:0px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}

.kurse-second-section .qr-two-two {
    height:0px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-second-section .qr-two-three {
    height:0px;
    
}
.kurse-second-section .qr-two-four {
    height:0px;
    background-color: rgba(224, 228, 0, 0.3);
}

.kurse-third-section {
    background-position: 80% 160%; 
   }

.kurse-third-section .qr-one-one {
    height:540px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 4;
}

.kurse-third-section .qr-one-one p {
    color: #8a8a8a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 100px;
    margin-top: 100px;
    padding-right: 20px;
}

.kurse-third-section .qr-one-two {
    height:400px;
    background-color: rgb(255, 230, 0, 0.1);
}
.kurse-third-section .qr-one-three {
    height:400px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
    
}
.kurse-third-section .qr-one-four {
    height:400px;
    display: none;
    
}

.kurse-third-section .qr-two-one {
    height:350px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 4;
}

.kurse-third-section .qr-two-two {
    height:250px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-third-section .qr-two-three {
    height:250px;
    background-color: rgba(0, 182, 231, 0.3);
    display: none;
}
.kurse-third-section .qr-two-four {
    height:250px;
    display: none;
}

.kurse-third-section  p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 30px;
    padding-right: 20px;
}

.kurse-third-section h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.8em;
    margin-left: 30px;
    margin-top: 50px;

}

#preise1 {
    display: inline-block;
    border-radius: 25px;
    background-color: #1DBEEA;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    height: 110px;
    padding: 30px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 60px;
    margin-top: 30px;
}

#preise2 {
    display: inline-block;
    border-radius: 25px;
    background-color: #1DBEEA;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    height: 110px;
    padding: 30px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 60px;
    margin-top: 20px;
}

/*Stundenplan*/



h2.stundenplan {
    color:#fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.8em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.stundenplan table {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    resize: horizontal;
}

.stundenplan tr {
    width:1500px;
    display: block;
}

.stundenplan th {
    width:200px;
    vertical-align: top;
}

.stundenplan td {
    width:200px;
    vertical-align: top;
}

.stundenplan table th:nth-child(6) {
    width:400px
}

/*Ferienkurse*/

h2.ferienkurse {
    color:#000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.8em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 30px;
}

p.ferienkurse {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 30px;
}

 .tab {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    margin-left: 5px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    float: left;
    width:160px;
    text-align: center;
    border-radius: 25px;
    border-color: #000;
    border: solid;
    border-width: 2px;
    padding:10px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
    color: #000;
    margin-right: 10px;
    margin-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  } 

  .ferienkurse table {
    border-spacing: 10px;
    border-collapse: separate;
    empty-cells: hide;
    color:rgba(255, 255, 255, 1);
    border: none;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    resize: horizontal;
    margin-left: -10px;
}

  .ferienkurse {
    background-color: #fff;
  }

  .ferienkurse tr {
    width:1000px;
    display: block;
}

  .ferienkurse td, th {
    background-color: #Ececec;
    border: none;
    border-radius: 15px;
    padding:10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8em;
    color: #8a8a8a;
    width:300px;
  }

  .ferienkurse h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.4em;
  }

  .ferienkurse button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
  }

  .ferienkurse button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  /* Schnupperstunde */

.schnupper-first-section {
    background-position: 80% 160%; 
   }

.schnupper-first-section .qr-one {
    height:550px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    vertical-align: top;
}
.schnupper-first-section .qr-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0);
    grid-column: auto / span 4;
    vertical-align: top;
}
.schnupper-first-section .qr-three {
    height:300px;
    background-color: rgba(226, 0, 11, 0);
    
}
.schnupper-first-section .qr-four {
    height:300px;
    display: none;
}

.schnupper-first-section .qr-one h1 {
    color: #2c2c2c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1.8em;
    font-weight: normal;
    margin-left: 40px;
    margin-top: 160px;

}

.schnupper-first-section .qr-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 0.9em;
    margin-left: 40px;
    margin-top: 20px;
    padding-right: 20px;

}

.schnupper-first-section .qr-two .anmeldung {
    height:300px;
    margin-top: 300px;
    background-color: rgba(226, 0, 11, 0.8);;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 0.9em;
}

.schnupper-first-section .qr-two .anmeldung h2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.schnupper-first-section .qr-two .anmeldung p {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 0.9em;
    line-height: 1.2em;
}

.schnupper-first-section button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
    margin-top: 40px;
  }

  .schnupper-first-section button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  h2.schnupperunter {
    color: #2c2c2c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1em;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
  }

  .schnuppertab table {
    border-spacing: 10px;
    border-collapse: separate;
    empty-cells: hide;
    color:rgba(255, 255, 255, 1);
    border: none; 
    margin-left: 30px;
    width:98% !important;
}

  .schnuppertab {
    background-color: #fff;
  }

  .schnuppertab td, th {
    background-color: #Ececec;
    border: none;
    border-radius: 15px;
    padding:10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
    vertical-align: top;
    width:200px;
  }


  .schnuppertab button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
  }

  .schnuppertab button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  .schnuppertab a {
    color: #212121;
  }

  .schnuppertab a:hover {
    color: #535353;
  }

  /*Ueber uns*/

  .ueber-uns-third-section {
    background-position: 60% 20%; 
   }

   .ueber-uns-third-section .qr-one-one {
    height:250px;
    background-color:  rgb(0, 90, 226, 0.3);
}
.ueber-uns-third-section .qr-one-two {
    height:250px;
    background-color: rgba(255, 102, 109, 0.3);
}
.ueber-uns-third-section .qr-one-three {
    height:250px;
    background-color: rgba(255, 102, 109, 0);
    
}
.ueber-uns-third-section .qr-one-four {
    height:250px;
    background-color: none;
    background-color: rgba(255, 102, 109, 0);
}

.ueber-uns-third-section .qr-two-one {
    height:300px;
    background-color: rgb(0, 90, 226, 0.3);
}

.ueber-uns-third-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.5);
    grid-column: auto / span 3;
}
.ueber-uns-third-section .qr-two-three {
    height:300px;
    display: none;
    
}
.ueber-uns-third-section .qr-two-four {
    height:300px;
    background-color: rgba(226, 222, 0, 1);
    display: none;
}


/*Standorte*/

.standorte-first-section {
    background-color: rgba(255, 255, 255, 1);  
    background-repeat: no-repeat;
    background-size: scale;
   }

.standorte-first-section .qr-one-one {
    height:250px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.standorte-first-section .qr-one-two {
    height:300px;
    display: none;
    
}
.standorte-first-section .qr-one-three {
    height:300px;
    display: none;
}
.standorte-first-section .qr-one-four {
    height:300px;
    display: none;
}

.standorte-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.8em;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 175px;

}


.standorte-second-section {
    background-image: url("images/YouAct-Ostbahnhof-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:10px;
    border-radius: 25px;
    background-position: 0% -10%;
   }

.standorte-second-section .qr-one-one {
    height:200px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-second-section .qr-one-two {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-second-section .qr-one-three {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-second-section .qr-one-four {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}

.standorte-second-section .qr-two-one {
    height:460px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
    grid-column: auto / span 4;
}

.standorte-second-section .qr-two-two {
    height:460px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-second-section .qr-two-three {
    height:300px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-second-section .qr-two-four {
    height:300px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-second-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-second-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-second-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-second-section button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-second-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-second-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-second-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


.standorte-third-section {
    background-image: url("images/YouAct-Theresienwiese-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:10px;
    border-radius: 25px;
    background-position: 0% -40%;
   }

.standorte-third-section .qr-one-one {
    height:200px;
    background-color: rgba(199, 234, 0, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-third-section .qr-one-two {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    display: none;
    
}
.standorte-third-section .qr-one-three {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    display: none;
    
}
.standorte-third-section .qr-one-four {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    border-top-right-radius:25px;
    display: none;
    
}

.standorte-third-section .qr-two-one {
    height:380px;
    background-color: #f4f4f4;
    grid-column: auto / span 4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
}

.standorte-third-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-third-section .qr-two-three {
    height:320px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-third-section .qr-two-four {
    height:300px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-third-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-third-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-third-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-third-section button:hover {
    background-color: #ffdd00;
    border-color: #ffdd00;
  }

.standorte-third-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-third-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-third-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #ffdd00;
}




.standorte-fourth-section {
    background-image: url("images/YouAct-Pasing-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:25px;
    border-radius: 25px;
    background-position: 100% -40%;
   }

.standorte-fourth-section .qr-one-one {
    height:200px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-fourth-section .qr-one-two {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    display: none;
    
}
.standorte-fourth-section .qr-one-three {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    display: none;
    
}
.standorte-fourth-section .qr-one-four {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-right-radius:25px;
    display: none;
    
}

.standorte-fourth-section .qr-two-one {
    height:320px;
    background-color: #f4f4f4;
    grid-column: auto / span 4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
}

.standorte-fourth-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-fourth-section .qr-two-three {
    height:320px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-fourth-section .qr-two-four {
    height:280px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-fourth-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-fourth-section .qr-one-two button {
    margin-left: 10px;
    margin-top: 440px;
}



.standorte-fourth-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-fourth-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-fourth-section button:hover {
    background-color: #0066ff;
    border-color: #0066ff;
  }

.standorte-fourth-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fourth-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fourth-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #0066ff;
}


.standorte-fourth-section-alt {
    background-image: url("images/YouAct-Pasing-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:25px;
    border-radius: 25px;
    background-position: 0% -10%;
   }

.standorte-fourth-section-alt .qr-one-one {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.standorte-fourth-section-alt .qr-one-two {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section-alt .qr-one-three {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section-alt .qr-one-four {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    
}

.standorte-fourth-section-alt .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fourth-section-alt .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fourth-section-alt .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fourth-section-alt .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fourth-section-alt .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-fourth-section-alt button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
    margin-left: 50px;
  }

.standorte-fourth-section-alt button:hover {
    background-color: #0066ff;
    border-color: #0066ff;
  }

.standorte-fourth-section-alt a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fourth-section-alt #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fourth-section-alt button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #0066ff;
}




.standorte-fifth-section {
    background-image: url("images/YouAct-Ammersee-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:25px;
    border-radius: 25px;
    background-position: 0% -10%;
   }

.standorte-fifth-section .qr-one-one {
    height:200px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-fifth-section .qr-one-two {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-fifth-section .qr-one-three {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-fifth-section .qr-one-four {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-right-radius:25px;
    display: none;
    
}

.standorte-fifth-section .qr-two-one {
    height:360px;
    background-color: #f4f4f4;
    grid-column: auto / span 4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
}

.standorte-fifth-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-fifth-section .qr-two-three {
    height:300px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-fifth-section .qr-two-four {
    height:280px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-fifth-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-fifth-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-fifth-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-fifth-section button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-fifth-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fifth-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fifth-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


.standorte-fifth-section-alt {
    background-image: url("images/YouAct-Ammersee-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-fifth-section-alt .qr-one-one {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    grid-column: auto / span 2;
}
.standorte-fifth-section-alt .qr-one-two {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section-alt .qr-one-three {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section-alt .qr-one-four {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    
}

.standorte-fifth-section-alt .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fifth-section-alt .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fifth-section-alt .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fifth-section-alt .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fifth-section-alt .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.9em;
    margin-left: 50px;
    margin-top: 130px;

}


.standorte-fifth-section-alt button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
    margin-left: 50px;
  }

.standorte-fifth-section-alt button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-fifth-section-alt a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fifth-section-alt #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fifth-section-alt button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


#karte {
    color: #818181;
}

#karte a {
    color: #818181;
    font-size: 0.8em;
    margin-left: 5px;
    text-decoration: none;
}

#karte a:hover {
    color: #aeafb0;
}

/*Anmeldung*/

.anmeldung-first-section {
    background-color: rgba(255, 255, 255, 1);  
    background-repeat: no-repeat;
    background-size: scale;
   }

.anmeldung-first-section .qr-one-one {
    height:250px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.anmeldung-first-section .qr-one-two {
    height:500px;
    display: none;
}
.anmeldung-first-section .qr-one-three {
    height:500px;
    display: none;
}
.anmeldung-first-section .qr-one-four {
    height:500px;
    display: none;
}

.anmeldung-first-section .qr-two-one {
    height:200px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    display: none;
}

.anmeldung-first-section .qr-two-two {
    height:200px;
    background-color: rgba(255, 255, 255, 1);
    display: none;
}
.anmeldung-first-section .qr-two-three {
    height:100px;
    background-color: rgba(255, 255, 255, 1);
    display: none;
    
}
.anmeldung-first-section .qr-two-four {
    height:100px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}

.anmeldung-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.85em;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 175px;

}

.wpcf7-form {
    background-color: #f4f4f4;
    border: none;
    border-radius: 25px;
    padding:10px;
    padding-right:20px;
    margin-left:10px;
    margin-right:10px;
    max-width: 100%;
}

.wpcf7-select {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.wpcf7-select select {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
}

.wpcf7-select option {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
}

#anrede .wpcf7-select {
    width:120px;
}

input.wpcf7-text {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
    margin-left:0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#plz input.wpcf7-text {
    width:120px;
}

#betreff input.wpcf7-text {
    width: 845px;
}

textarea.wpcf7-textarea {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
    margin-left:0px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 980px;
    resize: none;
}

.wpcf7-checkbox .wpcf7-list-item {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
    margin-left:0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:10px;
}

.wpcf7-checkbox .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.wpcf7-checkbox .wpcf7-list-item input:checked {
    background-color: gray;
}

.wpcf7-acceptance .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20%;
    border: 2px solid #ddd;
    outline: none;
}

.wpcf7-acceptance .wpcf7-list-item input:checked {
    accent-color: white;
    background-color: gray;
}


.wpcf7-list-item-label {
    color: #212121;
}

.form-txt {
    color: #212121;
    margin-left: 0px;
}

.wpcf7-form p.aiowps-captcha {
    color: #212121;
    margin-left: 0px;
}

.wpcf7-form .aiowps-captcha-equation p {
    color: #212121;
    margin-left: 0px;
}

.wpcf7-form .aiowps-captcha-equation input {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
}

.wpcf7-submit {
    border-radius: 25px;
    margin-left:0px;
}

span .wpcf7-not-valid {
    border: 2px solid #ff0000;
    color: #ff0000;
}

.wpcf7-form-control-wrap[data-name="kon-accept"] span.wpcf7-not-valid {
    border: none !important;
}

.wpcf7-not-valid .wpcf7-list-item-label {
    color: #ff0000;
}

#kon-validate .wpcf7-not-valid-tip {
    display:none;
}

.wpcf7-form-control-wrap[data-name="kon-accept"] .wpcf7-not-valid-tip {
    display:none;
}

.wpcf7-form-control-wrap[data-name="aiowps-captcha"] span.wpcf7-not-valid-tip {
    margin-left:15px;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #ff0000;
}

/*Ueber uns*/
.ueber-uns-first-section {
    background-image: url("images/bg-you-act-ensembleszene-1500x1000.png");  
    background-repeat: no-repeat;
    background-size: scale;
    background-position: 100% -200%; 
   }

.ueber-uns-first-section .qr-one-one {
    height:280px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.ueber-uns-first-section .qr-one-two {
    height:500px;
    display: none;
}
.ueber-uns-first-section .qr-one-three {
    height:500px;
    display: none;
}
.ueber-uns-first-section .qr-one-four {
    height:500px;
    display: none;
}

.ueber-uns-first-section .qr-two-one {
    height:300px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    display: none;
}

.ueber-uns-first-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    display: none;
}
.ueber-uns-first-section .qr-two-three {
    height:300px;
    background-color: rgba(0, 182, 231, 0.5);
    display: none;
    
}
.ueber-uns-first-section .qr-two-four {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}

.ueber-uns-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 200px;

}

.ueber-uns-second-section {
    background-image: url("images/bg-you-act-improvisationsspiel-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
    background-position: 20% 0%; 
   }
.ueber-uns-second-section .qr-one-one {
    height:450px;
    background-color: #fff;
    grid-column: auto / span 4;
}
.ueber-uns-second-section .qr-one-two {
    height:435px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
}
.ueber-uns-second-section .qr-one-three {
    height:435px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 2;
    display: none;
}
.ueber-uns-second-section .qr-one-four {
    height:435px;
    display: none;
}

.ueber-uns-second-section .qr-two-one {
    height:300px;
}

.ueber-uns-second-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0);
}
.ueber-uns-second-section .qr-two-three {
    height:480px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 4;
    
}
.ueber-uns-second-section .qr-two-four {
    height:400px;
    display: none;
}

.ueber-uns-second-section .qr-one-one p {
    color: #212121;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 20px;
    padding-right: 20px;

}

.ueber-uns-second-section .qr-two-three p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 40px;
    padding-right: 20px;

}

.ueber-uns-third-section {
    background-image: url("images/bg-you-act-schauspieler-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.ueber-uns-third-section .qr-one-one {
    height:250px;
    
}
.ueber-uns-third-section .qr-one-two {
    height:250px;
    background-color: rgba(255, 102, 109, 0);
}
.ueber-uns-third-section .qr-one-three {
    height:250px;
    background-color:  rgb(0, 90, 226, 0);
}
.ueber-uns-third-section .qr-one-four {
    height:250px;
    background-color: rgba(0, 226, 56, 0);
}

.ueber-uns-third-section .qr-two-one {
    height:280px;
}

.ueber-uns-third-section .qr-two-two {
    height:280px;
    background-color: rgba(226, 0, 11, 0.5);
}
.ueber-uns-third-section .qr-two-three {
    height:280px;
    
}
.ueber-uns-third-section .qr-two-four {
    height:280px;
    background-color: rgba(226, 222, 0, 1);
}

.ueber-uns-fourth-section {
    background-image: url("images/bg-you-act-schauspielerinnen-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
    background-position: 75% 5%; 
   }
.ueber-uns-fourth-section .qr-one-one {
    height:50px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    grid-row: 1;
}
.ueber-uns-fourth-section .qr-one-two {
    height:435px;
    background-color: rgba(255, 102, 109, 0.3);
    display: none;
}
.ueber-uns-fourth-section .qr-one-three {
    height:280px;
    grid-row: 3;
}
.ueber-uns-fourth-section .qr-one-four {
    height:280px;
    background-color: rgba(226, 222, 0, 0);
}

.ueber-uns-fourth-section .qr-two-one {
    height:150px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    grid-row: 2;
    margin-top: -60px;
}

.ueber-uns-fourth-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.5);
}
.ueber-uns-fourth-section .qr-two-three {
    height:400px;
    display: none;
}
.ueber-uns-fourth-section .qr-two-four {
    height:400px;
    background-color: rgba(226, 222, 0, 0.3);
    display: none;
}

.ueber-uns-fourth-section p {
    color: #212121;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.2.5em;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 50px;
    padding-right: 20px;

}

h2.dozentinnen {
    color:#000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.85em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
}

p.dozentinnen {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

.dozentinnen a {
    color: #a9a9a9;
}

/*Slider*/
.carousel-wrapper {
    max-width:100%;
    background-color: #000;
    padding:0px;
}

.item-content-wrapper.tss-right {
    background: #404040 !important;
}



.item-content-wrapper.tss-right .item-content {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    font-style: normal;
    padding-right: 20px;
}

.tss-carousel.swiper .swiper-pagination {
    bottom: 5px !important;
}

.tss-carousel-main .swiper-pagination-bullet:hover, .tss-carousel-main .swiper-pagination-bullet-active, .tss-carousel .swiper-pagination-bullet:hover, .tss-carousel .swiper-pagination-bullet-active {
    background:#fff;
}

.tss-carousel-main .swiper-pagination-bullet, .tss-carousel .swiper-pagination-bullet {
    background: #fff;
}

.tss-carousel1 .item-content-wrapper::before, 
.tss-carousel1 .item-content-wrapper::after {
    display: none;
}
.tss-wrapper .single-item-wrapper h3.author-name {
    display: none;
}
.tss-wrapper .single-item-wrapper .profile-img-wrapper {
    z-index: 1;
}

.swiper-arrow.swiper-button-prev.prev-0 {
    margin-left: 20px;
}

.swiper-arrow.swiper-button-next.next-0 {
    margin-right: 20px;
}

.tss-carousel-main .swiper-arrow, .tss-carousel .swiper-arrow {
    background-color: #8a8a8a;
}

.rt-col-md-12, .rt-col-sm-12, .rt-col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}


#footer-right {
    margin-right:0px;
    margin-left: -30px;
}


}



@media(min-width: 769px) and (max-width: 1490px)   {
    
    #menu-menu-1 {background-color: #000; }
    /*ul.menu {margin-left:-100px; margin-top:30px;}*/
    ul.menu {position:fixed ; top:20px; right:120px;}
    #primary-menu {height:0px;}
    .gp-icon.icon-menu-bars svg { width:20px; height:40px; padding-top: 20px;}
    .main-navigation .menu-toggle {background-color: #000 !important; border-radius:50%;}
    .site-logo { position:fixed ; top:40px; left:68px; }

}


/*Content*/

@media(min-width: 769px) and (max-width: 1490px) {

.start-first-section {
        background-position: 15% 35%; 
}

.start-first-section .qr-one-one {
        height:300px;
        background-color: rgba(226, 0, 11, 0.5);
}

.start-first-section .qr-one-two {
        height:300px;
        background-color: rgba(226, 0, 11, 0.3);
}

.start-first-section .qr-one-three {
        height:300px;
        background-color: rgba(226, 0, 11, 0.3);
}

.start-first-section .qr-one-four {
        height:300px;
        background-color: rgba(226, 0, 11, 0.3);
}

.start-first-section .qr-two-one {
    height:300px;
    width:400px;
    background-color: rgba(226, 0, 11, 0.3);
    grid-column: auto / span 2;
}

.start-first-section .qr-two-one h1 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 50px;
    margin-top: -30px;

}

.start-first-section .qr-two-one h2 {
    opacity: 0.7;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 50px;
    margin-top: 60px;
    
}

.start-first-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0);
    
}
.start-first-section .qr-two-three {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    
}
    
.start-first-section .qr-two-four {
    height:300px;
    background-color: rgba(0, 182, 231, 0.5);
    
}

.start-second-section {
    background-position: 100% 190%; 
    background-size: 200%;
   }

.start-second-section .qr-one-one {
    height:auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.start-second-section .qr-one-two {
    height:150px;
    background-color: rgba(224, 228, 0, 0.5);
    display: none;
    
}
.start-second-section .qr-one-three {
    height:150px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}
.start-second-section .qr-one-four {
    height:150px;
    background-color:  rgba(255, 255, 255, 1);
    display: none;
    
}

.start-second-section .qr-two-one {
    height:150px;
    background-color: rgba(255, 255, 255, 0);
    
}

.start-second-section .qr-two-two {
    height:auto;
    background-color: rgba(224, 228, 0, 0.5);
    display: none;
}
.start-second-section .qr-two-three {
    height:auto;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}
.start-second-section .qr-two-four {
    height:150px;
    background-color: rgba(224, 228, 0, 0.3);
}

.start-second-section .qr-one-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 20px;
    hyphens: auto;

}

.start-third-section {
    background-position: 50% 0%; 
    background-size: 280%;
   }
.start-third-section .qr-one-one {
    height:300px;
}
.start-third-section .qr-one-two {
    height:300px;
}
.start-third-section .qr-one-three {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}
.start-third-section .qr-one-four {
    height:300px;
    background-color:  rgba(224, 228, 0, 0.3);
}

.start-third-section .qr-two-one {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
}

.start-third-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 3;
}
.start-third-section .qr-two-three {
    height:300px;
    background-color: rgba(0, 108, 138, 0.3);
    display: none;
}
.start-third-section .qr-two-four {
    height:300px;
    display: none;
}

.start-third-section .qr-two-two p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    padding-right: 20px;

}

.start-fourth-section .qr-one-one {
    height:250;
    background-color: #fff;
    grid-column: auto / span 4;
}
.start-fourth-section .qr-one-two {
    height:300px;
    display: none;
}
.start-fourth-section .qr-one-three {
    height:300px;
    background-color: #fff;
    display: none;
}
.start-fourth-section .qr-one-four {
    height:300px;
    display: none;
}

.start-fourth-section .qr-two-one {
    height:250px;
    background-color: #cecece;
    display: none;
    
}

.start-fourth-section .qr-two-two {
    height:250px;
    background-color: #cecece;
    display: none;
    
}
.start-fourth-section .qr-two-three {
    height:250px;
    grid-column: 1 / span 4;
    background-color: #cecece;
    
}
.start-fourth-section .qr-two-four {
    height:250px;
    display: none;
}

.start-fourth-section p {
    color: #8a8a8a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 50px;
    padding-right: 20px;

}

.start-fifth-section {
    background-position:70% 40%; 
    background-size: 280%;
   }
.start-fifth-section .qr-one-one {
    height:300px;
}
.start-fifth-section .qr-one-two {
    height:300px;
}
.start-fifth-section .qr-one-three {
    height:300px;
}
.start-fifth-section .qr-one-four {
    height:300px;
}

.start-fifth-section .qr-two-one {
    height:350px;
}

.start-fifth-section .qr-two-two {
    height:350px;
    display: none;
}
.start-fifth-section .qr-two-three {
    height:350px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
    
}
.start-fifth-section .qr-two-four {
    height:350px;
    background-color: rgba(226, 0, 11, 1);
    grid-column: 2 / span 3;
}

.start-sixt-section {
    background-position:71% 0%; 
    background-size: 280%;
   }
.start-sixt-section .qr-one-one {
    height:350px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 3;
}
.start-sixt-section .qr-one-two {
    height:350px;
    display: none;
}
.start-sixt-section .qr-one-three {
    height:350px;
    display: none;
}
.start-sixt-section .qr-one-four {
    height:350px;
    background-color: rgba(226, 60, 0, 0.3);
}

.start-sixt-section .qr-two-one {
    height:300px;
    display: none;
}

.start-sixt-section .qr-two-two {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}
.start-sixt-section .qr-two-three {
    height:300px;
    background-color: rgb(228, 224, 0, 1);
    display: none;
}
.start-sixt-section .qr-two-four {
    height:300px;
    background-color: rgb(228, 224, 0, 0.3);
    display: none;
}

.start-sixt-section p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    padding-right: 20px;

}

.start-seventh-section {
    background-position:65% 40%; 
    background-size: 280%;
   }
.start-seventh-section .qr-one-one {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    display: none;
    
}
.start-seventh-section .qr-one-two {
    height:300px;
    
}
.start-seventh-section .qr-one-three {
    height:300px;
    

}
.start-seventh-section .qr-one-four {
    height:300px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: 1 /  span 2;
    grid-row: 1;
    
}

.start-seventh-section .qr-two-one {
    height:300px;
    background-color: rgb(228, 213, 0);
    grid-column: 3 / span 2;
    grid-row: 2;
}

.start-seventh-section .qr-two-two {
    height:300px;
    background-color: rgb(228, 213, 0, 0.3);
    display: none;
}
.start-seventh-section .qr-two-three {
    height:300px;
    background-color: rgba(226, 60, 0, 0.3);
    
    
    
}
.start-seventh-section .qr-two-four {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    
   
}

.start-eigth-section {
    background-position:100% 0%; 
    background-size: 280%;
   }
.start-eigth-section .qr-one-one {
    height:300px;
    display: none;
    
}
.start-eigth-section .qr-one-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
}
.start-eigth-section .qr-one-three {
    height:310px;
    background-color: rgba(226, 0, 11, 1);
    grid-column: 1 / span 2;
}
.start-eigth-section .qr-one-four {
    height:310px;
}

.start-eigth-section .qr-two-one {
    height:300px;
}

.start-eigth-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
}
.start-eigth-section .qr-two-three {
    height:300px;
    background-color: rgba(226, 60, 0, 0.3);
    
}
.start-eigth-section .qr-two-four {
    height:300px;
}

.anmeldung {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.2em;
    font-size: 0.9em;
}

  .anmeldung h2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.7em;
    hyphens: auto;
}

 .anmeldung p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9em;
    line-height: 1.2em;
}

 .anmeldung a {
    text-decoration: none;
}

.anmeldung button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
    margin-top: 30px;
  }

  .anmeldung button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }


 .anmeldung #pfeil {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 2em;
    line-height: 1.4em;
    color: #fff;
    
}


.anmeldung button:hover + #pfeil {
    margin-left: 10px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #000;
}


.kurse-first-section {
    background-position: 100% -100%; 
    background-size: 200%;
   }

.kurse-first-section .qr-one-one {
    height:300px;
    width:auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.kurse-first-section .qr-one-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
}
.kurse-first-section .qr-one-three {
    height:300px;
    display: none;
    
}
.kurse-first-section .qr-one-four {
    height:300px;
    display: none;
}

.kurse-first-section .qr-two-one {
    height:250px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}

.kurse-first-section .qr-two-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 0px;
    padding-right: 20px;
}

.kurse-first-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-first-section .qr-two-three {
    height:300px;
    
}
.kurse-first-section .qr-two-four {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}

.kurse-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 200px;

}

.kurse-second-section {
    background-position: 100% -150%; 
    background-size: 200%;
   }

.kurse-second-section .qr-one-one {
    height:300px;
    width: auto;
    background-color: #cecece;
    grid-column: auto / span 4;
}

.kurse-second-section .qr-one-one p {
    color: #8a8a8a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 40px;
    margin-top: 40px;
    padding-right: 20px;
}

.kurse-second-section .qr-one-two {
    height:300px;
    background-color: rgb(255, 230, 0, 0.5);
    
}
.kurse-second-section .qr-one-three {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
}
.kurse-second-section .qr-one-four {
    height:300px;
}

.kurse-second-section .qr-two-one {
    height:0px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 2;
}

.kurse-second-section .qr-two-two {
    height:0px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-second-section .qr-two-three {
    height:0px;
    
}
.kurse-second-section .qr-two-four {
    height:0px;
    background-color: rgba(224, 228, 0, 0.3);
}

.kurse-third-section {
    background-position: 80% 160%; 
   }

.kurse-third-section .qr-one-one {
    height:380px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 4;
}

.kurse-third-section .qr-one-one p {
    color: #8a8a8a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 100px;
    margin-top: 100px;
    padding-right: 20px;
}

.kurse-third-section .qr-one-two {
    height:400px;
    background-color: rgb(255, 230, 0, 0.1);
}
.kurse-third-section .qr-one-three {
    height:400px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
    
}
.kurse-third-section .qr-one-four {
    height:400px;
    display: none;
    
}

.kurse-third-section .qr-two-one {
    height:250px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 4;
}

.kurse-third-section .qr-two-two {
    height:250px;
    background-color: rgba(226, 0, 11, 0.3);
}
.kurse-third-section .qr-two-three {
    height:250px;
    background-color: rgba(0, 182, 231, 0.3);
    display: none;
}
.kurse-third-section .qr-two-four {
    height:250px;
    display: none;
}

.kurse-third-section  p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 30px;
    padding-right: 20px;
}

.kurse-third-section h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.8em;
    margin-left: 30px;
    margin-top: 50px;

}

#preise1 {
    display: inline-block;
    border-radius: 25px;
    background-color: #1DBEEA;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    height: 110px;
    padding: 30px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 60px;
    margin-top: 30px;
}

#preise2 {
    display: inline-block;
    border-radius: 25px;
    background-color: #1DBEEA;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    height: 110px;
    padding: 30px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 60px;
    margin-top: 20px;
}

/*Stundenplan*/



h2.stundenplan {
    color:#fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.8em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.stundenplan table {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    resize: horizontal;
}

.stundenplan tr {
    width:1500px;
    display: block;
}

.stundenplan th {
    width:200px;
}

.stundenplan td {
    width:200px;
}

.stundenplan table th:nth-child(6) {
    width:400px
}

/*Ferienkurse*/

h2.ferienkurse {
    color:#000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.8em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 30px;
}

p.ferienkurse {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 30px;
}

 .tab {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    margin-left: 5px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    float: left;
    width:160px;
    text-align: center;
    border-radius: 25px;
    border-color: #000;
    border: solid;
    border-width: 2px;
    padding:10px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
    color: #000;
    margin-right: 10px;
    margin-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  } 

  .ferienkurse table {
    border-spacing: 10px;
    border-collapse: separate;
    empty-cells: hide;
    color:rgba(255, 255, 255, 1);
    border: none;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    resize: horizontal;
    margin-left: -10px;
}

  .ferienkurse {
    background-color: #fff;
  }

  .ferienkurse tr {
    width:1000px;
    display: block;
}

  .ferienkurse td, th {
    background-color: #Ececec;
    border: none;
    border-radius: 15px;
    padding:10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8em;
    color: #8a8a8a;
    width:300px;
  }

  .ferienkurse h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.4em;
  }

  .ferienkurse button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
  }

  .ferienkurse button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  /* Schnupperstunde */

.schnupper-first-section {
    background-position: 80% 160%; 
   }

.schnupper-first-section .qr-one {
    height:550px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    vertical-align: top;
}
.schnupper-first-section .qr-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0);
    grid-column: auto / span 4;
    vertical-align: top;
}
.schnupper-first-section .qr-three {
    height:300px;
    background-color: rgba(226, 0, 11, 0);
    
}
.schnupper-first-section .qr-four {
    height:300px;
    display: none;
}

.schnupper-first-section .qr-one h1 {
    color: #2c2c2c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1.8em;
    font-weight: normal;
    margin-left: 40px;
    margin-top: 160px;

}

.schnupper-first-section .qr-one p {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 0.9em;
    margin-left: 40px;
    margin-top: 20px;
    padding-right: 20px;

}

.schnupper-first-section .qr-two .anmeldung {
    height:300px;
    margin-top: 300px;
    background-color: rgba(226, 0, 11, 0.8);;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 0.9em;
}

.schnupper-first-section .qr-two .anmeldung h2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.schnupper-first-section .qr-two .anmeldung p {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 0.9em;
    line-height: 1.2em;
}

.schnupper-first-section button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
    margin-top: 40px;
  }

  .schnupper-first-section button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  h2.schnupperunter {
    color: #2c2c2c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1em;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
  }

  .schnuppertab table {
    border-spacing: 10px;
    border-collapse: separate;
    empty-cells: hide;
    color:rgba(255, 255, 255, 1);
    border: none; 
    margin-left: 30px;
    width:98% !important;
}

  .schnuppertab {
    background-color: #fff;
  }

  .schnuppertab td, th {
    background-color: #Ececec;
    border: none;
    border-radius: 15px;
    padding:10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
    vertical-align: top;
    width:200px;
  }


  .schnuppertab button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#fff;
    color: #000;
    border-radius: 15px;
    border-color: #fff;
  }

  .schnuppertab button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }

  .schnuppertab a {
    color: #212121;
  }

  .schnuppertab a:hover {
    color: #535353;
  }

  /*Ueber uns*/

  .ueber-uns-third-section {
    background-position: 60% 20%; 
   }

   .ueber-uns-third-section .qr-one-one {
    height:250px;
    background-color:  rgb(0, 90, 226, 0.3);
}
.ueber-uns-third-section .qr-one-two {
    height:250px;
    background-color: rgba(255, 102, 109, 0.3);
}
.ueber-uns-third-section .qr-one-three {
    height:250px;
    background-color: rgba(255, 102, 109, 0);
    
}
.ueber-uns-third-section .qr-one-four {
    height:250px;
    background-color: none;
    background-color: rgba(255, 102, 109, 0);
}

.ueber-uns-third-section .qr-two-one {
    height:300px;
    background-color: rgb(0, 90, 226, 0.3);
}

.ueber-uns-third-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.5);
    grid-column: auto / span 3;
}
.ueber-uns-third-section .qr-two-three {
    height:300px;
    display: none;
    
}
.ueber-uns-third-section .qr-two-four {
    height:300px;
    background-color: rgba(226, 222, 0, 1);
    display: none;
}


/*Standorte*/

.standorte-first-section {
    background-color: rgba(255, 255, 255, 1);  
    background-repeat: no-repeat;
    background-size: scale;
   }

.standorte-first-section .qr-one-one {
    height:250px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.standorte-first-section .qr-one-two {
    height:300px;
    display: none;
    
}
.standorte-first-section .qr-one-three {
    height:300px;
    display: none;
}
.standorte-first-section .qr-one-four {
    height:300px;
    display: none;
}

.standorte-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.8em;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 175px;

}


.standorte-second-section {
    background-image: url("images/YouAct-Ostbahnhof-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:10px;
    border-radius: 25px;
    background-position: 0% -10%;
   }

.standorte-second-section .qr-one-one {
    height:200px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-second-section .qr-one-two {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-second-section .qr-one-three {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-second-section .qr-one-four {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}

.standorte-second-section .qr-two-one {
    height:300px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
    grid-column: auto / span 4;
}

.standorte-second-section .qr-two-two {
    height:460px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-second-section .qr-two-three {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-second-section .qr-two-four {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-second-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-second-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-second-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-second-section button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-second-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-second-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-second-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


.standorte-third-section {
    background-image: url("images/YouAct-Theresienwiese-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:10px;
    border-radius: 25px;
    background-position: 0% -40%;
   }

.standorte-third-section .qr-one-one {
    height:200px;
    background-color: rgba(199, 234, 0, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-third-section .qr-one-two {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    display: none;
    
}
.standorte-third-section .qr-one-three {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    display: none;
    
}
.standorte-third-section .qr-one-four {
    height:500px;
    background-color: rgba(199, 234, 0, 0.45);
    border-top-right-radius:25px;
    display: none;
    
}

.standorte-third-section .qr-two-one {
    height:250px;
    background-color: #f4f4f4;
    grid-column: auto / span 4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
}

.standorte-third-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-third-section .qr-two-three {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-third-section .qr-two-four {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-third-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-third-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-third-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-third-section button:hover {
    background-color: #ffdd00;
    border-color: #ffdd00;
  }

.standorte-third-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-third-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-third-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #ffdd00;
}




.standorte-fourth-section {
    background-image: url("images/YouAct-Pasing-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:25px;
    border-radius: 25px;
    background-position: 100% -40%;
   }

.standorte-fourth-section .qr-one-one {
    height:200px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-fourth-section .qr-one-two {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    display: none;
    
}
.standorte-fourth-section .qr-one-three {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    display: none;
    
}
.standorte-fourth-section .qr-one-four {
    height:500px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-right-radius:25px;
    display: none;
    
}

.standorte-fourth-section .qr-two-one {
    height:270px;
    background-color: #f4f4f4;
    grid-column: auto / span 4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
}

.standorte-fourth-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-fourth-section .qr-two-three {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-fourth-section .qr-two-four {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-fourth-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-fourth-section .qr-one-two button {
    margin-left: 10px;
    margin-top: 440px;
}



.standorte-fourth-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-fourth-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-fourth-section button:hover {
    background-color: #0066ff;
    border-color: #0066ff;
  }

.standorte-fourth-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fourth-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fourth-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #0066ff;
}


.standorte-fourth-section-alt {
    background-image: url("images/YouAct-Pasing-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:25px;
    border-radius: 25px;
    background-position: 0% -10%;
   }

.standorte-fourth-section-alt .qr-one-one {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.standorte-fourth-section-alt .qr-one-two {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section-alt .qr-one-three {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    
}
.standorte-fourth-section-alt .qr-one-four {
    height:300px;
    background-color: rgba(0, 101, 234, 0.45);
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    
}

.standorte-fourth-section-alt .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fourth-section-alt .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fourth-section-alt .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fourth-section-alt .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fourth-section-alt .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-fourth-section-alt button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
    margin-left: 50px;
  }

.standorte-fourth-section-alt button:hover {
    background-color: #0066ff;
    border-color: #0066ff;
  }

.standorte-fourth-section-alt a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fourth-section-alt #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fourth-section-alt button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #0066ff;
}




.standorte-fifth-section {
    background-image: url("images/YouAct-Ammersee-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:25px;
    border-radius: 25px;
    background-position: 0% -10%;
   }

.standorte-fifth-section .qr-one-one {
    height:200px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    grid-column: auto / span 4;
}
.standorte-fifth-section .qr-one-two {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-fifth-section .qr-one-three {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    display: none;
    
}
.standorte-fifth-section .qr-one-four {
    height:500px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-right-radius:25px;
    display: none;
    
}

.standorte-fifth-section .qr-two-one {
    height:280px;
    background-color: #f4f4f4;
    grid-column: auto / span 4;
    border-bottom-left-radius: 0px;
    padding-top:40px;
    padding-left: 20px;
}

.standorte-fifth-section .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
    display: none;
}
.standorte-fifth-section .qr-two-three {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    grid-column: auto / span 4;
    grid-row: 4;
    
}
.standorte-fifth-section .qr-two-four {
    height:350px;
    background-color: #f4f4f4;
    padding-top:20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    grid-column: auto / span 4;
    grid-row: 3;
}

.standorte-fifth-section .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 160px;

}

.standorte-fifth-section p {
    
    margin-right: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #212121;
}

.standorte-fifth-section button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
  }

.standorte-fifth-section button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-fifth-section a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fifth-section #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fifth-section button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


.standorte-fifth-section-alt {
    background-image: url("images/YouAct-Ammersee-1600x600.jpg");   
    background-repeat: no-repeat;
    background-size: scale;
    margin:50px;
    border-radius: 25px;
   }

.standorte-fifth-section-alt .qr-one-one {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    grid-column: auto / span 2;
}
.standorte-fifth-section-alt .qr-one-two {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section-alt .qr-one-three {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    
}
.standorte-fifth-section-alt .qr-one-four {
    height:300px;
    background-color: rgba(255, 0, 30, 0.45);
    border-top-right-radius:25px;
    border-bottom-right-radius: 25px;
    
}

.standorte-fifth-section-alt .qr-two-one {
    height:440px;
    background-color: #f4f4f4;
    grid-column: auto / span 2;
    border-bottom-left-radius: 25px;
    padding-top:50px;
    padding-left: 50px;
}

.standorte-fifth-section-alt .qr-two-two {
    height:440px;
    background-color: #f4f4f4;
}
.standorte-fifth-section-alt .qr-two-three {
    height:440px;
    background-color: #f4f4f4;
    padding-top:50px;
    
}
.standorte-fifth-section-alt .qr-two-four {
    height:440px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 25px;
    padding-top:50px;
    padding-right: 50px;
}

.standorte-fifth-section-alt .qr-one-one h2 {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.9em;
    margin-left: 50px;
    margin-top: 130px;

}


.standorte-fifth-section-alt button {
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color:#000;
    color: #fff;
    border-radius: 15px;
    border-color: #000;
    margin-left: 50px;
  }

.standorte-fifth-section-alt button:hover {
    background-color: #E2000B;
    border-color: #E2000B;
  }

.standorte-fifth-section-alt a {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.standorte-fifth-section-alt #pfeil {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.3em;
    color: #000;
    
}

.standorte-fifth-section-alt button:hover + #pfeil {
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s linear;
    color: #E2000B;
}


#karte {
    color: #818181;
}

#karte a {
    color: #818181;
    font-size: 0.8em;
    margin-left: 5px;
    text-decoration: none;
}

#karte a:hover {
    color: #aeafb0;
}

/*Anmeldung*/

.anmeldung-first-section {
    background-color: rgba(255, 255, 255, 1);  
    background-repeat: no-repeat;
    background-size: scale;
   }

.anmeldung-first-section .qr-one-one {
    height:250px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.anmeldung-first-section .qr-one-two {
    height:500px;
    display: none;
}
.anmeldung-first-section .qr-one-three {
    height:500px;
    display: none;
}
.anmeldung-first-section .qr-one-four {
    height:500px;
    display: none;
}

.anmeldung-first-section .qr-two-one {
    height:200px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    display: none;
}

.anmeldung-first-section .qr-two-two {
    height:200px;
    background-color: rgba(255, 255, 255, 1);
    display: none;
}
.anmeldung-first-section .qr-two-three {
    height:100px;
    background-color: rgba(255, 255, 255, 1);
    display: none;
    
}
.anmeldung-first-section .qr-two-four {
    height:100px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}

.anmeldung-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 1.85em;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 175px;

}

.wpcf7-form {
    background-color: #f4f4f4;
    border: none;
    border-radius: 25px;
    padding:10px;
    padding-right:20px;
    margin-left:10px;
    margin-right:10px;
    max-width: 100%;
}

.wpcf7-select {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.wpcf7-select select {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
}

.wpcf7-select option {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
}

#anrede .wpcf7-select {
    width:120px;
}

input.wpcf7-text {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
    margin-left:0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#plz input.wpcf7-text {
    width:120px;
}

#betreff input.wpcf7-text {
    width: 845px;
}

textarea.wpcf7-textarea {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
    margin-left:0px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 980px;
    resize: none;
}

.wpcf7-checkbox .wpcf7-list-item {
    background-color: #e3e3e3;
    color: #212121;
    border: none;
    border-radius: 25px;
    margin-left:0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:10px;
}

.wpcf7-checkbox .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.wpcf7-checkbox .wpcf7-list-item input:checked {
    background-color: gray;
}

.wpcf7-acceptance .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20%;
    border: 2px solid #ddd;
    outline: none;
}

.wpcf7-acceptance .wpcf7-list-item input:checked {
    accent-color: white;
    background-color: gray;
}


.wpcf7-list-item-label {
    color: #212121;
}

.form-txt {
    color: #212121;
    margin-left: 0px;
}

.wpcf7-form p.aiowps-captcha {
    color: #212121;
    margin-left: 0px;
}

.wpcf7-form .aiowps-captcha-equation p {
    color: #212121;
    margin-left: 0px;
}

.wpcf7-form .aiowps-captcha-equation input {
    background-color: #e3e3e3;
    color: #212121;
    border-radius: 25px;
}

.wpcf7-submit {
    border-radius: 25px;
    margin-left:0px;
}

span .wpcf7-not-valid {
    border: 2px solid #ff0000;
    color: #ff0000;
}

.wpcf7-form-control-wrap[data-name="kon-accept"] span.wpcf7-not-valid {
    border: none !important;
}

.wpcf7-not-valid .wpcf7-list-item-label {
    color: #ff0000;
}

#kon-validate .wpcf7-not-valid-tip {
    display:none;
}

.wpcf7-form-control-wrap[data-name="kon-accept"] .wpcf7-not-valid-tip {
    display:none;
}

.wpcf7-form-control-wrap[data-name="aiowps-captcha"] span.wpcf7-not-valid-tip {
    margin-left:15px;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #ff0000;
}

/*Ueber uns*/
.ueber-uns-first-section {
    background-image: url("images/bg-you-act-ensembleszene-1500x1000.png");  
    background-repeat: no-repeat;
    background-size: scale;
    background-position: 100% -200%; 
   }

.ueber-uns-first-section .qr-one-one {
    height:250px;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
}
.ueber-uns-first-section .qr-one-two {
    height:500px;
    display: none;
}
.ueber-uns-first-section .qr-one-three {
    height:500px;
    display: none;
}
.ueber-uns-first-section .qr-one-four {
    height:500px;
    display: none;
}

.ueber-uns-first-section .qr-two-one {
    height:300px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    display: none;
}

.ueber-uns-first-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0.3);
    display: none;
}
.ueber-uns-first-section .qr-two-three {
    height:300px;
    background-color: rgba(0, 182, 231, 0.5);
    display: none;
    
}
.ueber-uns-first-section .qr-two-four {
    height:300px;
    background-color: rgba(224, 228, 0, 0.3);
    display: none;
}

.ueber-uns-first-section .qr-one-one h1 {
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 0.9em;
    font-size: 2.5em;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 200px;

}

.ueber-uns-second-section {
    background-image: url("images/bg-you-act-improvisationsspiel-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
    background-position: 20% 200%; 
   }
.ueber-uns-second-section .qr-one-one {
    height:200px;
    background-color: #fff;
    grid-column: auto / span 4;
}
.ueber-uns-second-section .qr-one-two {
    height:435px;
    background-color: rgba(226, 0, 11, 0.3);
    display: none;
}
.ueber-uns-second-section .qr-one-three {
    height:435px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 2;
    display: none;
}
.ueber-uns-second-section .qr-one-four {
    height:435px;
    display: none;
}

.ueber-uns-second-section .qr-two-one {
    height:300px;
}

.ueber-uns-second-section .qr-two-two {
    height:300px;
    background-color: rgba(0, 182, 231, 0);
}
.ueber-uns-second-section .qr-two-three {
    height:250px;
    background-color: rgba(0, 182, 231, 1);
    grid-column: auto / span 4;
    
}
.ueber-uns-second-section .qr-two-four {
    height:400px;
    display: none;
}

.ueber-uns-second-section .qr-one-one p {
    color: #212121;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 20px;
    padding-right: 20px;

}

.ueber-uns-second-section .qr-two-three p {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 40px;
    padding-right: 20px;

}

.ueber-uns-third-section {
    background-image: url("images/bg-you-act-schauspieler-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: scale;
   }
.ueber-uns-third-section .qr-one-one {
    height:250px;
    
}
.ueber-uns-third-section .qr-one-two {
    height:250px;
    background-color: rgba(255, 102, 109, 0);
}
.ueber-uns-third-section .qr-one-three {
    height:250px;
    background-color:  rgb(0, 90, 226, 0);
}
.ueber-uns-third-section .qr-one-four {
    height:250px;
    background-color: rgba(0, 226, 56, 0);
}

.ueber-uns-third-section .qr-two-one {
    height:280px;
}

.ueber-uns-third-section .qr-two-two {
    height:280px;
    background-color: rgba(226, 0, 11, 0.5);
}
.ueber-uns-third-section .qr-two-three {
    height:280px;
    
}
.ueber-uns-third-section .qr-two-four {
    height:280px;
    background-color: rgba(226, 222, 0, 1);
}

.ueber-uns-fourth-section {
    background-image: url("images/bg-you-act-schauspielerinnen-1500x1000.jpg");  
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 100% -20%; 
   }
.ueber-uns-fourth-section .qr-one-one {
    height:290px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    grid-row: 1;
}
.ueber-uns-fourth-section .qr-one-two {
    height:435px;
    background-color: rgba(255, 102, 109, 0.3);
    display: none;
}
.ueber-uns-fourth-section .qr-one-three {
    height:280px;
    grid-row: 3;
}
.ueber-uns-fourth-section .qr-one-four {
    height:280px;
    background-color: rgba(226, 222, 0, 0);
}

.ueber-uns-fourth-section .qr-two-one {
    height:150px;
    background-color: rgba(255, 255, 255, 1);
    grid-column: auto / span 4;
    grid-row: 2;
    margin-top: -60px;
}

.ueber-uns-fourth-section .qr-two-two {
    height:300px;
    background-color: rgba(226, 0, 11, 0.5);
}
.ueber-uns-fourth-section .qr-two-three {
    height:400px;
    display: none;
}
.ueber-uns-fourth-section .qr-two-four {
    height:400px;
    background-color: rgba(226, 222, 0, 0.3);
    display: none;
}

.ueber-uns-fourth-section p {
    color: #212121;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.2.5em;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 50px;
    padding-right: 20px;

}

h2.dozentinnen {
    color:#000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.85em;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
}

p.dozentinnen {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

.dozentinnen a {
    color: #a9a9a9;
}

/*Slider*/
.carousel-wrapper {
    max-width:100%;
    background-color: #000;
    padding:0px;
}

.item-content-wrapper.tss-right {
    background: #404040 !important;
}



.item-content-wrapper.tss-right .item-content {
    color: #a9a9a9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.25em;
    font-size: 1em;
    font-style: normal;
    padding-right: 20px;
}

.tss-carousel.swiper .swiper-pagination {
    bottom: 5px !important;
}

.tss-carousel-main .swiper-pagination-bullet:hover, .tss-carousel-main .swiper-pagination-bullet-active, .tss-carousel .swiper-pagination-bullet:hover, .tss-carousel .swiper-pagination-bullet-active {
    background:#fff;
}

.tss-carousel-main .swiper-pagination-bullet, .tss-carousel .swiper-pagination-bullet {
    background: #fff;
}

.tss-carousel1 .item-content-wrapper::before, 
.tss-carousel1 .item-content-wrapper::after {
    display: none;
}
.tss-wrapper .single-item-wrapper h3.author-name {
    display: none;
}
.tss-wrapper .single-item-wrapper .profile-img-wrapper {
    z-index: 1;
}

.swiper-arrow.swiper-button-prev.prev-0 {
    margin-left: 20px;
}

.swiper-arrow.swiper-button-next.next-0 {
    margin-right: 20px;
}

.tss-carousel-main .swiper-arrow, .tss-carousel .swiper-arrow {
    background-color: #8a8a8a;
}

.rt-col-md-12, .rt-col-sm-12, .rt-col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}



}