*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior:smooth;
    background-color: black;
    color:white;
}

p {
    font-family: 'HK Grotesk', sans-serif;
    /* font-size:  1.5em; */
    font-weight: 500;
    letter-spacing: -0.05em;

}

.name span{
    display: inline;
}



@media (min-width:800px){
    .name span{
        display: block;
    }
}

/* -----------header------------- */


header{
    
    min-height: 80px;
    max-height:auto;
    padding-top: 20px;
    padding: 10px;
    /* position:fixed; */
    top: 0px;
    letter-spacing: -0.04em;
    /* z-index: 10; */
}


.name span{
    color: rgba(255, 255, 255, 0.408);
    font-family: 'HK Grotesk', sans-serif;  
    font-size:  1,5cm;
    font-weight: 500;  
}



.navcontainer li{
    list-style-type: none;
    padding-bottom: 12px;
}

/* .navcontainer li.produktionen{
    padding-left: 0.5vw;
} */

.navcontainer p.telefon{
    font-size: 1.5em;
    padding-bottom: 30px;
}

/* .navcontainer .produktionen{
    padding-left: 5vw;
} */
li a:link, li a:visited{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: 'HK Grotesk', sans-serif;
    font-size:  1.5em;
    font-weight: 500;
}
li a:hover, li a:focus{
    color: rgb(243, 0, 101);
   

}

@media(max-width:800px){
    .name span{
        display: none;
    }
}

@media(max-width:500px){
    header{
        padding:0px;
    }
    .navcontainer{
        padding-left: 6vw; padding-top: 3vw;
    }
   
}

/* -------------------main------------- */

main{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    
}

main .ankuendigung article{
    margin-bottom: 50px;
    margin-top: 100px;
}

main .produktionen{
    margin-top: 20px;
}

.produktionen figure{
    max-height: auto;
    
} 

.produktionen img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.produktionen a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: 'HK Grotesk', sans-serif;
    letter-spacing: -0.05em;
    font-size:  1.5em;
    font-weight: 500;  
}

        /* ----ankündigung--- */

.ankuendigung{
    grid-column: 2/5;
    margin-bottom: 50px;
    padding-bottom:30px;
    border-bottom: 1px solid black;
}

/*.ankuendigung h2{
    font-family: 'HK Grotesk', sans-serif;
    letter-spacing: -0.05em;
    font-size:  1.5em; 
    font-weight: 500; 
    padding-bottom: 3em;
}*/

/* .ankuendigung .erste, .ankuendigung .zweite{
    padding-bottom: em;
} */

.ankuendigung span{
    font-size: 1.5em;
}
.ankuendigung a:link, .ankuendigung a:visited{
    color:rgb(243, 0, 101); 
    text-decoration: none;
   }

.ankuendigung a:hover, .ankuendigung a:focus{ 
    color:white;  
}
        /* --------- */



section.produktionen{
    /* height: 800px; */
    grid-column: 2/4;
    height:auto;

}

.titel{
    height: 600px;
    background-repeat: no-repeat; 
    background-size: cover;
    background-position:center;
    padding-left: 1vw;
    padding-top: 1vw;
}

.produktionen span.credits{
    color: rgba(255, 255, 255, 0.408);   
}


.goetterdaemmerung .titel{
    background-image: url("Götterdämmerung\ Titelbild.jpg");
}

.siegfried .titel{
    background-image: url("Siegfried\ Titelbild.jpg");
}

.Aschenputtel .titel{
    background-image: url("Aschenputtel\ 0.jpg");
}

.ReiseUmDenMond .titel{
    background-image: url("ReiseumdenMond\ Titelbild.jpeg");
}

.walküre .titel{
    background-image: url("Walküre\ 3\ \ Ingo\ Hoehn.jpg");
}

.rheingold .titel{
    background-image: url("Rheingold\ 6\ Ingo\ Hoehn.jpg");
}
.persona .titel{
    background-image: url("Persona\ 1\ Ingo\ Hoehn.jpg");
}

.intolleranza .titel{
    background-image: url("Intolleranza\ 1\ Ingo\ Hoehn.jpg");
}

.feejosee .titel{
    background-image: url("fee\ jose2.jpg");
}

.kleineHexe .titel{
    /* background-color: rgba(22, 22, 22, 0.931); */
    background-image: url("Die\ Kleine\ Hexe\ 3\ Benno\ Hunziker.jpg");
}
.sommernachtstraum .titel{
    background-image: url("Sommernachtstraum\ 3\ ©Ingo\ Hoehn.jpg");
}

.giannischicchi .titel{
    background-image: url("gianni_schicchi_lucia_hunziker_01.jpg");
}

.sommernachtraum .titel{
    background-image: url("Sommernachtstraum\ 1\ ©Ingo\ Hoehn.jpg");
}
.oliver .titel{
    background-image: url("Oliver\ 1\ ©Ingo\ Hoehn.jpg");
}



section.produktionen a:link, section.produktionen a:visited{
    color: rgb(255, 255, 255);
}
section.produktionen a:hover, section.produktionen a:focus{
    color: rgb(243, 0, 101);
    
}

