
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* ======================   Reset  ============================   */

article, aside, details, figcaption, figure, footer, header, hgroup, 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 {
	padding: 0;
	margin: 0;
	border: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height:100%;
}




/* =======================   Fonts / Colors  ============================   */

html, body, button, input, select, textarea { 
	font-family: 'Roboto', sans-serif;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 300;
}


@media only screen and (min-width: 1199px) {
html, body, button, input, select, textarea { 
	font-size: 15px;
}	
}

@media only screen and (max-width: 959px) {
html, body, button, input, select, textarea { 
	font-size: 14px;
}	
}

@media only screen and (max-width: 689px) {
html, body, button, input, select, textarea { 
	font-size: 14px;
}	
}



body {
	background-color: #fff;
}


a {
	outline: none;
	color: #621218;
}

a:hover {
	color: #000;
}


h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
	color: #621218;
	margin:0;
	padding:0;
}


h1 {
	font-size: 1.3rem;
	padding-bottom: 15px;
}
h2 {
	font-size: 1.3rem;
	padding-bottom: 15px;
}

h3{
	font-size: 1.1rem;
	padding-bottom: 10px;
}

h4, h5 {
	padding-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
}


@media only screen and (max-width: 689px) {
h1 {
	font-size: 1.2rem;
}	
}




.textSup {
font-size:9px;
vertical-align:text-top;
line-height: normal;
}

.textFarbig, .textRot{
	color: #621218;
}

.textWeiss{
	color: #fff;
}


strong, b {
	font-weight: 400;
}

p {
	margin-bottom: 10px;
}

ul{
margin-left: 20px;
margin-top: 5px;
margin-bottom: 10px;
}

li{
padding-bottom: 5px;
}



img {
	max-width: 100%;
	height:auto;
}

iframe {
	max-width: 100%;
}



.abstand {
	margin-bottom: 30px;
	margin-top: 30px;
}

.abstandUnten {
	margin-bottom: 30px;
}
.abstandOben {
	margin-top: 30px;
}

.abstandGross {
	margin-bottom: 60px;
	margin-top: 60px;
}

.abstandUntenGross {
	margin-bottom: 60px;
}
.abstandObenGross {
	margin-top: 60px;
}

@media only screen and (max-width: 959px) , only screen and (max-height: 800px) {
.abstand {
	margin-bottom: 20px;
	margin-top: 20px;
}

.abstandUnten {
	margin-bottom: 20px;
}
.abstandOben {
	margin-top: 20px;
}


.abstandGross {
	margin-bottom: 40px;
	margin-top: 40px;
}

.abstandUntenGross {
	margin-bottom: 40px;
}
.abstandObenGross {
	margin-top: 40px;
}
}



@media only screen and (max-height: 600px) {
	
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 1.2rem;
}

.abstand {
	margin-bottom: 10px;
	margin-top: 10px;
}

.abstandUnten {
	margin-bottom: 10px;
}
.abstandOben {
	margin-top: 10px;
}


.abstandGross {
	margin-bottom: 20px;
	margin-top: 20px;
}

.abstandUntenGross {
	margin-bottom: 20px;
}
.abstandObenGross {
	margin-top: 20px;
}
}

/* =======================   Styles Basic  ==========================   */

.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;
}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; text-align: left; }






/* ---------- Main  Divs ------------- */

#containerRahmen{
	width: 100%;
	min-width:300px;
	overflow-x: hidden; /* wegen Mobil Menu */

} 



.container{
	width: 80%;
	max-width: 1400px;
	min-width:300px;
	margin: 0 auto;
} 

@media only screen and (max-width: 1199px) {
.container{
	width: 80%;
} 
}

@media only screen and (max-width: 899px) {
.container{
	width: 90%;
} 
}




/* ---------- Header ------------- */


#headerRahmen {
	width: 100%;
}


