/*
Theme Name: Heymann Hotel Consulting
Template: H5
Description: CMS für die Hotellerie
Version: 0.1.0
Author: Heymann Hotel Consulting
Author URI: http://www.heymann-hotel-consulting.de/
*/


/* == BASICS == */
html {
	height: 100%; min-height:100%;
    min-width: 100%; width:auto;
}
header, footer, section, article, aside, nav {
	display: block;
	margin:0;
	padding:0;
	}
body {
	height: 100%; min-height:100%;
    min-width: 100%;width:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:140%;
	margin:0;
	padding:0;
}
#frame {
	width:1018px;
	background:transparent url('images/contentbg.png') repeat-y center top;
	margin:0 auto;
	padding:0;
	min-height:100%;
}
#content {
	margin: 0 auto;
	padding:0;
	width: 940px;
	}
header+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}
	
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; font-weight:normal; line-height:140%; }
	
h1 { font-size:22px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:15px; }
h6 { font-size:14px; }

h1 a, h1 a:active, h1 a:link, h1 a:visited, h1 a:hover, h1 a:focus { text-decoration:none; color:#000; }

/* == LINKS == */

a:link, a:visited {
	text-decoration: underline;
	color: #cc0000;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ff0000;
	}

/* == HEADER == */

#content>header {
	background: #fff;
	/*border-top:1px solid #9900CC;
	border-bottom:1px solid #9900CC;*/
	padding: 33px 0 0 0;
	color: #ccc;
	}
	#content>header h1 {
		margin: 0 0 20px 0;
		}
		#content>header h1 a:link, #content>header h1 a:visited {
			text-decoration: none;
			color: #ddd;
			}
		#content>header h1 a:hover, #content>header h1 a:active {
			text-decoration: none;
			color: #fff;
			}
	#content>header h2 {
		display:none;
		visibility:hidden;
		}

#logo {
	float:left;
	width:600px;
	/*border:1px solid #f00;*/
}

#breadcrumb {
	margin:25px 0 0;
}

/* == POSTS == */

article[id*=post-] {
	padding: 0 0 10px 0;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
#content>section {
	margin-left:20px;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */

nav {
	text-align: center;
	}
#content>nav {
	background: #ddd;
	padding: 20px 0;
	}
	#content>nav ul {
		text-align: left;
		margin: 0 0 0 20px;
		padding:0;
		list-style-type:none;
		}
		#content>nav li {
			margin-right: 10px;
			padding:10px 10px 8px 10px;
			font-weight: normal;
			text-transform:uppercase;
			/* display: inline; */
			float:left;
			background:#cc0000;
			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			}
			#content>nav li a {
				color:#fff;
				text-decoration:none;
				}
				#content>nav li a:hover {
					text-decoration:underline;
					}
		#content>nav ul li.parent a {
				background:transparent url('images/navarrow.png') no-repeat center right;
				padding:10px 15px 8px 10px;
				}
				#content>nav ul li.parent ul li a {
				background:none;
				padding:none;
				}
	#content>nav ul li ul {
		display:none;
		position:absolute;
		z-index:2;
		margin:8px 0 0 -10px;
		}
		#content>nav ul li:hover ul {
			display:block;
			}
			#content>nav ul li ul li {
				display:block;
				float:none;
				margin:5px 0;
				}
					
/* == HEADERNAVIGATION == */
.headernav ul {
	border:1px solic #cc0000;
	list-style-type:none;
	margin:35px 0 0 40px;
	padding:0;
}
.headernav ul li {
	border-top: 1px solid #cc0000;
	padding:10px 0;
}
.headernav ul li:last-child {
	border-bottom: 1px solid #cc0000;
}

.headernav ul li a {
	text-transform:uppercase;
	margin-left:10px;
	padding-left:17px;
	background: transparent url('images/arrow.png') no-repeat left top;
	text-decoration:none;
	color:#000;
}
.headernav ul li a:hover, .headernav ul li a:focus {
	text-decoration:underline;
}

