/*
Zerotheme.com | Free Html5 Responsive Templates
Zerogrid - A Single Grid System for Responsive Design
Author: Kimmy
Version : 3.0
Author URI: http://www.zerotheme.com/
*/
/* -------------------------------------------- */

/* ------------------Waldner 2.0 NEW--------------- */ 

/*Column-count Test / Curtis*/
.wfmcol-2 {
	width: 100%;
	column-count: 2;
	column-gap: 40px;
	/*margin-left: 30px;*/
	float: left;
	}




.head9 {
	font-size: 45px;
  	line-height: 45px;
	}


.banner_text {
    position: absolute;
    bottom: 0;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
    max-width: 65%;
	/*background: rgba(255,255,255,0.9);*/
	}

.banner_text_start {
    position: absolute;
    bottom: 0;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
    max-width: 80%;
	/*background: rgba(255,255,255,0.9);*/
	}


header .wrap-header{
    background-image: url("../images/Skylogo_Banner_1200px.jpg");
    border-top: 5px solid #4fae32;
    }

.welcome {
	max-width: 1200px;
	margin-bottom: 30px !important;
	}

#welcometext {
	padding: 30px 60px 30px 60px !important;
	}

#contenttext {
	padding: 30px 60px 30px 60px !important;
	}

.whiteback {
	background: rgba(255,255,255,0.4);
	}

.welcometextbox {
	margin: 10 px;
	}

.welcrows {
	width: 50%;
	display: inline-block;
	float: left;
	}

#welcometext_a {
	padding: 0px 60px 30px 60px !important;
	}

#contenttext_a {
	padding: 20px 30px 30px 0px !important;
	}	

#contenttext_b {
	padding: 20px 0px 30px 30px !important;
	}	

.wohn_teaser {
		height: 315px;
		background-image: url("../images/start/wohn_teaser_a.png");
		background-size: cover;
		}

.gebman_teaser {
		height: 315px;
		background-image: url("../images/start/gebman_teaser_a.png");
		background-size: cover;
		}

.schliess_teaser {
		height: 315px;
		background-image: url("../images/start/schliess_teaser_a.png");
		background-size: cover;
		}


.medien_teaser {
		height: 315px;
		background-image: url("../images/start/medien_teaser_a.png");
		background-size: cover;
		}
.medien_business_teaser {
		height: 315px;
		background-image: url("../images/mediensteuerung/medien_business_teaser_a.png");
		background-size: cover;
		}
.medien_privat_teaser {
		height: 315px;
		background-image: url("../images/mediensteuerung/medien_privat_teaser_a.png");
		background-size: cover;
		}


.led_teaser {
		height: 315px;
		background-image: url("../images/start/led_teaser_a.png");
		background-size: cover;
		}
.led_business_teaser {
		height: 315px;
		background-image: url("../images/led/led_business_teaser_a.png");
		background-size: cover;
		}
.led_privat_teaser {
		height: 315px;
		background-image: url("../images/led/led_privat_teaser_a.png");
		background-size: cover;
		}


.alarm_teaser {
		height: 315px;
		background-image: url("../images/start/alarm_teaser_a.png");
		background-size: cover;
		}

.teaserheight {
		height: 315px;
		padding: 0px;
		}

.teasercenter-right {
		margin: auto;
		padding: 30px 60px 0 0;
		}

.teasercenter-left {
		margin: auto;
		padding: 30px 0 0 60px;
}




/* ------------------Grid System--------------- */ 
.zerogrid{width: 1200px; position: relative; margin: 0 auto; padding: 0px;}
.zerogrid:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.zerogrid .f-right{float: right!important;}
.zerogrid .f-left{float: left!important;}

.zerogrid .row{}
.zerogrid .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.zerogrid .row:after{clear: both; }
.zerogrid .row{zoom: 1;}

.zerogrid .wrap-col{margin:10px;}

.zerogrid .col-1-2, .zerogrid .col-1-3, .zerogrid .col-2-3, .zerogrid .col-1-4, .zerogrid .col-2-4, .zerogrid .col-3-4, .zerogrid .col-1-5, .zerogrid .col-2-5, .zerogrid .col-3-5, .zerogrid .col-4-5, .zerogrid .col-1-6, .zerogrid .col-2-6, .zerogrid .col-3-6, .zerogrid .col-4-6, .zerogrid .col-5-6{float:left; display: inline-block;}

.zerogrid .col-full{width:100%;}

.zerogrid .col-1-2,.zerogrid .col-1-2-fixed{width:50%;}
.zerogrid .offset-1-2{margin-left: 50%;}

