*{
	font-family: 'Titillium Web';
	color: #828281;
}
.gsc-adBlockVertical, .gsc-adBlock {
    display:none!important;
}
.gsc-thinWrapper {
    width: 100%;
}
/*
@media (max-width: 768px){ 
  h1.hSmMargin,
  h2.hSmMargin,
  h3.hSmMargin,
  h4.hSmMargin {
  	margin: 36px 0 -35px 0;
  }

  .object1Div .SmMarginTop,
  .object2Div .SmMarginTop,
  .object3Div .SmMarginTop {
	margin-top: 85px;
  }
}
*/


body{
	position:relative;
	font-size: 17px;
	/*top: 100px;*/
}

.bold{
	font-weight: 600;
}

.hr{
	border-top-color: #b0b0b0;
	margin-bottom:0px;
}
/**
		COLORS
**/


.sequenz-yellow h2,
.sequenz-yellow h3,
.sub-nav-bar .navbar-nav > li > a *.yellow,
.yellow{
	color: #d9751f;
}
.yellow-bg{
	background-color: #d9751f;
}
.yellow-border{
	border-color: #d9751f;
}

.sequenz-purple h2,
.sequenz-purple h3,
.sub-nav-bar .navbar-nav > li > a *.purple,
.purple{
	color: #86003a;
}
.purple-bg{
	background-color: #86003a;
}
.purple-border{
	border-color: #86003a;
}

.sequenz-lightblue h2,
.sequenz-lightblue h3,
.sub-nav-bar .navbar-nav > li > a *.lightblue,
.lightblue{
	color: #6890c6;
}
.lightblue-bg{
	background-color: #9ec2eb;
}
.lightblue-border{
	border-color: #9ec2eb;
}

.sequenz-blue h2,
.sequenz-blue h3,
.sub-nav-bar .navbar-nav > li > a *.blue,
.blue{
	color: #00788f;
}
.blue-bg{
	background-color: #00788f;
}
.blue-border{
	border-color: #00788f;
}

.sequenz-white h2,
.sequenz-white h3,
.sub-nav-bar .navbar-nav > li > a *.white,
.white{
	color: white;
}
.white-bg{
	background-color: #efefec;
}
.white-border{
	border-color: white;
}
.green{
	color: #005731;
}
.green-border{
	border-color: #005731;
}
.sequenz-green h2,
.sequenz-green h3,
.sub-nav-bar .navbar-nav > li > a *.green,
.green {
	color: #005731;
}
.green-bg {
	background-color: #005731;
}
.beige-bg {
	background-color: #efefec;
}

.sequenceOrder {
	margin-bottom: 30px;
}
.sequenceOrder tr{
	border-bottom: 1px solid #CCC;
}
.sequenceOrder > div {
	margin-bottom: 20px;
}
.sequenceOrder h2{
	cursor: pointer;
}
.sequenceOrder.closed > h2:before{
	content: "[+]";
}
.sequenceOrder.open > h2:before{
	content: "[-]";
}
.sequenceOrder.open .row{
	display: block;
}
.sequenceOrder.closed .row{
	display: none;
}
/*****************************************************************************************************************************************************************

**/

.paddingLeft0{
	padding-left: 0 !important;
}

.paddingRight0{
	padding-right: 0 !important;
}

.linkContainer img {
	width: 100%;
}
nav.navbar{
	margin-bottom:0px;
}

/**
		Überschrift + Content
**/

.h1{
	font-size: 30px;
	font-weight:600;
	border-bottom: 3px solid #b0b0b0;
	padding-bottom:5px;
}

.h2{	
	font-size: 21px;
	font-weight: 400;
	border-bottom: 2px solid #b0b0b0;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.h3{
	margin-top:10px;
}
.hauptueberschrift{
	margin-bottom:40px;
}
.unterueberschrift{
	margin-top: 50px;
	font-size: 30px;
	line-height:37px;
	border-bottom: none;
}
.content{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 20px;
}

/**
		Breadcrumbs
**/
.breadcrumbbar{
	margin-top: 15px;
	margin-bottom:10px;

}
.sticky.fixed{
	position: fixed;
	width: 100%;
	max-height: 68px;
	background-color: white;
	z-index: 1;
	top: 0;
}

.breadcrumbbar .backbutton,
.greenbutton{
	border-radius:10px;
	background-color: #a9cf32;
	color:white;
	font-size:14px;
	padding:2px 15px;
	font-weight:bolder;
	cursor:pointer;

}
.breadcrumbbar .backbutton span{
	color:inherit;
}

.breadcrumbbar #breadcrumb{
	float:right;
	list-style:none;
}
.breadcrumbbar #breadcrumb li{
	position:relative;
	display:block;
	float:left;
	padding-right:5px;
	color:inherit;
	font-weight: 600;
}
.breadcrumbbar #breadcrumb li:before{
	content: '»';
}
.breadcrumbbar #breadcrumb a{
	color:inherit;
}

