#ukunftMainWrapper {
	//font-family: verdana,arial,sans;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	-webkit-text-size-adjust: 100%;
	margin-top: 0;
	text-shadow: none;
	box-sizing: content-box;
	margin-bottom: 20px;
}

#ukunftMainWrapper h1 {
	font-size: 18pt;
	font-weight: normal;
}

#ukunftMainWrapperh2 {
	font-size: 15pt;
	font-weight: normal;
	width: 100%;
	padding-bottom: 10px;
}
#ukunftMainWrapperiframe {
	border: none;
	margin: 0;
}

.search {
	line-height: 26px;
	margin-top: 10px;
}

#ukunftMainWrapper input[type="text"], #ukunftMainWrapper input[type="number"], #ukunftMainWrapper select {
	font-weight: bold;
}

.legend {
	margin-top: 20px;
}

.searchSuggestion {
	display: inline-block;
	margin: 5px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#kritExpander {
	border: 1px solid rgba(255,255,255,0.2);
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	margin-top: 5px;
}

.expanderCollapsed {
	background-image: url(expand.png);
}

.expanderExpanded {
	background-image: url(collapse.png);
}

#formKrits {
	//box-shadow: inset 0 0 0 1px #999;
}

.kritbox {
	float: left;
	margin: 3px;
	margin-left: 6px;
	margin-right: 0px;
	width: 60px;
	height:35px;
	line-height: 32px;
	//border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
	transition: background 0.1s ease-in-out;
	box-sizing: border-box;
	padding-left: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor: pointer;
}
.kritbox input {
	vertical-align: middle;
	margin-left: 6px;
	cursor: pointer;
}
.kritbox img {
	vertical-align: middle;
}


.kritIm {
	width: 32px;
	height: 32px;
	//background: rgba(255,255,255,0.5);
}

.kritImSmall {
	width: 20px;
	height: 20px;
	padding: 2px;
	margin: 0;
	box-sizing: content-box;
}

input.submitsearch
{
	color: #ffffff;
	font-size:18px;
	padding: 5px;
	background-color: #aeca35;
	background-image: url(search_white.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-size: 22px 22px;
	
	border: 0px;
	border-radius: 5px;
	
	width: 100%;
	background-color: #aeca35;
	margin-top: 10px;
	text-decoration: none;
	cursor: pointer;
	
	transition: background 0.1s ease-in-out;
}

input.submitsearch:hover
{
	text-decoration: underline;
	background-color: #6c7d21;
}

#clearBtn {
	background: #aeca35;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 25px;
	height: 25px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	float: right;
	transition: all 0.2s ease-in-out;
	background-image: url(clear.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#clearBtn:hover {
	background-color: #CB5E5E;
}


.formLabel {
	width: 130px;
	display: inline-block;
	text-align: right;
}



.pages {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.pageNumber {
	font-size: 15px;
	width: 120px;
	display:inline-block;
}
#results {
	position:absolute;
	width: 1px;
	margin:0 auto;
	left:50%;
	top:-55px;
}

.next_page {
	background-image: url(right.png);
	background-color: #aeca35;
	display: inline-block;
	vertical-align: middle;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	transition: background-color 0.1s ease-in-out;
	border-radius: 5px;
}
.prev_page {
	background-image: url(left.png);
	background-color: #427D44;
	display: inline-block;
	vertical-align: middle;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	transition: background-color 0.1s ease-in-out;
	border-radius: 5px;
}
.prev_page:hover, .next_page:hover {
	background-color: #2A7F2D;
}



.navifaded {
	opacity: 0.2;
	background-color: #BBBBBB;
	pointer-events: none;
}

.resultsCount {
	font-size: 15px;
	line-height: 26px;
}

.whitebox {
	width: 590px;
	margin-right:auto;
	margin-left:auto;
	padding: 15px;
	border-radius: 5px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.125);
}


.entry
{
	min-height: 240px;
	margin-top: 20px;
}


.title, .title a
{
	font-size: 13pt;
	color: #000;
	margin-top: -8px;
	box-sizing: content-box;
}
.title a {
	text-decoration: underline;
}
.title a:hover {
	text-decoration: none;
}

.titleMobile, .titleMobile a
{
	font-size: 13pt;
	color: #000;
	margin-top: -8px;
	box-sizing: content-box;
	display: none;
}
.titleMobile a {
	text-decoration: underline;
}
.titleMobile a:hover {
	text-decoration: none;
}

