@font-face {
    font-family: AmsiReg;
    src: url(AmsiProRegular.woff2);
}

@font-face {
    font-family: AmsiUlt;
    src: url(AmsiProUltra.woff2);
}


:root {
    --dunkelblau: #0A2646;
    --secoblau: #213A8F;
    --hellblau: #C2E5F6;
    --padding: 20px;
    --head: 26px;
    --copy: 12px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ### - A - ### */
/* ### - B - ### */

body {
    font-family: AmsiReg;
}

.box p a {
    color: white;
}

.button-box {
    grid-column: 1/3;
    grid-row: 1/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button {
    /*
    background-color: var(--hellblau);
    box-shadow: 10px 10px var(--dunkelblau);
    */
    color: #ffffff;
    padding: 5px 10px;
    font-family: AmsiUlt;
    text-decoration: none;
    font-size: calc(var(--head) + 10px);
    margin-bottom: 45px;
    transition: 0.2s;
    text-align: center;
}

.button:hover {
    transform: scale(1.1);
}

.button-container {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: var(--copy);
}

.button-container button {
    background-color: var(--dunkelblau);
    padding: 5px 10px;
    font-size: var(--copy);
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
}

/* ### - C - ### */

.cookie-player {
    grid-column: 2/6;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    gap: var(--padding);
}

.cookie-player button {
    background-color: var(--dunkelblau);
    padding: 5px 15px;
    border: 1px solid white;
    color: white;
    font-size: var(--copy);
    cursor: pointer;
}

/* ### - D - ### */

.download {
    min-height: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr 25px;
    grid-row-gap: 20px;
    padding: var(--padding);
    padding-bottom: 50px;
    background-color: var(--dunkelblau);
    color: #ffffff;
    grid-column: 1/3;
    grid-row: 2/3;
    transform: translateY(350px);
    transition: 0.2s;
    font-size: var(--copy);
}

.download.move {
    transform: translateY(0px);
}

.download-close {
    justify-self: end;
    grid-column: 3/4;
}

.download-close img {
    height: 25px;
}

.download p {
    font-family: AmsiUlt;
}

.download-link {
    color: #fff;
    text-decoration: none;
    align-self: center;
}

.download-link:hover {
    text-decoration: underline;
}

.download div {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 20px;
    grid-column: 1/-1;
}

.download p {
    grid-column: 1/-1;
}

.download svg {
    height: 20px;
    align-self: center;
    justify-self: center;
}

.download svg path {
    fill: white;
}

/* ### - E - ###*/

.ezs {
    grid-column: 1/3;
    grid-row: 1/3;
    width: 60%;
    justify-self: center;
    align-self: center;
}

/* ### - F - ### */

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0!important;
}

.footer-logos img {
    height: 50px;
}

footer {
    height: 30vh;
    background-color: var(--dunkelblau);
}

/* ### - G - ### */

.gallery-cont {
    grid-column: 1/3;
    grid-row: 1/3;
    display: grid;
    grid-template-columns: 1fr;
}

/* ### - H - ### */

h1, h2, h3, h4, h5, h6 {
    font-family: AmsiUlt;
    font-weight: normal;
}

html {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: var(--dunkelblau);
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

header div {
    display: none;
    gap: 20px;
    align-items: center;
}

#onepager header {
    background-color: unset;
}

header a {
    display: inline;
} 

.header-seco img {
    height: 35px;
    display: block;
}

.header-ww img {
    height: 30px;
    display: block;
}

.header-ezs {
    transition: 0s;
}

.header-ezs.opacity {
    opacity: 0;
}

.header-ezs img {
    height: 35px;
    display: block;
}

.header-burger {
    display: flex;
    align-items: center;
}
.header-burger img {
    height: 25px;
    display: block;
}

/* ### - I - ### */

.intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: calc(100vh - 65px);
    margin-top: 65px;
}

.intro-links {
    grid-column: 1/3;
    grid-row: 1/2;
}

.intro-rechts {
    grid-column: 1/3;
    grid-row: 2/3;
}

