@charset "utf-8";
/* CSS Document */


body {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
	margin-top: 30px;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-family: 'Open Sans';
	overflow-x: hidden;
	color: #56534C;
}
a, div, input, p {
    box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.anchor {
	position:absolute; 
	top:-100px;
}
.clear {
	clear: both;	
}
a:hover, a {
	text-decoration: none!important;
	transition: 0.2s;
}
a {
  color: #50bcb7;
}
a:hover {
    color: #F5CD00;
}


p {
  margin-top: 0;
  margin-bottom: 30px;
}
#leistungen p {
		margin-bottom: 20px;
	}
#kontakt p {
	margin-bottom: 20px;
}
p.besondere {
	margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px){
p {  margin-bottom: 20px;}
}
@media (max-width: 380px){
p {  margin-bottom: 10px;}
} 
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ul {
padding-left: 15px;
}
dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

hr {
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #d3d9df;
}
.img-fluid {
width: auto;
height: 100%;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.img-fit {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/*////////////////////////////////////////////////////////////////*/

/*Andere*/

/*////////////////////////////////////////////////////////////////*/
.bg-dunkelgrau-verlauf {
    color: rgba(255,255,255,1.00);
    background-image: -webkit-radial-gradient(rgba(155,149,145,1.00) 0%,rgba(86,83,76,1.00) 100%);
    background-image: -moz-radial-gradient(rgba(155,149,145,1.00) 0%,rgba(86,83,76,1.00) 100%);
    background-image: -o-radial-gradient(rgba(155,149,145,1.00) 0%,rgba(86,83,76,1.00) 100%);
    background-image: radial-gradient(rgba(155,149,145,1.00) 0%,rgba(86,83,76,1.00) 100%);  
	padding-bottom: 0;
}
.bg-hellgrau {
	background-color: #E6E6E6;
}
.bg-hellgrau2 {
	background-color: #EBEBEB;	
}
.bg-hellhellgrau {
    background-color: #EEEEEE;
}
.bg-white {
	background-color: #FFF;
}
.bg-yellow {
	background-color: #F5CD00;
	padding:25px;
	margin-top:20px;
}
.bg-dunkelgrau-verlauf h2, .bg-dunkelgrau-verlauf h3, .bg-dunkelgrau-verlauf h4 {
	color: #FFF;
} 
.color-gelb, h3.color-gelb {
	color: #F5CD00;	
}
.color-weiss {
	color: #fff;	
}
.color-hellblau {
  color: #50bcb7;
}
.semibold {
	font-weight: 600;
}
#ansprechpartner .neu {
	padding-top:25px;
}
section {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
@media (max-width:380px) {
	section {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
section .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.partner {
padding-bottom: 30px;
}
.partner img {
	width: 100%;
	height: auto;
}

#kunden {
	background-color: #F5CD00;
	color: #56534C;
}

@media (max-width: 380px){	
.partner {
padding-bottom: 15px;
}}

#impressum, #datenschutz {
	margin-top: 120px;
	padding-bottom: 0;
}

#datenschutz {
	padding-top:0;
}
.icon2 {
	height: 35px;
}
.icon2 img {
	bottom: 0px;

}

/*////////////////////////////////////////////////////////////////*/

/*Textstile*/

/*////////////////////////////////////////////////////////////////*/
strong, b {
	font-weight: 700;
}
.bg-yellow strong {
	font-weight: 600;
}
.text-center {
	text-align: center;
}

 .schrift-gross {
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: normal;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	line-height: 1.2;
	color: inherit;
}
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6,
.accordion-button,
.accordion-button:not(.collapsed){
	color: #56534C;
}
h1, .h1 {
	font-style: normal;
	font-size: 30px;
	color: #56534C;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 600;
}

h2, .h2 {
	font-size: 30px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #56534C;
	font-weight: 600;
}
#datenschutz h2 {
	font-size: 25px;
	margin-bottom: 20px;
}

h3, .h3 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #56534C;
	font-weight: 600;
}
.gross-h3 {
	font-size: 25px;
}