.imaction
{
	width: 190px;
	float: right;
	margin-bottom: 5px;
	border-left: 5px solid transparent;
	height: 100%;
	box-sizing: content-box;
}


.entrytop {
	width: calc(100% - 196px);
}
.stars {
	display: inline-block;
}
.star {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url(star129.png);
	background-size: contain;
	background-position: center;
}

.criteria
{
	margin-bottom: 10px;
	line-height: 0;
	width: 100%;
	background: #aeca35;
	box-sizing: content-box;
}

.pricingAddressContainer {
	font-size: 10px;
}
.address {
	float: left;
	width: 195px;
	box-sizing: border-box;
	padding-right: 3px;
}
.pricing {
	margin-left: 195px;
	box-sizing: border-box;
	padding-left: 5px;
	background: rgba(144, 150, 169, 0.32);
	border-radius: 5px;
	box-shadow: 1px 1px rgba(0,0,0,0.2);
}
.pricing b {
	font-weight: bold;
}
.text {
	font-size: 11px;
	color: #000;
	clear: left;
}


.text b {
	color: #fff;
	background: #6c7d21;
}

.imaction .entryBtnBook, .imaction .entryBtnSite, .imaction .entryBtnMaps, .imaction .entryBtnMapsExpanded
{
	display: block;
	color: #ffffff;
	font-size:10pt;
	padding: 5px;
	padding-left: 25px;
	background-color: #8ba034;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-top: 1px;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.1s ease-in-out;
	cursor: pointer;
	text-shadow: none;
}
.imaction .entryBtnBook:hover, .imaction .entryBtnSite:hover, .imaction .entryBtnMaps:hover, .imaction .entryBtnMapsExpanded:hover
{
	background-color: #6c7d21;
	text-decoration: underline;
}

.mainPhoto {
	width: 190px;
	height: 120px;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	display: block;
}
.mainPhoto:hover {
	box-shadow: inset 0 0 10px  rgba(255,255,255,1);
}

.mainPhotoBig {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	display: block;
	margin-bottom: 5px;
}
.mainPhotoBig:hover {
	box-shadow: inset 0 0 10px  rgba(255,255,255,1);
}

.entryBtnBook
{
	background-image:url(request.png);
	background-position: 5px 7px;
	background-position: 0 0;
	background-size: contain;
}
.entryBtnSite
{
	background-image:url(internetseite.png);
	background-position: 5px 7px;
}
.entryBtnMaps
{
	background-image:url(anfahrt.png), url(expand.png);
	background-position:  5px 7px,  right top;
}
.entryBtnMapsExpanded
{
	background-image:url(anfahrt.png), url(collapse.png);
	background-position:  5px 7px,  right top;
}


hr {
	margin: 6px 0 6px 0;
}


.captionbox
{
	float: left;
	margin: 8px;
	width: 170px;
	text-align: center;
	background: rgba(129, 213, 105, 0.2);
	line-height: 32px;
}

.captionbox img {
	float: left;
	display: block;
}

.mapsFrame {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	width:100%;
	height:300px;
	background: rgba(0,0,0,0.2);
	display: block;
}
.mapsOuter {
	position: relative;
	clear: both;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, margin-top 0.3s ease-in-out, box-shadow 0.1s ease-in-out;
}
.mapsOuter:hover {
	box-shadow: 0 0 0px 1px rgba(0,100,0,0.5);
}

input, select {
	transition: background-color 0.3s ease-in-out;
}

#footer {
	margin: 20px;
	text-align: center;
}

