@font-face {
    font-family: 'FuturaBoldItalic';
    src: url('fonts/FuturaBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'FuturaBold';
    src: url('fonts/FuturaBold.ttf') format('truetype');
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/FuturaMedium.ttf') format('truetype');
}



@font-face {
    font-family: 'Muli';
    src: url('fonts/MuliLight.ttf') format('truetype');
}

@font-face {
    font-family: 'LO-schrift';
    src: url('fonts/last-order.ttf') format('truetype');
}




* {
    margin: 0;
    padding: 0;
}


html,
body {
    height: 100%;
    width: 100%;
    font-size: 1em;
    font-family: 'Muli', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


.hidden {
    display: none;
    /* Hidden by default */
    transition: visibility 0s, opacity 0.5s linear;

}


iframe {
    width: 100%;
    height: 100%;
   
}



/*===========================
       Perfo-Layput
    ===========================*/

#Perfo-Layout-all {
    width: 100%;
    display: flex;
    justify-content: space-between;
    scroll-behavior: smooth;
    z-index: 0;


}


#Perfo-Layout-all .Perfo-Layout-left {
    min-height: 100vh;
    width: 15%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8)), url(img/Perfo-left_HG.png);
    background-size: contain;

}

#Perfo-Layout-all .Perfo-Layout-middle {
    min-height: 100vh;
    width: 70%;
    overflow-y: auto;
}

#Perfo-Layout-all .Perfo-Layout-right {
    min-height: 100vh;
    width: 15%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8)), url(img/Perfo-right_HG.png);
    background-size: contain;
}

.SECTION-Divider {
    height: 40px;
    width: 100%;
    background-image: url(img/SECTION-Divider.png);
}




/*===========================
       Navbar
    ===========================*/



nav {
    width: 100%;
    min-height: 10vh;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(rgba(239, 182, 38, 0.7), rgba(215, 171, 59, 0.3));
    border-bottom-style: solid;
    border-width: 0.3vh;
    border-color: #d7ac3b;
    overflow: hidden;
    transition: width 0.5s, height 0.8s;
    z-index: 1;
}


nav a:active {
    color: #fff;
    background-color: #d7ac3b;
    text-align: right;
}

.navstyle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
}


@media(max-width: 800px) {
    .navbar-falscherfilm-schrift {
        align-self: flex-start;
        padding-top: 5%;
    }


    nav {
        width: 100%;
        min-height: 7vh;
        position: fixed;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-image: linear-gradient(rgba(239, 182, 38, 1), rgba(215, 171, 59, 0.5));
        border-bottom-style: solid;
        border-width: 0.3vh;
        border-color: #d7ac3b;
        overflow: hidden;
        transition: width 0.5s, height 0.8s;
        z-index: 1;
    }
}




.navbar ul li {
    list-style: none;
    display: inline-block;
    padding: 8px;
    position: relative;
    text-align: right;
}


.navbar ul li a {
    color: #d7ac3b;
    font-size: 1.2em;
    line-height: 1.2em;
    font-family: 'FuturaBold', Verdana, Geneva, sans-serif;
    letter-spacing: 1pt;
    text-shadow: 0.5px 0.5px 0.5px #333333;
    text-decoration: none;
    font-style: italic;
}


.navtoggle input {
    display: none;
}


.navtoggle input:checked~label span:last-child {
    display: none;
}

.navtoggle input:not(:checked)~label span:first-child {
    display: none;
}

.navtoggle {
    display: none;
    text-align: right;
    cursor: pointer;
}




nav label {
    user-select: none;
    text-shadow: 2px 2px 2px #000000;
    font-size: 3em;
    cursor: pointer;
}


.navtoggle ul {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    transition: width 0.5s, height 0s;
    list-style: none;
}

.navtoggle input:checked~ul {
    width: 100%;
    height: auto;
}

.navtoggle ul li {
    color: #d7ac3b;
    font-size: 1em;
    line-height: 1em;
    padding: 5px;
    font-family: 'FuturaBold', Verdana, Geneva, sans-serif;
    letter-spacing: 1pt;
    text-shadow: 0px 1px 1px #000000;
    text-decoration: none;
    font-style: italic;
    text-align: right;

}