.intro-links,
.intro-rechts {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.intro-bild {
    grid-column: 1/2;
    grid-row: 1/2; 
    overflow: hidden;
}

.intro-button {
    z-index: 5;
    grid-column: 1/2;
    grid-row: 1/2; 
    align-self: center;
    font-family: AmsiUlt;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    text-align: center;
}

.intro-links img,
.intro-rechts img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.2s;
    display: block;
}

.intro-links img:hover,
.intro-rechts img:hover {
    filter: brightness(0.5);
}

.intro-logo {
    z-index: 10;
    width: 300px;
    grid-column: 1/3;
    grid-row-start: 1;
    justify-self: center;
    margin-top: var(--padding);
}

.is-hidden { display: none; }
.is-shown {display: flex; }

.inhalt {
    background-color: white;
    padding: var(--padding);
    padding-top: 100px;
    color: var(--dunkelblau);
    display: grid;
    grid-template-columns: 1fr 1fr
}

.inhalt-text {
    grid-column: 1/3;
}

.inhalt p {
    font-size: var(--copy);
    margin-bottom: var(--copy);
}

.inhalt h3, .inhalt h2, .inhalt h1 {
    margin-bottom: var(--copy);
}

.inhalt ul {
    margin-left: 20px;
    margin-bottom: var(--copy);
}

.inhalt li {
    margin-bottom: 5px;
}

/* ### - J - ### */
/* ### - K - ### */
/* ### - L - ### */
/* ### - M - ### */

.move {    
    transform: translateY(100px);
    transition: 0.5s;
}
.move.show {
    transform: translateY(0px);
}

/* ### - N - ### */

.nav-close {
    padding: 0 20px;
    text-align: right;
    margin-top: 20px;
}

.nav-close img {
    height: 30px;
}

nav {    
    padding: 0 40px;
}

nav li {
    list-style: none;
    margin-bottom: 10px;
}

nav li a {
    color: var(--dunkelblau);
    font-size: var(--head);
    text-decoration: none;
    font-family: AmsiUlt;
}

nav li a:hover {
    text-decoration: underline;
}

.nav-klein {
    padding: 40px;    
    background-color: var(--dunkelblau);
    color: white;
}

.nav-klein li {
    list-style: none;
    margin-bottom: 5px;
}

.nav-klein li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.nav-klein li a:hover {
    text-decoration: underline;
}

.nav-klein div {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}

.nav-seco img {
    height: 50px;
}
.nav-ww img {
    height: 40px;
}

/* ### - O - ### */

.overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    background-color: #E1E1E1;
    z-index: 10;
    right: 0;
    top: 0;
    overflow: hidden; 
    transition: 0.2s;
    display: grid;
    grid-template-rows: 100px 1fr auto;
}

/* ### - P - ### */

.pfeil {
    grid-column: 1/3;
    grid-row: 2/3;
    justify-self: center;
    align-self: end;
    height: 50px;
    margin-bottom: 20px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.pfeil img {
    height: 100%;
}

#player {
    background-color: var(--dunkelblau);
}

.player-container {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 10vh 70vh 10vh 10vh;
}

.player-track-container {
    grid-column: 1/7;
    grid-row-start: 2;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.player-track {
    list-style-type: none;
    position: relative;
    height: 100%;
    transition: 0.3s;
}

.player-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    color: white;
    font-size: var(--copy);
}

.player-button {
    grid-row-start: 3;
    grid-column:  span 3;
    border: 0;
    background-color: var(--dunkelblau);
    font-size: 70px;
    color: white;
    cursor: pointer;
}

.player-button--right {
    grid-column: 5/7;
}

.player-button--left {
    grid-column: 1/3;
}

.player-nav {
    grid-row-start: 3;
    grid-column: 3/5;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.player-dot {
    border: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: rgba(255,255,255, .5);
    cursor: pointer;
}

.player-current-dot {
    background-color: rgba(255,255,255, 1)
}

#press {
    background-color: var(--dunkelblau);
    color: white;
    padding: var(--padding);
    grid-template-rows: auto 1fr!important;
}

#press h2 {
    grid-column: 1/-1;
    margin-top: 100px;
    text-align: center;
}

.presse-wand {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: var(--padding);
}

