/* Start der Styles der Navigation, die auf diesem Template basiert: https://codyhouse.co/gem/intro-page-full-width-navigation/ */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    overflow-x: hidden;
}

@media only screen and (min-width: 1170px) {
    html {
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) {
    html {
        overflow-x: hidden;
    }
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: "Ubuntu", sans-serif;
    background-color: #2e2d32;
    overflow: hidden;
}

a {
    color: white;
    text-decoration: none;
}

.cd-header {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
    background-color: #2e2d32;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    position: fixed;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2)
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 80px;
    }
}

#cd-logo {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 150px;
    height: auto;
}

#cd-logo img {
    display: block;
}

@media only screen and (min-width: 768px) {
    #cd-logo {
        width: 300px;
        height: auto;
        left: 20px;
        top: 30px;
    }
}

@media only screen and (min-width: 1170px) {
    #cd-logo {
        left: 60px;
    }
}

.cd-menu-trigger {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 .8em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.5rem;
}

.cd-menu-trigger span {
    /* hamburger icon */
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: white;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cd-menu-trigger span::before, .cd-menu-trigger span::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.cd-menu-trigger span::before {
    top: -10px;
}

.cd-menu-trigger span::after {
    bottom: -10px;
}

.no-touch .cd-menu-trigger:hover span::before {
    top: -15px;
}

.no-touch .cd-menu-trigger:hover span::after {
    bottom: -15px;
}

@media only screen and (min-width: 768px) {
    .cd-menu-trigger {
        top: 16px;
        right: 10px;
        font-size: 16px;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-menu-trigger {
        right: 60px;
    }
}

#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eeecf5;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    /* we move this element off the canvas */
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 3;
}

#main-nav ul {
    height: 100%;
}

#main-nav li {
    height: 33.3%;
}

#main-nav li a {
    position: relative;
    display: block;
    padding: 0 10%;
    height: 100%;
    border-bottom: 1px solid #dfdbec;
    color: #3a393f;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
}

#main-nav li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.no-touch #main-nav li a:hover {
    background-color: #FFF;
}

#main-nav li:last-child a {
    border-bottom: none;
}

#main-nav .cd-close-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #d26c64;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#main-nav .cd-close-menu::before, #main-nav .cd-close-menu::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 10px;
    width: 20px;
    height: 3px;
    background-color: #FFF;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#main-nav .cd-close-menu::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main-nav .cd-close-menu::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.no-touch #main-nav .cd-close-menu:hover::before {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.no-touch #main-nav .cd-close-menu:hover::after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

#main-nav.is-visible {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js #main-nav {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js #main-nav .cd-close-menu {
    display: none;
}

.cd-shadow-layer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s 0s;
    -moz-transition: visibility 0s 0.5s, opacity 0.5s 0s;
    transition: visibility 0s 0.5s, opacity 0.5s 0s;
}

.cd-shadow-layer.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
/* Ende der Styles der Navigation, die auf diesem Template basiert: https://codyhouse.co/gem/intro-page-full-width-navigation/ */