@media(max-width:500px){
    section.produktionen{
        width:100vw;
        padding-left:6vw; padding-right:2vw;
    }

    .ankuendigung{
        width:100vw;
        padding-left:6vw; padding-right:2vw;
    }
    .titel{
        height: 200px;
        
    }

}

/* ----------------personaSeite-------------- */


/* .personaSeite{
    height: auto;
} */

/* .personaSeite .produktionen figure{
    height:auto;
    
}  */
.Daten {
    font-size: 1.2em;
}
.personaSeite .Daten p{
    letter-spacing: 0;
    line-height: 120%;
}
.personaSeite {
    display: block;
    
}


/* -------------------bio------------------- */


.portrait img{
    padding-bottom: 30px;
    padding-top: 20px;
    max-width: 250px;

}


.bioGridcontainer .kontakt{
    padding-top: 20px;

}


.bioGridcontainer .bio p{
    
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 120%;
}

.bioGridcontainer .bio .kontakt{
    padding-bottom:30px;
}



/* .bioGridcontainer{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-gap: 20px;
 
} */

/* aside.Kontakt{
    padding-top: 60px;
    text-transform:uppercase;
    font-size: 1.5em;
} */

.bioGridcontainer{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1;
    width:100vw;
}
.bioGridcontainer .portrait{
    grid-column: 1/2;
    width: 250px;
    grid-row: 1;
    padding-left: 1vw;
}
.bioGridcontainer .bio{
    grid-column: 2/4; 
    padding-right: 30px;
    width:auto ;
    grid-row: 1;
}

.bio
{
    color:rgb(243, 0, 101);
}
.portrait figcaption{
    position: relative;
    top:-10px;
    text-transform: capitalize;
    font-size: 1.2em;
    font-family: 'HK Grotesk', sans-serif;
    color:  rgba(255, 255, 255, 0.408);
}



@media (max-width: 1000px) {

    .bioGridcontainer{
        display: block;
        padding-left: 1vw;
    }



}


.Kontakt a:link, .Kontakt a:visited{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.Kontakt a:hover, .Kontakt a:focus{
    color:rgb(243, 0, 101);
    text-decoration: none;
}


@media(max-width:500px){
    main{
        display: block;

    }
    .bioGridcontainer .portrait{
        width:95vw;
        padding-left: 6vw;
        /* padding-left:2vw; padding-right:2vw; */
    }
    
    section.bio{
        padding-top: 10vw;
        padding-left:6vw; padding-right:2vw;
    
    }
    aside.Kontakt{
        width:95vw;
        padding-left:6vw; padding-right:2vw;
    }
}




/* -------------------imprint------------------- */
 
section.impressum{
    grid-column: 2/4;
    height: auto;
    padding-right: 30px;

}


section.impressum p{
    padding-bottom: 12px;
    font-size:  1.5em;
    /* text-transform:uppercase; */
}

p.vielPlatz{
    padding-bottom:30px;
}

section.impressum ul{
    padding-bottom: 30px;
}

section.impressum ul li{
    text-decoration: none;
    letter-spacing: -0.05em;
    /* text-transform:uppercase; */
    font-family: 'HK Grotesk', sans-serif;
    font-weight: 500;
    font-size: 1.5em;

}

section.impressum ul li a{
    font-size: 1em;
}

h4{ 
    font-family: 'HK Grotesk', sans-serif;
    font-weight: 500;
    font-size: 2.25em;
    padding-bottom:70px;
    padding-top:70px;
    text-transform:uppercase;
}

.Daten h4{
    font-size: 1.5em;
}

@media(max-width:500px){
    section.impressum{
        width:100vw;
        padding-left:6vw; padding-right:2vw;
    }
}




/* ----------------------footer------------------ */

footer{
    height: 150px;
    /* background-image: linear-gradient( rgba(255, 255, 255, 0),rgba(61, 104, 245, 0.693)); */
    padding-top: 80px;

  
}

.footercontainer div{
    padding-bottom: 12px;
    padding-left: 6vw;
}

footer a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: 'HK Grotesk', sans-serif;
    font-size: 1.5em;
    letter-spacing: -0.05em;

}

.footerKontakt {
    padding-top: 30px;
}

.footerKontakt .telefon{
    font-size: 1.5em;
}

a:link, a:visited{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:hover, a:focus{
    color:rgb(243, 0, 101);
}

/* body a{
    z-index: 1000;
  } */

@media (min-width:500px){
    .navcontainer{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-template-areas: "eins zwei zwei drei";
    }
    .name{
        grid-area: eins;
    }
    
    .produktionen{
        grid-area: zwei;
    }
    
    .bio{
        grid-area: drei;
    }

    .footercontainer{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-template-areas: ". vier fünf ."
                               ". sechs sechs. ";
       
    }
    .footercontainer div{
        padding-left: 0;
    }
    .footercontainer .nachoben{
        grid-area: vier;

    }
    .footercontainer .impressum{
        grid-area: fünf;
    }
    .footercontainer .footerKontakt{
        grid-area: sechs;
    }
}



/* section.produktionen{
    display: none;
} */




