/*
Theme Name: Blankslate Child
Template: blankslate
Author: Mimolino
Version: 1.0
*/

/* allura-regular - latin */
@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/allura-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/allura-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/allura-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/allura-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/allura-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/allura-v9-latin-regular.svg#Allura') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
	/*background: #e1e0d8; /* For browsers that do not support gradients */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #6e6c5c;
	line-height: 120%;
}

body {
	margin: 0px;
	padding: 0px;	
	background: -webkit-linear-gradient(#dbdad2, #e1e0d8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dbdad2, #e1e0d8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dbdad2, #e1e0d8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dbdad2, #e1e0d8); /* Standard syntax (must be last) */
}

section, article, header, footer, nav, aside, hgroup {
 display: block;
} 

img {
	border: 0px;	
}

h1 {
	font-family: 'Allura', cursive;
	font-size: 29px;
	color: #3081b3;
	font-weight: normal;
}

h1.green {
	font-family: 'Allura', cursive;
	font-size: 29px;
	color: #6bb554;
	font-weight: normal;
	line-height: 20%;
}

h2 {
	font-size: 20px;
	color: #8fab47;
	font-weight: normal;
	margin-top: 5px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #8fab47;
}

h3 {
	font-size: 15px;
	color: #3081b3;
	font-weight: normal;
	margin-top: 5px;
	border-bottom: 1px solid #3081b3;
	padding: 5px 0 5px 10px;
}

h4, h4 a {
	font-size: 15px;
	color: #8fab47;
	font-weight: normal;
	margin-top: 15px;
	text-decoration: none;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin: 40px 0px 0 0 !important;
}

h6 {
	font-size: 10px;
}

a {
	color: #3081b3;
}

hr  {
	border-top: 0px;
	border-bottom: 1px solid #3081b3;
	}
	
.note {
	width: 40%;
	float: right;
	background-color: #EFEFEF;
	padding: 10px;	
}

a[role=button] {
	background-color: #e0dfd7;
	font-size: 14px;
	padding: 7px;
	text-decoration: none;
	color: #6e6c5c;
	margin-top: 20px;
}

#wrapper {
	margin-top: 0px;
	background-color: #FFFFFF;
	padding: 0px 20px 0 20px;
}

/*header {
	height: 512px;
	margin-bottom: 30px;
}*/

/*#logo {
	text-align: center;
}*/

/*#logo img{
	position: relative;
	left: 94px;
}*/

#contact {
	position: relative;
	/*top: - 170px;
	float: right;*/
	color: #635e36;
	/*font-family: 'Times New Roman';*/
	font-size: 12px;
}

#contact a {
	color: #635e36;	
}

#contact span.name{
	font-family: 'Allura', cursive;
	font-size: 26px;
	color: #3081b3;
}

tr:nth-child(even) {
	background-color: #effbfe;
}

tr:nth-child(odd) {
	background-color: #ffffff;
}

/**********navigation***********/


/* nav {
	border-top: 1px solid #e0dfd7;
	border-bottom: 5px solid #e0dfd7;
	height: 32px;
} */

nav ul{
	 margin: 0; 
	 padding: 0; 
}

nav li{
	display: block;
	float: left;
	line-height: 30px; 
	height: 30px; 
	margin: 0; 
	padding: 0 2% 0 2%; 
	/*position: relative; */
}

nav li a  {
	display: block;
    color: #0869a5;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

nav li a:hover {
	color:#49a42c;
}

nav ul ul { 
	display: none;
	position: absolute;
	z-index: 20;
	white-space: nowrap;
	background: rgba(255, 255, 255, .7);
	padding: 10px 15px 10px 15px;
}

nav ul ul li{
	display: block;
	float: none;
}

nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}

.show-menu {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #635e36;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
header input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
header input[type=checkbox]:checked ~ nav ul.menu {
    display: block;
}

/**** BO of "older" and "newer" links in news***/

#nav-below {
	background-color: #EFEFEF;
	height: 24px;
}

.nav-previous {
	width: 48%;
	padding: 3px 0 3px 5px;
	float: left; 
}

.nav-next {
	width: 50%;
	text-align: right;
	padding: 3px 5px 3px 0px;
	float: left; 
}

#nav-below a {
	text-decoration: none;
}

/**** EO of "older" and "newer" links in news***/

/*section[role=home-section] {
	width: 298px;
	float: left;
	margin-right: 23px;
}*/

div .head-banner {
	position: absolute;
	z-index: -1;
}

#wellness {
	margin-right: 0;
	
}

#banner {
	height: 150px;
	text-align: center;
}

/*article.innen {
	 float: left;
	width: 528px;
	padding-left: 53px;
	padding-right: 66px; 
}

article.innen-2coll{
	float: left;
	width: 40%;
	padding-left: 10px;
}
*/

article header { display: none; }

article.innen-2coll ul {
	padding: 0px;
	margin: 0 30px 0 7px;
	list-style: none;
	}
	
article.innen-2coll li {
	line-height: 25px;
}
	
article.innen-2coll li:before {
    content: "• ";
	font-size: 18px;
    color: #cccccc;
}

article.innen-2coll input[type="submit"] {
	width: 150px;
	padding: 10px;
	color: #FFFFFF;
	/*background-color: #8fab47;*/
	background-color: #635e36;
	font-size: 15px;
    width: 100%;
    border-radius: 3px;
}

