@font-face {
  font-family:  'Pavanam';
  font-style:   normal;
  font-weight:  normal;
  font-display: swap;
  src: url('../fonts/Pavanam-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Pavanam-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Pavanam-Regular.woff2') format('font-woff'), /* Modern Browsers */
       url('../fonts/Pavanam-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family:  'Great Vibes';
  font-style:   normal;
  font-weight:  normal;
  font-display: swap;
  src: url('../fonts/GreatVibes-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GreatVibes-Regular.woff2') format('font-woff'), /* Modern Browsers */
       url('../fonts/GreatVibes-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body {
    font-family: 'Pavanam', sans-serif;
    background-color: #fffefa;
    margin: 0;
}

.maxwrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FDDBC2;
    border-left: 0.063rem solid #fff9d4;
    border-right: 0.063rem solid #fff9d4;
}

.header {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin-top: 1.25rem;
    z-index: 2;
}

.musicnotes {
    max-width: 100%;
}

.headline {
    font-family: 'Great Vibes', cursive;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: #0024cc;
    text-shadow: 0.125rem 0.125rem 0.125rem #fffdf0;
}

p {
    text-align: justify;
    font-size: 1rem;
    hyphens: auto;
}

h1 {
    font-size: 1.7rem;
    margin: 0;
    font-weight: normal;
}

h2 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: normal;
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FDDBC2;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
    border-bottom: 0.063rem solid #fff9d4;
}

.nav li {
    display: inline-block;
}

.nav a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 0.313rem 0.375rem;
    text-decoration: none;
    font-size: 0.625rem;
    white-space: nowrap;
}

.nav a:hover {
    color: #0024cc;
    text-decoration: none;
}

.teaser {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 1rem 0;
}

.teaserbox {
    padding: 2rem 2rem 0 2rem;
    color: #0024cc;
}

.teaserbox h4 {
    font-family: 'Great Vibes', cursive;
    margin: 0;
    font-size: 2rem;
}

.teaserlink {
    color: #0024cc;
}

.teaserlink:hover {
    color: #0024cc;
}

.uniwrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
}

.startimage {
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 0.625rem;
}

.startimage img,
.startimage iframe {
    max-width: 100%;
}

.starttext {
    width: 100%;
    order: 2;
}

.starttext p {
    margin-left: 1rem;
    margin-right: 1rem;
}

.startlink {
    margin-left: 1rem;
}

.startslider {
    width: 100%;
}

.embed-container {
    position: relative; 
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0; 
    overflow: hidden; 
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.embed-container iframe {  
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.embed-container-info {
    position: relative; 
    overflow: hidden; 
    width: 100%;
    height: 40px;
    float: left;
    margin-right: 3%;
}

.embed-container-small {
    position: relative; 
    padding-bottom: 25.3128%; /* 56.25% ratio 16x9 */
    height: 0; 
    overflow: hidden; 
    width: 45%;
    height: auto;
    margin-bottom: 1rem;
    float: left;
    margin-right: 3%;
}

.embed-container-small iframe {  
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.glide__slide {
    display: flex;
    justify-content: center;
}

h3 {
    color: #0024cc;
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
    font-weight: normal;
    text-shadow: 0.094rem 0.094rem 0.125rem #fffdf0;
    margin-top: 2rem;
    margin-left: 0.7rem;
}

h4 {
    color: #0024cc;
    font-family: 'Great Vibes', cursive;
    text-shadow: 0.094rem 0.094rem 0.125rem #fffdf0;
    font-weight: normal;
    font-size: 1.5rem;
    margin-left: 0.7rem;
}

.underline {
    text-decoration: underline;
}

.medienwrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 1.25rem;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: #0024cc;
}

.startaudio {
    margin: 0 1.25rem;
}

.startvideo {
    width: 100%;
}

.startaudio audio {
    display: block;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.875rem;
    width: 70%;
    text-align: justify;
    margin-left: 0.938rem;
    margin-right: 0.938rem;
}

.maxwrapper .datenschutz {
    margin: 6.25rem 3rem 0 3rem;
}

.impressum {
    list-style-type: none;
    padding-left: 0;
}

.startimage {
    order: 1;
}

.readmore-btn {
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 4px;
    background-color: transparent;
    color: #0024cc;
    padding: 9px 12px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,0.1);
    text-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
    transition: opacity 150ms ease, border 300ms ease-in-out;
    margin: 0 1rem;
}

.readmore-btn:hover {
    cursor: pointer;
    border: 2px solid #ffffff;
}

.readmore-btn .readmore-btn-more {
    display: inline-block;
}

.readmore-btn .readmore-btn-less {
    display: none;
}

.readmore-btn.readmore-btn-toggle .readmore-btn-more {
    display: none;
}

.readmore-btn.readmore-btn-toggle .readmore-btn-less {
    display: inline-block;
}

.readmore-text {
    display: none;
}
.readmore-text.visible {
    display: inline-block;
}

.readmore-btn-less,
.readmore-btn-more {
    pointer-events: none;
}

@media only screen and (min-width: 600px) {

    .maxwrapper {
        max-width: 87.5rem;
        border-left: 0.125rem solid #fff9d4;
        border-right: 0.125rem solid #fff9d4;
    }

    .header {
        max-width: 87.5rem;
        margin-top: 1.875rem;
    }

    .headline {
        text-shadow: 0.188rem 0.188rem 0.25rem #fffdf0;
    }

    h1,
    h2 {
        font-size: 3rem;
    }

    .nav {
        max-width: 87.5rem;
        border-bottom: 0.125rem solid #fff9d4;
    }

    .nav a {
        padding: 0.6rem;
        font-size: 1rem;
    }

    .teaserbox h4 {
        font-size: 3rem;
    }

    .uniwrapper {
        flex-direction: row;
    }

    .startimage {
        margin: 0 1.25rem;
        width: 70%;
    }

    .starttext {
        width: 70%;
    }

    .startaudio {
        width: 50%;
    }
    
    .startvideo {
        width: 50%;
        margin-right: 1.563rem;
    }

    .startslider {
        width: 50%;
    }

    .textleft {
        margin-left: 1.563rem;
    }

    .textleft+.startimage,
    .textleft+.startslider {
        order: 2;
    }

    .textright {
        margin-right: 1.563rem;
    }

    h3 {
        font-size: 3.75rem;
        text-shadow: 0.188rem 0.188rem 0.25rem #fffdf0;
        margin-top: 6.25rem;
    }

    .hl-left {
        margin-left: 2.5rem;
    }

    .hl-right {
        text-align: right;
        margin-right: 2.5rem;
    }

    .medienwrapper {
        flex-direction: row;
        margin-bottom: 3.75rem;
    }

    .startaudio {
        margin: 0 3.125rem;
    }

    .partner {
        flex-direction: column;
        margin-bottom: 4.375rem;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .partner p {
        text-align: left;
    }

    .maxwrapper .datenschutz {
        margin: 12.5rem 6.25rem 0 6.25rem;
    }

}

@media only screen and (min-width: 1024px) {
    h1,
    h2 {
        font-size: 5rem;
    }

    .header {
        max-height: 450px;
        overflow-y: hidden;
    }

    .nav a {
        padding: 0.6rem 1rem;
        font-size: 1rem;
    }
}