/* ======================   Reset  ============================   */

article, main, aside, details, figcaption, figure, footer, header, nav, section { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; margin:0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; } 

body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, h5, img, ul, li, object, embed, ul, li, input, textarea, button, article, main, aside, details, figcaption, figure, footer, header, hgroup, nav, section{
	padding: 0;
	margin: 0;
	border: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html,body {
	width:100%;
}

.overflowHidden {
	overflow:hidden !important;
}




 
/* =======================   Fonts / Colors  ============================ 

main (schwarz): #000000
highlight farbe (orange): #ee7202
grau: #676c6f
*/


html, body, button, input, select, textarea { 
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
}


@media only screen and (min-width: 1400px) and (min-height: 900px) {
html, body, button, input, select, textarea { 
	font-size: 15px;
}	
}

body {
	background-color: #fff;
}


a {
	outline: none;
	color: #ee7202;
}

a:hover {
	color: #000;
}

a.selected {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}



img {
	max-width: 100%;
	height: auto;
}

img.imgBorder {
	border: 1px solid #e8eaeb;
}



h1, h2, h3, h4, h5, h6, h7 {
	font-weight: 700;
	color: #ee7202;
	line-height: 1.1;
}


h1 {
	color: #ee7202;
	font-size: 23px;
	font-size: 1.8rem;
	padding-bottom: 20px;
	text-transform:uppercase;
}
h2 {
	font-size: 23px;
	font-size: 1.8rem;
	padding-bottom: 20px;
	text-transform:uppercase;
}

h3{
	font-size:15px;
	font-size: 1.4rem;
	text-transform:uppercase;
	padding-bottom: 10px;
}

h4, h5 {
	font-size:14px;
	font-size: 1rem;
	padding-bottom: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
}


h2.headline-text {
	line-height:1px;
	padding-bottom: 0px;
}
h2.headline-text img{
	max-width:100%;
}


ul{
margin-left: 20px;
margin-top: 5px;
margin-bottom: 10px;
}

li{
padding-bottom: 5px;
}

sup, .textSup {
font-size:9px;
vertical-align:text-top;
line-height: normal;
}

.textKlein{
	font-size:0.8rem;
}


.textFarbig {
	color: #ee7202;
}
.textGrau {
	color: #676c6f;
}


.textNormal {
	color: #000000;
	font-weight:normal;
}

strong, b {
	font-weight: 700;
}

p {
	padding-bottom: 15px;
}

hr  {
	margin-bottom: 20px;
	margin-top: 20px;
	clear:both;
	border:solid #000000 1px;
	height:1px;
}

.abstand {
	padding-bottom: 60px;
	padding-top: 60px;
}

.abstandUnten {
	padding-bottom: 60px;
}

.abstandOben {
	padding-top: 60px;
}

.margin {
	margin-bottom: 60px;
	margin-top: 60px;
}

.marginUnten {
	margin-bottom: 60px;
}

.marginOben {
	margin-top: 60px;
}

@media only screen and (max-height: 690px) {
.abstand {
	padding-bottom: 30px;
	padding-top: 30px;
}
.abstandUnten {
	padding-bottom: 30px;
}
.abstandOben {
	padding-top: 30px;
}
.margin {
	margin-bottom: 30px;
	margin-top: 30px;
}
.marginUnten {
	margin-bottom: 30px;
}
.marginOben {
	margin-top: 30px;
}
}


.clearfloat, .clear { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	display:block;
}

 /* Use clearfix in parent div  */
.clearfix:before, .clearfix:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; 
}
.clearfix:after {
      clear: both; 
}
.clearfix {
  zoom: 1; 
}

.hidden {
	display:none;
}


div {
	background-repeat: no-repeat;
	background-position: left top;
}


.aligncenter{
	margin: 0 auto;
	display: block;
}






/* ---------- Tabelle ------------- */

table { 
border-collapse: collapse; 
border-spacing: 0; 
width: 100%; 
margin-bottom: 20px;
}
 
 
td, th{ 
vertical-align: top;
 text-align: left; 
 padding: 5px; 
}

table p{
	margin: 0;
	padding: 0;
}



table.tabelleGrundrisse{

}

table.tabelleGrundrisse td{
	background-color: #e8e9ea;
	color: #000;
	padding-left:10px;
	padding-right:10px;
}

table.tabelleGrundrisse tr{
	border-bottom: 5px solid #fff;
}

table.tabelleRechts{
	font-size:12px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.5);
}
table.tabelleRechts td, table.tabelleRechts th{
	border-bottom: 1px solid #ee7202;
}

table.tabelleRechts tr td{
	white-space:nowrap;
}

table.tabelleRechts tr td:first-child{
	white-space:normal;
}



@media only screen and (max-width: 689px) {
table.tabelleGrundrisse{
	font-size:12px;
}
}

@media only screen and (max-width: 499px) {

table.tabelleGrundrisse tr {
		float: left;
		width: 100%;
		margin-bottom: 5px;
}

table.tabelleGrundrisse td {
		float: left;
		width: 100%;
}
table.tabelleGrundrisse tr td:first-child {
	font-weight:bold;
}
/*
table.tabelleGrundrisse td::before {
		content:attr(data-label);
		width: 20%;
		float:left;
}
*/
}




/* ---------- Haupt Divs ------------- */

.containerRahmen{
	width: 960px;
	position:relative;
	margin: 0 auto;
	min-width:300px;
}
 
.container{
	padding-left: 0;
	padding-right: 0;
} 

.inhaltRahmen{
	padding-top: 40px;
}

.inhaltRahmenUnten{
	padding-top: 20px;
}

.containerUnten{
	margin-left: 1.5%;
	margin-right: 1.5%;
} 


/* ---------- spalten ------------- */