.presse-link {
    justify-self: center;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presse-link img {
    width: 80%;
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    40%  { transform: translateY(-30px); }
    80%  { transform: translateY(0px); }
    100% { transform: translateY(0); }
}

/* ### - Q - ### */
/* ### - R - ### */
/* ### - S - ### */

section {
    height: 100vh;
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    overflow: hidden;
}

section .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-column: 1/3;
    grid-row: 1/3;
}

section .box {
    padding: var(--padding);
    background-color: var(--dunkelblau);
    color: #ffffff;
    grid-column: 1/3;
    grid-row: 2/3;
}

section .socials-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 30px;
}
.socials-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}
.socials-links img {
    height: 25px;
    transition: 0.2s;
}
.socials-links img:hover {
    height: 30px;
}
section h2 {
    font-size: var(--head);
    margin-bottom: var(--copy);
}

section p {
    font-size: var(--copy);
    line-height: calc(var(--copy) + 8px);
}

.slide {
    grid-column: 1/2;
    grid-row: 1/2;
    opacity:0;
    transition: opacity 3s; 
}
.slide.fadeIn {
    opacity:1;
}

/* ### - T - ### */
/* ### - U - ### */

#uc-btn-close-main-corner-modal {display: none;}

/* ### - V - ### */

.video-container {
    position: relative;
    overflow: hidden;
    grid-column: 1/3;
    grid-row: 1/3;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16/9;
    justify-self: center;
    width: 90%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-text {
    padding: 0px var(--padding);
}

/* ### - W - ### */

.whatsapp-box {
    position: fixed;
    top: 20%;
    right: 0px;
    transition: 0.2s;
    background-color: var(--dunkelblau);
    padding: 10px;
    display: grid;
}
.whatsapp-box.move {
    transform: translateX(150px);
}

.whatsapp-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.wa-link {
    margin-bottom: 10px;
}

.wa-link img {
    height: 50px;
}

.whatsapp-box p {
    color: #fff;
    font-family: AmsiUlt;
    text-align: center;
    font-size: var(--copy);
}

/* ### - X - ### */
/* ### - Y - ### */
/* ### - Z - ### */

@media (min-width: 750px) {
}

@media (min-width: 1000px) {
    :root {
        --head: 36px;
        --copy: 16px;
        --padding: 30px;
    }
    
    .header-seco img,
    .header-ezs img {
        height: 65px;
    }
    header div {
        gap: 40px;
    }
    .header-ww img {
        height: 50px;
    }
    .header-burger img {
        height: 35px;
    }
    .nav-close {
        padding: 0 20px;
        margin-top: 30px;
    }
    .nav-close img {
        height: 40px;
    }
    .intro-links {
        grid-column: 1/2;
        grid-row: 1/3;
    }
    .intro-rechts {
        grid-column: 2/3;
        grid-row: 1/3;
    }
    .intro-button {
        font-size: 60px;
    }
    section .box {
        grid-column: 1/2;;
    }
    .button {
        padding: 5px 25px;
        font-size: calc(var(--head) + 20px);
    }
    .download {
        width: 50%;
        justify-self: center;
    }
    .download div {
        grid-column: span 1;
    }
    .player-track-container {
        grid-column: 2/6;
    }
    .player-container {
        grid-template-rows: 15vh 75vh 5vh 5vh;
    }
    .player-button--right {
        grid-column: 6/7;
        grid-row-start: 2;
    }
    .player-button--left {
        grid-column: 1/2;
        grid-row-start: 2;
    }
    .player-nav {
        grid-row-start: 3;
    }
    .player-slide {
        justify-content: start;
    }
    .inhalt {
        padding-top: 150px;
    }
    .inhalt-text {
        grid-column: 1/2;
    }
    .video-text {
        width: 90%;
        margin: auto;
        padding: 0;
    }
    .video-text p {
        font-size: 14px;
    }
}

@media (min-width: 1350px) {
    .video-container {
        max-width: 100%;
        aspect-ratio: 16/9;
    }
}

@media (min-width: 1650px) {
    :root {
        --head: 46px;
        --copy: 18px;
    }
}

@media (min-width: 2000px) {
}