#impressum h3, #datenschutz h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
#kontakt h3 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
}
#niederlassungen h4,
#ansprechpartner .neu h4{
	font-size: 17px;
	padding-top: 0px;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
}
#niederlassungen h3 {
	font-size: 25px;
	padding-top: 0px;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
}
h4 {
	font-size: 22px;
	margin-bottom:0;
	font-weight: 600;
}
.fernwaerme h4 {
	font-size: 19px;
	padding-top: 0px;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 20px;
	font-weight: 600;
}
#datenschutz h1, #impressum h1 {
font-size: 50px;
padding-top: 60px;
padding-bottom: 25px;
}
@media (max-width: 450px){
#datenschutz h1, #impressum h1 {
	font-size: 25px;
	padding-top:0px;
}
#datenschutz h2, #impressum h2 {
	font-size: 19px;
	margin-bottom: 20px;
	}
#datenschutz h3, #impressum h3 {
	font-size: 17px;
	}}
@media (max-width: 380px){
#datenschutz h1, #impressum h1 {
	font-size: 20px;
	padding-top:20px;
}
#datenschutz h2, #impressum h2 {
	font-size: 18px;
	margin-bottom: 15px;
	}
#datenschutz h3, #impressum h3 {
	font-size: 16px;
	}}


@media (min-width: 992px) and (max-width: 1199.9px){
body {
	font-size: 14px;
}
.schrift-gross {
	font-size: 18px;
}
h3 {
	font-size: 19px;
	margin-bottom: 10px;
}
}
@media (max-width: 380px){
body {
	font-size: 14px;
}
.schrift-gross {
	font-size: 14px;
}
h2 {
		font-size: 23px;
		margin-bottom: 20px;
	}
h3 {
	font-size: 17px!important;
	margin-bottom: 10px;
}
} 
.accordion h4 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 1px;
}
h5, .h5 {
  font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#ansprechpartner h4 {
/*	color: #50bcb7; */
}
#ansprechpartner h5 {
/*	 color: #50bcb7; */
	font-weight: 600;
	font-size: 16px;
}
#ansprechpartner a {
/*	color: #56534C; */
}
h6, .h6 {
  font-size: 1rem;
}


#kunden h2 {
	text-align: center;
}
.headergrafik h1, 
.headergrafik h2,
.bg-rot h2,
#karriere h2,
#karte h2,
#karriere h4, 
#wir h4{
	color: #FFFFFF;
}
h1, .h1 {
	font-size: 85px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 800;
	margin: 0;
	padding: 0;
}
@media (max-width: 991.9px){	
h1, .h1 {
	font-size: 66px;
}
}
@media (max-width: 767.9px){	
h1, .h1 {
	font-size: 40px;
}
}
@media (max-width: 390px){	
h1, .h1 {
	font-size: 30px;
	}}
.headergrafik h2, #home .headergrafik h2 {
	background-color: #F5CD00;
	color: #56534C;
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: 600;
	display: inline-block;
	padding: 6px 11px;
	margin: 2px 0 0 5px;
}

/*////////////////////////////////////////////////////////////////*/

/*Teaser*/

/*////////////////////////////////////////////////////////////////*/
.teaser {
	height: 272px;
	position: relative;
	    background-size: cover;
    background-position: center center;
	padding:24px;
	margin-bottom: 20px;
}

.teaser1 {
    background-image: url("../images/teaser-heizungsrechner.jpg");
color: #FFF;
}
.teaser2 {
    background-image: url(../images/Zuhause%20Waerme%20plus%20Multipreisrechner%20620x235.jpg);
color: #56534C;
}
.teaser3 {
    background-image: url("../images/partner-werden.jpg");
    color: #56534C;
    height: 100%;
    background-position: right center;}
.teaser3 img {
	margin-bottom: 5px;
}
.teaser1 h4 {
	color: #FFF;
}
.teaser a {
	position: absolute;
	bottom: 24px;
	margin-right: 20px;
	line-height: 1.1;
}
.teaser p {
	margin-top: 16px;
	margin-bottom: 0;
	font-weight: 600;
}
.teaser h4 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	width: 65%;

}
@media (max-width:1000px) {
	.teaser {
		height: 210px;
	padding-left:21px;
	padding-right: 100px;
	padding-top:10px;
		padding-bottom:21px;
	margin-bottom: 20px;
}
	.teaser h4 {
	font-size: 28px;
	margin-top: 0;

}
}
@media (max-width:750px) {
	.teaser {
	height: 210px;
	padding-left:21px;
	padding-right: 100px;
	padding-top:25px;
		padding-bottom:21px;
	margin-bottom: 20px;
}
}
@media (max-width:520px) {
.teaser {
padding-top:10px;
}	
}
@media (max-width:380px) {
.teaser {
	height: 180px;
	padding-left:21px;
	padding-right: 100px;
	padding-top:25px;
	padding-bottom:21px;
	margin-bottom: 20px;
}
.teaser h4 {
	font-size: 22px;
	margin-top: 0;

}
.teaser p {
	margin-top: 0px;
	margin-bottom: 0!important;
}
}
/*////////////////////////////////////////////////////////////////*/