.navtoggle ul li a {
    color: #d7ac3b;
    font-family: 'FuturaBold', Verdana, Geneva, sans-serif;
    letter-spacing: 1pt;
    text-shadow: 0px 1px 1px #000000;
    text-decoration: none;
    font-style: italic;
    text-align: right;
}





@media(max-width: 800px) {
    .navtoggle {
        display: inline-block;
    }

    .navbar {
        display: none;
    }


}


/*----language-toggle-----*/



 
  
  .button_lang {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 0.25em 0em;
    border-radius: 10px;
    width: 5em;
    transition: 0.25s ease;
  }
  
  .button_lang:hover {
    background: #c09938a3;
    transition: 0.25s ease;
  }
  
  .current_lang {
    background: #c09938a3;
  }
  
  .translation {
  }
  
  .english {
    font-size: 0.9em;
    font-family: 'Muli', sans-serif;
  }
  
  .deutsch {
  
    font-size: 0.9em;
    font-family: 'Muli', sans-serif;
    
  }
  






/*----about -----*/

#about {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.8));
}

.about-div {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 3% 50px 3%;
}

@media(max-width: 700px) {
    #about-div {
        margin-left: auto;
        margin-right: auto;
        padding: 2%;
    }
}




.portraitfotos {
    text-align: center;
    color: #d7ac3b;
    display: flex;
    justify-content: space-around;
}


.portraitfoto-div {
    margin: 50px;
    width: 30%;
}

.portraitfotos img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
}

@media(max-width: 800px) {
    .portraitfoto-div {
        margin: 0px;
        width: 35%;
    }
}




/*----contact -----*/

#contact {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8));
    align-items: center;
    text-align: center;
}

.contact-div {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 5% 50px 5%;
}



/*========================================
        Partner SECTION
        ======================================*/
#partner {
    min-height: 35vh;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8));

    text-align: center;
}


.partner-div {
    width: 100%;
    padding: 50px 0px 50px 0px;
    text-align: center;
}

.partner-flex {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;

}


#partner img {
    width: 100%;
}


.partner-logo {
    margin: 0 auto;
    padding: 2%;
    width: 22%;
}


@media screen and (orientation: portrait) {
    .partner-logo {
        margin: 0 auto;
        width: 30%;
    }
}




/*---- filme -----*/

#videos {
    min-height: 50vh;
    width: 100%;
    padding: 50px 0px 50px 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.8));
    align-items: center;
    text-align: center;
}


.video-archive-headline-buttons {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #dfab29;
    font-family: 'FuturaMedium', Verdana, Geneva, sans-serif;
    text-shadow: 2px 2px 1px #000;
    transition: all 0.5s ease-in-out;
}

.video-archive-headline-buttons:hover {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.6em;
    text-shadow: 2px 2px 1px #000;
    transition: 0.5s;
}



.video-kachel-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    transition: all 0.5s ease-in-out;
}






.grauebox {
    background: linear-gradient(0.5turn, rgba(100, 100, 100, 0.5), rgba(99, 99, 99, 0.6), rgba(69, 69, 69, 0.7));
    border-radius: 7px;
    padding: 5%;
}

.grauebox-footer {
    text-align: right;
    padding-top: 0.6em;
    font-size: smaller;
    color: #bb932c;
    text-shadow: 2px 2px 1px rgba(64, 64, 64, 0.845);
}

.modal-body .grauebox {

    background: linear-gradient(0.5turn, rgba(45, 45, 45, 0.7), rgba(23, 23, 23, 0.8));
    border-radius: 3px;
    padding: 5%;
}


hr {
    width: 100%;
    margin: 5px 0px 5px 0px;
    border-radius: 1px;
    border: 0.05em solid rgba(215, 171, 59, 0.2);
}



@media screen and (min-width: 1600px) {
    .video_komplett_kachel {
        width: 22%;
        padding: 20px 5px 10px 5px;
    }
}



@media screen and (max-width: 1599px) and (orientation: landscape) {
    .video_komplett_kachel {
        width: 30%;
        padding: 8px;
        align-self: flex-start;
        align-content: stretch;
    }
}



@media screen and (max-width: 800px) and (orientation: landscape) {
    .video_komplett_kachel {
        width: 42%;
        padding: 20px 3px 10px 3px;
        align-self: flex-start;
        align-content: stretch;
    }
}


