#button {
    position: relative;
    background-position: center;
    margin-top: 30px;

}    
    
#bounding-box {
    background-image: none;

} 


#header {
    margin-top: 70px;
    height: 15%;
    background-image: url(pix/logo2.png);
    background-repeat: no-repeat;
    
}

#logoline {
    list-style: none;
    position: relative;
    background-position: center;
    margin-top: -150px;
    margin-left: 62%
    
}


#logo {
    width: auto;
    height: auto;
    padding: 5% 5% 5% 5%;
    position: absolute;
    background-position: center;
    margin-top: -250px;    
    
}



#langnav {
    width: 20%
    float: left;
    margin-top: -80px;
    margin-left: 0px

}


#langnav li {
    float: left;
    background-position: center;
    list-style: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    
}

#langnav li a {
    font-size: 11pt;
    font-weight: 400;
    
}


#hauptinhalte {
        position: relative;
        padding:19% 6% 3% 6%;
        width: 90%;
        margin-top: 195px;
        margin-left: 0%;       
        line-height: 18pt;
        font-size: 12pt;
}

#hauptinhalte h1{
    font-size: 12pt;
    font-weight: 700;
    
}

/*about einleitungstext*/
#p2 {
    font-size: 12pt;
    font-weight: 400;
    margin-bottom: 40px; 
}

/*email link*/
#hauptinhalte p a {
    list-style: none;
    text-decoration: none;
    font-family: Quattrocento Sans, sans-serif;
    font-size: 12pt;
    line-height: 18pt;
    font-weight: 400;
    color: #fff;
    border-bottom-style: dotted;
    border-bottom-width: thin;
        
}

#index {
    background-image: url(pix/startbild.png);
    background-repeat:no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

#video {
    display: none;
    
}

#nav {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 15%;
    margin-left: 0%;
}

#nav li a {
    text-decoration: none;
    color: #fff;
    font-family: Quattrocento, serif;
    font-weight: 400;
    font-size: 11pt;
}    
    
#ennav {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 15%;
    margin-left: 0%;
}    
    
#ennav li a {
    text-decoration: none;
    font-weight: regular;
    color: #fff;
    font-family: Quattrocento, serif;
    font-weight: 400;
    font-size: 11pt;
}    
  