@charset "UTF-8";
@import url("../webfonts/hindsemibold/stylesheet.css");
@import url("../webfonts/hindregular/stylesheet.css");
@import url("../webfonts/hindbold/stylesheet.css");
@import url("../webfonts/hindmedium/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Aktuelle Info
	----------------------------------
*/

#co
{
	list-style: disc outside none;
    padding-bottom: 5px;
    margin-left: 1em;
}
#co li
{
	font-size: 130%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#corona h1
{
	margin-bottom: 0px
}

#corona p
{
	margin-bottom: 10px;
    	font-size: 130%;

}

#bf
{
    padding:0em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #666666;
}

#bf img
{
    padding-left: 0em;
    padding-top:0em;
    padding-bottom:0em;
    padding-right:1em;
    margin-top: 0em;
}

#bf h2
{
    padding-left: 1em;
    padding-top:0em;
    padding-bottom:0em;
    padding-right:1em;
    margin-top: 1em;
    margin-bottom: 0em;
}

#bftxt
{ 
    padding-left: 1.5em;
    padding-top:0em;
    padding-bottom:1em;
    padding-right:1em;
    margin-top: 1em;
}



#corona
{
    max-width: 96%;
    padding-left: 2em;
    padding-top:0em;
    padding-bottom:1em;
    padding-right:1em;
    margin-top: 1em;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 0px solid #666666;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

a.ftextlink.hvr-fade,
a.ftextlink.hvr-fade:visited { 
  background-color: #e4e4e4;
  color: #000000;
  background-position: 5px center;
  padding-left:20px;
  padding-right:10px;
  padding-bottom:5px;
  padding-top:5px;
  text-decoration:none;
}
a.ftextlink.hvr-fade:hover {
  background-color: #ffcc33;
  color: #000000;
}

/*cycleslideshow_teststyles*/

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width: 100%; min-width: 200px; margin: auto; padding: 0; }

/* anchors */
.cycle-slideshow > a { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; background-color: #222; display: block;
}

/* images */
.cycle-slideshow > a > img { 
    width: 100%;
    position: static;
    display: block;
}

/* divs */
.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0;
}

/*ende cycleslideshow_teststyles*/

/*cycle-overlay*/

/* caption */
.cycle-caption { 
position: absolute; 
/*color: white; 
bottom: 150px; 
right: 150px; 
z-index: 700;*/ }

/* overlay */
/*.cycle-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
    color: black;
	padding: 1em;
	opacity: 1;
	text-shadow: 1px 1px 5px #000000;
	background: rgba(255, 255, 255, 0.5); /* 40% white 
}*/

.aa-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
    color: black;
	padding: 1em;
	opacity: 1;
	/*text-shadow: 1px 1px 5px #000000;*/
	background: rgba(255, 255, 255, 0.5); /* 40% white */
}

/* 1. zeile overlay */
#startmotiv h2{
	margin:0;
}


p.aktuell{
	color: #000000;
	border: 2px solid #C31924;
	padding: 10px;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

#header,
#footer {
	background-image: url(../img/stuff/lbl_muster_c-01.svg), none;
	background-image: url(../img/stuff/lbl_muster_c-01.png);
	background-position: right center;
	background-size: 12%;
	background-repeat: repeat-y;
	background-attachment: scroll;
	}


#disclaimer p,
#dse p {
	margin-top: 0.25em;
	}
#disclaimer h4,
#dse h4 {
	margin-bottom: 0.25em;
	}

#agb p{
    padding-left: 3em;
	}


span.agb_nummerierung{
    display: block;
    float: left;
    width: 2em;
    margin-left: -2em;
	}

.noscript {
	color: #FFF;
	background-color: #C33;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	position: absolute;
	z-index: 999;
	text-align: center;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	}
	
#div1 {
	margin-top:10px;
}

#header {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#header #logo{
	padding-top: 40px;
	padding-bottom: 30px;
	max-width: 240px;
	margin-right: 20px;
}