/* == FOOTERNAVIGATION == */
.footernav {
	margin:0 0 20px 0;
	width:100%;
	text-align:left;
}
.footernav ul {
	margin:0 20px 0 0;
	padding:10px 0;
	list-style-type:none;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
	width:100%;
}
.footernav ul li {
	display:inline;
	margin:0 15px 0 0;
}
.footernav ul li:first-child {
	margin:0 15px 0 20px;
}

/* == COMMENTS == */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #eee;
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	/*display: block;*/
	}

/* == SIDEBAR == */

aside {
	margin:0;
	overflow: hidden;
	width: 280px;
	float: right;
	clear: none;
	}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}

/* == FOOTER == */

#content>footer {
	text-align: left;
	overflow: hidden;
	width: 100%;
	clear:both;
	padding:100px 0 20px 0;
	}
#content>footer p {
	margin:20px 0 10px 20px;
	font-size:10px;
	}

/* == SEARCH == */
form[id="search"] {
	margin:0;
	padding:0;
}

label[for=s] {
	display: none;
	visibility:hidden;
	}
input[type="image"] {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	background:#cc0000;
	margin:0;
}
input[id="s"] {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	height:26px;
	width:188px;
	float:left;
	padding:0 5px;
	margin:0 0 0 40px;
	display:block;
	border:1px solid #cc0000;
	text-transform:uppercase;
}
	
	
/* == WIDGETS == */
#widget-header {
	float:right;
	width:280px;
	/*border:1px solid #123;*/
	margin:0;
	padding:0;
}

#widget-footer {
}

/* == BOOKING == */

.booking {
	background:#dddddd;
	margin:0 0 10px 0;
	clear:both;
	text-transform:uppercase;
	margin-top:-5px;
}

/*.booking .left {
	float:left;
	margin:10px 15px 2px 20px;
}*/
.booking .left {
	float:left;
	margin:10px 10px 2px 10px;
}

.booking .left+select {
	width:200px;
}

.booking .right {
	float:right;
	margin:10px 20px 2px 10px;
}

.booking .button {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#cc0000;
	padding:5px;
	margin:4px 0 0 0;
	border:1px solid #cc0000;
	color:#fff;
	width:255px;
	height:40px;
	font-size:13px;
	letter-spacing:0;
}

.booking .button-xs {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#cc0000;
	padding:5px;
	margin:21px 0 0 0;
	border:1px solid #cc0000;
	text-transform:uppercase;
	color:#fff;
	width:220px;
	height:40px;
	font-size:13px;
	letter-spacing:0;
}

/*.cal input{
	height:23px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:0;
	padding:0 0 0 8px;
	background:#cc0000 url('images/calendar.png') no-repeat bottom right;
}*/
.cal input{
	height:13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:0;
	padding:0 0 0 8px;
	background:#cc0000 url('images/calendar.png') no-repeat bottom right;
}

.drdo select {
	width:150px;
	background:transparent;
	border:0;
	padding:3px 0 0 3px;
	margin:1px 0 0 0;
	-webkit-appearance:none;

}

.left label {
	margin:0 0 3px 2px;
}

/*.drdo {
	width:100px;
	height:24px;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#cc0000 url('images/dropdown.png') no-repeat bottom right;
}*/
.drdo {
	width:90px;
	height:29px;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:#cc0000 url('images/dropdown.png') no-repeat bottom right;
}

.drdo-xs {
	width:70px;
	height:24px;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#cc0000 url('images/dropdown.png') no-repeat bottom right;
}

.drdo-xs select {
	width:120px;
	background:transparent;
	border:0;
	padding:3px 0 0 3px;
	margin:1px 0 0 0;
	-webkit-appearance:none;
}

/* == ELEMENTS == */

.clear {
	clear:both;
	height:0px;
	width:0px;
	margin:0;
	padding:0;
}

.leftbox {
	width:265px;
	float:left;
	padding:10px;
	margin:15px 0 0 0;
	min-height:175px;
	border-bottom:1px solid #cc0000;
	background:#e7e9e9 url('images/specials-tab.png') no-repeat top left;
}