/*Lead*/

/*////////////////////////////////////////////////////////////////*/
#lead {
	background-color: #F5CD00;
	color: #56534C;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
@media (max-width: 991.9px){	
#lead {
	font-size: 25px;
}
}
 .lead {
	font-size: 20px;
}
#lead.hotline .container {
	padding-top: 15px;
	padding-bottom: 0px;
}
#lead.hotline .container h2  {
	font-size: 40px;
		font-weight: 700;
		padding-bottom: 0;
	margin-bottom: 0px;
	color: #FFF;
}
#lead.hotline img {
width: 40px;
}
@media (max-width: 768px){	
	#lead.hotline .container h2 span  {
	display: block;
}
}
@media (max-width: 500px){	
 .lead {
	font-size: 18px;
}
	#lead.hotline .container h2  {
	font-size: 28px;
}
#lead.hotline img {
width: 30px;
}

}
@media (max-width: 400px){	
		#lead.hotline .container {
	font-size: 16px;
}
	#lead.hotline .container h2  {
	font-size: 20px;
}
	#lead.hotline img {
width: 20px;
}
}
/*////////////////////////////////////////////////////////////////*/

/*Leistungen*/

/*////////////////////////////////////////////////////////////////*/
#leistungen ul {
	list-style: none;
	padding: 0;
	margin-top: -10px;
}
#leistungen ul li {
    clear: both;
    display: flex;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;	
	height: 40px;
}
#leistungen ul .icon {
	float: left;
	margin-right: 5px;
	height: 26.5px;
	margin-left: -5px;
}
#leistungen ul .icon img {
	height: 26.5px;
	width: auto;
}
/*////////////////////////////////////////////////////////////////*/

/*Tabs*/

/*////////////////////////////////////////////////////////////////*/

.tab {
    overflow: hidden;
    border-bottom: 1px solid rgba(181,181,181,1.00);
	margin-top: -20px;
	
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-right: none;
    border-bottom: 2px solid transparent;
    border-top: none;
    outline: none;
    cursor: pointer;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Open Sans';
    color: #56534C;
    padding-left: 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
     border-bottom: 2px solid rgba(181,181,181,1.00);
}

/* Create an active/current tablink class */
.tab button.active {
 
	border-bottom: 2px solid rgba(86,83,76,1.00);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 30px;
 
    padding-bottom: 6px;

    border-top: none;
} 
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


/*////////////////////////////////////////////////////////////////*/

/*Header*/

/*////////////////////////////////////////////////////////////////*/
header {
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 100;
    transition: 0.5s;
    -webkit-box-shadow: 2px 2px 8px 3px rgba(8,7,11,0.8);
    box-shadow: 2px 2px 8px 3px rgba(8,7,11,0.8);
    background-image: -webkit-linear-gradient(240deg,rgba(86,83,76,1.00) 0.52%,rgba(155,149,145,1.00) 34.21%,rgba(86,83,76,1.00) 100%);
    background-image: -moz-linear-gradient(240deg,rgba(86,83,76,1.00) 0.52%,rgba(155,149,145,1.00) 34.21%,rgba(86,83,76,1.00) 100%);
    background-image: -o-linear-gradient(240deg,rgba(86,83,76,1.00) 0.52%,rgba(155,149,145,1.00) 34.21%,rgba(86,83,76,1.00) 100%);
    background-image: linear-gradient(210deg,rgba(86,83,76,1.00) 0.52%,rgba(155,149,145,1.00) 34.21%,rgba(86,83,76,1.00) 100%);
}