.spalteDrittel{
	width: 30.3%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	padding: 20px;
}
.spalteZweidrittel{
	width: 63.3%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	padding: 20px;

}


.spalteVoll{
	width: 97%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	padding: 20px;
}

.spalteViertel{
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	padding: 20px;
}

.minHeight{
	min-height: 530px;
}

.minHeightLarge{
	min-height: 610px;
}


.noMargin{
	margin: 0 !important;
}

.bgWeiss {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
}

.bgFarbig {
	background-color: rgb(238,113,2);
	background-color: rgba(238,113,2,0.7);
}

.bgFarbig h1, .bgFarbig h2, .bgFarbig h3, .bgFarbig a {
	color:#fff;
}



.spalteMittig{
	margin: 0 auto !important;
	float: none !important;
}




/* ---------- Spalten Innen ------------- */

.spalteDrittelInnen{
	width: 33%;
	float: left;
	padding: 20px;
}
.spalteZweidrittelInnen{
	width: 67%;
	float: left;
	padding: 20px;
}

.spalteZweidrittelInnen p{
	padding:0;
}
.spalteDrittelInnen  h2{
	padding-top:20px;

}



/* ---------- Header ------------- */


#headerRahmen {
	width: 100%;
	position: relative;
	z-index: 55;
	background-color: #46606c;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
}

.headerAbsolute {
	position: absolute !important;
	left:0px !important;
	top: 0px !important;
	z-index: 55 !important;
}


#headerLinks {
	float: left;
	width: 20%;
}

#headerRechts {
	float: right;
	width: 80%;
}




#headerLogo {
	max-width: 100%;
}
#headerLogo img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display:block;
}



/* ------ rechte Spalte Blöcke -------- */

.sideBlock{
	padding-top: 0px;

}

.sideFoto{
	margin-bottom: 30px;
}
.sideFoto img{
	max-width: 100%;
	width: 100%;
	height: auto;
}


/* ------ weitere Inhalte -------- */

.inhaltBlock{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

#googlemapsRahmen { 
  height: 100%; 
  width: 100%; 
  position: fixed;
  top: 0; 
  left: 0; 
  z-index: 0;
}


#googlemaps { 
  height: 100%; 
  width: 100%; 
  position: relative;
  top: 0; 
  left: 0; 
  z-index: 0;
}

.icon { 
vertical-align: middle;
}


/* --- Aufklapp Texte ---- */


.mehrBlock{

}


a.mehrLink{
	font-size:18px;
	font-size: 1.2rem;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

a.mehrLink.inaktiv:after {
  	content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
}
a.mehrLink.aktiv:after {
  	content: "\f077";
    display: inline-block;
    font-family: FontAwesome;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
}

.mehrText{
	display: none;
}
.mehrTextaktiv{
	display: block;
}




/* ---------- Footer ------------- */

#footerRahmen{
	color: #fff;
	font-size:0.9rem;
	text-align:right;
}
#footerRahmen a, #footerRahmen a:hover{
	color: #fff;
	text-decoration:none;
}

.footerFacebook{
float:right;

} 
.footerFacebook img{
width:90px;
} 





@media only screen and (min-width: 1400px) and (min-height: 900px) {
.containerRahmen{
	width: 1200px;
}

.minHeight{
	min-height: 540px;
}
.minHeightLarge{
	min-height: 650px;
}


}


@media only screen and (max-width: 959px) {
.containerRahmen{
	width: 100%;
}
#headerLinks {
	width: 20%;
}

#headerRechts {
	width: 80%;
}	

}



@media only screen and (max-width: 689px) {
.spalteDrittel, .spalteZweidrittel{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
	margin-bottom: 20px;
}
.spalteDrittelInnen, .spalteZweidrittelInnen{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
	margin-bottom: 20px;
}

.spalteVoll{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
	margin-bottom: 0px;
}
.minHeight, .minHeightLarge{
	min-height: 0px;
}

.container{
	padding-left: 0;
	padding-right: 0;
}
.inhaltRahmen{
	padding-top: 20px;
}
.sideBlock {
    padding-top: 0px;
}

}


@media only screen and (max-width: 399px) {
.spalteViertel{
	width: 47%;
	margin-bottom: 30px;
}
#headerLinks {
	width: 40%;
}

#headerRechts {
	width: 60%;
}
#headerLogo {
	padding-left: 15px;
}
}









/* --------- search ------- */


.widget_search label {
	display:block;
}

 
 

/* --------- contact form ------- */


form.wpcf7-form input, form.wpcf7-form textarea {
    padding: 3px;
	background-color: #e8eaeb;
	border: 1px solid #ee7202;
	color: #000;
	width: 99%;
}
form.wpcf7-form textarea {
	height:100px;
}
form.wpcf7-form input[type=checkbox] {
	width: auto;
	display:inline;
 }

form.wpcf7-form .wpcf7-list-item {
	display:inline;
 } 
 
 
 

/* placeholder all elements */
input:-moz-placeholder, textarea:-moz-placeholder { color: #999; }

form.wpcf7-form .placeholder {
   color: #808080 !important;
}

form.wpcf7-form span.wpcf7-form-control-wrap {

}


form.wpcf7-form input[type=submit] {
	background-color: #ee7202 !important;
	color: #fff !important;
	width: 200px !important;
	cursor:pointer;
	text-transform: uppercase;
	font-weight:bold;
}



/* ===== print styles ========================= */

@media print {

* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
   /* Don't show links for images, or javascript/internal links */
   
   
#containerRahmen {
    background-color: #fff;
    box-shadow: none;
    margin: 0 auto 50px;
    width: 100%;
}

#streifenRahmen, header, #inhaltZahlen, footer{
	display: none;
}


}