@media (max-width: 900px) {
	.breadcrumbbar #breadcrumb{
		padding-top: 10px;
		padding-left: 15px;
	}
}

/**
		Kategorievorschau
**/

.home .vorschau-section a img, .vorschau-section a img {
	width: 100%;
	height: 467px;
}

.fenster .vorschau-section a img {
	height: 400px;
	width: 100%;
	  object-fit: cover;
}
.vorschau-section{
	margin-bottom:50px;
	padding-bottom:30px;
}
.kategorie.vorschau-section{
	padding-top: 90px;
	background-color: #efefec;
}
.distanceBottom {
	margin-bottom: 15px;
}
.fenster .distanceBottom,
.holzbau .distanceBottom{
 display:none;
}
.vorschau-section .vorschau{
	margin-bottom: 25px;
	overflow: hidden;
}

.vorschau-section .overlay{
	position:absolute;
	bottom: 0px;
	min-height: 85px;
	width:calc(100% - 15px);
	opacity: 0.9;
	padding:0 20px;
}

.vorschau-section .h3{
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 5px;
}
.vorschau-section .h4 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
}
.vorschau-section .thema-button{
	display:inline-block;
	border:1px solid #828281;
	border-radius: 10px;
	padding:5px 10px;
	color: #828281;
	text-transform: uppercase;
	font-size:20px;
	font-weight:600;
}
.vorschau-section .thema-button:hover{
	text-decoration:none;
}
.home .vorschau-section .vorschau .img-responsive {
	height: 100%;
}
.fenster .vorschau-section .vorschau .img-responsive {
	height: 300px;
}
.img-responsive{
	width: 100%;
}

.textblock .article-content {
	font-size: 16px;
    line-height: 20px;
}

@media (max-width: 900px) {

}
/**
		Multivorschau
**/

.container.multi{
	
}

.container.multi .vorschau-section a.vorschau {
	
}
.container.multi .vorschau-section .h2 {
	
}


/**
		Aktuelles slider
**/


.aktuelles-slider .news-slider-item{
	border-top-width:3px;
	border-top-style:solid;
	border-bottom-width:3px;
	border-bottom-style:solid;
	height:210px;
	background-color: #e9e9e1;
	padding: 20px 5px;
}
.aktuelles-slider .overwriteCategorie{
	font-size: 16px;
	margin-bottom: 8px;
}
.aktuelles-slider .news-slider-item .textblock{
	padding-left:50px;
}
.aktuelles-slider .news-slider-item .raquo{
	font-size: 26px;
	position: absolute;
	left: 9px;
	margin-top: 10px;
}
.aktuelles-slider .news-slider-item .raquo-second {
	left: 21px;
}
.aktuelles-slider .news-slider-item .header{
	font-size: 23px;
	font-style: italic;
	font-weight: 600;
}
.aktuelles-slider .slick-dots li {
	margin: 0 -2px;
}
.aktuelles-slider .slick-dots li button::before {
	content: '□';
	color: grey;
	font-size: 18px;
}
.aktuelles-slider .slick-dots li.slick-active button::before {
	content: '■';
}
.slick-slide img{
	width: calc(100% - 15px);
	margin-left: 15px;
}
.slick-slide .slider-image-container {
    max-height: 165px;
    overflow: hidden;
}


@media (max-width: 900px) {
	.aktuelles-slider {
		margin-right: 15px;
	}
	.aktuelles-slider .news-slider-item {
		height: auto;
	}
	.aktuelles-slider .news-slider-item .mobileTypeHidden {
		padding-left: 25px;
		padding-right: 25px;
	}
	.aktuelles-slider .news-slider-item .spanMobilPosition {
		position: absolute;
		left: 11px;
	}
	.aktuelles-slider .news-slider-item .textblock {
		padding-left: 61px;
	}
}
/**
		THEMA TEMPLATE
**/

.thema-ueberschrift::before{
	background-image: url('/assets/images/grafiken/Huber-Vorteile_Baeume_small.png');
	background-size:cover;
	content: ' ';
	position: absolute;
    display: block;
    height: 20px;
    width: 50px;
    top: -20px;
    left: 25px;
}
.thema-ueberschrift.noSideMargin {
	margin-right:0px;
	margin-left: 0px;
}
.thema-ueberschrift.noSideMargin > div {
	padding-right: 0px;
}
.thema-ueberschrift{
	font-size:20px;
	text-transform:uppercase;
	padding: 10px 20px 10px 15px;
	margin-bottom:1px;
}

.thema-inhalt-block{
	background-color: #c4bcb1;
	color:white;
	padding-left: 30px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	font-size: 14pt;
}

.thema-inhalt-block *{
	color: white;
}