.menu{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navigation{
	font-family: 'hindsemibold', sans-serif;
	font-weight: 600;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	
}

.navigation li{
	float: left;
	
}

.navigation li a,
.navigation li a:link,
.navigation li a:visited{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	outline: none;
	color: #727272;
	margin-bottom:10px;
}
.navigation li a.standort {
	color: #000000;
	 background-color: #e4e4e4;
}

.navigation li a:hover{
	color: #000000;
	background-color: #e4e4e4;
}

.divider{
	margin-bottom: 0px;
	border-top: 1px solid #575757;
	float: none;
	clear: both;
	width: 100%;
	
}

.divider_sub{
	margin-top: 0px;
    margin-bottom: 20px;
	border-bottom: 1px solid #575757;
    float:none;
	clear:both;
	width: 100%;
	}

.divider_content{
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #575757;
	float: none;
	clear: both;
	width: 100%;
	height: 20px;
	}

h1,h2,h3,h4{
    font-family: hindsemibold, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fett{
	font-family: hindsemibold, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.attention{
	color: #c31924;
}

.credit{
	font-size: 70%;
}

#qbcredit
{
	margin-top: 25px;
	border-top: 1px solid #575757;
	font-size: 70%;
	padding-top: 15px;
	margin-bottom: 0px;
	text-align: right;
	line-height: 250%;
	padding-bottom: 0px;
}


.fleft{
	padding-right: 15px;
	padding-bottom: 15px;
}

#dloadlinks_01,
#dloadlinks_02,
#dloadlinks_03{
	margin-top: 0em;
}

#dloadlinks_01 a,
#dloadlinks_02 a,
#dloadlinks_03 a,
#qbcredit a,
#dsecredit a,
#dloadlinks_01 a:link,
#dloadlinks_02 a:link,
#dloadlinks_03 a:link,
#qbcredit a:link,
#dsecredit a:link,
#dloadlinks_01 a:visited,
#dloadlinks_02 a:visited,
#dloadlinks_03 a:visited,
#qbcredit a:visited,
#dsecredit a:visited,
#footer a,
#footer a:link,
#footer a:visited
{
	text-decoration: none;
	outline: none;
	color: #575757;
}

#dloadlinks_01 a:hover,
#dloadlinks_02 a:hover,
#dloadlinks_03 a:hover,
#qbcredit a:hover,
#dsecredit a:hover,
#footer a:hover
{
	text-decoration: underline;
	color: #000000;
}

p.dloadlink_pdf
{
	font-size: 85%;
	line-height: 30px;
	padding-top: 0px;
	padding-left: 40px;
	background-image: url(../img/stuff/symbol_pdf30.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


a.ftextlink,
a.ftextlink:visited{
	font-family: hindsemibold, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	outline: none;
	color: #000000;
	padding-left: 15px;
	background-image: url(../img/stuff/lin12a.gif);
	background-position: left 0.35em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto auto;
}

a.extlink,
a.extlink:visited{
	font-family: hindsemibold, sans-serif;
	font-weight:400;
	font-style: normal;
	text-decoration: none;
	outline: none;
	color: #000000;
	padding-left: 15px;
	background-image: url(../img/stuff/lin12a.gif);
	background-position: left 0.35em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: auto auto;
}

a.ftextlink:hover,
a.extlink:hover{
	text-decoration:underline;
	color:#000000;
}

ul.textliste{
	list-style-type: disc;
	list-style-image: none;
	list-style-image: none;
	list-style-position: outside;
}

ul.textliste li{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}

ol.numliste{
	list-style-type: decimal;
	list-style-image: none;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 1em;
}

ol.numliste li{
	margin-top: 5px;
}



#gmap{
width: 100%}

#footer {
	margin-top: 25px;
	border-top: 1px solid #575757;
	font-size: 70%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer #pagetop {
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	border-color: transparent;
	padding-right: 0px;
	
}

#footer #pagetop a {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	text-rendering: auto;
	padding-left: 10px;
	margin-top: -6px;
}
/* mod_v3 */
.img_kleiner{
max-width: 100%;
width: 100%;
margin-left: 0;
}

.bildbereich_lsp{
width: 100%;
float:left;
padding-right: 15px;
padding-bottom: 15px;
}
.textbereich_rsp{
width: 100%;
float:left;
}
#bilder{
}

#form_anforderung,
#form_anforderung input,
#form_anforderung select,
#form_anforderung textarea,
#form_kontakt,
#form_kontakt input,
#form_kontakt select,
#form_kontakt textarea{
font-family: hindregular, sans-serif;
	font-weight:400;
	font-style: normal;
font-size: 90%;
}

#form_anforderung #reset,
#form_anforderung #submit,
#form_kontakt #reset,
#form_kontakt #submit{
margin-right:10px;
margin-top:15px;}

#form_anforderung #Vorname,
#form_anforderung #PLZ,
#form_kontakt #Vorname,
#form_kontakt #PLZ{
margin-right:10px;
}

#form_anforderung input:invalid, 
#form_anforderung textarea:invalid,
#form_kontakt input:invalid, 
#form_kontakt textarea:invalid { 
background-color: #EAEAEA; }

#hersteller p
{ float:left;
  width:100%;
  white-space:nowrap;
  padding-top:0px;
  margin-top:0px;
}

.tag_oeffz { float:left;
  width:4em;
}

.fluid
{}

.hide_tablet
{}

#starttext
{
	margin-top: -5em;
	z-index: 999;
	background-color: #0EC728;
}

#screen30
{}

#cta_btn
{}

