@charset "utf-8";
*{
    margin:0 auto;
    padding:0;
}

body{
    width:auto;
    background-color: #333333;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    font-variant: normal;
    color: #333333;
    min-height:600px !important;
    height:600px;
}

#wrapper{
    width:96%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    padding:2%;
    color: #FFFFFF;
    margin-bottom:5%;
}

#header{
    width:100%;
    height:13%;
    background-color: rgba(255,255,255,0.85);
    z-index: 999;
    position:fixed;
    top:0%;
    left:0%;
    padding:1% 0;
}

#logo{
    width: 50%;
    float: left;
    opacity:1;
}

#logo img{
    width:40%;
    float:left;
    height:auto;
    margin:1%;
}

#menue_cont{
    width:50%;
    float:left;
    height:100%;
    font-style: oblique;
    font-size: 1.5em;
}

#menue_cont ul li img{
    display: none;
}

#menue_cont ul, #menue_cont ul li ul{
    list-style-type: none;
}

.menue_ul{
    padding:5% 0 5% 0;
    margin-left: 20%;
}

.menue, .menue_footer{
    display: block;
    float:left;
    padding: 0% 3% 0% 3%;
    border-right: 1px black solid;
}

.menue_1, .menue_footer_1{
    display: block;
    float:left;
    padding: 0% 3% 0% 3%;
    border-right: 1px black solid;
    border: none;
}

#content{
    width: 96%;
    float:left;
    height:100%;
    margin:2%;
    padding-bottom:5%;
    z-index:1;
    position:absolute;
    top:0%;
    left:0%;
    bottom:5%;
}

#contentwrapper{
    width:96%;
    height:96%;
    margin:auto;
    padding:5%;
}

#slider{
    width:32% !important;
    height: 100%;
    float:left;
    position:fixed;
    top: 8%;
    left: 0%;
    margin:5%;
}
#slideshow{
    width: 100%;
    height: 100%;    
}

#slideshow .slideimg{
    width: 50%;
    height: auto;
}

.person{
    width: 100%;
    height: auto;
    float: left;
    padding: 1%;
}

.persontext{
    width: 60%;
    height: auto;
    float: left;
}

.personimgcontainer{
    width: 40%;
    height: auto;
    float: left;
}
.personimg{
    max-width: 80%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px 15px 5px 30px;
}

.content{
    width: 54%;
    height:100%;
    margin: 2%;
    float:left;
    position:relative;
    top:10%;
    left:42%;
    padding-bottom:2%;
}

.content_wide100{
    width: 98%;
    height:100%;
    margin: 2%;
    float:left;
    margin-top:5%;
}

#footerspace{
    width:100%;
    height:5%;
    float:left;
}

#footer{
    width:100%;
    height:2%;
    background-color: #FFFFFF;
    z-index: 999;
    position:fixed;
    top:98%;
    left:0%;
    opacity: 0.9;
    font-size: small;
}


#menue_cont_foot{
    width: 100%;
    float: left;
    height: 100%;
    font-style: oblique;
    font-size: 1em;
}

.menue_ul_foot{
    margin:0 40% 0 40%;
}

a{
    text-decoration: none;    
}

.menue a, .menue_footer a, .menue_1 a, .menue_footer_1 a, #footer a{
    color: #333333;
}

#mail, .tel{
    color: #FFFFFF;
    text-decoration: none;
}

p{
    padding: 1%;
    margin: 4% 0;
}

ul{
    padding-left: 5%;
}

.content iframe{
    width: 90%;
}

.content .center{
    text-align: center;
}

.content h1{
    width: 100%;
    border-bottom: 1px solid white;
    padding-bottom: 2%;
}

.content h2, .content ul{
    margin-top: 2%;
}

.content a{
    color: #FFFFFF;
    text-decoration: none;
}

