html, body{
    margin:0px;
    padding: 0;
    height: 100%;
    text-align: center;
    
}

section{
    min-height: 100%;
}

.between_sections_top{
    width: 100%;
    height: 0.1px;
    margin-bottom: 125px;
}

.between_sections_bottom{
    width: 100%;
    height: 0.1px;
    margin-top: 100px;
}

a{
    text-decoration: none;
}

li{
    list-style-type: none;
}

h1, h2, h3, a ,li {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    color: #6c5353;
    text-transform: uppercase;
}

h2 {
    color: #bea991;
}

h3 {
    font-size: 40px;
    padding-top: 12%;
    margin-bottom: 15px;
}

h4, p {
    font-family: 'Rajdhani', sans-serif;
    color: #6c5353;
    font-size: 2.5vh;
}
p{
    text-align: justify;
}

.copyright{
    float: right;
    margin-right: 10px;
    font-size: 1.5em;
}



hr{
    width: 70px;
    height: 3px;
    background: #6c5353;
    border: 0px;
    margin: 0 auto 20px auto;
}

#logo, li, img, #program a {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.fa.fa-bars{display: none}

/* HEADER ********************************************************************************************/
header{
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 1px 3px #bea991;
    z-index: 5 !important;
}

#logo{
    width: 140px;
    float: left;
    margin: 10px 0 0 30px;
}

#logo:hover{
    opacity: 0.90;
}

#logo img{
    width: 100px;
}

header nav{
    float: right;
    margin: 15px 20px 0 0; 
}

header nav ul li {
    float: left;
    margin-left: 3px;
    margin-top: 1px;
}

header nav ul li a{
    font-size: 20px;
}

header nav ul li:hover{
    padding-top: 5px;
}


/* HOME ********************************************************************************************/

#home{
    background-image: url(../image/barock_background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#home h1{
    margin: 60% auto 0px auto;
    font-size: 50px;
    color: white;
    opacity: 0.5;
    background-color: #6c5353;
}


#home p{
    width: 80%;
    margin: 2vh auto;    
}




 /* Container holding the image and the text */
.container {
    position: relative;
  }

.container img{
    height: 30vh;
    width: 35vw;
}

/* Position the text */
.text-block {
    width: 70%;
    position: absolute;
    bottom: 8.0vh;
    right: 5.5vw;
} 


.column1 {
    float: left;
    width: 60%;
}

.column2 {
    float: left;
    width: 40%;
    background-color: white;
    height: calc(100vh - 23px);
}

#table_overview img{
    width: 28%;
    text-align: right;
}

#table_overview {
    margin: 12% auto auto auto;
    width: 100%;
    line-height: normal;
}

.left{
    text-align: right;
    padding-right: 0px;
    width: 15%;
}

.right{
    text-align: left;
    padding-left: 30px;
    width: 85%;
}

#table_overview p{
    font-size: large;

}
#logo_gross{
    margin: 20% auto 0 auto;
}

#home a:hover{
    opacity: 0.7;
}




/* NEWS ********************************************************************************************/

#news{
    background-color: white;
}

#news .box{
    width: 80%;
    background-color: #DAA7AC;
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
    display: table;

}

#table_news img{
    width: 58%;
}

#table_news{
    margin: 2%  auto 50px auto;
    width: 100%;
    line-height: normal;
}

#news p, li{
    color: black;
    text-transform: none;
    margin-left: 30px;
    margin-right: 30px;
}

#news .box ul{
    list-style-type: circle;
    list-style: outside;
}


#news h3{
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
}





/* ABOUT ********************************************************************************************/


#about p{
    width: 70%;
    margin: 0 auto 0 auto;
}




/* THEMES ********************************************************************************************/

#themes{
    background-color: #bf8f0080;
}

#themes p{
    width: 80%;
    margin: 0px auto 20px ;
    padding-bottom: 30px;
}

#ausstellung2{
    padding-top: 10px;
    margin-top: 0px;
}

#themes img{
    padding-bottom: 50px;
    width: 40vw;
    margin: 0px 2vw;
}


/* DATES ********************************************************************************************/

#dates{
    background-image: url(../image/chlorophyl_background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

#dates h3 {
    color:white;
}

#dates hr{
    background-color: white;
    margin-bottom: 5%;
}

#dates table{
    width: 70%; 
    margin: 1% auto 0 auto ;
    line-height: 250%;
    color: black;
    border: none;
    font-size: larger;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}