.zerogrid .col-1-3,.zerogrid .col-1-3-fixed{width:33.33%;}
.zerogrid .col-2-3,.zerogrid .col-2-3-fixed{width:66.66%;}
.zerogrid .offset-1-3{margin-left: 33.33%;}
.zerogrid .offset-2-3{margin-left: 66.66%;}

.zerogrid .col-1-4,.zerogrid .col-1-4-fixed{width:25%;}
.zerogrid .col-2-4,.zerogrid .col-2-4-fixed{width:50%;}
.zerogrid .col-3-4,.zerogrid .col-3-4-fixed{width:75%;}
.zerogrid .offset-1-4{margin-left: 25%;}
.zerogrid .offset-2-4{margin-left: 50%;}
.zerogrid .offset-3-4{margin-left: 75%;}

.zerogrid .col-1-5,.zerogrid .col-1-5-fixed{width:20%;}
.zerogrid .col-2-5,.zerogrid .col-2-5-fixed{width:40%;}
.zerogrid .col-3-5,.zerogrid .col-3-5-fixed{width:60%;}
.zerogrid .col-4-5,.zerogrid .col-4-5-fixed{width:80%;}
.zerogrid .offset-1-5{margin-left: 20%;}
.zerogrid .offset-2-5{margin-left: 40%;}
.zerogrid .offset-3-5{margin-left: 60%;}
.zerogrid .offset-4-5{margin-left: 80%;}

.zerogrid .col-1-6,.zerogrid .col-1-6-fixed{width:16.66%;}
.zerogrid .col-2-6,.zerogrid .col-2-6-fixed{width:33.33%;}
.zerogrid .col-3-6,.zerogrid .col-3-6-fixed{width:50%;}
.zerogrid .col-4-6,.zerogrid .col-4-6-fixed{width:66.66%;}
.zerogrid .col-5-6,.zerogrid .col-5-6-fixed{width:83.33%;}
.zerogrid .offset-1-6{margin-left: 16.66%;}
.zerogrid .offset-2-6{margin-left: 33.33%;}
.zerogrid .offset-3-6{margin-left: 50%;}
.zerogrid .offset-4-6{margin-left: 66.66%;}
.zerogrid .offset-5-6{margin-left: 83.33%;}



@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.zerogrid{width:960px;}
	#cssmenu.sticky {width:960px;}
	#submenu.sticky {width:960px;}


header .wrap-header{
    background-image: url("../images/Skylogo_Banner_960px.jpg");
    }

.wohn_teaser {
	background-image: url("../images/start/wohn_teaser_b.png");
	}

.gebman_teaser {
	background-image: url("../images/start/gebman_teaser_b.png");
	}

.schliess_teaser {
	background-image: url("../images/start/schliess_teaser_b.png");
	}


.medien_teaser {
	background-image: url("../images/start/medien_teaser_b.png");
	}
.medien_business_teaser {
	background-image: url("../images/mediensteuerung/medien_business_teaser_b.png");
	}
.medien_privat_teaser {
	background-image: url("../images/mediensteuerung/medien_privat_teaser_b.png");
	}


.led_teaser {
	background-image: url("../images/start/led_teaser_b.png");
	}
.led_business_teaser {
	background-image: url("../images/led/led_business_teaser_b.png");
	}
.led_privat_teaser {
	background-image: url("../images/led/led_privat_teaser_b.png");
	}


.alarm_teaser {
	background-image: url("../images/start/alarm_teaser_b.png");
	}


.head9 {
	font-size: 35px;
  	line-height: 35px;
	}


.banner_text {
	font-size: 17px;
    padding-bottom: 20px;
	}




}






@media only screen and (min-width: 768px) and (max-width: 959px) {
	.zerogrid{width:768px;}
	#cssmenu.sticky {width:768px;}
	#submenu.sticky {width:768px;}


header .wrap-header{
    background-image: url("../images/Skylogo_Banner_768px.jpg");
    }


.wohn_teaser {
	background-image: url("../images/start/wohn_teaser_c.png");
	}

.gebman_teaser {
	background-image: url("../images/start/gebman_teaser_c.png");
	}

.schliess_teaser {
	background-image: url("../images/start/schliess_teaser_c.png");
	}

.medien_teaser {
	background-image: url("../images/start/medien_teaser_c.png");
	}
.medien_business_teaser {
	background-image: url("../images/mediensteuerung/medien_business_teaser_c.png");
	}
.medien_privat_teaser {
	background-image: url("../images/mediensteuerung/medien_privat_teaser_c.png");
	}

.led_teaser {
	background-image: url("../images/start/led_teaser_c.png");
	}
.led_business_teaser {
	background-image: url("../images/led/led_business_teaser_c.png");
	}
.led_privat_teaser {
	background-image: url("../images/led/led_privat_teaser_c.png");
	}

.alarm_teaser {
	background-image: url("../images/start/alarm_teaser_c.png");
	}



.head9 {
		font-size: 30px;
  		line-height: 30px;
	}


.banner_text {
	font-size: 15px;
    padding-bottom: 10px;
	max-width: 60%;
	}


.banner_text_start {
	font-size: 15px;
	padding-bottom: 10px;
    max-width: 80%;
	}


.wfmcol-2 {
	/*width: 60%;*/
	column-count: 1;
}


}






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