#logo {
width: 280px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
transition: 0.5s;
}
#logo img {
	height: auto;
	width: 100%
}
nav {
transition: 0.5s;
margin-top: 76px;
float: right;
clear: right;
font-size: 18px !important;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 600;
}
nav ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
nav ul li {
	padding-left: 12px;
	padding-right: 0px;
	display: inline;
}
nav ul li a {
	color: #FFF;
}
nav ul li a:hover, 
nav ul li a:active, 
nav ul li a:focus {
	color: #F5CD00;
}
nav ul li a:hover {
	text-decoration: none;
}

nav ul li a {
	color: #fff;
}

@media (max-width:1199.9px) {
	#logo {
	width: 230px;
}
	nav {
	font-size: 15.5px!important;
    margin-top: 64px!important;
	}
nav ul li {
	padding-left: 13px;
	}
}

@media (min-width:992px){
.nebenNav {
	display: none;

	}
}

@media (max-width:991.9px){

	nav {
	transition: 0.5s;
	height: 0px;
	width: 100%;
	overflow: hidden;
		}

	nav ul li {
	padding-left: 0px;
	padding-bottom: 0px!important;
	}

	nav ul {
	padding-top:0px;
}
	nav ul li a  {
border-top: thin solid rgba(255,255,255,0.50);
	display: block;
	float: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px!important;
	
	}
nav ul li a:hover {
    background-color: #F5CD00;
    color: #56534C!important;
    transition: 0.5s;
    padding-left: 15px;
}

	nav {
		margin-top: 0px!important;
	}

	#logo {
	width: 230px;
	margin-top: 10px;
	margin-bottom: 8px;
}

}
@media (max-width:600px) {
		#logo {
	width: 170px;
	margin-top: 53px;
	margin-bottom: 6px;
}
	}
@media (max-width: 380px){
		#logo {
	width: 170px;
	margin-top: 53px;
	margin-bottom: 6px;
}
}
/*////////////////////////////////////////////////////////////////*/

/*Hotline*/

/*////////////////////////////////////////////////////////////////*/
header .container {
	position: relative;
}
#hotline {
text-align: left;
width: 235px;
height: auto;
background-color: rgba(245,205,0,1.00);
padding-top: 6px;
font-weight: 700;
color: #56534C;
font-size: 17px;
cursor: pointer;
transition: 0.5s;
line-height: 1.3;
right: 15px;
margin-top: -218px;
padding: 8px 15px;
z-index: 100;
position: absolute;
}
#hotline:hover {
	margin-top: -10px;
}
.stoerung {
	font-size: 18px;
	margin-top: 15px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
	margin-right: -2px;
}
.hotline-teil2 h5 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: uppercase;
}
#hotline ul {
	display: inline;
	padding: 0;
}
#hotline ul li {
	display: inline;
	padding-left: 10px;
}

#hotline a {
	color: #56534C;

}
.stoerung-link {
	padding-bottom: 5px;
}

#hotline a:hover {
    color: #FFFFFF;
}
#hotline img {
	margin-bottom: -3px;
}
.hotline-teil2 {
	    font-weight: 600;	
}
@media (max-width:991.9px){
	#hotline {
    width: 215px;
    height: 270px;
    font-size: 16px;
    margin-top: -230px;
}
	.hotline-teil2 {
    position: absolute;
    bottom: 55px;
}
	.hotline-teil2 h5 {
	font-size: 16px;
}
	.stoerung {
    font-size: 16px;
    position: absolute;
    bottom: 10px;
}
}
@media (max-width:600px) {
	#hotline {
width: 100%;
height: 260px;
font-size: 16px;
right: 0px;
margin-top: -217px;
}
	.stoerung {
	font-size: 16px;
		bottom: 12px;
		position: absolute;
}
	.hotline-teil2 {
		bottom: 55px;
		position: absolute;
	}
