/*
    Created on : 22.05.2017, 12:51:51
    Author     : DCC, Marc Drinkhut

*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i');

body{
    margin: 0px;
}

header{
    width: 100%;
    height: auto;
}

footer{
    width: 100%;
    height: 50px;
}

.container_left{
    width: 50%;
    min-width: 330px;
    height: 100vh;
    min-height: 700px;
    float: left;
    background-color: black;
}

.container_right{
    width: 50%;
    min-width: 330px;
    height: 100%;
    min-height: 100vh;
    float: left;
}

.wrapper_pic{
    width: 100%;
    height: 100%;
    background: url(header_logo.gif);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
}

.f_wrapper_left{
    width: 50%;
    height: 100%;
    float: left;
    background: black;
}

.f_wrapper_right{
    width: 50%;
    height: 100%;
    float: left;
    background: white;
}

.break{

}

a:hover{
    text-decoration: underline;
}

/*CSS Font*/


h1{
    font-family:'Roboto', sans-serif; 
    font-size: 30px;
    font-weight: 200;
    text-align: left;
    margin-top: 15vh;
    margin-left: 10%;
    margin-right: 10%;
}

h2{
    font-family: 'Roboto', sans-serif; 
    font-size: 20px;
    font-weight: 200;
    text-align: left;
    margin-top: 5vh;
    margin-left: 10%;
    margin-right: 10%;
}

h3{
    font-family: 'Roboto', sans-serif; 
    font-size: 24px;
    font-weight: 200;
}

h4{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 200;
}

h5{
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;
    font-weight: 200;
}

h6{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
    font-weight: 200;
}

p{
    font-family: 'Roboto', sans-serif; 
    font-size: 20px;
    font-weight: 200; 
    margin-left: 10%;
    margin-right: 10%;
    line-height: 35px;
}


a{
    font-family: 'Roboto', sans-serif;; 
    font-size: 20px;
    font-weight: 200; 
    text-decoration: none;
    color: black;
} 

li{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
    font-weight: 800; 
    list-style: none;
    color: white;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.adress{
    text-align: left;
}

.time{
    text-align: left;
    margin-top: 10vh;
}

.impressum{
    font-size: 12px;
    color: silver;
}

.contact{
    
}

@media only screen and (max-width: 1100px){

    header{
        height: auto;
    }

.container_left{
    width: 100%;
    height: 330px;
    min-height: inherit;
    float: none;
    background-color: black;
}

.container_right{
    width: 100%;
    height: 100%;
    float: none;
}

.wrapper_pic{
    background-size: 100px;
}

.f_wrapper_left{
    width: 100%;
    height: 100%;
    float: left;
    background: black;
    display: none;
}

.f_wrapper_right{
    width: 100%;
    height: 100%;
    float: left;
    background: white;
}

.break{
  content: "<br>";
  white-space: nowrap;
}

}