.empty{
    background-color:transparent;
}

.tag{
    background-color: #ffffffdd;
    width: 28%;
    border-radius: 5%;
}

.inhalt{
    background-color:#ffffffdd;
    width: 71%;
    border-radius: 5%;
}





/* CONTACT ********************************************************************************************/

#contact{
    background-image: url(../image/trompetentierchen_background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#contact h3{
    text-align: center;
    color: #7c5e04;
}

#contact hr{
    background: #bf9000;
    border: 0px;
}

#contact div{
    padding-right: 7%;
    padding-left: 63%;
    padding-top: 4%;
}
#contact p{
    text-align: center;
    color: #7c5e04;
    font-weight: normal;
    font-size: large;
}

#contact a{
    float: left;
    margin-left: 10px;
}

/* FOOTER ********************************************************************************************/
footer p{
    text-align: center;
}

footer a{
    text-transform: none;
}
/* MEDIA QUERIES ********************************************************************************************/

/* MOBILE ********************************************************************************************/
@media screen and (max-width: 900px){

    h3 {
        padding-top: 25%;
    }

    p{
        font-size: 18px;
    }
    

    #logo{
        width: 20px;
        margin-left: 30px;
    }

    #logo img{
        width: 50px;
    }

    header{
        width: 100%;
        height: 50px;
    }

    #home h1{
        font-size: 30px;
        margin-top: 25vh;
    }

    
    #home #link_jitsi{
        font-size: 16px;
    }

    .column1 {
        float: none;
        width: 100%;
    }
    
    .column2 {
        float: none;
        width: 100%;
        background-color: white;
        background-size: cover;
        height: 55vh;
    }

    #logo_gross{
        margin: 5vh auto 0 auto;
        height: 20vh;
    }

    
    #home p{
        width: 75vw;
        margin: 2.5vh auto;
    }
    
    .container{
        background-color: white;
    }

    .container img{
        width: 95%;
        padding-bottom: 30px;
        height: 20vh;
    }

    /* Position the text */
    .text-block {
        width: 100%;
        position: absolute;
        top: 1.5vh;
    } 

    #home p#highlight{
        margin: 4vh 20vw;
    }

    

    header nav{
        margin: 0;
        float: none;
    }


    i.fa.fa-bars{
        font-size: 24px !important;
        color: #6c5353;
        display: block;
        float: right;
        width: 100%;
        cursor: pointer;
        text-align: right;
        margin: -37px 30px 0 0;
    }

    i.fa.fa-bars:hover{
        opacity: 0.5;
    }

    header nav ul{
        height: 0;
        overflow: hidden;
        margin: 0;
        width: 100%;
        padding:0;
        background-color: white;
    }

    header nav ul.open{
        height: auto;
    }

    header nav ul.close{
        height: 0;
    }

    header nav ul li{
        width: 100%;
        padding: 5px 0;
        margin: 0;
        font-size: 11px;
        border-top: 1px solid #bf9000;
    }

    header nav ul li:hover{
        background-color: #bf900070;
    }

    #table_news img{
        width: 100%;
        padding-left: 0%;
    }


   
    #about p{
        width: 85%;
    }



    #themes img{
        padding-bottom: 50px;
        width: 90vw;
        margin: 0px 2vw;
    }
    


    #dates table{
        font-size: small;
        width: 85%;
    }


    .lasttable{
        padding-bottom: 17%;
    }


    #contact h3{
        text-align: center;
        color: #7c5e04;
        padding-top: 105%;
        font-size: x-large;
    }
    
    #contact hr{
        background: #bf9000;
        border: 0px;
    }
    
    #contact div{
        padding: 0;
    }
    #contact p{
        text-align: center;
        color: #7c5e04;
        font-weight: normal;
        font-size: large;
    }

    .copyright{
        font-size: 12px;
    }
}


/*Impressum und Datenschutz******************************************/

#anhang{
    background-color: #dadada;
    padding-bottom: 80px;
}

.jello{
    margin-top: 130px;
    width: 60%;
    padding: 20px 60px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
  }

.jello h1 {
    font-size: 40px;
    padding-top: 2%;
    margin-bottom: 15px;
}

.jello h3{
    font-size: 110%;
    padding-top: 0px;
    font-weight: bold;
}



.jello h4{
    font-size: 90%;
    margin-bottom: -15px;
}