.rightbox {
	width:265px;
	float:right;
	margin:15px 0 0 0;
	min-height:175px;
	padding:10px;
	border-bottom:1px solid #cc0000;
	background:#ffffff url('images/specials-tab.png') no-repeat top left;
}

hr {
	margin:35px 0 15px;
	border:0;
	background:#cc0000;
	height:1px;
}

/* TINYMCE TWEAKS */
body#tinymce .wp-editor { 
    width:600px; 
    margin:10px;
	padding:10px;
	background:#fff; 
}

/* == PERCENTBUTTON == */

.percent {
display:none;
    }
    
/* == Anpassungen millepondo services 23.10.2015 == */
.page-template-page-booking #frame{
	background:#fff;
	-webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 4px rgba(0,0,0,0.2);
	width: 1100px;
}
.page-template-page-booking #content{
	width: 1050px;
}
.page-template-page-booking #content .booking{
	width: 940px;
	margin:0 auto;
}











/* Booking */

.booking {
	padding: 13px 30px;
	background: #b92a0d;
	box-sizing:border-box;
}

.booking.header {
	width: 100%;
}


.booking .left,
.booking .right {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.booking .right input{
    background: #0fbc0b !important;
    color: #fff !important;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700 !important;
    padding: 0 100px !important;
    height: 29px;
    margin: 0;
    margin-top: 20px;
}
.booking .left:nth-child(2) select{
	width: 228px;
}
.booking .left:nth-child(5) select,
.booking .left:nth-child(6) select{
	width: 100%;
}
/*
.booking .left:nth-child(7),
.booking .left:nth-child(7) input{
	width: 120px;
}*/

.booking label {
	padding-left: 4px;
	font-size: 14px;
	color: #fff;
	vertical-align: -2px;
	font-weight: 200;
}

/*.booking .date,
.booking select,
.booking input[type="text"] {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0!important;
	border:none;
}*/
.booking .date,
.booking select,
.booking input[type="text"] {
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 0!important;
	border:none;
}

.booking select {
	width: 90px;
	padding-right: 30px;
	background: #fff no-repeat right url(data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAQAAACROWYpAAAAYklEQVQ4Ee3BMRHDMAwAQDEwhEAQlCy/F5ohGYogqB06dEy65c7/Edv2LNIZP5wyrnEo7RVfXlo54hpTaxkfUmszrjO1klJpM+4wLK2Utoy4x7C0toy4z6GUI/4jZWzbM70BOqcscV9faMYAAAAASUVORK5CYII=);
}

.booking input[type="text"],
.booking input.date {
	width: 90px;
	cursor: pointer;
}

.booking input.date {
	width: 110px;
	background: #fff no-repeat 90% url(data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAA8klEQVR4AZWNIUtDUQBGX7AIigv+AMOqsLC48GyCxcWZTIcXFiwDBRFnsb6wuLCwIhoM9g38A+8HCNpWDKuWPQ9cLt70ZDtwdu93D7ws/Jjww4AsYeAyCec4fVHzkkbMXL5jNJM+Rrzy4DlwgxFrLvCWUcszCz1mpQMrxnrhi7cQbbijYE6dMKdw3cSokRh9UDXwGaKcrIHzv+iJii4jXXCip26V7KfRO2t6POprzvSb21oOjLb7XIX/lPoeZ5b4Iq00mjp3GOpLerp0W8peGnV1i7Y+4lB33HLZ2fpzI4M2fX3KsR66lbIboyvyBm5D9C+/K2gvY5dvXU4AAAAASUVORK5CYII=);
	cursor: pointer;
}

.booking input[type="submit"] {
	font-size: 12px;
	line-height: 240%;
	color: #bf311a;
	border: none;
	border-radius: 0px;
	background: #f7edb6;

	font-weight: bold;
	cursor: pointer;
	padding:2px 17px 1px 17px;
}

.booking input[type="submit"]:hover {
	background: #ffffff;
}

/* == ALL YOUR CODE ARE BELONG TO POETRY == */