.demo-info {
    background: #0787cb;
    padding: 10px;
    color: #fff;
    text-align: left;
    font-size: 13px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
    
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1001;

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.54);
    
    margin-bottom: 50px;
    
    
}

body {
	margin-top: 50px;
}


.demo-info p {
    margin-left: 40px;
    /* position: relative; */
}

.demo-info p a{
    color: #fff;
    font-weight: bold;
}

.demo-info i {
    margin-left: -35px;
    position: absolute;
    top: 20px;
}


img.logo {
    max-width: 100%;
    max-height: 60px;
}

@media (max-width: 768px) {
	img.logo {
		max-width: 100%;
		max-height: 45px;
		vertical-align: top;
	}
}

section.left {
    text-align: right;
    border: 1px solid red;
}

.text-sm-right .range, .text-right .range {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.text-sm-right  .cell-sm-10.cell-md-8.cell-lg-7 {
    text-align: right;
}

.section-a{
    display: inline-block;
    position: absolute;
    margin-top: -60px;
    left: 0;
}

.btn-colored {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}



.rd-navbar-nav-wrap ul.rd-navbar-nav{
	//border: 1px solid red;
}

.rd-navbar-nav-wrap ul.rd-navbar-nav:nth-last-child(2) {
    /* background: #fff; */
    xposition: absolute;
    xtop: 0px;
}

x.rd-navbar-nav-wrap ul.rd-navbar-nav:nth-child(1) > li{
    top: -20px;
    position: relative;
}



.rd-navbar-nav-wrap ul.rd-navbar-nav:nth-child(2) {
    bottom: 0px;
    position: relative;
} 





x.rd-navbar-nav-wrap ul.rd-navbar-nav:nth-last-child(1)  > li {
    display: inline-block;
    min-height: 2px;
    height: 12px;
}

x.rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
    min-height: 2px;
    height: 2px;
}



.divborder div {
	border: 1px solid #ccc;
}



.btn-full {
    width: 100%;
    margin-bottom: 15px !important;
    font-weight: 300;
    font-size: 20px;
    height: 120px;
}

.btn-full span{
	margin-right: 10px;
}

.btn-full .image i  {
    font-size: 70px;
    opacity: 0.4;
    -webkit-transition:  ease-out .5s;
    -moz-transition:  ease-out .5s;
    -o-transition:  ease-out .5s;
    transition:  ease-out .5s;
        padding: 60px 10px;
}

.btn-full:hover .image i  {
    font-size: 70px;
    opacity: 0.9;
    -webkit-transition:  ease-out .5s;
    -moz-transition:  ease-out .5s;
    -o-transition:  ease-out .5s;
    transition:  ease-out .5s;

}

.btn-full .image, .btn-full:hover .image  {
    -webkit-transition:  ease-out .5s;
    -moz-transition:  ease-out .5s;
    -o-transition:  ease-out .5s;
    transition:  ease-out .5s;

}




element.style {
    height: 390px;
}

.hr-heading .range h3, .hr-heading .range h3 span {
    margin: 0;
    padding: 0;
    height: 25px;
    top: -3px;
    position: relative;
    font-size: 26px;
}


.hr-heading .range h3 span{
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding: 0 20px;
    color: #0084ef;    
    color: #bd0000;
    color: #6e6e6e;
}

.section-x4 h3 {
    color: #101d37;
    font-size: 26px;
}