#headerLogo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 100%;
}
#headerLogo img {
	width:100%;
	margin: 0 auto;
	height: auto;
	display:block;
}




@media only screen and (max-width: 799px) {

}

@media only screen and (max-width: 599px) {
 
}

@media only screen and (max-width: 399px) {
#headerLogo {
	width: 250px;
}
}







/* ---------- Header Streifen ------------- */

#streifenRahmen{
	width: 100%;
	position: relative;
	margin-bottom: 50px !important;
} 

#streifenRahmen .container{
	position: relative;
} 



#naechsteDiv{
  text-decoration: none;
  display: block;
  width: 100px;
  height: 70px;
  margin: 0;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  text-align:center; 
  text-decoration: none;
 font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3rem;
	line-height:1.3;
font-weight: 300;
} 



#naechsteDiv a{
  height: 100%;
  padding: 10px;
  padding-top: 8px;
  padding-right: 30px;
  background-color: #F4F4F4;
  text-decoration: none;
  display: block;
  border: 2px solid #fff;
} 

#naechsteDiv a:hover{
  /* border: 3px solid #621218; */

} 


#naechsteDiv a:after{
    content: " > ";
	position:absolute;
	right: 5px;
	top: 8px;
	font-size: 40px;
}





@media only screen and (max-width: 959px) , only screen and (max-height: 800px) {

}



@media only screen and (max-width: 899px) {
#naechsteDiv{
font-size: 1rem;
line-height:26px;
font-weight: 300;

  width: 105px;
  height: 26px;
  margin: 0;
  padding:0;
  margin-top: 0px;
  position: absolute;
  top: auto;
  bottom: -50px;
  text-align:left;
}

#naechsteDiv a{
  height: 100%;
    margin: 0;
  padding:0;
  padding: 3px;
  padding-left: 6px;
  padding-top: 0px;
  padding-right: 3px;
  text-align:left;
  
  border: 1px solid #ccc;
} 

#naechsteDiv a:after{
	  margin: 0;
  padding:0;
    content: " > ";
	position:absolute;
	right: 3px;
	top: 0px;
	font-size: 26px;
	line-height:26px;
}


}



@media only screen and (max-width: 599px) {
#naechsteDiv{
width: 75px;
} 
}

@media only screen and (max-width: 349px) {
#naechsteDiv{
	display: none;
} 
}




/* ---------- thumbnailsRahmen ------------- */

#thumbnailsRahmen{
	text-align:center;
}

#thumbnailsRahmen h2{
	padding-bottom: 10px;
}

.thumbnails{
  margin: 0;
  padding: 0;
  list-style: none;
 text-align:center;
 padding-top: 10px;
 
  font-size: 0px; /* fix für inline-block margin */
  letter-spacing: 0px;
  word-spacing: 0px;
}

.thumbnails li{
  margin: 0;
  padding: 0;
  list-style: none;
display: inline-block;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:center;

}

.thumbnails img {
	width: auto;
	height: 100%;
	display: block;
  margin: 0;
  padding: 0;
}


@media only screen and (max-width: 599px) {
.thumbnails li{
	height: 80px;
}
}

@media only screen and (max-width: 399px) {
.thumbnails li{
	height: 50px;
}
}



/* ---------- Inhalt ------------- */

#inhaltRahmen{
    width: 100%;
	text-align: center;
}

#inhaltRahmen .container{
	width: 60%;
}

.video-button{

}
#videoLink{

}
.video-hidden{
	display:none;
}


.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* ---------- Footer ------------- */

#footerRahmen{
    width: 100%;
}




/* ---------- Footer ------------- */

#adresseRahmen{
    width: 100%;

}

#adresseRahmen .container{
	border-top: 1px solid #621218;
	margin-top: 20px;
	padding-top: 20px;
	color: #621218;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
}

.phoneLink, .phoneLink:hover{
    color: #621218;
	text-decoration: none;
}







/* ===== 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 */
}