html {
	-webkit-text-size-adjust: 100%;
	}

#cssmenu.sticky {width:100%;}
#submenu.sticky {width:100%;}

#welcometext {
	padding: 15px 30px 15px 30px !important;
	}

#contenttext {
	padding: 30px 30px 30px 30px !important;
	}

#welcometext_a {
	padding: 15px 30px 15px 30px !important;
	}

#contenttext_a {
	padding: 20px 15px 30px 0px !important;
	}

#contenttext_b {
	padding: 20px 0px 30px 0px !important;
	}


header .wrap-header{
    background-image: url("../images/Skylogo_Banner_768px.jpg");
    }

	
.button_r,.button_l {
      width: 180px;
      height: 40px;
      background-image: url("../images/infos_button_m.png") !important;
      color: white;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      line-height: 40px;
      }

.teasercenter-right,.teasercenter-left {
	margin: auto;
	padding: 20px 30px 0 30px;
	}

.t-right {
	text-align: center !important;
}

.t-left {
	text-align: center !important;
}

.welcrows {
	width: 100%;
	}

.wohn_teaser {
	height: 250px;
	background-image: url("../images/start/wohn_teaser_d.jpg");
	background-position: center;
	}

.gebman_teaser {
	height: 250px;
	background-image: url("../images/start/gebman_teaser_d.jpg");
	background-position: center;
	}

.schliess_teaser {
	height: 250px;
	background-image: url("../images/start/schliess_teaser_d.jpg");
	background-position: center;
	}


.medien_teaser {
	height: 250px;
	background-image: url("../images/start/medien_teaser_d.jpg");
	background-position: center;
	}
.medien_business_teaser {
	height: 250px;
	background-image: url("../images/mediensteuerung/medien_business_teaser_d.jpg");
	background-position: center;
	}
.medien_privat_teaser {
	height: 250px;
	background-image: url("../images/mediensteuerung/medien_privat_teaser_d.jpg");
	background-position: center;
	}



.led_teaser {
	height: 250px;
	background-image: url("../images/start/led_teaser_d.jpg");
	background-position: center;
	}
.led_business_teaser {
	height: 250px;
	background-image: url("../images/led/led_business_teaser_d.jpg");
	background-position: center;
	}
.led_privat_teaser {
	height: 250px;
	background-image: url("../images/led/led_privat_teaser_d.jpg");
	background-position: center;
	}



.alarm_teaser {
	height: 250px;
	background-image: url("../images/start/alarm_teaser_d.jpg");
	background-position: center;
	}



.head9 {
	font-size: 20px;
  	line-height: 20px;
	}


.banner_text {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
    padding-bottom: 5px;
	max-width: 100%;
	}

.banner_text_start {
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
    padding-bottom: 5px;
	max-width: 100%;
	}

.wfmcol-2 {
	/*width: 60%;*/
	column-count: 1;
}

	.zerogrid, .zerogrid .col-1-2, .zerogrid .col-1-3, .zerogrid .col-2-3, .zerogrid .col-1-4, .zerogrid .col-2-4, .zerogrid .col-3-4, .zerogrid .col-1-5, .zerogrid .col-2-5, .zerogrid .col-3-5, .zerogrid .col-4-5, .zerogrid .col-1-6, .zerogrid .col-2-6, .zerogrid .col-3-6, .zerogrid .col-4-6, .zerogrid .col-5-6{width:100%;}
	
	.zerogrid .offset-1-2, .zerogrid .offset-1-3, .zerogrid .offset-2-3, .zerogrid .offset-1-4, .zerogrid .offset-2-4, .zerogrid .offset-3-4, .zerogrid .offset-1-5, .zerogrid .offset-2-5, .zerogrid .offset-3-5, .zerogrid .offset-4-5, .zerogrid .offset-1-6, .zerogrid .offset-2-6, .zerogrid .offset-3-6, .zerogrid .offset-4-6, .zerogrid .offset-5-6{margin-left:0;}

}