.hotline-teil2 h5 {
	font-size: 16px;
}
}
/*
@media (max-width:991.9px){
	#hotline {
	position: fixed;
	left: 0;
	width: 100%!important;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    height: 37px;		
	}
	.hotline-teil2 {
		clear: left;
		width: 100%;
	}

}
@media (max-width:600px) {
	
#hotline {
    text-align: left;
    height: 62px;
    float: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
	padding-right: 15px;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    clear: both;
    letter-spacing: 0.07em;
}
	.hotline-teil2 {
		width: 100%;
		clear: both;
	}

	#hotline ul {
    display: block;
 text-transform: capitalize;
		font-size: 13.5px;
		letter-spacing: 0em;
		margin-top: 3px;
	}
		#hotline ul li {
		padding-left: 0;
			padding-right: 10px;
		}
	}
@media (max-width: 406px){
		#hotline ul {
		font-size: 12.5px;
	}
			#hotline ul li {
			padding-right: 5px;
		}
}
@media (max-width: 380px){

	#hotline {
    text-align: left;
    height: 85px;
    float: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
		padding-right: 15px;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    clear: both;
    letter-spacing: 0.07em;
}
	#hotline ul li {
    display: block;
    padding-left: 0px;
    text-transform: capitalize;
		font-size: 14.5px;
		letter-spacing: 0em;
}
}
*/
/*////////////////////////////////////////////////////////////////*/

/*Headergrafik*/

/*////////////////////////////////////////////////////////////////*/

.headergrafik {
    margin-top: 120px;
    height: 650px;
	margin-left: auto;
	margin-right: auto;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.header-home {
    background-image: url(../images/2.jpg);
    background-position: center 39%;
}
.header-fernwaerme {
    background-image: url("../images/header/fernwaerm1.jpg");	
	   background-position: center 50%;
}
.header-heizung {
    background-image: url("../images/header/heizung-5.jpg");	
	   background-position: center 50%;
}
.header-photovoltaik {
    background-image: url("../images/header/photovoltaik3.jpg");	
	   background-position: center 15%;
}
.header-ueberuns {
    background-image: url("../images/header/photovoltaik4.jpg");	
	   background-position: center 50%;
}
.header-karriere {
    background-image: url("../images/header/monteur2.jpg");	
	   background-position: center 10%;
}
.header-kontakt {
    background-image: url("../images/header/fernwaerme2.jpg");	
	   background-position: center 100%;
}
.headergrafik .header-verlauf {
    position: absolute;
    width: 100%;
	height: 100%;
	padding-bottom: 60px;
	bottom: 0;
	display: flex;
	align-items: flex-end;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 51.82%,rgba(0,0,0,0.62) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 51.82%,rgba(0,0,0,0.62) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 51.82%,rgba(0,0,0,0.62) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 51.82%,rgba(0,0,0,0.62) 100%);
}

#Headline1, #Headline2, #Headline3 {
	color: #FFFFFF;
	clear: left;
	
}
#Headline1 {
	font-size: 31px;
	line-height: 1.4;
	margin-bottom: 0px;
	
}
#Headline2 {
	font-size: 63px;
	font-weight: 700;
	line-height: 1.05;
	margin-bottom: 20px;
}
#Headline3 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 30px;
	max-width: 640px
}
@media (max-width:2200px) {
	.headergrafik {
    margin-top: 120px;
    height: 500px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}}


@media (max-width:1199.9px) {
	.headergrafik {
	margin-top: 108px;
}
}

@media (max-width:991.9px) {
	.headergrafik {
	margin-top: 112px;
		height: 574px;
}
	.abstand-mini {
		margin-top: 50px;
	}
	.headergrafik .header-verlauf {
	padding-bottom: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
}	
}



@media (max-width:768px) {
	.headergrafik {
	height: 390px;
		margin-top: 127px;
}
	.headergrafik .header-verlauf {
	padding-bottom: 18px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
}	
#Headline1 {
	font-size: 18px;
	margin-bottom: 1px;
	
}
#Headline2 {
	font-size: 38px;
	margin-bottom: 10px;
}
#Headline3 {
	font-size: 15.5px;
	margin-bottom: 15px;
}

}
@media (max-width:600px) {
	.headergrafik {
		margin-top: 127px;
}

}	
@media (max-width: 380px){
.headergrafik {
	height: 350px;
}

.headergrafik .header-verlauf {
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 40%,rgba(0,0,0,0.62) 100%);
}	
#Headline1 {
	font-size: 15.3px;
	margin-bottom: 1px;
	
}
#Headline2 {
	font-size: 26px;
	margin-bottom: 10px;
}
#Headline3 {
	font-size: 12px;
	margin-bottom: 15px;
}	
}

