h2.gastgeber_etappen{
	background: #444444;
	color: white;
	padding: 5px;
}

form.gastgeber{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
form.gastgeber select{
	padding: 5px;
	border: 0px;
	background: #0672AC;	
	color: white;
	font-size: 12pt;
	margin-bottom: 4px;
	width: 100%;
}
form.gastgeber select option:hover{
	background: white;
	color: #0672AC;	
}
form.gastgeber input{
	padding: 6px 20px 6px 20px;
	border: 0px;
	background: #018A2F;	
	color: white;
	font-size: 12pt;
	cursor: pointer;
	width: 100%;
}
input.u_checkbox{
	padding: 0px !important;
	background: transparent !important;
	width: 20px !important;
	float: left;
	vertical-align: middle;
	margin: 5px 5px 0px 0px;
}
form.gastgeber input:hover{
 	background: #D63638;	
}
div#gastgeber_unterkunft {
	padding: 10px;
	background: #EEEEEE;
	margin-bottom: 5px;
}
div#gastgeber_hl{
	padding: 10px;
	margin-bottom: 5px;
	background: #D63638;	
	color: white;
}
div#gastgeber_et{
	padding: 10px;
	margin-bottom: 5px;
	background: #0672AC;	
	color: white;
}
div.gastgeber_cell{
	margin-bottom: 20px;
	background: #EEEEEE;
	padding: 10px;
		
}
div.gastgeber_cell:hover {
	transition: background-color 1s ease;
	background-color: #E0F5A8;	
}

img.gastgeber_overview_pic{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.gastgeber_overview_pic2{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {
	img.gastgeber_overview_pic, img.gastgeber_overview_pic2{
		display: block;
		float: none;
	}
}

a.gastgeber_more:link, a.gastgeber_more:visited, a.gastgeber_more:active, a.gastgeber_more:hover   { 
	color: white;
	background: #018A2F;	;
	font-size: 10pt;
	text-decoration: none;
	padding: 5px;
	display: block;
	width: 150px;
	float: right;
	text-align: center;
}
a.gastgeber_more:hover  {
	background: #0672AC;	
}



img.gastgeber_pic{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
div.gastgeber_adress{
	padding: 10px;
	background: #eee;	
	color: #6A6A6A;
	font-size: 12pt;
	display:flex;
	justify-content : space-between;
}
@media (max-width: 760px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1140px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1520px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2280px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1140px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1520px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1900px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2280px) and (orientation:portrait)
  {
	div.gastgeber_adress{
		display:block;
	}
}
div.gastgeber_adress a:link, a:visited, a:active, a:hover   { 
	color: #018A2F;
	text-decoration: underline;
}
div.gastgeber_adress a:hover  { color: #9fb683; }

div.gastgeber_adress *{
	color: #6A6A6A;
	font-size: 12pt;
}
div.gastgeber_adress_daten{

}
div.gastgeber_adress_logos{
	padding: 20px;
	box-sizing:border-box;

}
div#googlemap{
	position: relative;
	height: 300px;
}

table.gastgeber_preise{
	width: 100%
}
table.gastgeber_preise td{
	padding: 3px;
}

table.gastgeber_preise th{
	padding: 3px;
	background: #E0F5A8;	
}

table.gastgeber_preise tr:nth-child(odd)	{ background-color:#eee; }
table.gastgeber_preise tr:nth-child(even)	{ background-color:#fff; }

table.gastgeber_preise td.col2{
	width: 20%;
	text-align: center;
}
table.gastgeber_preise td.col3{
	width: 20%;
	text-align: right;
}
table.gastgeber_preise tr:hover td{
	background: #E0F5A8;	
}
div#gastgeber_slideshow{
	position: relative;
	width: 65%;
	height: 680px;
	margin: 0px auto 40px auto;
	overflow:hidden;
}

@media (max-width: 1860px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 2790px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 3720px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 4650px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 5580px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 2790px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 3720px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 4650px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 5580px) and (orientation:portrait)
  {
	div#gastgeber_slideshow{
		height: 550px;
	}

}
@media (max-width: 1550px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 2325px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 3100px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 3875px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 4650px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 2325px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 3100px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 3875px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 4650px) and (orientation:portrait)
  {
	div#gastgeber_slideshow{
		height: 450px;
	}
}
@media (max-width: 1250px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1875px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 3125px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3750px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1875px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 3125px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3750px) and (orientation:portrait)
  {
	div#gastgeber_slideshow{
		height: 350px;
	}

}
@media (max-width: 860px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1290px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1720px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2150px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2580px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1290px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1720px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2150px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2580px) and (orientation:portrait)
  {
	div#gastgeber_slideshow{
		position: relative;
		width: 100%;
		height: 443px;
		margin-bottom: 40px;
	}

}
div#gastgeber_slideshow img{
	position: absolute;
	top: 0px;
	left: 0px;
}
img.gastgeber_slideshow_pic{
	width: 100%;
	height: auto;
	background-size:cover;
}