/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  05: 2 Col Flex Sidebar Left, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #186321;
	background-color: #FFE7C6;
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}
.masthead {
	color: white;
	padding: 10px 10px 20px 20px;
	text-align: left;
	background-color: #186321;
}
.masthead .logo {
	color: white;
	position: relative;
	width: 80%;
	}
.masthead h1 {
	margin: 0;
	color: white;
	padding: 20px 20px 10px 20px;
	font-size: 0.85em;
	font-weight: bolder;
	letter-spacing: 0.35em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	background-color: #186321;
}
.masthead .banner {
	color: white;
	position: relative;
	box-shadow: 0px 0px 0px #FFFFFF;
}


.content-wrapper {
	Max-Width: 1260px;
	border-top: 0px solid #FFE7C6;
	border-left: 10px solid #186321;
	border-right: 10px solid #186321;
	border-bottom: 0px solid #FFE7C6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	overflow: hidden;
}
.sprachlink a {
	 float: right;
	    color: #FFF;
	        font-size: 0.75em;
	            padding: 2px 2px;
	text-decoration: none;
	border: 1px solid;
	border-radius: 6px;
	border-color: #FFF;
	display: block;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-webkit-transition-property: background-color, box-shadow, border-color;
	transition-property: background-color, box-shadow, border-color;
	Margin: 5 px;
	z-index: 10000;
}
.sprachlink a:hover,
.sprachlink a:focus,
.sprachlink a.open,
.sprachlink a.current_mark.closed {
	outline: none;
	border-color: #FFF;
	border-color: rgba(255,255,255,1);
	color: #FFFFFF;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	background-color: #393;
	Margin: 5 px;
	z-index: 10000;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #186321;
}

.main-content {
	float: right;
	width: 82%;
	background-color: #FFE7C6;
}

.sidebar {
	width: 18%;
	float: right;
	
}

.sidebar .content {
	padding: 20px;
	font-size: 0.75em;
	line-height: 1.4em;
	background-color: #99ccff;
	background-image: -ms-linear-gradient(top, #C6EFF7, #C6EFF7);
	background-image: -moz-linear-gradient(top, #C6EFF7, #C6EFF7);
	background-image: -webkit-linear-gradient(top, #C6EFF7, #C6EFF7);
	background-image: linear-gradient(top, #C6EFF7, #C6EFF7);
}

.main-content .content {
	padding: 25px;
	font-size: 1.3em;
	line-height: 1.25em;
	border-left: 1px solid #000;
	color: #186321;
	font-weight: normal;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
}

/*Heading styles*/
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 0px 0px;
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 0.75em; }


/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper {
	margin-top: 0px;
	color: #186321;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}


/*Ordinary Link Styles*/
.content a {
	color: #186321;
}
.content a:hover, .content a:focus {
	color:#FFF
		background:#186321;
}

.footer a {color: #FFF;}
.footer a:hover, .footer a:focus { color: #fff; }


/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #ffffff;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 10px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 6px;
	background-image: url(img/pbm-menu-bg.jpg);
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {margin-right: 0px;}

.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #186321;
	box-shadow: inset 0px 0px 0px rgba(255,255,255,.15), 0px 0px 0px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: #186321;
	outline: 0;
}

/*The Footer*/
.footer {
	background-color: #186321;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: 1em;
	color: #FFF;
	text-align: center;
}
.footer a {
	text-transform:upercase;
	font-size: 1em;
	color: #FFF;
	margin: 0px;
}
.footer p.copyright {
	text-transform:none;
	font-size: 1em;
	color: #FFF;
	margin: 0px;
}
#ebAvailability-15,#ebAvailability-14,#ebAvailability-13, #ebAvailability-12, #ebAvailability-11 {
	font-size: 0.75em;	
	width: auto !important;	
	height: auto !important;	
}
#ebAvailability-15e,#ebAvailability-14e,#ebAvailability-13e, #ebAvailability-12e, #ebAvailability-11e {
	font-size: 0.75em;	
	width: auto !important;	
	height: auto !important;	
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 695px) {
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
#ebAvailability-15,#ebAvailability-14,#ebAvailability-13, #ebAvailability-12, #ebAvailability-11 {
	font-size: 0.75em;	
	width: auto !important;	
	height: auto !important;	
}
#ebAvailability-15e,#ebAvailability-14e,#ebAvailability-13e, #ebAvailability-12e, #ebAvailability-11e {
	font-size: 0.75em;	
	width: auto !important;	
	height: auto !important;	
}			
}

}