#home #karriere .container {
	position: relative;
	z-index: 5;
	color: #FFFFFF;
}
#home #karriere p {
	max-width: 400px;
}
#karriere h4 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	
}
#karriere ul,#karriere h4 {
	max-width: 50%;
	hyphens: auto;
}
#karriere {

    background-image: url("../images/alternative-energy-ecological-concept.jpg");

     background-size: cover;
	
  /*  background-repeat: no-repeat;
    background-position: right top;
	    margin-left: auto;
    margin-right: auto;*/
    background-attachment: fixed;
}
.verlauf-karriere {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    bottom: 0;
    display: flex;
    background-image: -webkit-linear-gradient(181deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 28.42%,rgba(67,110,143,0.87) 53.37%,rgba(67,110,143,1.00) 73.05%);
    background-image: -moz-linear-gradient(181deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 28.42%,rgba(67,110,143,0.87) 53.37%,rgba(67,110,143,1.00) 73.05%);
    background-image: -o-linear-gradient(181deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 28.42%,rgba(67,110,143,0.87) 53.37%,rgba(67,110,143,1.00) 73.05%);
    background-image: linear-gradient(269deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 28.42%,rgba(67,110,143,0.87) 53.37%,rgba(67,110,143,1.00) 73.05%);
}
.verlauf-karriere {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    bottom: 0;
    display: flex;
    background-image: -webkit-linear-gradient(181deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.60%,rgba(48,116,154,1.00) 61.65%);
    background-image: -moz-linear-gradient(181deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.60%,rgba(48,116,154,1.00) 61.65%);
    background-image: -o-linear-gradient(181deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.60%,rgba(48,116,154,1.00) 61.65%);
    background-image: linear-gradient(269deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 33.60%,rgba(48,116,154,1.00) 61.65%);
}


#wir {
hyphens: auto;
}
#wir h4{
	color: #FFFFFF;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin-top: -5px;
}
/*////////////////////////////////////////////////////////////////*/

/*Kontakt*/

/*////////////////////////////////////////////////////////////////*/


.kontaktdaten {
	padding-bottom: 50px;
	padding-top:20px;
}
.hotline-kontakt h4 {
	font-weight: 700!important;
	color: #56534C;
}
/*////////////////////////////////////////////////////////////////*/

/*Heizungsrechner*/

/*////////////////////////////////////////////////////////////////*/
.heizungsrechner, .heizungsrechner .container {
	padding-bottom: 0!important;
}
@media (max-width: 380px){	
	
	section .container {
	padding-top: 20px;
	padding-bottom: 10px;
}
	}

/*////////////////////////////////////////////////////////////////*/

/*Karte*/

/*////////////////////////////////////////////////////////////////*/

.karte {
	background-image: url("../images/karte.jpg");
	background-position: center center;
	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
}


.karte {
	position: relative;
}
.copykarte {
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: rgba(101,107,114,1.00);
	font-size: 12px;
}
/*////////////////////////////////////////////////////////////////*/

/*Carousel*/

/*////////////////////////////////////////////////////////////////*/
.owl-carousel {
	text-align: center;
}
.owl-carousel blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.owl-carousel h4 {
	font-weight: 700;
	margin-bottom: 0;
}
.owl-carousel p {
	font-style: italic;
}

.owl-prev {
	left:0px;
	top:10px;
	position: absolute;
}
.owl-next {
	position: absolute;
	right: 0px;
	top:10px;
}
.owl-dots {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
}

.rahmen {
    border: 6px solid #DFDFDF;
    padding-top: 33px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 35px;
	margin-top: 35px;
	margin-left: 0px;
	margin-right: 0px;
}
@media (max-width:380px) {
.rahmen {
		margin-top: 10px;
	}
}
.img-heizungsanlage {
	width: 100%;
	height: auto;
}
.img-team {
	width: 100%;
	height: auto;
}
@media (max-width: 380px){
	.owl-carousel blockquote {
	margin-top: 0px;
	width: 70%;
}
	.owl-dots {
	margin-top: -10px;
}
}

/*////////////////////////////////////////////////////////////////*/

/*Photovoltaik*/

/*////////////////////////////////////////////////////////////////*/
.photovoltaik {
	padding-top:50px;

	padding-bottom:70px;
}


.step-container {
		display: flex;
		align-items: stretch;
	}