.thema-inhalt-block h1,
.thema-inhalt-block h2,
.thema-inhalt-block h3{
	text-transform: uppercase;
}
.thema-inhalt-block h2{
	font-size:25px;
}
.themaBoxdistance {
	margin-bottom: 60px;
}

.firstpicture {
	padding-bottom: 15px;
}
.secondpicture {
	height: 190px;
	background-size: cover;
}
.p-right {
	padding-right: 7.5px;
}
.p-left {
	padding-left: 7.5px;
}

@media (max-width: 900px) {
	.firstpicturemobile{
		padding-top: 15px;
	}
	.p-left {
		padding-left: 15px;
	}
	.p-right {
		padding-right: 15px;
	}
}

/**
		OBJEKT 3
**/

.object3Div{
	margin-bottom:20px;
}
.object3Div .h3{
	margin-top:0px;
}


/*
Gallerie
*/

.galleriepicture.small:nth-child(odd) {
    margin-right: 0;
}

.galleriepicture{
    height: 190px;
    display: block;
    width: calc(50% - 7.5px);
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.galleriepicture.fullwidth{
	width: 100%;
	margin-right: 0;
}

.galleriepicture div {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}


/**
		Info Boxen
**/
.section-container.container {
	
}

.infoBox {
	margin: 25px 0;
}

.infoBoxImageHeader{
	height: 185px;
	overflow: hidden;
}

.infoBoxImageHeader img{
	width: 100%;
}

.infoBoxBody{
	height: 265px;
	background-color: #F0F0ED;
}

.infoBoxBorderDarkGreen{
	border-bottom: 3px solid #277150;
}

.infoBoxBorderLightGreen{
	border-bottom: 3px solid #C5DD27;
}

.infoBoxArrowPane{
	float: left;
	width: 65px;
	height: 100%;
	padding: 10px 0 0 10px;
}

.infoBoxTextPane{
	float: left;
	width: calc(100% - 65px);
	height: 100%;
	padding: 24px 20px 10px 0;
}

.infoBoxTextPaneHeading{
	font-size: 24px;
	line-height: 20px;
	font-weight: 600;
	font-style: italic;
}

.infoBoxTextPaneText{
	margin-top: 8px;
	font-size: 16px;
}


@media (max-width: 768px){ 

	.infoBox{
		height: unset;
	}

	.infoBoxImageHeader{
		height: unset;
	}

	.infoBoxImageHeader img{
		height: unset;
		width: 100%;
		overflow: visible;
	}

	.infoBoxBody{
		height: unset;
		min-height: 245px;
	}
}


.grayInfoBox{
	background-color: #C7BFB5;
	padding: 14px 50px;
}

.grayInfoBox .grayInfoBoxHeading{
	margin-bottom: 20px;
}

.grayInfoBox .grayInfoBoxHeading span{
	font-size: 26px;
	font-style: italic;
	font-weight: 800;
	color: white;
}

.grayInfoBox .grayInfoBoxText{
	font-size: 16px;
	color: white;
}

.grayInfoBox .grayInfoBoxButton{
	display: block;
	width: 100%;
	align-items: unset;
	font-size: 16px;
	color: white;
	border: 1px solid white;
	padding: 8px 15px;
	font-size: 20px;
	font-weight: 900;
	background-color: transparent;
	border-radius: 10px;
}

.grayInfoBox .buttonSmDiv{
	padding-left: 8%;
}

.grayInfoBox .imgSmDiv{
	padding-left: 8%;
}

@media (max-width: 768px){ 
	.grayInfoBox .buttonSmDiv{
		padding: 25px 0 0 0;
	}

	.grayInfoBox .imgSmDiv{
		padding: 25px 0 0 0;
	}
}
/**
		KONTAKT
**/
body.kontakt .hauptueberschrift {
	margin-bottom: 20px;
}
.kontakt .kontaktend {
	margin-bottom: 30px;
}


/**
		FOOTER
**/

.footer{
	height: 355px;
	background-color: #e9e9e1;
	padding-top: 25px;
	box-shadow: 0px 25px 40px -20px #ccc inset,
				 0px -40px 40px -20px #fff inset;
	border-top: 1px solid #555;
	border-bottom: 1px solid #ddd;
	margin-bottom:20px;

}
.footer *{
	color: #005731;
}

.footer .navbar-nav li a{
	border-right: 1px solid #005731;
	padding:0px 15px;
	font-weight:600;
}
.footer .navbar-nav li:last-child a{
	border-right:unset;
}
.footer .hr{
	border-color: #005731;
}
.footer .fontSize16 {
	font-size: 16px;
}

@media (max-width: 900px) {
	.footer {
		height: auto;
		width: auto;
	}
}
/**
		"!IMPORTANT" STUFF
**/

.color-inherit{
	color: inherit !important;
}