/* Start der Styles von Titelbild 01 */
.titelbild-01 {
    min-height: 100vh;
    background: transparent;
    box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

/* Start der Styles von Titelbild 01 */
.titelbild-doku {
    min-height: 75vh;
    background: transparent;
    box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

/* Start der Styles von Titelbild 01 */
.titelbild-about {
    min-height: 75vh;
    background: transparent;
    box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.2) inset;
}
/* Ende der Styles von Titelbild 01 */


/* Start der Styles von Titelschrift */
.titelschrift {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
    height: auto;
}
/* Ende der Styles von Titelschrift */


/* Start der Styles von Doku-Button */
.doku-button {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: white;
    color: #2e2d32;
    font-family: 'work sans';
    font-weight: 600;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;  
    width: 230px;
    height: 50px;
    transition: width 0.6s, height 0.6s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.doku-button:hover {
    background-color: #d26c64;
    color: white;
    width: 245px;
}
/* Ende der Styles von Doku-Button */


/* Start der Styles von Titelseite-Abschnitt 01 */
.titelseite-abschnitt-01{
    text-align: center;
    font-family: 'work sans';
    padding: 35px 70px 45px;    
    color: #FFF;
}

/* Schrift für kleinere Geräte mehr Raum in die Breite geben  */
@media only screen and (max-width: 768px) {
    .titelseite-abschnitt-01 {
        padding: 35px 20px 45px;   
    }
}

.abschnitt-01-titel {
    font-size: 40px;   
    font-weight: 700;
    padding-bottom: 15px;
}

/* Schrift für kleinere Geräte verkleinern */
@media only screen and (max-width: 768px) {
    .abschnitt-01-titel {
        font-size: 25px;   
        font-weight: 700;
        padding-bottom: 15px;
    }
}

.abschnitt-01-text {
    font-size: 25px;   
    font-weight: 400;
}

/* Schrift für kleinere Geräte verkleinern */
@media only screen and (max-width: 768px) {
    .abschnitt-01-text {
        font-size: 20px;   
        font-weight: 500;
    }
}
/* Ende der Styles von Titelseite-Abschnitt 01 */


/* Start der Styles von Thumbnail und Doku-Video */
.doku-video, .thumbnail, .doku {
    width: 50%; /*or whatever % you prefer*/
    margin: 0 auto;
    display: block;
    padding-bottom: 45px;
}

/* Thumbnail und Video für kleinere Geräte vergrössern */
@media only screen and (max-width: 1170px) {
    .doku-video, .thumbnail, .doku {
        width: 80%;
    }
} 
/* Ende der Styles von Doku-Video und Thumbnail */


/* Start der Styles von Titelbild 02 mit Zitat */
.titelbild-02-container {
    position: relative;
} 

.titelbild-02 {
    min-height: 55vh;
    background: transparent;
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2) inset, 0 -8px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

.titelbild-02-zitat {
    position: absolute;
    bottom: 20%;
    transform: translate(0%, -50%);
    font-family: 'work sans';
    font-weight: 700;
    font-style: oblique;
    font-size: 1.5vw;
    background: rgba(210, 108, 100, 0.7);
    color: white;
    text-align: center;
    padding: 25px 25px;
}

/* Zitat für kleinere Geräte verkleinern */
@media only screen and (max-width: 1170px) {
    .titelbild-02-zitat {
        bottom: 20%;
        transform: translate(0%, -50%);
        font-size: 3vw;
        font-weight: 600;
        text-align: center;
        padding: 25px 25px;
        width: 300px;
    }
} 
/* Ende der Styles von Titelbild 02 mit Zitat */


/* Start der Styles von Titelseite-Abschnitt 02 */
.titelseite-abschnitt-02{
    text-align: center;
    font-family: 'work sans';
    padding: 35px 70px 45px;    
    color: #FFF;
}

/* Schrift für kleinere Geräte mehr Raum in die Breite geben  */
@media only screen and (max-width: 768px) {
    .titelseite-abschnitt-02 {
        padding: 35px 20px 45px;   
    }
}

.abschnitt-02-titel {
    font-size: 40px;   
    font-weight: 700;
    padding-bottom: 15px;
}

/* Schrift für kleinere Geräte verkleinern */
@media only screen and (max-width: 768px) {
    .abschnitt-02-titel {
        font-size: 25px;   
        font-weight: 700;
        padding-bottom: 15px;
    }
}

.abschnitt-02-text {
    font-size: 25px;   
    font-weight: 400;
}

/* Schrift für kleinere Geräte verkleinern */
@media only screen and (max-width: 768px) {
    .abschnitt-02-text {
        font-size: 20px;   
        font-weight: 500;
    }
}
/* Ende der Styles von Titelseite-Abschnitt 02 */


/* Start der Styles von Abschnitt 02, Protagonisten */
.protagonisten-container {
    padding-bottom: 0px;
}

.column {
    float: left;
    width: 33.3%;
    padding: 10px;
}

/* bei kleinern Geräten pro Reihe nur ein Bild */
@media only screen and (max-width: 1170px) {
    .column {
        width: 100%;
    }
}

.image-overlay-container {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #d26c64;
}

.image-overlay-container:hover .image-overlay {
    opacity: 1;
}

.overlay-text {
    color: white;
    font-family: 'work sans';
    font-weight: 600;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Schrift für kleinere Geräte verkleinern */
@media only screen and (max-width: 1170px) {
    .overlay-text {
        font-size: 20px;   
        font-weight: 600;
    }
}

/* für sauberes float */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.small-device-text {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(210, 108, 100, 0.7); /* Black background with 0.5 opacity */
    color: white;
    width: 100%;
    padding: 20px;
    display: none;
    font-family: 'work sans';
    font-weight: 600;
}

/* .small-device-text für kleinere Geräte aktivieren */
@media only screen and (max-width: 1170px) {
    .small-device-text {
        display: flex;
    }
} 
/* Ende der Styles von Abschnitt 02, Protagonisten */


/* Start der Styles von Footer */
footer {
    text-align: center;
    font-family: 'work sans';
    font-weight: 300;
    font-size: 25px;
    background-color: #2e2d32;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

/* Schrift für kleinere verkleinern */
@media only screen and (max-width: 1170px) {
    footer {
        font-size: 16px;
    }
} 

.footer-titel {
    font-weight: 600;
}
/* Ende der Styles von Abschnitt 02, Protagonisten */