/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 696px) and (max-width: 1024px) {
.content {
	padding: 10px 10px !important;
}
#ebAvailability-15,#ebAvailability-14,#ebAvailability-13, #ebAvailability-12, #ebAvailability-11 {
	font-size: 0.75em;	
	width: auto !important;	
	height: auto !important;	
}
#ebAvailability-15e,#ebAvailability-14e,#ebAvailability-13e, #ebAvailability-12e, #ebAvailability-11e {
	font-size: 0.75em;	
	width: auto !important;	
	height: auto !important;	
}		
}
}
.main-content .content.p7ehc-1 p {
	font-weight:normal;
}
.sidebar .content.p7ehc-1 p {
	color: #000;
	font-weight:normal;
}
/*LIGHTBOX Diese Anweisung gilt für alle Listenelemente ungeordneter Listen der Klasse lightbox: Alles, was innerhalb von Listenpunkten der Klasse lightbox steht, wird mit diesem Befehl auf 0 gesetzt;*/ ul.lightbox li {
 overflow: hidden;  /*scrollbalken ausschalten */
 position: absolute; /* Absolute Positionierung */
 width: 0;   /*Breite auf 0 */
 height: 0;   /*Höhe auf 0 */
 left: 0;   /*Position von Links 0 */
 top: 0;   /*Position von Oben: 0 */
 opacity: 0; /*Transparenz ausgeschaltet */ 
}
/* Durch die Pseudoklasse "target" (:target) am Listenpunkt li wird definiert, was passiert, wenn
man auf den Bereich klickt, der von dem Listenpunkt umschlossen wird. Klickt man noch mal darauf,
kommt diese Einstellung nicht mehr zur Anwendung. */

ul.lightbox li:target {
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;                     /* Transparenz 100% */
  background: rgba(0, 0, 0, 0.8); /* Hintergrundfarbe und Transp. 80% */
   -moz-transition: opacity 1.5s; /* Zeitdauer für firefox*/
  -o-transition: opacity 1.5s;    /*... für Opera */
  -webkit-transition: opacity 1.5s; /*... für Smartphone, tablet, google*/
}
ul.lightbox li:target a {
  position: absolute;
  z-index: 201;
  top: 60%; /*zentriert das Bild von oben */
  left: 50%; /*zentriert das Bild von links */
  margin: -400px 0 0 -400px; /* nach oben und links um 300px */
  border: 15px solid #fff; /Weißer Rand von 10px Breite um das Bild */
  -moz-box-shadow:0 1px 8px #000000; /* Schattenbox Mozilla */
  -o-box-shadow:0 1px 8px #000000; /* Opera... */
  -webkit-box-shadow:0 1px 8px #000000; /*google etc. */
} 

ul.preise{
	Fontsize: 1.5em
	Font-weight:normal 
	loat: left;
}

.vorschau {
float: left;
width: auto;
hight: auto;
padding: 5px;
Margin: 5 px;
font-size: 0.7em;
} 

.vorschaurechts{
float: right;
width: 400px;
hight: auto;
padding: 0px 15px 15px 15px;
Margin: 5 px;
font-size: 0.7em;
} 
.vorschau2 {
float: left;
width:400px;
hight: 400px;
padding: 3px  30px 3px 3px;
Margin: 4 px;
font-size: 0.7em;
} 

.Kachel-Haus{
	float: left;
max-width: 550px;
hight: auto;
padding:3px 30px 3px 3px;
Margin: 0 px 
}



.bildimpressum{

float: left;
max-width: 180px;
hight: auto;
padding:1px 1px 1px 1px;
Margin: 0px 8px 0px 0px; 
 border: 1px solid #c9c9c9;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}

.vertragsbutton{
width: auto;
hight: auto;	
background-color: #186321;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 color: #FFF;
 font-size: 18px;
 font-family: arial;
 padding:3px 8px 3px 8px;
 Margin: 8px 8px 8px 8px; 
  border: 1px solid #c9c9c9;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.vertragsbutton2{
width: auto;
hight: auto;	
background-color: #186321;
 text-align: center;
 text-transform: uppercase;
 color: #FFF;
 font-size: 16px;
 text-decoration: none;
 font-family: arial;
 padding:3px 8px 3px 8px;
 Margin: 8px 8px 8px 8px; 
  border: 1px solid #c9c9c9;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.checkbox{
 -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;	

}
	
.unterstrich {text-decoration: underline;}
	

/* Noscript-Infobox im Kopfbild ====================== */
#noscriptBox { color:#AC0C00; font-size:0.85em; font-weight:normal;
  background-color: #F5F5F5; border-width: 4px;
  border-style: solid; border-color: red #ADBAC7;
  padding: 11px; position: absolute; z-index: 200;
  top: 121px; left:50%; margin-left:155px; width: 240px; }
  
  
  /* Nachoben Button =========================== */
/* Position */
#nach_oben {
   position: fixed;       /* bleibt beim Scrollen stehen */
   z-index: 100;          /* überlagert andere Elemente */
   top: 70%;              /* 50 % vom oberen Rand */
   right: 78%;            /* Zentrierung horizontal */
   margin-right: 0;  /* Aussenabstand rechts */
  bottom: 30px;
 }

/* Aussehen des Buttons */
#nach_oben a {
 width: auto;
 padding: 7px 12px 7px 17px;
 display: block;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 color: #FFFFFF;
 font-size: 11px;
 font-family: arial;
 background-color: #006464;
 
/* abgerundete Ecken */
 border: 1px solid #c9c9c9;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;

/* transition */
 -webkit-transition: 1s;
 -moz-transition: 1s;
 transition: 1s; }