.heading-heating {
    background-image: url(http://timm.300pl.us/images/heizung-bg.jpg);
    background-repeat: repeat-y;
}


.heading-heating .range, .btn-heating{
    background-image: url(http://timm.300pl.us/images/heizung-bg.jpg);
    color: #fff;
}

.heading-water {
    background-image: url(http://timm.300pl.us/images/water-bg.jpg);
    background-repeat: repeat-y;
}


.heading-water .range, .btn-water{
    background-image: url(http://timm.300pl.us/images/water-bg.jpg);
    color: #fff;

}


.heading-brands {
    background-image: url(http://timm.300pl.us/images/brands-bg.jpg);
    background-repeat: repeat-y;
}


.heading-brands .range, .btn-brands{
    background-image: url(http://timm.300pl.us/images/brands-bg.jpg);
    color: #fff;

}


.heading-water .range h3 span{
    color: #0084ef;    
}

.heading-heating .range h3 span{   
    color: #bd0000;

}

.heading-brands .range h3 span{
    color: #6e6e6e;   
}

.section-top-15 {
	margin-top: 15px;
}

.section-top-20 {
	margin-top: 20px;
}

.section-top-25 {
	margin-top: 25px;
}

.btn-heating, .btn-water, .btn-brands{
	height: 190px;
}

.section-x4 h3, .section-x4 p {
	color: #101d37;
}

.section-x4{

}

.section-x4 p {
    margin-top: 5px;
}


@media (max-width: 1199px) {
	.cell-md-4 {
    width: 33.3333333333%;
    float: left;
    }
    .cell-md-4 .btn-full{
	    border-radius: 0;
    }
}

@media (max-width: 767px) {
	.cell-md-4 {
    width: 100%;
    float: left;
    }
}

.hst-button-col {
    margin-top: 0;
}


.offset-bottom-5 {
	margin-bottom: 5px;
}

.offset-10 {
	margin-bottom: 10px;
	margin-bottom: 10px;
}

.offset-5 {
	margin-bottom: 5px;
	margin-bottom: 5px;
}

.offset-bottom-10 {
	margin-bottom: 10px;
}

.hr-heading h3 span{
	text-transform: uppercase;
}


.top-offset-anchor {
    /* border: 1px solid #f00; */
    /* width: 50px; */
    /* height: 50px; */
    position: absolute;
    margin-top: -110px !important;
}



.btn-full .image {
    background: #fff;
    opacity: 0.75;
}

.btn-full .image:hover {
    background: #fff;
    opacity: 0.15;
}



.section-x4 .btn-full {
    background-size: cover;
    background-position: top;
    padding: 0;
    border-width: 0;
}





a[href^="#konfigurator"] {
    background: #f00;
    border-color: #f00;
    color: #fff;
}

a[href^="#konfigurator"]:hover {
    background: transparent;
    border-color: #f00;
    color: #f00;
}



.swiper-slide-caption a[href^="#konfigurator"] {
    float: right;
    margin-right: 30px;
}

.shell.text-center .cell-sm-10.cell-md-8.cell-lg-7 {
    margin: 0 auto;
}

.cell-sm-10.cell-md-8.cell-lg-7.circle{
    background: rgba(254, 206, 31, 0.6);
    border-radius: 500px;
    width: 550px !important;
    height: 550px !important;
    max-width: 550px;
    margin-top: -120px;
    margin-top: 0px;
}


.circle h1 {
    margin-bottom: 16px;
    display: block;
    max-width: 450px;
    top: 35px;
    position: relative;
    text-align: center;
}

.circle  .text {
    display: block;
    position: relative;
    top: 50px;
    text-align: center;
}

.circle .btn-wrapper {
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    text-align: center;
}

.circle h1 br {
    line-height: 70px;
}




/*	Paddint top/bottom for Icons & Text */
.thumbnail-variant-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}


@media (max-width: 5px) { }
	
	.hexagon {
	    width: 520px !important;
	    height: 300px !important;
	    xbackground: #f00 !important;
	    position: relative !important;
	    max-width: 520px !important;
	}
	
	.hexagon:before {
	    content: "";
	    position: absolute;
	    top: -135px;
	    left: 0;
	    width: 0;
	    height: 0;
	    border-left: 260px solid rgba(0, 0, 0, 0);
	    border-right: 260px solid rgba(0, 0, 0, 0);
	    border-bottom: 135px solid #f00;
	}
	
	.hexagon:after {
		content: "";
		position: absolute;
		bottom: -135px;
		left: 0;
		width: 0;
		height: 0;
		border-left: 260px solid transparent;
		border-right: 260px solid transparent;
		border-top: 135px solid red;
	}
	
	.hexagon h1{
	    margin-top: -10px;
	}
	
	.range-hexagon{
	    height: 750px !important;
	    top: 225px !important;
	    position: relative !important;
	}
	
	
	
	.badge {
	    position: relative;
	    background: #f00;
	    height: 500px;
	    width: 550px;
	    -moz-border-radius: 550px;
	    -webkit-border-radius: 550px;
	    border-radius: 550px;
	    max-width: 500px !important;
	    top: -150px;
	}
	
	.badge:before, 
	.badge:after {
	    content: '';
	    position: absolute;
	    border-bottom: 270px solid #f00;
	    border-left: 240px solid rgba(0, 0, 0, 0);
	    border-right: 240px solid rgba(0, 0, 0, 0);
	    top: 360px;
	    left: -90px;
	  -webkit-transform: rotate(-140deg);
	  -moz-transform:    rotate(-140deg);
	  -ms-transform:     rotate(-140deg);
	  -o-transform:      rotate(-140deg);
	}
	
	.badge:after {
	  left: auto;
	  right: -90px;
	  -webkit-transform: rotate(140deg);
	  -moz-transform:    rotate(140deg);
	  -ms-transform:     rotate(140deg);
	  -o-transform:      rotate(140deg);
	}





































	/*		###################################        HIDE / SHOW Kundendaten                    ################################### 		*/ 
	
	
	    #Data-Export, #imprint {
		     display: none;
		     padding: 50px 0;
	    }
	    #xData-Export.show-data {
		     padding: 20px 0;
		     transition: all ease 0.5s;
	    }
	    
	    
		#pairs td {
		    padding: 5px 0px;
		    word-spacing: 5px;
		} 
		
		/*		HIDE FORM OUTPUT FOR ISH		*/	    
		div#form-output-global {
		    xdisplay: none;
		}
	
	
	
	/*		###################################        Heizungstausch Overlay                    ################################### 		*/ 
	
		.overlay {
			background: #fff;
			padding: 0;
			position: fixed;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: 1000;
			display: none;
		}
		
		
		.show-overlay {
			display: block;
		}
		
		a.overlay-close {
		    position: absolute;
		    float: right;
		    left: 1223px;
		    top: 23px;
		    background-image: url("images/u85.svg");
		    font-size: 1px;
		    width: 36px;
		    height: 50px;
		    background-repeat: no-repeat;
		    background-color: #fff;
		}
	
		a.overlay-close:hover {
		    background-image: url("images/u85_mouseOver.svg");
		}
	
	
	/*		###################################                            ################################### 		*/ 
	
	    
		div#hoge *, #items_table * {
		    color: #000 !important;
		} 
		
		a.imprint{
			color: #8d8d8d;
			text-decoration: none;
		}
		
		a.imprint:hover{
			color: #d6d6d6;
			text-decoration: none;
		}	     
			     
		.staticmap{
		    height: 460px;
		    background-image: url(images/map.jpg);
		    background-size: cover;
		}
		
		
		
		
		
		
		
		
		
	 