/* Extra small devices (phones, 380px and down) */
@media only screen and (max-width: 380px) {
    #slider{
        display:none;
        width: 0;
    }
    .content{
        width: 100%;
        padding-top: 5%;
    }
    h1{
        font-size: 22px;
    }
    h2{
        font-size: 16px;
    }
    p, ul, li{
        font-size: 14px;
    }
    #footer{
        height: 3%;
        top: 97%;
    }
    .menue_ul_foot{
        margin:0;
    }
    .menue, .menue_footer, .menue_1, .menue_footer_1{
        padding: 0 1% 0 1%;  
        font-size: 0.85em;
    }
    #footer ul{
        padding: 0;
    }
} 


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #slider{
        display:none;
        width: 0;
    }
    #header{
        height: 6%;
        min-height: 50px;
    }

    .content{
        width: 100%;
        left: 0%;
        top: 10%;
        font-size: 10px;
        margin-top: 5%;
    }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 800px){
    #header{
        height: 10%;
        min-height: 60px;
    }
    
    #logo{
        width: 50%;
    }
    
     
    #logo img{
        width: 60%;
        min-width: 239px;
        height: auto;
        min-height: 60px;
        margin: 0%;
    }
    
    #menue_cont{
        width: 50%;
    }
    
    #slider{
        top: 8%;
    }
    
    .content{
        top: 8%;
        font-size:medium;
    }
    
    #menue_cont ul li img{
        display:block;
        width: 50px;
        height: auto;
        padding: 1%;
        float: right;
        padding-right: 5%;
    }
    
    #menue_cont ul li ul li{
        float:left;
        padding:0;
        line-height:40px;
        font-size:100%;
        text-align:center;
        background-color: rgba(255,255,255,0.85);
        width: 100%;
    }
    .menue_ul_foot{
        margin: 0% 30% 0% 30%;
    }

    .menue_ul{
        position: relative;
        right: 0;
        top: 10px;
    }
    
    #menue_cont .menue, #menue_cont .menue_1{
        display: block;
        position: relative;
        left: 0;
        top: 7%;
    }
    
    #menue_cont ul li ul{
        display:none;
    }
    #footer{
        position: fixed;
        top: 97%;
        left: 0%;
        height: 3%;
        font-size: 0.65em;
    }

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 801px)  and (max-width: 1020px){
	#header{
            height: 11%;
        }
        
        #logo{
            width: 30%;
        }
        
        #logo img{
            width: 75%;
            margin: 0%;
        }
        
        #menue_cont{
            width:70%;
	    font-size: 1em;
	}
        
        .menue_ul{
            margin-left: 10%;
        }
        .menue_ul_foot{
            margin: 0% 35% 0% 35%;
        }
} 

@media only screen and (min-width: 1021px) and (max-width: 1190px){
    #header{
        height:12%;
    }
    
    #logo{
        width: 45%;
    }
    #logo img{
        width: 40%;
    }
    
    #menue_cont{
        width:55%;
        font-size:1.10em;
    }
    .menue_ul{
        margin-left: 0%;
    }
    #slider{
        top: 10%;
    }
    .menue_ul_foot{
        margin: 0% 35% 0% 35%;
    }
    
} 

@media only screen and (min-width: 1191px) and (max-width: 1490px){
    #header{
        height:11%;
    }
    #logo img{
        width:40%;
    }
    #menue_cont{
        font-size:1.20em;
    }
    .menue_ul{
        margin-left: 0%;
    }
    #slider{
        margin-top: 2.5%;
    }
} 

@media only screen and (min-width: 1491px) and (max-width: 1660px){
    #header{
        height:11%;
    }
    .menue_ul{
        margin-left: 0%;
    }
    #slider{
        top: 10%;
    }
} 

@media only screen and (min-width: 1661px) and (max-width: 1870px){
    #header{
        height:12%;
    }
    .menue_ul{
        margin-left: 0%;
    }
    #slider{
        top: 10%;
    }
}

@media only screen and (min-width: 1871px){
 #logo{
        width: 40%;
    }
    
    #logo img{
        width:60%;
    }
    
    #menue_cont{
        width: 60%;
    }   
}