
* {
    font-family: 'Poppins', sans-serif;
}

html, body {
    overscroll-behavior-y: contain;
    margin: 0;
    height: 100vh;
    overflow: hidden
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 100vw;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.menu h1 {
    color: white;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 48px;
    padding: 0 1em;
    margin: 0;
}

.menu h1 a {
    text-decoration: none;
    color: white;
}

.menu .links a {
    text-decoration: none;
    color: white;
    padding: 0 1em;
    line-height: 48px;
    font-weight: 200;
    font-size: 16px;
}


a.contact-link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid white;
    background-color: rgba(0,0,0,0.1);
    padding: 5px 10px;
    font-weight: 300;
    margin-bottom: 30vh;
    z-index: 5;
}

.docSlider-button {
    z-index: 1000;
    opacity: 0.5;
    background-color: rgba(255,255,255,0.75);
}
.docSlider-button .selected {
    background-color: rgba(255,255,255,1);
}

.docSlider section {
    overflow-x: hidden;
}

.docSlider .backgroud {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: black;
}

.backgroud h2 {
    font-size: 50px;
    text-transform: uppercase;
    word-wrap: break-word;
    margin-left: 60px;
    margin-right: 60px;
    letter-spacing: 5px;
    line-height: 1.5em;
    font-weight: 300;
    color: white;
    z-index: 5;
}

.backgroud h2 span {
    padding: 0 0.33em;
    background-color: rgba(0, 0, 0, 0.65);
}

.backgroud p, .backgroud a:link {
    font-size: 22px;
    text-decoration: none;
    color: white;
    font-weight: 300;
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 1em;
}

.backgroud p span {
    background-color: rgba(0, 0, 0, 0.2);
}


body .docSlider #video .fillvid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

body .docSlider #video .vidoverlay {
    position: absolute;
    width: 100vw;
    background-repeat: repeat;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 2;
    background-image: url('assets/grid_pixel_darker.png');
}

#kontakt div.overlay {
    background-image: url('assets/grid_pixel_darker.png');
    height: 100%;
    width: 100%;
}

#kontakt .text-container {
    padding: 25vh 10vw 0;
}


body .docSlider #begeisterung .backgroud { background-image: url('public/img/begeisterung.jpg') }
body .docSlider #staunen .backgroud { background-image: url('public/img/staunen1.jpg') }
body .docSlider #emotionen .backgroud { background-image: url('public/img/emotionen1.jpg') }
body .docSlider #zauber .backgroud { background-image: url('public/img/zauber1.jpg') }
body .docSlider #inoutdoor .backgroud { background-image: url('public/img/inoutdor1.jpg') }
body .docSlider #eintauchen .backgroud { background-image: url('public/img/eintauchen1.jpg') }
body .docSlider #gaensehaut .backgroud { background-image: url('public/img/gaensehaut1.jpg') }
body .docSlider #glamour .backgroud { background-image: url('public/img/glamour1.jpg') }
body .docSlider #andacht .backgroud { background-image: url('public/img/andacht1.jpg') }
body .docSlider #welten .backgroud { background-image: url('public/img/welten2.jpg') }
body .docSlider #erfahrung .backgroud { background-image: url('public/img/erfahrung1.jpg') }
body .docSlider #kontakt .backgroud { background-image: url('public/img/schmidt2.jpg') }

body.press {
    background-color: black;
    padding-top: 48px;
    width: 100vw;
    overflow-x: hidden;
}

div.press {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.press article {
    color: white;
    height: 49vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: rgb(5,5,5);
    text-align: center;
}

.press article:hover {
    opacity: 0.75;
    cursor: pointer;
}

article .date {
    font-size: 12px;
    text-decoration: underline;
    padding: 1px;
    margin: 0;
    text-shadow: 0 0 3px black;
}

article .title {
    font-size: 20px;
    padding: 1px;
    margin: 0;
    line-height: 1.75;
}

article .title span {
    background-color: rgba(0,0,0,0.5);
}

.headline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.text-content a, .headline p {
    color: white;
    text-decoration: none;
}

.text-content a:hover {
    text-decoration: underline;
}

.article-content {
    width: 100vw;
    height: calc(100vh - 48px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.article-content .text-content {
    max-width: 786px;
    background-color: rgba(55,55,55,0.65);
    min-height: 400px;
    padding: 24px;
    margin: 0 auto;
    color: white;
    text-shadow: 0 0 2px black;
}

.text-content h1, .text-content h2 {
    font-weight: 300;
}

.text-content p {
    font-weight: 300;
    line-height: 1.75;
}

@media screen and (max-width: 1280px) {
    .backgroud h2 {
        font-size: 44px;
    }
    .backgroud p, .backgroud a:link {
        font-size: 18px;
    }
    div.press {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .backgroud h2 {
        font-size: 38px;
    }
    .backgroud p, .backgroud a:link {
        font-size: 16px;
    }
    #kontakt .text-container {
        padding: 10vh 15vw 10vh 5vw;
    }
    .menu h1 {
        font-size: 16px;
    }
    .menu .links a {
        font-size: 12px;
    }
    div.press {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 576px) {
    .backgroud h2 {
        font-size: 30px;
    }
    .backgroud p, .backgroud a:link {
        font-size: 12px;
    }
    .menu h1 {
        font-size: 12px;
    }
    .menu .links a {
        font-size: 8px;
    }
    div.press {
        grid-template-columns: 1fr;
    }
    div.press article {
        height: calc(80vh - 48px);
    }
}
