@media only screen and (max-width: 819px) {
/* For mobile phones: */
	.actionbox{
		display: none;	
	}
	
	#contact {
		text-align: center; /* IE6 */
	}	
	
	#logo {
		text-align: center; /* IE6 */
	}
	
	article, article.home {
		width: 100%;
	}
	
	article.home {
		background: #f1f1ed;	
		padding: 10px;
		width: 97%;
	}
	
	article.innen {
		width: 100%;	
		padding: 10px;
	}
	
	article.innen-2coll {
		width: 90%;
		padding-left: 30px;
		margin-top: 15px;
	}
	
	#form-home-online-buchen {
		padding: 10px;
		margin-top: 3px;
		width: 96%;
	}
	
	div #head-banner{
		 display: none;
	}
	/*********BO mobile menu***********/
	
	.show-menu {
		display:block;
	}
	
	ul{
		position: static;
	}
	
	nav {
		position: relative;
		z-index: 20;	
	}
	
	nav ul, nav ul ul {
		position: static;
		display: none;
	}
	
	/*Create vertical spacing*/
	nav ul li {
		margin-bottom: 1px;
		border-bottom: 1px solid #e0dfd7;
		text-align: center;
		height: auto;
	}
	nav ul ul li {
		border-bottom: none;
		text-align: center;
	}
	
	/*Make all menu links full width*/
	nav ul li, nav ul ul li, nav li a {
		width: 100%;
	}
	
	nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	}
	/*********EO mobile menu***********/
	
	
	/****** BO Home images *****/
	
	section.home-img {
		text-align: center;
		margin: 3px 0 3px 0;	
	}
	
	.home-section-text {
		width: 298px;
		margin: 0 auto;	
	}
	
	#banner img {
		width: 300px;
		height: 130px;
	}
	
	/****** EO Home images *****/
	
	/**** BO text columns ***/
	
	div.first-column, div.second-column {
		width: 100%;
	}

	/**** EO text columns ***/
	
	#zimmerGalleries {
			position: relative;
			z-index: 1;
			width: 85%;
			margin: 0 10px 0 20px;
			height: 100%;
	}
	
	div#newsletter-form {
		overflow: auto;
		display: block;
		width: 100%;
		height: auto;
	}
	
	div.newsletter-titl {
		margint-top: 0px;
	}
	
	@media only screen and (min-width: 768px) { /* for tablet portret mode */
		
		section.home-img {
			width: 235px;
			float: left;
			margin: 4px;
		}
		
		section.home-img img{
			width: 235px;
		}
		
		.home-section-text {
			width: 235px;
		}
		
		#banner img {
			width: auto;
			height: auto;
		}
		
		article.home {
			float: left;
			width: 48%;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		/**** BO text columns ***/
	
		div.first-column {
			width: 45%;
			float: left;
		}
		
		div.second-column {
			width: 55%;
			float: left;
		}
	
		/**** EO text columns ***/
		
	}
	
		#form-home-online-buchen {
			float: left;
   			padding: 10px;
   			margin-top: 0px;
			width: 45%;
			height: 270px;
		}
		
		form input#haet-cleverreach-cleverreach_email{
			width: auto;
		}
	
}
	