.rd-navbar--is-stuck .rd-navbar-brand img {
	height: 80px;
	padding: 15px 0;
}




.quote-1:before {
    color: rgba(255, 255, 255, 0.5);
}



x.bg-primary {
    background: #ba2926;
    fill: #ba2926;
}

.rd-navbar-brand span:last-of-type {
    font-weight: 300;
}

.icon-rounded-primary-navbar {
    color: #fff;
}





.btn-primary-variant-2 {
    background-color: transparent;

}

.btn-white:focus, .btn-white.focus, .btn-white:hover, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
}


.btn-primary-variant-2:focus, .btn-primary-variant-2.focus, .btn-primary-variant-2:hover, .btn-primary-variant-2:active, .btn-primary-variant-2.active, .open > .btn-primary-variant-2.dropdown-toggle {
    color: #fff;
}

.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

a {
    text-decoration: none;
}






.btn-primary-variant-1:focus, .btn-primary-variant-1.focus, .btn-primary-variant-1:hover, .btn-primary-variant-1:active, .btn-primary-variant-1.active, .open > .btn-primary-variant-1.dropdown-toggle {
    color: #fff;
}

.btn-white-variant-1 {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.vertical-tabs .resp-tabs-list .tabs-default:before {
    top: 0;
    bottom: 0;
    left: calc(100% + 37px);
    right: 0;
    width: 1px;
    border-bottom: none;
}

.resp-tabs-list li.tabs-default:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    transition: 250ms;
    opacity: 0;
}


.btn-primary-variant-1 {
    color: #101d37;
    background-color: rgba(0, 0, 0, 0);
}




.bg-primary .icon.text-primary {
    color: #8cbdfd;
}



.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}



.bg-dark {
    background: #4c4c4c;
    fill:  #4c4c4c;
}

.page-foot *, .page-foot .icon-primary {
    color: #8d8d8d;
}

.thumbnail-variant-1:hover,  .thumbnail-variant-1.active {
    color: #fff;
}

.thumbnail-variant-1:hover .text-primary,
.thumbnail-variant-1:active .text-primary{
	color: #fff;
}

.thumbnail-variant-1.active * {
    color: #fff;
}

#marken .thumbnail-classic img {
    width: 100%;
    height: auto;
    border: 50px solid #fff;
    border-width: 30px 60px;
}



.cell-bottom-30{
    margin-bottom: 30px;
}



.cell-width-50{
    max-width: 50% !important;
}

.cell-width-75{
    max-width: 75% !important;
}

.cell-width-100{
    max-width: 100% !important;
}


.bg-primary .icon.text-primary {
    color: rgba(255, 255, 255, 0.55) !important;
}

iframe{
    margin: 0;
    padding: 0;
    margin-bottom: -7px !important;
}















