@media screen and (max-width: 577px) and (orientation: portrait) {
    .video_komplett_kachel {
        width: 85%;
        margin: 5px;
        padding: 20px 5px 10px 5px;
    }
}

@media screen and (min-width: 578px) and (orientation: portrait) {
    .video_komplett_kachel {
        width: 80%;
        padding: 20px 5px 10px 5px;
    }
}



/* festes seitenverhältnis für 16:9 Videodarstellung */


.video_container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.video_dummy {
    margin-top: 56.25%;
}

.video_content {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}



/*========================================
        Ox-Bilder
======================================*/

        .ox-div {
            width: 100%;
            padding: 50px 0px 50px 0px;
            text-align: center;
           
        }
        
        .ox-flex {
            width: 100%;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            align-items: center;
        
        }
        
        
        #modal_Doku-Ox img {
            width: 100%;
        }
        
        
        .ox-img {
            margin: 0 auto;
            padding: 0%;
            width: 24%;
        }
        
        
        @media screen and (orientation: portrait) {
            .ox-img {
                margin: 0 auto;
                width: 30%;
            }
        }



/*----schriften -----*/

#falscherfilm-TOP-schrift {
    color: #000;
    font-size: 2.4em;
    font-family: 'FuturaBoldItalic', Verdana, Geneva, sans-serif;
    letter-spacing: 1pt;
    text-shadow: 2px 1px 1px #d7ac3b;
    text-decoration: none;
    vertical-align: top;
}


h1 {
    font-size: 2em;
    line-height: 2.2em;
    color: #d7ac3b;
    font-family: 'FuturaBold', Verdana, Geneva, sans-serif;
    text-shadow: 2px 2px 1px #000;
}


h2 {
    font-size: 1.5em;
    color: #dfab29;
    font-family: 'FuturaMedium', Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px 1px #333333;
}


h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #dfab29;
    font-family: 'FuturaBold', Verdana, Geneva, sans-serif;   
}



p {
    color: #d7ac3b;
    font-family: 'Futura', Verdana, Geneva, sans-serif;
}


p.text {
    font-family: 'Muli', sans-serif;
    text-align: left;
    line-height: 1.4em;
    font-size: 1em;   
    color: #d7ac3b;
    margin-left: 5%;
    margin-right: 5%;
}


p.kontakt-text {
    font-family: 'Muli', sans-serif;
    text-align: center;
    line-height: 1.4em;
    margin-top: 3%;
  
    color: #d7ac3b;

}

p.email-text {
    font-family: 'Futura', Verdana, Geneva, sans-serif;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-size: 1em;
    font-weight: bold;
    color: #d7ac3b;
    padding-top: 1em;
  
}


p.video-headline {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bolder;
    text-decoration: none;
}


p.video-headline2 {
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
}


p.video-text {
    font-family: 'Muli', sans-serif;
    text-align: left;
    line-height: 1.4em;
    font-size: smaller;   
    color: #d7ac3b;
}


p.video-special {
    font-family: 'Futura', Verdana, Geneva, sans-serif;
    text-align: left;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: smaller;
    font-weight: bolder;
    line-height: 1.6em;
    letter-spacing: 0.05em;  
    color: #d7ac3b;
}

a, a:link, a:visited, a:focus, a:hover, a:active{
    color: inherit;
    text-decoration:none;
    cursor: pointer;
    font-size: inherit;
  }



p.video-footer {
    font-family: 'Muli', sans-serif;
    text-align: right;
    padding-top: 0.6em;
    font-size: smaller;
    color: #e7b22d;
}



.video-kachel-wrapper a:hover {
    text-decoration: none;
    letter-spacing: 0.3pt;
    font-size: larger;
    transition: 400ms;
    cursor: pointer;
}


