/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*style*/


body{
   -webkit-hyphens: auto;
      -moz-hyphens: auto;
       -ms-hyphens: auto;
       	-o-hyphens: auto;
           hyphens: auto;
           
	text-rendering: optimizeLegibility;

	height:			100%;
	width: 			100%;
	background-color:rgb(255,255,255);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;	
	font-size:16px;
	color:#fff;
	font-weight:lighter;
	line-height:1.4em;
	margin-top:-30px;
}

.wrap{
	position:relative;
	background-color:white;
	max-width:		1024px;
	min-width:		250px;
	width:			100%;
	margin:0px auto;
	padding-top:50px;
	
}



section{
	position:absolute;
	width:94%;
	padding:2%;
	padding-top:20px;
	max-width:		960px;
	min-width: 		240px;
	background-color:#adaeb0;
	top:170px;
	left:1%;		
	right:1%;		
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border-radius: 13px;
	border-radius: 13px;
	-webkit-border-bottom-left-radius:0;
	-moz-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
	
	
}


header img{
	width:300px;
	margin-bottom:-90px;
	padding-left:10px;

}


.LangSwitch{
	
	position :relative;

	top : 1px;
	font-size:10px;	
	
}
.LangSwitch switch{
	color: white;
	z-index : 12;
}

nav{
	padding-right:20px;
	position:relative;
	top:63px;
	float:right;
	padding-left:300px;
	z-index:10;
}

nav li{

	display: inline;

}

nav li a{
	font-size: 22px;
	color: #adaeb0;
	font-weight: 500;
	text-decoration:none;
	width: 130px;
	padding: .5em 0em;	
}



nav li a.current{
	color: #00509e;
}

nav li:nth-child(5):after{
	content:none !important;
}

nav li:after{
	color:#adaeb0;
	font-size:22px;
	font-weight:100;
	content:"ǀ";
	padding:0 2px 0 5px;
}

.box{

	position:absolute;
	margin-right:30px;
	height:390px;
	z-index:100;
	background-color:rgba(255,255,255,0.95);
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom:none;

}

.box h1{
	text-align:left;
	font-weight: 500;
	color:black;
	padding-left:0;	
	
}

#contactBox .close{
	position:absolute;
	margin-right:-5px;
}



form{
	padding-top:0px;
	position:absolute;
	top:0;
	z-index:9999;
	padding:0;
	margin:0;
}


form p{
padding:0;
margin-left:0px;
margin-bottom:-30px;
}





#contactBox{
	width:880px;
	z-index:100;
	top:50px;	
	right:35px;
	box-shadow: -9px 4px 5px #7f7f7f;	
}


#contactBox p{
	width:400px;
	color:black;
	position:relative;
	padding-top:0px;	
}

#contactBox a{
	width:400px;
	color:#adafb1;
	font-size:16px;
	position:relative;
	padding-top:0px;	
}

#contactBox .arrow-up {
	position:absolute;
	right:100px;
	top:-15px;
	width: 0; 
	height: 0; 
	border-left:15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(255,255,255,0.95);
	
}

#contactBox h1{
	font-size:20px;
	font-weight:500;
	padding-bottom:50px;
}



h1{
	font-size:20px;
	font-weight:500;
}

h2{
	font-size:20px;
	font-weight:500;
	color:#00519f;
}

p{
	width:420px;
	text-align:left;

	color:white;
	padding:10px;
}

span a{
	font-size:16px;
	color:#fff;
}

strong{
	font-weight:700;
}



.mehrspaltig p{
   text-align: 		justify;
	width:800px !important;
		height:320px;



           
	-webkit-column-count:2;
      -moz-column-count:2;
       -ms-column-count:2;
        -o-column-count:2;
           column-count:2;
   
   -webkit-column-gap:2em;
      -moz-column-gap:2em;
       -ms-column-gap:2em;
        -o-column-gap:2em;
           column-gap:2em;

}





.clip{
	float:left;
	padding:2.3%;	
	width:190px;
}

.clip article{

	padding:0;
	font-size:16px;
	width: 210px;
	color: #fff;
	
}

.clip p{
	font-size:15px;
	font-weight:lighter;
	padding:10px;
	width:190px;
	text-align:left;
}

.clip ul{
	padding-top:150px;
	width: 210px;
	color: #fff;
	padding-left:70px;
	
}

.clip li{
	list-style:disc;
}



.clip img{
	position:relative;
	padding:0 35px;
	z-index:2;
	top:-10px;

}



.inside{
	position:relative;
	z-index:1;
	top:-28px;
	height: 260px;
	width:210px;
	background-color:none;
	box-shadow: -7px 5px 3px #7f7f7f;
   	cursor:pointer;
	
}

.inside img{
	width:210px;
	position:absoulte;
	top:0px;
	padding:0px;
}

.inside .clip_text{
	width:120px;
	position:absolute;
	top:180px;
	z-index:999;
	right:0;
}


#about{
	cursor: pointer
}

#contact{
	cursor: pointer
}



























@media (max-width: 865px) {
   nav{ 
   		width:400px;
   		top: 24px;
   		text-align:right;
   		padding-left:310px;
   }

#contactBox .arrow-up 
	{		
		display:none;	
	}
	
#aboutBox .arrow-up 
	{		
		display:none;	
	}	

.box{
	margin-right:10px;
}

   #contactBox{ 
   	top:86px;
   }
   
#aboutBox{ 
   	top:86px;
   } 
   
   nav li a{
		line-height:1.6em;
   }
   
      
   .clip{
   	padding-left:60px;
   }
 }

@media (max-width: 550px) {
   nav{ width:120px;
		right:0;
   		top: -60px; 
   }
   
   nav li a{
	display: block ;
   	padding:2px 0;

   }
   
	#contactBox{ 
   	top:170px;
   }
   	#aboutBox{ 
   	top:170px;
   }
   

   	
   nav li:after{
   	content:none;
   }
   
   header img{
   		width:200px;
   		padding-left:5px;
   }
   
   .clip{
   	padding-left:65px;
   }
 }
 
 


form{
	position:absolute;
	font-weight:300;
	right:0;
	top:40px;
	padding:0;
	margin:12px 24px 24px 0;

}

form p{
	color:#adaeb0 !important;
	font-size:22px;
	padding-bottom:8px;	
}


form input{
	margin-bottom:10px;
	height:25px;
	padding:3px 2px 3px 2px;
	width:400px;
	border:#adaeb0 1px solid;
	font-size:18px;
	font-weight:100;

}



#button{
	width:406px;
	border:none;
	color:white;
	font-size:22px;
	margin-top:8px;
	height:35px;
	cursor:pointer;
}

form textarea{
	margin-bottom:10px;
	height:50px;
	padding:3px 2px 3px 2px;
	width:400px;
	border:1px solid #adaeb0;
	font-size:18px;
	font-weight:100;

	
}

#kontaktbestaetigung p{
	color:black;
	font-size:22px;
	line-height:1.4px;
}

#kontaktbestaetigung h1{
	color:black;
	font-size:30px;
	line-height:1.4px;
}

a{
	font-size: 22px;
	color: #adaeb0;
	font-weight: 500;
	text-decoration:none;
	width: 130px;
	padding: .5em 0em;	
}



#impressum{
	position:absolute;
	font-size:14px;
	right:-20px;
	bottom:0px;
	color:white;
}

#about4_lightbox p{
	color: black;
	
}


#about4_lightbox h1{
	padding-top:150px;
	color: black;
	
}


#about4_lightbox a{
	font-size:16px;
	color: black;
	
}