.step {
	margin:5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:25px 20px 0;
	box-sizing: content-box;
	background-color: #FFF;
}

.step-after {
    background-repeat: no-repeat;
    background-image: url(../images/elemente/pfeil-2.svg);
	width: 16px;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 45%;
}

@media screen and (max-width:992px){
.teaser3 {
	min-height: 260px;
}
.step-after {
display: flex;
	transform: rotate(90deg);
    width: 25px;
    height: 32px;
	position: relative;
	margin-top: 5px;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	align-self: center;

}	
.step-container {
		display: flex;
		flex-direction: column;
    align-items: center;
		align-items: stretch;
	}
.step {

margin-bottom: 10px;
}
	.photovoltaik {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.photovoltaik-text {
		margin-bottom: 30px;
	}	
	
}
.step .icon {
	align-self: center;
	height: 57px;
	margin-bottom: 20px;
}
.step .icon img {
	height: 100%;
}
.icon-solar {
	margin-left:-25%;
}
/*////////////////////////////////////////////////////////////////*/

/*Accordion*/

/*////////////////////////////////////////////////////////////////*/
.accordion-button {
	font-size: 22px;
	font-weight: 700;
}
@media (max-width: 767.9px){
	
	.accordion-button {
	font-size: 18px;
}
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    background-color: #EFEFEF;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.accordion-button:hover,
.accordion-button:focus {
	background-color: #EFEFEF;
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%); 
}
.accordion .row {
	padding: 10px;
}
/*////////////////////////////////////////////////////////////////*/

/*Mitarbeiter*/

/*////////////////////////////////////////////////////////////////*/

.mitarbeiter {
	display: flex;
	margin-bottom: 30px;
	
}
.ma-img {
	margin-right: 15px;
	width: 200px;
}


/*////////////////////////////////////////////////////////////////*/

/*Formular*/

/*////////////////////////////////////////////////////////////////*/

fieldset {
	margin-top:20px;
}

input, textarea {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#name, #vorname, #telefon, #email, #nachricht {
	box-sizing: border-box;
	border: 0px solid #DCDDCB;
	background-color: #FFF;
	padding:10px;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #555;
	font-size: 14px;
}
#name, #vorname, #telefon, #email {
		height: 42px;
}
#nachricht{
	height: 200px;
}
@media (min-width:576px){
	
.spalte-links {
	padding-right: 5px;
}
.spalte-rechts {
	padding-left: 5px;
}
	.adressspalte {
	padding-left: 40px;
}
}

input, textarea {
	  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
	font-size: 16px;
color: rgba(86,83,76,1.00);
}
input[type="checkbox"] {
	width: 20px;
	float: left;
	display: inline;
	border: 0px solid #d29025!important;
	background-color: #F7F8F2!important;
	border-radius: 2px;
	margin-left: -3px;
	margin-right: -20px;
	margin-top: 5px;
	
}
.datenschutz {
	margin-left: 20px;
	padding-bottom: 5px;
}

.niederlassung {
	margin-bottom: 80px;
}


.icon {
	width: 45px;
	margin-right: 5px;
	text-align: center!important;
}
.hotline-kontakt {
	background-color: #F5CD00;
	padding: 20px;
color: #56534C;

}
.hotline-kontakt p {
	margin: 0!important;
	padding: 0!important;
}
.hotline-kontakt h3 {
	color: #56534C!important;
	font-weight: 700!important;
}

.icon-hotline-kontakt {
	float: left;
	width: 30px;
	margin-top: 2px;
}
.icon-hotline-kontakt img {
	width:20px;
	height: auto;
}
.hotline-kontakt .text {
	margin-left: 5px;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	
}
@media (max-width: 380px){
	.hotline-kontakt {
	padding:15px;
}
	.icon {
	width: 40px;
	margin-left:0px;
	margin-right: 5px;
	text-align: center!important;
}
}


    ::-webkit-input-placeholder {
        color: #B5B5B5;
		font-family: 'Open Sans';
    }
    :-moz-placeholder {
       color: #B5B5B5;
		font-family: 'Open Sans';
    }
    ::-moz-placeholder {
       color: #B5B5B5;
		font-family: 'Open Sans';
    }
    :-ms-input-placeholder {
       color: #B5B5B5;
		font-family: 'Open Sans';
    }

    textarea::-webkit-input-placeholder {
        color: #B5B5B5;
		font-family: 'Open Sans';
    }
    textarea:-moz-placeholder {
       color: #B5B5B5;
		font-family: 'Open Sans';
    }
    textarea::-moz-placeholder {
       color: #B5B5B5;
		font-family: 'Open Sans';
    }
    textarea:-ms-input-placeholder {
       color: #B5B5B5;
		font-family: 'Open Sans';
    }


