/*vogelstyles*/

/**/
google-fonts
font-family: 'Tinos', serif; font-weight: 400 / 700 / 400italic;
font-family: 'Hind', sans-serif; font-weight: 300 / 400 / 500 / 600 / 700; 



body, h1, h2, h3, h4, h5, h6, ul, li, p, q, cite, img, figure, figcaption, blockquote, header, hgroup, article, footer, fieldset, label, button, div, nav{
	margin: 0;
	padding: 0;
	display: block;
}


body {
	font-family: Hind, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;	
	min-width: 950px;
    padding-bottom:20px;
	}


img{
	max-width: 100%; 
    height: auto;
}

a, a:visited{								/*A STANDARD!!!!*/
	text-decoration: none;
	color: grey;
}

a:hover, a:active{
	color:black;
}

p{
	font-size: 12px;
}
	
header{
	padding:0 0 0 0px;
	height:80px;
	
}

header a, header a:visited{								/*A STANDARD!!!!*/
	text-decoration: none;
	color:black;
}

header a:hover, header a:active{
	color:grey;
}


h1, h2, h3{
	font-weight: normal;
}

h1{	
	font-family: 'Hind', sans-serif; 
	font-weight: 400; 
	font-size: 20px;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}	

h3{
	font-family: Helvetica, Arial, sans-serifsans-serif;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

.floater{
	float:left;
}

.clearer{
	clear:both;
}

ul{
    padding: 0;
    margin:0;
    list-style: none;
}
   
nav ul{
	font-size: 20px;
	display: block;
	margin-right:20px;
	margin-top:15px;
	float:right;
}

nav ul li{
	display: inline-block;
	margin-right: 15px;
}

ul li a{
	color: #333;
	text-decoration: none;
}

ul li a:hover{
	color: red;
}

ul li ul{
	font-size: 13px;
	display: none;
	position: absolute;
	left: 20px;
	margin-top: 20px;
}

ul li:hover ul{
	display: block;
}

li a.selected, ul li ul.selected{
	color:red;
	display: block;
}

#wrapper_search{
	height:150px;
	margin-left: 0px;
	margin-top:0px;
}

select{
	width: 200px;
	float: left;
	margin-right: 20px;
	border:none;
	line-height: 14px;
}


#search_style{
	height:150px;
	width: 500px;
}


/*VORSCHAUBILDER*/

.image_preview_wrapper{
	height:auto;
	margin-left: 0px;
}

.img_prev{
	height: 210px;
	width: 250px;
	float: left;
}

figcaption{
	width: 240px;
	font-size: 12px;
}

.pos_abs{
	display: block;
	position: absolute;
	left:260px;
}

#myslides {
    height: 80vh;
    width:auto;
	display: block;
	position: relative;
} 
	
 #myslides a, #myslides img{ 	
	/*width:850px;*/
height:80vh;
	display: block;
	position: absolute;
	left:0;
	right:0;
	text-align: center;
	margin:0 auto;
}

.suche_input{
	display: block;
	margin-left:500px;
	
}

.impressum{
	width:300px;
}		