/* Hover bei Mauskontakt */
#nach_oben a:hover {
 color: #000;
 background-color: orange;}



input[type='range'] {
   -webkit-appearance: none !important;
   background:silver;
   height:7px;
   width:100%
}
input[type='range']::-webkit-slider-thumb {
   -webkit-appearance: none !important;
   background:gray;
   height:40px;
   width:40px;
   border-radius:10px;
   border: 6px solid dimgray;
}
/* anpassung für responsives verhalten von I-Frames ====================== */
.embed-container {
    position: relative;
    padding-bottom: 80.25%;/*56.25%;  16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
	padding-left: 0px;
	padding-right: 0px;
    height: 0;
    overflow: hidden;
	z-index: 2;
}

 
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}

/* anpassung für responsives verhalten von I-Frames =============ENDE========= */
/* anpassung für responsives verhalten von I-Frames ====================== */
.embed-container2 {
    position: relative;
    padding-bottom: 56.25%;/*56.25%;  16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
	padding-left: 0px;
	padding-right: 0px;
    height: 0;
    overflow: hidden;
	z-index: 2;
}

 
.embed-container2 iframe,
.embed-container2 object,
.embed-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}

/* anpassung für responsives verhalten von I-Frames =============ENDE========= */
option {
 font-size: 18px;	
	
}
label {
    width: 7.5em;
    display: block;
    float: left;
}
.u-schrift {
        font-family: 'Allura', serif;
        font-size: 42px;
		line-height:120%;
		font-weight:300;
      }	
.nowrap {white-space: nowrap;}	
.myButton2 {
	background-color:#9FC;
	/*display:inline-block;*/
	cursor:pointer;
	font-color:#33c;
	font-family:arial;
	font-size:0.98em;
	padding:3px 3px 3px 8px;
	text-decoration:none;		
	
	}
	
	
.myButton2:a {
COLOR:#33C;	
	
}

.myButton:a {
	color:#FFF;

}


.myButton {
	/*-moz-box-shadow: 2px 2px 0px 0px #3e7327;
	-webkit-box-shadow: 2px 2px 0px 0px #3e7327;
	box-shadow: 2px 2px 0px 0px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #186321 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #186321 5%, #72b352 100%);
	background:-o-linear-gradient(top, #186321 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #186321 5%, #72b352 100%);
	background:linear-gradient(to bottom, #186321 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#186321', endColorstr='#72b352',GradientType=0);*/
	background-color:#186321;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffffff;
	/*display:inline-block;*/
	cursor:pointer;
	font-color:#FFF;
	font-family:arial;
	font-size:15px;
	padding:3px 8px 3px 8px;
	text-decoration:none;
}
.myButton:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #186321 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #186321 100%);
	background:-o-linear-gradient(top, #72b352 5%, #186321 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #186321 100%);
	background:linear-gradient(to bottom, #72b352 5%, #186321 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#186321;*/
		outline: none;
	border-color: #FFFfff;
	border-color: rgba(255,255,255,1);
	color:#FFF;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	background-color: #393;
	Margin: 5 px;
}
.myButton:active {
	position:relative;
	top:3px;
}
/*BOX MODELL KONTAKT*/
      #kontakt-box {
        float: left;
        right: 2px; 
        top: 2px;
	border: none;
        width: 270px;
	padding: 2px;
	}
	      #kontakt-box-2{
       float:left;
        right: 2px; 
        top: 2px;
	border: none;
        width: 270px;
	padding: 2px;
	}
		      #kontakt-box-3{
       float:left;
        right: 2px; 
        top: 2px;
	border: none;
        width: 380px;
	padding: 2px;
	}
	      #uschrift-box {
        float: left;
        right: 2px; 
        top: 2px;
	border: none;
        width: 220px;
	padding: 2px;
	}
	
	/*texteingabefelder in Formularen*/
	input, textarea {
	font:0.65em Arial;	
	padding:3px;
	color:#186321;
	
		}
		.textfieldRequiredMsg {
			font:0.3em Arial;	
			padding:1px;
			color:#F00;
			background:#FF0
			
			}
		.selectRequiredMsg {
			font:0.4em Arial;	
			padding:1px;
			color:#F00;
			background:#FF0
			
			}
		.textfieldInvalidFormatMsg {
			font:0.3em Arial;	
			padding:1px;
			color:#F00;
			background:#FF0
			
			}
	
	
#eb_smallsearch {
	font-size: 0.60em;
	}
			
.flex-container {
  display: flex;
  flex-wrap: wrap; /* Standardwert = nowrap */
}

.flex-item {
  flex-basis: 40%;
  flex-grow: 1;
  flex-shrink: 1;
	margin:2px 0px 2px;
}
.flexitembild{
	max-width:90%;
	max-height:90%;
	
}

/* zusätzliche Class für Hausbild */
.bild {
    max-width: 55%;
    height:auto;
}
/* zusätzliche Class für Logos bei Sehenswert*/
.bild-se {
    max-width:15%;
    height:auto;
}