/*////////////////////////////////////////////////////////////////*/

/*Button*/

/*////////////////////////////////////////////////////////////////*/


.button {
    height: 42px;
	width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    padding: 0 51px 0 10px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    outline-color: #ebebeb;
    transition: all .3s;
    text-decoration: none;
    color: #56534C!important;
    position: relative;
    background-color: #F5CD00;
	margin-bottom: 10px;
}
.button em {
	font-size: 17px;
	
}
.quform-submit button span {
  padding: 7px 20px 7px 15px;
}
.button::after {
    content: "";
    background-image: url("../images/elemente/pfeil-button-gross-grau.svg");
    background-size: 8px auto;
    width: 41px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 0;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.10);
    background-repeat: no-repeat;
    background-position: center center;
}
.button:hover {
    background-color: #FFE905;
    transition: 0.5s;
}

.button-large {
width: 100%;
	text-align: center;
}

.button-input {
	margin-top:15px;
	height: 52px;
	position: relative;
}
.button-input button{
	font-weight: 600!important;
	height: 100%;
	width: 100%;
/*	position: absolute;*/
	margin:0;
	right: 0;
}
button .button {
	font-weight: 600!important;
}

.button-full-width {
width: 100%;
}
.button-full-width::after {
    background-size: 15px auto;
    width: 50px;
    height: 52px;
}
.google .button {
	height: 26px;

    padding: 0 26px 0 10px;
    font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.google .button::after {
    background-size: 6px auto;
    width: 25px;
    height: 26px;
}


.button.button-large::after {
    background-size: 5px auto;
    width: 50px;
    height: 52px;
}

@media (max-width:991.9px) {
	.button {
    height: 32px;
    padding: 0 50px 0 10px;
    font-size: 12px;
}
.button::after {
    width: 30px;
    height: 32px;
}
}

/*////////////////////////////////////////////////////////////////*/

/*Footer*/

/*////////////////////////////////////////////////////////////////*/
footer {
    background-color: #56534C;
    color: #FFF;
/*    height: 50px; */
    padding-top: 15px;
    position: relative;
    font-size: 13px;
}
footer .copy-navi {
	display: flex;
	flex-direction: column; 
	align-self: flex-end;
}


.navi-footer {
	display: flex;
	

}

.copy {
display: flex;
	flex-direction: column;
	margin-bottom: 60px;
	

}
.copy p {
	margin-bottom: 0;
}
.google {
	width: 150px;
	font-size: 15px;
	text-align: center;
	float: right;
}
.google img {
	margin-top: 6px;
	margin-bottom: 8px;
}
.copy img {
    height: 10px;
    width: 30px;
    margin-left: 1px;
    margin-right: 1px;
}
.copy span, .copy img {
	display: inline;
}
.copy .padding-left {
	padding-left: 15px;
}
footer ul {
	padding-left: 0!important;
	margin-left: 0!important;
	margin-bottom: 0;
}
footer ul li {
	display: inline;
		padding-left: 0!important;
	margin-left: 0!important;
}
footer li::after {
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}
footer li:last-of-type::after{
	content: "";
	margin-left: 0px;
	margin-right: 0px;
}
footer a {
	color: #FFF;
}
footer a:hover {
    color: rgba(255,255,255,0.75);
}
footer {
	padding-bottom: 30px;
	padding-top: 30px;
}
@media (max-width: 768px){
	footer {
	padding-top: 20px;
}
	.navi-footer {
	float: none;
	margin-top: 0px;
		margin-bottom: 50px;
}
	.copy {
float:none;
}
	
}
@media (max-width: 380px){
		footer {
	height: 250px;
	font-size: 13px;
}
footer ul li {
	display: inline;
		padding-left: 0!important;
	margin-left: 0!important;
}
}