/*

.rd-navbar--is-stuck .rd-navbar-brand img {
	height: 80px;
	padding: 15px 0;
}



.quote-1:before {
    color: rgba(255, 255, 255, 0.5);
    color: <?php echo $field_farbe_alt; ?>;
    color: rgba(255, 255, 255, 0.5);
}

.quote-bg-primary:after {
    border-color: transparent transparent transparent <?php echo $field_farbe; ?>;
}

.hr-primary {
    border-top: 3px solid <?php echo $field_farbe; ?>;
}

x.bg-primary {
    background: #ba2926;
    fill: #ba2926;
}

.rd-navbar-brand span:last-of-type {
    color: <?php echo $field_farbe; ?>;
    font-weight: 300;
}

.icon-rounded-primary-navbar {
    background-color: <?php echo $field_farbe; ?>;
    color: #fff;
}

.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li:hover > a, .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-fullwidth .rd-navbar-nav > li:hover > a, .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
    color: <?php echo $field_farbe; ?>;
}

.bg-primary {
    background: <?php echo $field_farbe; ?>;
    fill: <?php echo $field_farbe; ?>;
}


.btn-primary-variant-2 {
    color: <?php echo $field_farbe; ?>;
    background-color: transparent;
    border-color: <?php echo $field_farbe; ?>;
}

.btn-white:focus, .btn-white.focus, .btn-white:hover, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    color: <?php echo $field_farbe; ?>;
    background-color: #fff;
    border-color: #fff;
}


.btn-primary-variant-2:focus, .btn-primary-variant-2.focus, .btn-primary-variant-2:hover, .btn-primary-variant-2:active, .btn-primary-variant-2.active, .open > .btn-primary-variant-2.dropdown-toggle {
    color: #fff;
    background-color: <?php echo $field_farbe; ?>;
    border-color: <?php echo $field_farbe; ?>;
}

.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    background: <?php echo $field_farbe; ?>;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

a {
    color: <?php echo $field_farbe; ?>;
    text-decoration: none;
}

.btn-link-primary {
    color: <?php echo $field_farbe; ?>;
}




.btn-primary-variant-1:focus, .btn-primary-variant-1.focus, .btn-primary-variant-1:hover, .btn-primary-variant-1:active, .btn-primary-variant-1.active, .open > .btn-primary-variant-1.dropdown-toggle {
    color: #fff;
    background-color: <?php echo $field_farbe; ?>;
    border-color: <?php echo $field_farbe; ?>;
}

.btn-white-variant-1 {
    color: <?php echo $field_farbe; ?>;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.vertical-tabs .resp-tabs-list .tabs-default:before {
    top: 0;
    bottom: 0;
    left: calc(100% + 37px);
    right: 0;
    width: 1px;
    border-bottom: none;
    border-right: 4px solid <?php echo $field_farbe; ?>;
}

.resp-tabs-list li.tabs-default:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
    border-bottom: 1px solid <?php echo $field_farbe; ?>;
    transition: 250ms;
    opacity: 0;
}






.bg-primary .icon.text-primary {
    color: #8cbdfd;
}



.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}



.bg-dark {
    background: #4c4c4c;
    fill:  #4c4c4c;
}

.page-foot *, .page-foot .icon-primary {
    color: #8d8d8d;
}



//	################	BORDER COLOR		################################################

.btn-primary-variant-1 {
    color: #101d37;
    background-color: rgba(0, 0, 0, 0);
    border-color: <?php echo $field_farbe_alt; ?>;
}



//	################	COLOR				################################################




.rd-navbar-toggle
.icon-primary
.rd-navbar-toggle {

    color: <?php echo $field_farbe; ?>;

}
.page .text-primary {
    color: <?php echo $field_farbe; ?>;
}


//	################	COLOR	ALT			################################################



.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
    background: <?php echo $field_farbe_alt; ?>;
}

.bg-primary .hr-primary {
    background: <?php echo $field_farbe_alt; ?>;
}





//	################	BACKGROUND COLOR	################################################

.rd-navbar-toggle span:after, 
.rd-navbar-toggle span:before, 
.rd-navbar-toggle span,
.thumbnail-variant-1:hover,  
.thumbnail-variant-1.active,
.swiper-pagination-bullet
.quote-bg-primary

 {
    background-color: <?php echo $field_farbe; ?>;
}









//	################	COLOR	#FFF		################################################

.thumbnail-variant-1:hover,  .thumbnail-variant-1.active {
    color: #fff;
}

.thumbnail-variant-1:hover .text-primary,
.thumbnail-variant-1:active .text-primary{
	color: #fff;
}


.thumbnail-variant-1.active * {
    color: #fff;
}






























#marken .thumbnail-classic img {
    width: 100%;
    height: auto;
    border: 50px solid #fff;
    border-width: 30px 60px;
}


  .range  .cell-lg-3 {

  }




.cell-bottom-30{
    margin-bottom: 30px;
}



.cell-width-50{
    max-width: 50% !important;
}

.cell-width-75{
    max-width: 75% !important;
}

.cell-width-100{
    max-width: 100% !important;
}


.bg-primary .icon.text-primary {
    color: rgba(255, 255, 255, 0.55) !important;
}

iframe{
    margin: 0;
    padding: 0;
    margin-bottom: -7px !important;
}
*/

