/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.10.2016, 08:48:24
    Author     : Justus
*/

html {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: url(../images/wallpaper.jpg);
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover !important;
    
}
body{
    background-image: url("../images/index.png"); 
    background-repeat: no-repeat;
    margin:0;
    padding:20px 0 0 0 ;
}

#maindiv{
 
    font-family: Arial, sans-serif;
    width: 75%;
    margin: 0 auto 50px auto;
    padding: 0;

}
#wallpaper{
    
    margin:0;
    padding:0;
  
}
#logo{
    
    padding-bottom:10px;
    background-image:url(../images/logo.png);
    background-size:100% auto;
    height: 45px;
    width: 350px;
    margin: 20px 0;
    background-repeat: no-repeat;
  
}

#submain{
-webkit-box-shadow: 2px 1px 21px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    2px 1px 21px 0px rgba(50, 50, 50, 0.5);
box-shadow:         2px 1px 21px 0px rgba(50, 50, 50, 0.5);
    margin: auto;

    
    border: 3px solid;
    border-color:white;
    background-color: transparent;
    
}
 nav ul li.active{
    background-color:#FFCF00;
    color:#534741;
    
}
 nav ul li.active a{
    
    color:#534741;
    
}

 nav ul li.active:hover{
    background-color:#FFCF00;
    
    
}

nav {
    white-space: nowrap;
    margin: 2% auto;
    padding:0 auto;
    width:95%;
 
}
nav ul{
    
    list-style: None;
    text-decoration: none;
    box-sizing: border-box;
    border-color: white;
    margin:0;
    padding:0;
    
    

   
    
}

 nav ul li {
    color:white;
 
    border:solid white;
    border-width:4px 2px 4px ; 
    text-align: center;
    font-size:22px;
    float: left;
    text-decoration: none;
    width:25%;
    height:51px;
    box-sizing:border-box;
    border-color:white;
    background-color:#999999; 
    display: block;
    border-left: none;
}
nav ul li:first-child{
    border-left:4px solid white;
}
nav ul li:last-child{
    border-right:4px solid white;
}


 nav ul li:hover{
    color: #534741;
    background-color: #cccccc;

    
}

nav ul li:hover a{
    color:#534741;
}


 nav ul li a{
 
    padding:0;
    display:block;
    color:white;
    text-decoration: none;
    height:23px;
    padding:7px;
     
    
}
#cp{
    display: none;
}
#burger{
    display:none;}

.left{
    float:left; 
}
.right{
    float:right; 
}

#content{
    margin-bottom: 40px;
    clear:both;
}
p{
    width:40%;
    margin-left:5%;
    margin-top: 5%;
   
    font-size: 19px;
    line-height: 1.2;
    overflow-wrap: break-word;
    text-align: left;
    padding:0;
}
h3, h4, h5 {
    margin-left:5%;
    margin-top: 5%;
    margin-bottom: 0;
    text-align: left;
}
.impre{
    margin-top:0;
    float:none;
    margin-left:5%;
  
    font-size: 15px;
    line-height: 1.2;
    overflow-wrap: break-word;
    text-align: left;
    padding:0;
    width: 80%;
  
}
.start{
    margin-right: 5%;
    margin-top: 5%;
    width:472px;  
    height:454px;
    float:right;
    background-repeat: no-repeat;
    padding:0;
    display: block;
        
}
#contact{
    font-size:17px;
    line-height: 1.2;
    margin: 30px -3%;
   
    
 
}
#footer{
    margin-top:30px;
    width: calc(100% - 230px);
    height:10px;
    background-color: #FFCF00;
}
.afooter{
    color:black;
    font-size:12px;
    margin: -14px 0px;
    width: 70px;
    float: right;
    text-align: right;
    vertical-align: top;
    text-decoration: none;
     
}
.afooter a{
    color:black;
    text-decoration: none;
}
.afooter a:hover{
    color:black;
    
}

.afooter.d {
	margin-right: 90px;
	width: 130px;
	
}

.tätigkeiten{
    color:#FFCF00;
    font-weight: bold;
    width:85%;
    margin-left:7%;
    margin-top: 43px; 
 
    font-size: 19px;
    line-height: 1.2;
    overflow-wrap: break-word;
    text-align: left;
    padding:0%;
    font-size: 20px;
    
    
}

.tätigkeiten li{
 padding: 10px;
}
.nopoint{
    float:left;
    list-style: none;
    margin:0;
    padding:0;
 


}
.fancyboximg{
 
    width:80px;
    margin:0 5%;
    border:5px solid #fff;    

}

#waswirtun{
    margin-bottom: 0;
    font-size: 19px;
    margin-top:50px;
    margin-left:5%
    
}
.inputbox{
    margin-left: 5%;
    margin-bottom: 5px;
    height:30px;
    width:40%;
    font-size:17px;
}
textarea{
    margin:25px 5%;
    height:180px;
    width:80%;
    font-size:17px;
}

#sendbtn {
    background-color: #ffcf00;
    color: black;
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 25px;
    margin: 25px 5%;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    width: 150px;

}

#sendbtn:hover{
    background-color:#cccccc;
    
}

.antwort{
  font-size:20px;
  font-weight: bold;
}
.clearfix:before,
.clearfix:after {
 content: " "; /* 1 */
 display: table; /* 2 */
}

.clearfix:after {
 clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
 *zoom: 1;
}



    