@media(max-width: 800px) {
    #falscherfilm-TOP-schrift {
        font-size: 1.8em;
      
    
        text-shadow: 2px 1px 1px #d7ac3b;
    }

    h1 {
        line-height: 1.5em;
        font-size: 1.4em;
    }

    h2 {
        font-size: 0.9em;
    }

    p {
        line-height: 1.2em;
        font-size: 0.8em;
        font-weight: bolder;
    }


    p.text {
        font-family: 'Muli', sans-serif;
        text-align: left;
        line-height: 1.4em;
        font-size: 0.8em;   
        color: #d7ac3b;
        margin-left: 5%;
        margin-right: 5%;
    }


    p.email-text {
        font-family: 'Futura', Verdana, Geneva, sans-serif;
        text-align: center;
        line-height: 1.4em;
       
        font-size: 0.7em;
     
        color: #d7ac3b;
        padding-top: 1em;
      
    }
    
    
    p.video-headline {
        text-align: left;
        font-size: 1em;
        line-height: 1.1em;
        font-weight: bolder;
        text-decoration: none;
    }
    
    
    p.video-headline2 {
        font-size: 0.8em;
        line-height: 1.2em;
        text-align: left;
        text-decoration: none;
    }






}

@media(max-width: 400px) {
    #falscherfilm-TOP-schrift {
        font-size: 1.1em;

        text-shadow: 2px 1px 1px #d7ac3b;
        vertical-align: top;
    }

    h1 {
        line-height: 1em;
        font-size: 1.1em;
    }

    p.text {
        font-family: 'Muli', sans-serif;
        text-align: left;
        line-height: 1.2em;
        font-size: 0.7em;   
        color: #d7ac3b;
  
    }











}




/* The Modals */

.modal-button {
    cursor: pointer;
}


.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    padding-top: 540px;
    /* Location of the box */
    left: 0;
    top: 0;
    text-align: left;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow-y: scroll;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content */


.modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    margin: auto;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.6s;
    z-index: 2;
    /* Sit on top */
}


.modal-content {
    color: #d7ac3b;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    font-size: 1em;
}

.modal-content a {
    color: #d7ac3b;
    text-shadow: 0.5px 0.5px 0.5px #333333;
    text-decoration: none;
}

.modal-content p {
    color: #d7ac3b;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 1.3em;
}

.modal-content table {
    color: #d7ac3b;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 1.3em;
    vertical-align: top;
}

.modal-content td {
    vertical-align: top;
}








/* Add Animation to Modals */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.modal-header {
    padding: 5% 5% 0% 5%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.modal-body-flex {
    padding-left: 15%;
    padding-right: 15%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.modal-body {
    padding-left: 15%;
    padding-right: 15%;
    text-align: left;
}



.video_modal_kachel {
    width: 45%;
    text-align: left;
    color: #fff;
    font-size: 1.1em;
}


@media (orientation: portrait) {
    .video_modal_kachel {
        width: 90%;
        text-align: left;
        color: #fff;
        font-size: 0.7em;
    }
}




.modal-footer {
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: row;

}


/* The Close Button */
.close {
    color: white;
    font-size: 2em;
    font-family: 'FuturaBold', Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin-top: -3%;
    padding: 2%;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    color: #d7ac3b;
    font-size: 1.98em;
    font-family: 'FuturaBold', Verdana, Geneva, sans-serif;
    text-shadow: 2px 2px 1px #000;
    transition: 0.2s
}


.line {
    width: 100%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;

    background-color: #a88b4093;
}




/* specific MODALS*/

#modal_Fiktion-Round-Trip {
    padding: 0px;
}

#modal_Fiktion-Last-Order {
    padding: 0px;
}

#modal_Fiktion-Claire {
    padding: 0px;
}

#modal_Doku-Many-Blessings {
    padding: 0px;
}

#modal_Doku-Ox {
    padding: 0px;
}

#modal_Doku-Fathy {
    padding: 0px;
}

#modal_Doku-Erinnern {
    padding: 0px;
}

#modal_FU-SFB-958 {
    padding: 05px;
}

#modal_FU-Rapid-Covid {
    padding: 0px;
}

#modal_BLM-Jugendstil {
    padding: 0px;
}

#modal_ZZB-26-ZZ {
    padding: 0px;
}


#modal_ZZB-migration {
    padding: 0px;
}


#modal_impressum {
    padding: 0px;
}

#modal_philosophie {
    padding: 0px;
}









/*---- FOOTER -----*/

#footer {
   
    width: 100%;
    background-color: #000;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}

.footer-bild {
    width: 100%;
    height: 100%;
    background-image: url(img/the-end.png);
    background-size: cover;
}

#footer a {
    color: #d7ac3b;
    text-shadow: 1px 1px 1px #222222;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: larger;
    transition: 400ms;
    cursor: pointer;
}