#cta_btn a,
#cta_btn a:link,
#cta_btn a:visited{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.6em;
    padding-bottom: 0.4em;
    text-decoration: none;
    outline: none;
    margin-bottom: 10px;
    font-family: hindsemibold, sans-serif;
    font-size: 1.5em;
    color: hsla(0,0%,35%,1);
    text-shadow: hsla(0,0%,40%,.5) 0 -1px 0, hsla(0,0%,100%,.6) 0 2px 2px;
    border: 0.1em groove #D0CFCF;
    border-radius: 0.4em;
    -webkit-box-shadow: -0.1em 0.2em 0.5em #ADACAC;
    box-shadow: -0.1em 0.2em 0.5em #ADACAC;
    background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
    
    linear-gradient(180deg, hsl(0,0%,90%)  0%, 
    hsl(0,0%,70%) 47%, 
    hsl(0,0%,88%) 73%,
    hsl(0,0%,70%)100%);
}



#cta_btn a:hover{
    color: #000000;
    -webkit-box-shadow: 0 0.0 1em #DF0101;
    box-shadow: 0 0.0 1em #DF0101;
}

#cta_btn a:active{
    color: #DF0101;
    -webkit-box-shadow: 0 0.0 1em #DF0101;
    box-shadow: 0 0.0 1em #DF0101;
}
.attention_sb150{
    color: #c31924;
    font-family: hindsemibold; 
    font-size: 150%; 
}

#glaeser{
    height: 250px;
    float: left;
    padding-right: 1em;
    padding-bottom: 1em;
    margin-left: 0;
	} 

#corona{
	} 

#infotext{
	} 

#co{
	} 

#bf{
	} 

.zeroMargin_mobile{
	margin-left: 0;
	} 

.hide_mobile{
	display: none;
	} 

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.menu {
}
.navigation {
}

#divider {
}
#dloadlinks_01,
#dloadlinks_02{
	margin-top: 0em;
}
#dloadlinks_03{
	margin-top: 4em;
}

#gmap {
	width: 100%;}
#div2{
}
#gebaeude {
}
#footer {
}

/* mod_v3 */
.img_kleiner{
max-width: 70%;
width: 100%;
margin-left: 0;
}
p.einzug_2{
	margin-left: 0em;
	max-width:90%;
}
p.einzug_0{
	margin-left: 0em;
	max-width:90%;
}

.bildbereich_lsp{
width: 100%;
float:left;
padding-right: 15px;
padding-bottom: 15px;
}
.textbereich_rsp{
width: 100%;
float:left;
}

#bilder{
}
#form_anforderung{
}

#hersteller p
{ float:left;
  width:40%;
  white-space:nowrap;
  padding-top:0px;
  margin-right:30px;
  margin-top:0px;
}

.fluid
{}

#header {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}

#starttext {
	}

#screen30 {
	}

#cta_btn {
	}

 #corona{
	}    

 #infotext{
	}    

 #co{
	}    

 .hide_tablet{
	display: none;
	}    

 #bf{
	}    

 .hide_tablet{
	display: none;
	}    

 .zeroMargin_tablet{
	margin-left: 0;
	}    

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin-top: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.menu {
}
.navigation {
}
#start {
}

#divider {
}
#dloadlinks_01,
#dloadlinks_02{
	margin-top: 0px;
}

#dloadlinks_03{
	margin-top: 4em;
}

#gmap {
}

#div2{
}
#gebaeude {
}
#footer {
}
/* mod_v3 */
.img_kleiner{
max-width: 100%;
margin-left: 0;
}
p.einzug_2{
	margin-left: 1em;
	max-width:90%;
}
p.einzug_0{
	margin-left: 0em;
	max-width:90%;
}

.bildbereich_lsp{
	width: 49.1525%;
	float: left;
	padding-right: 30px;
	padding-bottom: 15px;
	margin-top: 1em;
}
.textbereich_rsp{
width: 45.1525%;
float:left;
}

#bilder{
}
#form_anforderung{
}

#kontaktform{
	margin-top: 1em;
	margin-left:-60px;
	padding-left: 60px;
	border-left: 1px solid #000000;
}

#hersteller p
{ float:left;
  width:30%;
  white-space:nowrap;
  padding-top:0px;
  margin-right:20px;
  margin-top:0px;
}

.fluid
{}

#header {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}

.hide_tablet {
	}

#starttext {
	}

#screen30 {
	}

#cta_btn {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
	}
#corona{
	}    
#infotext{
	}    
#co{
	}    
#bf{
	}    
.zeroMargin_desktop{
	margin-left: 0;
	}    
.hide_desktop{
	display: none;
	}  
    
    #bf
{
    padding:0em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #666666;
}

#bf img
{float: left; 
    max-width: 60%;
    padding-left: 0em;
    padding-top:0em;
    padding-bottom:0em;
    padding-right:1em;
    margin-top: 0em;
}

#bf h2
{float: left;
    padding-left: 1em;
    padding-top:0em;
    padding-bottom:0em;
    padding-right:1em;
    margin-top: 1em;
    margin-bottom: 0em;
}

#bftxt
{ max-width: 35%;
    float: left;
    padding-left: 1.5em;
    padding-top:0em;
    padding-bottom:1em;
    padding-right:1em;
    margin-top: 1em;
}


}