@media only screen and (min-width: 820px) {
    /* For tablets: */
	#wrapper {
		width: 100%;
	}
	
	header {
	height: 512px;
	margin-bottom: 30px;
	}
	
	#logo img{
	position: relative;
	left: 94px;
}
	
	nav {
	border-top: 1px solid #e0dfd7;
	border-bottom: 5px solid #e0dfd7;
	height: 32px;
	}
	
	nav li{
		float: left; 
	}
	
	nav ul ul { 
	display: none;
	position: absolute;
	}
	
	section[role=home-section] {
	width: 298px;
	float: left;
	margin-right: 23px;
	}
	
	form {
	padding: 10px;
	}
	
	
	#footer-logos {
		margin-top: 15px;
	}
	
	#contact {
		top: - 170px;
		float: right;
	}
	#logo {
	text-align: center;
	}

	#logo img{
		position: relative;
		left: 94px;
	}
	
	article {
		float: left;
		padding-left: 53px;
		padding-right: 66px;
	}
	
	article.home {
		float: left;
		width: 528px;
		padding-left: 53px;
		padding-right: 66px;
	}
	
	article.innen {
		padding-left: 53px;
		padding-right: 66px;
		width: 86%;
	}
	
	/******************
		BO text columns
	*************************/
	
	article.innen-2coll{
		float: left;
		width: 40%;
		padding-left: 10px;
	}
	
	div.first-column {
		width: 34%;
		float: left;
		padding: 15px 10px 10px 10px;
		margin: 20px;
		vertical-align: middle;
	}
	
	div.second-column {
		width: 50%;
		float: left;
		padding: 10px;
		margin: 20px;
		vertical-align: bottom;	
	}
	/******************
		EO text columns
	*************************/
	
	#zimmerGalleries {
		width: 40%;
		float: left;
		margin: 0 60px 0 25px;
		height: 100%;
	}
	
	/***** BO forms ****/
	
	input.contact_form {
		width: 342px;
	}
	
	input.input_plz {
		width: 60px;
	}
	
	input.input_ort {
		width: 257px;
	}
	
	input.input_date {
		width: 158px;
	}
	
	input.personen {
		width: 50px;
	}
	
	form input#haet-cleverreach-cleverreach_email{
		width: 214px;
	}
	
	
	/**** EO Forms  ****/
	
	div.inline {
		float: left;
	}
	
	div.newsletter-title {
		margin-top: 10px;
	}
	
}

@media only screen and (min-width: 1025px) {
    /* For desktop: */
	#wrapper {
		position: absolute;
		width: 950px;
		left: 50%;
		margin-left: -475px;
		margin-top: 0px;
		background-color: #FFFFFF;
		padding: 0px 20px 0 20px;
	}
	
	#logo img{
	position: relative;
	left: 94px;
}
	
	nav {
	border-top: 1px solid #e0dfd7;
	border-bottom: 5px solid #e0dfd7;
	height: 32px;
	}
	
	nav li {
		float: left; 
	}
	nav ul ul { 
	display: none;
	position: absolute;
	}
	
	header {
		height: 512px;
		margin-bottom: 30px;
	}
	
	section[role=home-section] {
	width: 298px;
	float: left;
	margin-right: 23px;
	}
	
	form {
		padding: 10px;
	}
	
	#contact {
		top: - 170px;
		float: right;
	}
	
	#logo {
	text-align: center;
	}

	#logo img{
		position: relative;
		left: 94px;
	}
	
	article {
		float: left;
		padding-left: 53px;
		padding-right: 66px;
	}
	
	article.home {
		float: left;
		width: 528px;
		padding-left: 53px;
		padding-right: 66px;
	}
	
	article.innen {
		padding-left: 53px;
		padding-right: 66px;
		width: 86%;
	}
	
	/******************
		BO text columns
	*************************/
	
	article.innen-2coll{
		float: left;
		width: 40%;
		padding-left: 10px;
	}
	
	div.first-column {
		width: 34%;
		float: left;
		padding: 15px 10px 10px 10px;
		margin: 20px;
		vertical-align: middle;
	}
	
	div.second-column {
		width: 50%;
		float: left;
		padding: 10px;
		margin: 20px;
		vertical-align: bottom;	
	}
	/******************
		EO text columns
	*************************/
	
	#zimmerGalleries {
		width: 40%;
		float: left;
		margin: 0 60px 0 25px;
		height: 100%;
	}
	
	
	/***** BO forms ****/
	
	input.contact_form {
		width: 342px;
	}
	
	input.input_plz {
		width: 60px;
	}
	
	input.input_ort {
		width: 257px;
	}
	
	input.input_date {
		width: 158px;
	}
	
	input.personen {
		width: 50px;
	}
	
	form input#haet-cleverreach-cleverreach_email{
		width: 214px;
	}
	
	/**** EO Forms  ****/
	
	div.inline {
		float: left;
	}
	
	div.newsletter-title {
		margin-top: 10px;
	}

}