.gallRoll {
	width: 100%;
	height: 70px;
	overflow:hidden;
	position: relative;
	margin-top: 5px;
	text-align:center;
}
.gallRollInner {
	width: 5000px;
	transition: position 0.4s ease-in-out;
}
.gallThumb {
	width: 100px;
	height: 100%;
	display: inline-block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 1);
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.gallThumb:hover {
	opacity: 1;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.gallThumb:hover .youtubePlay {
	background-image: url('youtubeplay_red.png');
}

.youtubePlay {
	background-image: url('youtubeplay_white.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	width: 100%;
	height: 100%;
	transition: background-image 0.1s ease-in-out;
}

.tooltip {
	position: absolute;
	z-index: 999;
	left: -1000px;
	top: -1000px;
	pointer-events: none;
	background: rgb(255,255,200);
	background: #000;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3), inset 0 0 0 1px #fff;
	color: #fff;
	opacity: 0;
	padding: 1px 4px;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}



/* min Jquery CSS elements for autocomplete */
.ui-autocomplete {
	position: absolute;
	cursor: default;
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	background-color:#fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	max-height: 160px;
	overflow: hidden;
	text-shadow: none;
}
.ui-autocomplete .ui-menu-item a {
	margin-left: 5px;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	cursor: default;
	
	color: #333;
}
.autocomplete-highlight {
    font-weight: bold;
	color: #000;
}
.ui-autocomplete .ui-state-focus {
		background-color:#eee;
}
.ui-helper-hidden-accessible {
	display: none;
}

#searchbarOverlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1999;
	width: 100%;
	margin-top: -100px;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: none;
}
#searchbarOverlayInner {
	width: 600px;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	background: #bfe9b3;
	background: #fff;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(search.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 7px 7px;
	cursor: pointer;
	overflow: hidden;
	
}
#searchbarOverlayInner img {
	vertical-align: middle;
}
#searchbarOverlayInner span {
	background: #bfe9b3;
	padding: 2px;
}


#egdeNavi {
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	color: #fff;
}
.navilink{
	color: #fff;
	margin: 0 2px;
}
#egdeNaviInner {
	background-color: #427D44;
	margin: 0 auto;
	line-height: 30px;
	
	box-sizing: border-box;
	width: 590px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
}
#egdeLogo {
	display: inline-block;
	background-color: #fff;
	background-image: url(egde.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position:  0 0;
	color: #166800 !important;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 8px;
	transition: all 0.2s ease-in-out;
	margin-right: 5px;
	font-weight: bold;
}
#egdeLogo:hover {
	background-color: #fff;
	text-decoration: underline;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
}

#searchq, select, #beds {
	border: 1px solid rgba(0,0,0,0.25);
	padding: 3px;
}

@media screen and (min-width: 601px) {
	#searchq, select{
		min-width: 300px;
		box-sizing: border-box;
		margin-left: 5px;
	}
	#beds {
		width: 100px;
		box-sizing: border-box;
		margin-left: 5px;
	}
}



@media screen and (min-width: 950px) {
/*@media only screen and (max-device-width: 480px) {*/
    .pages {
		width: 700px;
	}
	
	#searchbarOverlayInner {
		width: 710px;
	}
    
 /* width: 700px; */   
    
	.whitebox {
		width: 100%;
		position: relative;
	}
	.search {
		width: 590px !important;
	}
	.entrytop {
		width: calc(100% - 296px);
	}
	.imaction {
		width: 290px;
	}
	.mainPhoto {
		width: 290px;
		height: 200px;
	}
	.mainPhotoBig {
		height: 400px;
	}
}



/* Mobile browsers only */
@media screen and (max-width: 620px) {
/*@media only screen and (max-device-width: 480px) {*/
    .pages {
		width: auto;
	}
	.whitebox {
		width: auto;
		position: relative;
	}
	.entrytop {
		width: auto;
	}
	.imaction {
		float: none;
		width: auto;
		border: none;
	}
	.title {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 5px 15px;
		clear: left;
		border-radius: 5px;
		display: none;
	}
	.titleMobile, .titleMobile a {
		display: block;
	}
	.pricing {
		margin-left: 50%;
	}
	.address {
		width: 50%;
	}
	.formLabel {
		display: block;
		text-align: left;
		padding-right: 5px;
	}
	.labelwrap {
		line-height: 15px;
		margin-top: 5px;
	}
	input[type=text], input[type=number], select{
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
	}
	.ui-autocomplete .ui-menu-item a{
		font-size: 16px;
		
	}
	#searchbarOverlayInner {
		width: auto;
	}
	.mainPhoto {
		width: 100%;
		height: 140px;
	}
	.mainPhotoBig {
		height: 200px;
	}
	
	#ukunftMainWrapper h1 {
		font-size: 15pt;
	}
}

@media screen and (max-width: 480px) {
	.mainPhoto {
		height: 120px;
	}
	.mainPhotoBig {
		height: 140px;
	}
	.gallRoll {
		height: 55px;
	}
}