div.grey {
	background-color: #f1f1ed;
}

.actionbox {
	-webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
	width: 25%; 
	max-width: 130px;
	border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	background-color: #8fab48; 
	border: 3px solid #ffffff; 
	float: left;
	margin-left: 2%;
}

div.actionbox a {
	color: #fff;
}

/* article.home {
	float: left;
	width: 528px;
	padding-left: 53px;
	padding-right: 66px;
}


*/
/********************/
    BO News
/********************/

article.news {
	padding: 0 0 10px 0;
}

article.news h2 {
	margin-top: 30px;
}

.entry-date {
	color: #C6C6C6;
}

.wp-post-image {
	float: left;
	margin: 0px 20px 20px 0;	
}

/********************/
    EO News
/********************/


aside {
	float: left;
	width: 297px;
}

footer {
	padding: 18px 0 10px 59px;
	background-color: #8fab47;
	margin-top: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	/*height: 120px;*/
	font-size: 12px;
	overflow: auto;
}

footer div#footer-logos{
	float: left;
}

footer div#footer-logos img{
	border: 0px;
	/*margin: 0 8px 0 8px;*/
}

footer div.footer-info {
	float: left;
	width: 200px;
}

.menu-footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	color: #0869a5;
	text-decoration: none;
}

.clear {
	clear: both;
}

/*form {
	padding: 10px;
} */

form legend {
	font-family: 'Allura', cursive;
	font-size: 29px;
	color: #635e36;
	font-weight: normal;
}
form fieldset {
	border: 2px solid #FFFFFF;
	padding: 15px;
}

form label {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

form input {
	border: none;
	display: block;
}

form button, input[type="submit"]{
	border: none;
	background-color: #635e36;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	width: 91px;
}



div.inline {
	/*width: 47%;
	float: left;*/
	margin-right: 22px;
}

.grey {
	color: #635e36;
}

label.contact_form{
	display: block;
	margin-top: 0px;
	margin-bottom: -15px;
	font-weight: bold;
}

input.contact_form {
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	/* width: 342px; */
}

input.input_plz {
	/*width: 60px;*/
	border: 1px solid #CCCCCC;
}

input.input_ort {
	/*width: 257px;*/
	border: 1px solid #CCCCCC;
}

input.input_date {
	/*width: 158px;*/
	border: 1px solid #CCCCCC;
}

input.personen {
	/*width: 50px;*/
	border: 1px solid #CCCCCC;
}

textarea.contact_form {
	border: 1px solid #CCCCCC;	
}

/*form input#haet-cleverreach-cleverreach_email{
	width: 214px;
}*/

form label[for="haet-cleverreach-cleverreach_email"]{
	display: hidden;
}

/********************
   BO Clever Reach Form
*********************/ 

div#newsletter-form {
	height: 50px;
	float: left;
}

div#newsletter-form form{
	margin-top: 0px;
	/*padding-top: 0px;*/
}

div.newsletter-title{
	width: 70px;
	float: left;
	/*margin-top: 10px;
	margin-top: 10px;*/
}


div.haet-cleverreach, .haet-cleverreach-field-wrap, .haet-cleverreach-field-wrap {
	float: left;
}

p.message-error{
	display: inline;
	line-height: 90%;
	margin-left: 10px;
}

p.message-error + form {
	padding-top: 0px;
}

#haet-cleverreach-submit {
	margin: 0px 0 0 5px;
}

/********************
    EO Clever Reach Form
*********************/ 


form.jetzt-buchen-form {
	height: auto;	
}

form.jetzt-buchen-form-header {
	height: auto;
	padding: 0px;	
}

form.jetzt-buchen-form-header input[type="submit"] { /** buchungs button beim header**/
	border: none;
	background-color: #635e36;
	color: #FFFFFF;
	margin-top: 5px;
	padding: 5px;
	text-transform: uppercase;
	width: 125px;
}

#form.home-online-buchen {
	height: auto;
	margin: 20px;
}



input.jetzt-buchen-form-pauschale { /** buchungs button beim Pauschalen**/
	border: none;
	background-color: #635e36;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	width: 95%;
	padding: 5px;
}
/******************
	BO Room Galeries
*************************/

/* #zimmerGalleries {
	width: 40%;
	float: left;
	margin: 0 60px 0 25px;
	height: 100%;
	}
*/
	
/******************
	EO Room Galeries
*************************/

/******************
	BO text columns
*************************/

/*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;	
} */

div.spot {
	width: 45%;
	float: right;
	background-color: #efefef;
	padding: 25px 25px 30px 25px;
	margin: 30px;
	border-radius: 5px;
	}
	
div.paushal-spot {
	width: 35%;
	float: right;
	background-color: #efefef;
	padding: 25px 25px 30px 25px;
	margin: 30px;
	border-radius: 5px;
}

div.paushale {
	width: 43%;
	float: left;
	padding: 15px 15px 10px 15px;
	margin: 10px;
	background-color: #effbfe;
	border-radius: 5px;
	min-height: 255px;
}
	
div.spot2 {
	background-color: #efefef;
	padding: 25px 25px 30px 25px;
	margin: 30px;
	border-radius: 5px;
	}

.home-article {
	width: 70%; 
	float: left;
}

/******************
	EO text columns
*************************/
