@charset "UTF-8";

/* Grün SWSZ  				#29944f
/* Grün Strom  				#67a025
/* Grün E-Mobilität  	#005a39
/* Orange Gas  				#f7a600
/* Hellgrün Body  		#f2f4f2
/* Hellgrün Formular	#a9d4b9

/* Hellgrün Wechsel 1 #d0d0d0     #d0d0d0
/* Hellgrün Wechsel 2 #e1e1e1    #e1e1e1

*/


/* Netze Dunkelgrün  #14775A


/* @import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css";  */


/* Schriften */

@import "fonts/noto/noto.css";


/* ICONS */

@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot');
  src: url('fonts/icons.eot#iefix') format('embedded-opentype'),
       url('fonts/icons.woff2') format('woff2'),
       url('fonts/icons.woff') format('woff'),
       url('fonts/icons.ttf') format('truetype'),
       url('fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  /*   display: inline-block;*/
  text-decoration: inherit;
  width: 1em;
    /* margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
    /* line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
    /* margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.icon-emob:before { content: '\e800'; } /* '' */
/* .icon-gas:before { content: '\e801'; } /* '' */
.icon-kontakt:before { content: '\e803'; } /* '' */
.icon-kundenportal:before { content: '\e804'; } /* '' */
.icon-lupe:before { content: '\e805'; } /* '' */
.icon-pfeil-rechts:before{ content: '\e806'; } /* '' */
.icon-pfeil-down:before{ content: '\e806';
  rotate: 90deg;
  display: block;
  line-height: 180%;
  font-size: 130%;
} /* '' */
.icon-pfeil-up:before{ content: '\e806';
  rotate: -90deg;
  display: block;
  line-height: 80%;
  font-size: 130%;
} /* '' */
/* .icon-strom:before { content: '\e806'; } /* '' */
.icon-tarifrechner:before { content: '\e807'; } /* '' */
.icon-haken:before { content: '\e808'; } /* '' */
.icon-download:before { content: '\e809'; } /* '' */
.icon-kontakt-chat:before { content: '\e804'; text-indent: -15px;} /* '' */
.icon-stoerung:before { content: '\e800';} /* '' */
.icon-kundenportal::before {  content: '\e804'; }
.icon-download-small::before {  content: '\e80c';}

.icon-angle-right::before,
.icon-angle-left::before,
.icon-chevron-right::before,
.icon-chevron-left::before{
  content: '\e806';
  font-size: 85%;
line-height: 100%;
}
.icon-angle-double-right::before,
.icon-angle-double-left::before{
  content: '\e80a';
  font-size: 65%;
line-height: 100%;
}
.icon-angle-double-right {
  rotate: -90deg;
  display: block;
}
.icon-angle-double-left {
  rotate: 90deg;
  display: block;
}
.icon-angle-right,
.icon-chevron-right {
  rotate: 0deg;
  display: block;
    line-height: 120% !important;
}
.icon-angle-left,
.icon-chevron-left {
  rotate: 180deg;
  display: block;
    line-height: 140% !important;
}





/* RESETS */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}


a:hover,
a:active,
a:link {
	outline: 0;
  color: inherit;
}
a, a:link{
  text-decoration: none;
  color: inherit;
}
a:hover,
a:active{
  text-decoration: none;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

td a{
  color: #11644B!important;
}

.home .ui-dialog button:focus {
	outline: 0px;
	outline-offset: 0px;
}
a#focus-start:focus {
	outline: 0;
}
.item-page a,
.blog a,
.marginalspalte a,
.acc-panel a,
#jh_splash_screen_content a,
.mceContentBody a{
  color: #14775A;
}
.item-page a:hover,
.blog a:hover,
.marginalspalte a:hover,
.sidebar a:hover,
.footer a:hover,
.acc-panel a:hover,
#jh_splash_screen_content a{
  text-decoration: underline;
}
.item-page a.btn:hover,
.blog a.btn:hover,
.marginalspalte a.btn:hover,
.downloadbereich a:hover,
#jh_splash_screen_content a{
  text-decoration: none;
}
#jh_splash_screen_content a.btn {
  color: #fff;
}



/* Focus nachträglich aktivieren */
/* Für alle Links: beim Fokussieren eine dicke blaue Umrandung */
a:focus,
button:focus {
  outline: 3px solid #005fcc!important;      /* kräftiges Blau, hoher Kontrast */
  outline-offset: 3px!important;             /* Abstand zwischen Inhalt und Rahmen */
}
/* Optional: nur sichtbar machen, wenn der Nutzer wirklich per Tastatur navigiert */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none!important;
}
/* Nur beim ersten Logo-Link den Fokusrahmen unterdrücken */
#focus-start:focus {
  outline: none!important;
}


/* Standard: unsichtbar oberhalb des Viewports parken */
.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  color: #000;
  padding: 8px 16px;
  font-size: 1rem;
  text-decoration: none;
  z-index: 9999;
  transition: top 0.3s ease;
}
/* Erst wenn per Tab-Fokus auf dem Link, angezeigt werden */
.skip-link:focus {
  top: 0;
}



sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
  border: 0;
  min-height: 30px;

}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}


/* Standards */
*{
	box-sizing: border-box;
}

html {
	font-size: 115%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
@-moz-document url-prefix() {
  body {
/*    font-weight: lighter !important; */
  }
}

body {
	margin: 0;
	font-family: "Noto Sans";
	line-height: 135%;
  font-weight: 400;
	color: #333;
	background-color: #ececec; /* #f6f8f5 #f2f5eb*/
}

strong{
  font-family:  "Noto Sans";
  font-weight: bold;
}
.small {
    font-size: 85%;
}

.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}
.resp,
.resp-smartphone{
  display: none;
}
.non-resp{
  display: block;
}
.caption {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 85%;
}

/*======== Cookie Banner ========*/

.cc-revoke {
    display: none!important;
}


/*======== Iframe responsive machen ========*/


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

.g-recaptcha{
  transform: scale(0.8);
  margin-left: -28px;
}

}

/*======== Popup Banner Variante 1 (Modul) ========*/

.custompopup {
    background: #fff;
    padding: 0 8px 0 8px;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin:0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: inherit;
    font-weight: 100;
    font-size: 90%;
    color: #999;
}

.ui-widget.ui-widget-content {
    border: 0!important;
    padding: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 237px #000;
    border: 5px solid #14775A;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: 0!important;
  background: inherit!important;
}


.ui-dialog-titlebar-close span.ui-icon-closethick {
  position: relative;
  float: right;
  margin-right: 8px;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  background-image: none!important;
}
.ui-dialog-titlebar-close span.ui-icon-closethick:hover {
  opacity: 1;
}
.ui-dialog-titlebar-close span.ui-icon-closethick:before,
.ui-dialog-titlebar-close span.ui-icon-closethick:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #333;
}
.ui-dialog-titlebar-close span.ui-icon-closethick:before {
  transform: rotate(45deg);
}
.ui-dialog-titlebar-close span.ui-icon-closethick:after {
  transform: rotate(-45deg);
}

/*======== Popup Banner Variante 2 (Plugin Splash Screen) ========*/

#jh_splash_screen_content {
  width: 80%!important;
  max-width: 500px!important;
  padding: 40px 20px 20px 20px!important;
  height: auto!important;
}





/*======== Back to top Button ========*/

#back-to-top-button {
  display: inline-block;
  background-color: rgba(100,100,100,0.3);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top-button::after {
  content: "\e806";
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  right: 50%;
  left: 50%;
  top: 7px;
}
#back-to-top-button:hover {
  cursor: pointer;
  background-color: rgba(41,148,79,1);
}
#back-to-top-button:active {
  background-color: rgba(41,148,79,1);
}
#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}








/* Links im Text unterstreichen */
p a,
p a:link,
label a,
a.pathway,
.com-content-article__body a{
  text-decoration: underline!important;
}
.com-content-article__body p a:hover,
label a:hover,
.acc-panel p a:hover,
a.pathway:hover span,
.com-content-article__body a:hover{
  color: #000;
}
.sidebar-panel a:hover{
  color: #a7ff6a;
}
.downloadbereich p a,
p a.btn,
.sidebar a:hover{
  text-decoration: none!important;
}






/*======== GRUNDGERÜST ========*/

/* Header */

.wrapper-flex{
	display: flex;
  clear: both;
}
.header {
  height: 150px;
	float: left;
}
.padding-left {
	flex: 1;
}
.padding-right {
	flex: 1;
}

.headerbild {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}



/* Slider */

.wrapper-slider{
	width: 100%;
}
.slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
	padding-right: 50px;
	background-color: #fff;
	width: auto;
	float: left;
}
.slider-right {
    float: right;
}
.slider-content {
  position: absolute;
  right: 10%;
  bottom: 10%;
  font-size: 100%;
}
.slider-startseite .slider-content {
  position: relative;
}
.slider-headline {
    font-size: 150%;
    line-height: 120%;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 100;
    color: #fff;
    background: rgba(41, 148, 79, 0.9);
    display: inline-block;
    padding: 15px 30px 17px 30px;
    border-radius: 10px 10px 0 10px;
    float: right;
    margin: 300px 0 0 0;
    width: auto;
}
.page-strom .slider-headline {
    background: rgba(103, 160, 37, 0.9);
}
.page-gas .slider-headline {
    background: rgba(247, 166, 0, 0.9);
}
.page-emob .slider-headline {
    background: rgba(0, 90, 57, 0.9);
}

.slider-text {
    font-size: 100%;
    line-height: 120%;
    font-family: Noto Sans;
    background: rgba(255,255,255,0.9);
    display: block;
    width: auto;
    padding: 15px 20px 15px 20px;
    border-radius: 0px 10px 10px 10px;
    margin: 0 0 0 0;
    float: right;
    clear: both;
}
.privat-strom-classic .slider-text,
.privat-gas-classic .slider-text,
.gk-strom-classic .slider-text,
.gk-gas-classic .slider-text  {
    margin: 0 -70px 0 0;
}
.slider-text p{
  margin: 0;
}
.slider-text::before {
    content: "";
    position: absolute;
    bottom: auto;
    border-style: solid;
    display: block;
    width: 0;
    border-width: 25px 40px 0 0;
    border-color: rgba(255,255,255,0.9) transparent;
    transform: scaleX(-1);
    margin: -15px 0 0 -60px;
}
/* Slider Headline/Text ausblenden wenn leer */

.slider-headline:empty,
.slider-text:empty{
  display: none;
}


/* Slider Headline/Text individuelle Anpassung pro Beitrag */
.pk-strom-uebersicht .slider-headline{
  margin: 300px 15px 0 0;
}
.pk-strom-comfort .slider-headline{
  margin: 300px 80px 0 0;
}
.pk-strom-classic .slider-headline{
  margin: 300px 20% 0 0;
}
.pk-strom-classic .slider-text{
  max-width: 60%;
}
.pk-strom-wasser .slider-headline{
  margin: 300px 10px 0 0;
}
.pk-strom-heiz .slider-headline{
  margin: 300px 6% 0 0;
  width: 100%;
}
.pk-strom-grund .slider-headline{
  margin: 300px 15% 0 0;
  width: 100%;
}
.pk-gas-uebersicht .slider-headline{
  margin: 300px 6% 0 0;
  width: 100%;
}
.pk-gas-comfort .slider-headline{
  margin: 300px 10% 0 0;
}
.pk-gas-comfort .slider-text{
  max-width: 60%;
}
.pk-gas-classic .slider-headline{
  margin: 300px 49% 0 0;
  width: 100%;
  max-width: 225px;
}
.pk-gas-grund .slider-headline{
  margin: 300px 28% 0 0;
  width: 100%;
}
.emob-uebersicht .slider-headline{
  margin: 300px 11% 0 0;
  width: 100%;
}
.emob-ladekarte .slider-headline{
  margin: 300px 12% 0 0;
  width: 100%;
}
.emob-ladepay .slider-headline{
  margin: 300px 20px 0 0;
}
.emob-ladestationen .slider-headline{
  margin: 300px 25% 0 0;
  width: 100%;
}
.service-portal .slider-headline{
  margin: 300px 100px 0 0;
}
.service-rechner .slider-headline{
  margin: 300px 23% 0 0;
  width: 100%;
}
.service-umzug .slider-headline{
  margin: 300px 40px 0 0;
}
.service-beratung .slider-headline{
  margin: 300px 12% 0 0;
  width: 100%;
}
.service-sepa .slider-headline{
  margin: 300px 12% 0 0;
  max-width: 100%;
}
.service-sepa .slider-text{
  max-width: 60%;
}
.service-zaehler .slider-headline{
  margin: 300px 5% 0 0;
  max-width: 100%;
}
.service-musterrechnung .slider-headline{
  margin: 300px 10% 0 0;
  max-width: 58%;
}
.service-faq .slider-headline{
  margin: 300px 2% 0 0;
  width: 100%;
}
.energielexikon .slider-headline{
  margin: 300px 20px 0 0;
}
.kontakt .slider-headline{
  margin: 300px 16% 0 0;
  width: 62%;
}
.kontakt .slider-text{
  max-width: 60%;
}
.gk-uebersicht .slider-headline{
  margin: 300px 40px 0 0;
}
.gk-strom-uebersicht .slider-headline{
  margin: 300px 40px 0 0;
}
.gk-strom-comfort .slider-headline{
  margin: 300px 11% 0 0;
  width: 62%;
}
.gk-strom-classic .slider-headline{
  margin: 300px 25% 0 0;
  width: 100%;
}
.gk-strom-wasser .slider-headline{
  margin: 300px 40px 0 0;
}
.gk-strom-tag .slider-headline{
  margin: 300px 20% 0 0;
  width: 100%;
}
.gk-strom-plus .slider-headline{
  margin: 300px 13% 0 0;
  width: 100%;
}
.gk-strom-grund .slider-headline{
  margin: 300px 40px 0 0;
}
.gk-strom-sonder .slider-headline{
  margin: 300px 40px 0 0;
}
.gk-gas-uebersicht .slider-headline{
  margin: 300px 12% 0 0;
  width: 60%;
}
.gk-gas-comfort .slider-headline{
  margin: 300px 14% 0 0;
  width: 60%;
}
.gk-gas-grundversorgung .slider-headline{
  margin: 300px 9% 0 0;
  width: 100%;
}
.gk-gas-sonderkunden .slider-headline{
  margin: 300px 40px 0 0;
}
.fernwaerme .slider-headline{
  margin: 300px 26% 0 0;
  width: 100%;
}
.ladetechnik .slider-headline{
  margin: 300px 24% 0 0;
  width: 100%;
}
.swsz-uebersicht .slider-headline{
  margin: 300px 33% 0 0;
  width: 100%;
}
.swsz-unternehmen .slider-headline{
  margin: 300px 35% 0 0;
  width: 100%;
}
.swsz-dienstleistungen .slider-headline{
  margin: 300px 35% 0 0;
  width: 100%;
}
.swsz-karriere .slider-headline{
  margin: 300px 8% 0 0;
  width: 100%;
}
.swsz-arbeitgeber .slider-headline{
  margin: 300px 26% 0 0;
  width: 100%;
}
.swsz-engagement .slider-headline{
  margin: 300px 34% 0 0;
  width: 100%;
}
.swsz-zertifizierung .slider-headline{
  margin: 300px 21% 0 0;
  width: 100%;
}
.swsz-mediencenter .slider-headline{
  margin: 300px 52% 0 0;
  width: 74%;
}
.swsz-berichte .slider-headline{
  margin: 300px 40px 0 0;
}
.swsz-publikationen .slider-headline{
  margin: 300px 40px 0 0;
}
.pk-strom-klein .slider-headline{
  margin: 300px 21% 0 0;
  width: 100%;
}
.pk-strom-tag .slider-headline{
  margin: 300px 6% 0 0;
  width: 100%;
}
.pk-strom-5 .slider-headline{
  margin: 300px 30% 0 0;
  width: 100%;
}
.pk-strom-unterbrechbare .slider-headline{
  margin: 300px 7% 0 0;
  width: 100%;
}
.service-download .slider-headline{
  margin: 300px 15% 0 0;
  width: 100%;
}
.service-uebersicht .slider-headline{
  margin: 300px 4% 0 0;
  width: 100%;
}
.gk-gas-classic .slider-headline{
  margin: 300px 25% 0 0;
  width: 100%;
}
.swsz-profil .slider-headline{
  margin: 300px 40px 0 0;
}
.swsz-geschichte .slider-headline{
  margin: 300px 20px 0 0;
}
.swsz-netze .slider-headline{
  margin: 300px 20px 0 0;
}
.swsz-gebiete .slider-headline{
  margin: 300px 18% 0 0;
  width: 100%;
}
.swsz-stellen .slider-headline{
  margin: 300px 7% 0 0;
  width: 100%;
}
.swsz-ausbildung .slider-headline{
  margin: 300px 20px 0 0;
}
.swsz-region .slider-headline{
  margin: 300px 20px 0 0;
}
.swsz-veroeffentlichung .slider-headline{
  margin: 300px 20px 0 0;
}
.swsz-grund .slider-headline{
  margin: 300px 7% 0 0;
  width: 78%;
}
.swsz-grund .slider-text{
  max-width: 65%;
}
.swsz-kennzeichnung .slider-headline{
  margin: 300px 7% 0 0;
  width: 100%;
}
.swsz-kennzeichnung .slider-text{
  max-width: 65%;
}
.swsz-haustuer .slider-headline{
  margin: 300px 10% 0 0;
  width: 78%;
}
.swsz-umwelt .slider-headline{
  margin: 300px 10% 0 0;
  width: 60%;
}
.swsz-klima .slider-headline{
  margin: 300px 23% 0 0;
  width: 100%;
}
.swsz-eeg .slider-headline{
  margin: 300px 6% 0 0;
  width: 100%;
}



/*  Slider / Full Image Bubbles
========================================== */

@media (max-width: 1024px) {
.slider-content {
  font-size: 85%;
}
}
@media (max-width: 768px) {
.slider-content {
  font-size: 75%;
}
}



/* Slider Headline/Text individuelle Anpassung pro Slider */


.home .slider-text{
  font-size: 100%;
  font-family: Noto Sans;
  padding: 15px 60px 17px 20px;
}
.home .slider-text .btn{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.home .slider-text ul.anstriche-haken{
  margin: 10px 0 0 20px;
}
.home .slider-bg-image {
    background-position: right bottom;
}

/* Slider
===================================*/

.home .slides_control div .slider-content{
  right:80px;
}


/* Bild 1 */
.home .slides_control div:nth-child(1) .slider-text{
  max-width: 345px;
}
.home .slides_control div:nth-child(1) .slider-headline{
  margin: 230px 140px 0 0;
  max-width: 270px;
}
/* Bild 2 */
.home .slides_control div:nth-child(2) .slider-text{
  max-width: 460px;
}
.home .slides_control div:nth-child(2) .slider-headline{
  margin: 180px 175px 0 0;
  max-width: 360px;
}
/* Bild 3 */
.home .slides_control div:nth-child(3) .slider-text{
  max-width: 365px;
}
.home .slides_control div:nth-child(3) .slider-headline{
  margin: 190px 75px 0 0;
  max-width: 360px;
}

@media (max-width: 1024px) {
  /* Bild 1 */
  .home .slides_control div:nth-child(1) .slider-text{
    max-width: 390px;
  }
  .home .slides_control div:nth-child(1) .slider-headline{
    margin: 310px 60px 0 0;
    max-width: 100%;
  }
  /* Bild 2 */
  .home .slides_control div:nth-child(2) .slider-text{
    max-width: 320px;
  }
  .home .slides_control div:nth-child(2) .slider-headline{
    margin: 180px 125px 0 0;
    max-width: 270px;
  }
  /* Bild 3 */
  .home .slides_control div:nth-child(3) .slider-text{
    max-width: 395px;
  }
  .home .slides_control div:nth-child(3) .slider-headline{
    margin: 250px 160px 0 0;
    max-width:305px;
  }
}
@media (max-width: 768px) {
  /* Bild 1 */
  .home .slides_control div:nth-child(1) .slider-text{
    max-width: 390px;
  }
  .home .slides_control div:nth-child(1) .slider-headline{
    margin: 310px 95px 0 0;
    max-width: 100%;
  }
  /* Bild 2 */
  .home .slides_control div:nth-child(2) .slider-text{
    max-width: 320px;
  }
  .home .slides_control div:nth-child(2) .slider-headline{
    margin: 180px 150px 0 0;
    max-width: 240px;
  }
  /* Bild 3 */
  .home .slides_control div:nth-child(3) .slider-text{
    max-width: 345px;
  }
  .home .slides_control div:nth-child(3) .slider-headline{
    margin: 275px 135px 0 0;
    max-width: 280px;
  }
}





/* Schatten auf alle Container
.beitrag:hover,
.item:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
*/


/* Teaser Produkte */
.startseite-teaser-produkte{
  clear: both;
  height: 300px;
  color: #fff;
  text-align: center;
}
.startseite-teaser-produkte .col3 {
    width: 33.33%;
    margin-right: 0;
}
.startseite-teaser-produkte h3{
  font-size: 30px;
  margin: 15px 0 15px 0;
}
.startseite-teaser-produkte .icons {
    font-size: 160px;
    line-height: 100%;
    z-index: 6;
}
.startseite-teaser-produkte p{
  margin-top: 20px;
  color: #000;
}
.startseite-teaser-produkte .strom{
  background: #67a025;
  transition: background 0.3s ease;
}
.startseite-teaser-produkte .gas{
  background: #f7a600;
  transition: background 0.3s ease;
}
.startseite-teaser-produkte .emob{
  background: #005a39;
  transition: background 0.3s ease;
}
.startseite-teaser-produkte .strom:hover{
  background: rgb(85, 142, 17);
}
.startseite-teaser-produkte .gas:hover{
  background: rgb(220, 148, 2);
}
.startseite-teaser-produkte .emob:hover{
  background: rgb(0, 74, 47);
}
.startseite-teaser-produkte .inner-shadow,
.startseite-teaser-produkte .strom{
  height: 100%;
  overflow: hidden;
}

/*
.startseite-teaser-produkte .inner-shadow:after{
  content: '';
  box-shadow: inset 0px 0px 25px rgba(0,0,0,0.3);
  position: relative;
  display: block;
  height: 200%;
  width: 200%;
  margin-top: -120%;
}
*/
.padding-top-30{
  padding-top: 30px;
}
.home .padding-top-30{
  padding-top: 0;
}
.padding-top{
  padding-top: 50px;
}
.padding-bottom{
  padding-bottom: 50px;
  overflow: hidden;
}

.service-rechner .padding-bottom{
  padding-bottom: 0px;
}
.margin-bottom{
  margin-bottom: 50px;
}
.margin-bottom .margin-bottom{
  margin-bottom: 0px;
}
.home .margin-bottom .margin-bottom{
  margin-bottom: 50px;
}
.margin-bottom .margin-bottom .margin-bottom{
  margin-bottom: 50px;
}
.margin-top{
  margin-top: 50px;
}
.margin-top-30{
  margin-top: 30px;
}
.home .margin-top-30 {
    margin-top: 0px;
}
.margin-top .margin-top{
  margin-top: 0;
}

/*  Startseite Contentbereich ausblenden */
.home .display-none{
  display: none;
}

/* Content */

.content {
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
}
.home .content {
    min-height: auto;
}
.width-middle{
	width: 1200px;
}
.overflow-hidden {
    overflow: hidden;
    position: relative;
}
.content-left {
    clear: both;
}
.content-right {
    width: 30%;
    margin-left: 60px;
    float: left;
}

.likebtn_container{
  clear: both;
}



div[id*='chart'] {
  width: 100%;
}




/* System Messages */

#system-message-container .alert{
    position: absolute;
    top: 50%;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 300px #000;
    width: 60%;
    margin: 0 20% 0 20%;
}
#system-message-container  .alert .close {
    font-size: 200%;
    float: right;
    cursor: pointer;
}
#system-message-container  .alert .alert-heading {
    font-size: 150%;
    margin-top: 0;
}

/* Breadcrumb */

ul.breadcrumb  {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    overflow: hidden;
}
.breadcrumb li {
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
    font-size: 80%;
}
a.pathway:hover {
  color: #14775A;
}

/* Footer */

.bg-hellgruen{
  background: #c1d9d2;
}
.abschluss{
  margin-bottom: 80px;
}
.footer .menu-bg {
    margin-top: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
}
.footer .footer-left.menu-bg {
    border-bottom-right-radius: 0px;
}
.footer .menu li{
  float: left;
  margin-left: 30px;
}
.footer .menu {
    float: right;
    padding: 13px 40px 0 0;
    margin: 0;
}
.footer .menu li a {
    color:#fff;
    text-transform: uppercase;
    font-family: "Noto Sans";
    font-size: 100%;
    letter-spacing: 0.5px;
}
.footer .menu li a:hover,
.footer .menu li.active a:hover{
    color: #ececec;
}


/* Sidebar */
.sidebar-wrapper {
    position: fixed;
    z-index: 7;
    right: 0;
    top: 20%;
}
.sidebar{
  position: relative;
  right:-20px;
  transition: right 0.5s;
}
.sidebar.open{
  right: 300px;
}

.sidebar .icons{
    background: #14775A;
    color: #fff;
    height: 70px;
    width: 95px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    position: relative;
    float: left;
    padding-right: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.sidebar .icon-stoerung::before{
  font-size: 90%;
  margin: 0 -1px 0 5px;
  display: block;
}
.sidebar .icon-download-small::before {
  font-size: 100%;
  margin: 0 -1px 0 3px;
  display: block;
}
.sidebar-panel {
    line-height: 120%;
    text-align: left;
    background: #14775A;
    padding: 5px 20px 5px 20px;
    z-index: -1;
    float: left;
    width: 320px;
    position: absolute;
    margin-left: 75px;
    color:#fff;
    font-size: 80%;
}
#sidebar4{
  z-index: -2;
}
.sidebar-panel.open {
    right: 70px;
}
.sidebar.open .sidebar-panel {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.sidebar .icons {
    font-size: 50px;
    line-height: 70px;
}
.icons.icon-kundenportal {
    font-size: 35px;
}
.sidebar .icons .sidebar-panel{
    font-size: 16px;
}

#sidebar1 .icons{
    z-index: -1;
}
#sidebar2 .icons{
    z-index: -2;
}
#sidebar3 .icons{
    z-index: -3;
}
#sidebar2 {
  margin-top: 80px;
}
#sidebar3 {
  margin-top: 160px;
}
/* Slide LEFT Effekt*/
.slide-left{
  transform: translateX(0px);
  transition: transform .2s ease-in-out;
}
.slide-left.hover{
  transform: translateX(-15px);
}

.sidebar-panel.login {
    padding: 20px 20px 20px 20px;
}





/* Loginbereich */

.schmal {
    width: 50%;
}
.border{
  border: 1px solid #ccc;
  padding: 30px;
}
.background.white{
  background: #fff;
  padding: 30px;
}
form {
    margin-bottom: 15px;
}


/* Marginalspalte */

.marginalspalte {
    width: 400px;
    padding-left: 120px;
    vertical-align: top;
    padding-top: 70px;
    font-size: 85%;
}
.pk-strom-uebersicht .marginalspalte:empty,
.pk-gas-uebersicht .marginalspalte:empty,
.emob-uebersicht .marginalspalte:empty,
.gk-strom-uebersicht .marginalspalte:empty,
.gk-gas-uebersicht .marginalspalte:empty {
  display: none;
}

.marginalspalte p {
    margin: 0 0 10px 0;
}
.marginalspalte > div:nth-child(2) {
    margin-top: 30px;
}
.marginalspalte .margin-bottom{
  margin-bottom: 50px;
}

/* Kategorie Beschreibung Breite 70% */
.width-70 .category-desc,
.width-70 .page-header,
.width-70 .articlebody > p,
.width-70 #seog-glossary-description,
.width-70 #com_glossary h1{
    width: calc(100% - 400px);
}
.width-70 .item .category-desc ,
.width-70 .item .page-header{
    width: 100%;
}




/* Downloadbereich Produkte */
.downloadbereich a {
    display: block;
    background: #137659;
    padding: 10px 40px 10px 16px;
    border-radius: 0 10px 10px 10px;
    font-family: "Noto Sans";
    text-align: left;
    transition: all 0.1s ease-in-out;
    color: #fff;
    hyphens: auto;
}
.downloadbereich a:hover {
    background: #003324;
}
.downloadbereich a:before{
  content: '\e80a';
  font-family: "icons";
  display: block;
  float: right;
  transition: transform 0.2s;
  left: 25px;
position: relative;
}
.downloadbereich a:hover:before{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scale(1.3);
}

.downloadbereich p{
  margin-top: 15px;
}
/* Popup Image Lupe */

.downloadbereich.white a {
    background: #fff;
}
.wf-icon-zoom-image > svg {
    fill: #ccc;
    transform: scale(-1);
}

/* Hintergrund für diverse Kästen */
.kasten-rund {
    padding: 20px 40px 20px 40px;
    border-radius: 40px;
    border-top-left-radius: 0;
}
.kasten-rund.gruen {
    background: #d0d0d0;
}

/* Downloadbereich Bilder */
.downloadbereich img {
  max-width: 200px;
  max-height: 200px;
}

/* Spalten */

.wrapper-col{
    display: flex;
}
.col2 {
    width: calc(50% - 25px);
    float: left;
    margin-right: 50px;
}
div .col2:last-child{
  margin-right: 0;
}
.col3{
    width: calc(33.33% - 22px);
    margin-right: 22px;
    float: left;
}
.col3:nth-child(3n){
    margin-right: 0;
}

.table{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-row{
  display: table-row;
}
.table-cell{
  display: table-cell;
}


/* Tabellen */
table {
   border-collapse: collapse;
border: 1px solid #000;
   table-layout: auto;
   width: 100%;
 }
thead {
   background-color: #14775A;
   color: #fff;
   font-family: "Noto Sans";
}
thead th {
  border-left: 1px solid #fff;
}
thead th:nth-child(1) {
  border-left: 0;
}
tfoot {
  background-color: transparent;
  font-size: 80%;
  border-top: 1px solid #999;
}
td, th {
  text-align: center;
  padding: 0.5em 1em;
  font-variant-numeric: tabular-nums;
  border-left: 1px solid #000;
  font-weight: inherit;
}
th:nth-child(1),
td:nth-child(1) {
    text-align: left;
    border-left: 0;
}
tbody tr:nth-child(odd) {
  background-color: #d0d0d0;
}
tbody tr:nth-child(even) {
  background-color: #e1e1e1;
}
tbody tr td:first-child{
  font-family: "Noto Sans";
}

/* Tabelle neutral */
table.table-neutral td{
  text-align: left;
  border-bottom: 1px solid #000;
  vertical-align: top;
  padding: 0 0 20px 0;
  padding: 10px 0 10px 0;
  border-left: 0;
}
table.table-neutral td:nth-child(2n+1){
  width: 100px;
}
table.table-neutral tbody tr:nth-child(2n+1),
table.table-neutral tbody tr:nth-child(2n) {
    background-color: transparent;
}
tbody tr td:first-child,
h4 table.table-neutral,
table.table-neutral h4  {
  font-family: "Noto Sans";
  margin: 0;
}

/* Fußzeile neutral */
.table-blanko tr td {
    text-align: left;
    background-color: transparent;
    border-left: 0px solid #000;
}
.table-blanko tr td:nth-child(1)  {
    width: 60px;
}
.table-blanko tbody,
.table-blanko tr,
.table-blank tbody tr:nth-child(2n+1),
.table-blank tbody tr:nth-child(2n)  {
    background-color: transparent!important;
}



/*  Tabellen zwei Spalten simple */

.table-simple tbody,
.table-simple tr,
.table-simple tbody tr:nth-child(2n+1),
.table-simple tbody tr:nth-child(2n)  {
    background-color: transparent!important;
    padding: 0;
    border: 0;
}

table.table-simple {
   width: 100%;
   border-collapse: collapse;
   table-layout: auto;
   border: 0px;
 }

 table.table-simple td {
   padding:0;
   padding-right: 20px;
   text-align: left;
   border: 0;
 }

 table.table-simple td:first-child {
   width: auto;
   white-space: nowrap;
 }

 table.table-simple td:last-child {
   width: 100%;
 }


/* Tabellen bei Ansprechpartne */
.table-kontaktinfos tbody,
.table-kontaktinfos tr,
.table-kontaktinfos tbody tr:nth-child(2n+1),
.table-kontaktinfos tbody tr:nth-child(2n)  {

}
table.table-kontaktinfos {
   width: 100%;
   border-collapse: collapse;
   table-layout: auto;
   border: 0px;
   hyphens: auto;
 }
 table.table-kontaktinfos td {
   text-align: left;
   border: 0;
   vertical-align: top;
 }
 table.table-kontaktinfos td:nth-child(1) {
   width: 430px;
 }


 table.resp{
     display: none;
 }
 table.non-resp{
     display: inline-table;
 }
 table, table td{
   border: 0;
 }


@media (max-width: 1100px) {
table.resp{
    display: inline-table;
}
table.non-resp{
    display: none;
}
}

@media (max-width: 1100px) {
 table.table-kontaktinfos td:nth-child(1) {
   width: auto;
 }
}
@media (max-width: 650px) {
  table.table-kontaktinfos td {
   display: block;
   padding-top: 0;
   padding-bottom: 0;
 }
 table.table-kontaktinfos tr{
   padding-top: 10px;
padding-bottom: 10px;
display: block;
 }
}


/* Liste Haken  */
.articlebody ul,
ol,
.produktuebersicht ul, .beitrag-content ul,
ul.anstriche-haken{
  list-style: none;
  margin-bottom: 5px;
  counter-reset: li;
  padding: 4px;
  margin: 0 0 20px 20px;
}
.produktuebersicht ul{
  margin-top: 18px;
}
.kasten-rund ul{
  margin-bottom: 0;
}
.articlebody ul.gruen{
  color:#14775A;
  font-family: 'Noto Sans';
}
.articlebody ul li,
.produktuebersicht ul li, .beitrag-content ul li,
ul.anstriche-haken li{
  margin-bottom: 12px;
  line-height: 120%;
}
.articlebody ul li::before,
.produktuebersicht ul li::before, .beitrag-content ul li::before,
ul.anstriche-haken li::before {
  content: '\e809';
  font-family: "icons";
  color:  #14775A;
  margin-right: 10px;
  margin-left: -24px;
}
ul.anstriche-haken li::before{
  content: '\e809';
  font-family: "icons";
  color:  #14775A;
  margin-right: 10px;
  margin-left: -22px;
}
ul.anstriche{
  margin: 0 0 0 20px;
  position: relative;
}
ul.anstriche li{
  list-style: none;
}
ul.anstriche li::before {
    content: '\e805';
    font-family: "icons";
    font-size: 70%;
    margin: 0 0 0 -20px;
    position: absolute;
}
.produktuebersicht ul li::before {
  color:  #fff;
}
.produktuebersicht:nth-child(4) ul li::before,
.produktuebersicht:nth-child(5) ul li::before,
.produktuebersicht:nth-child(6) ul li::before {
  color:  #14775A;
}


/* Liste Zahlen  */
.com-content-article__body ol li::before,
#tinymce ol li::before{
  content: counter(li);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Noto Sans";
  font-weight:bold;
  min-width: 20px;
  margin: 0 10px 5px 0;
  background: #14775A;
  font-size: 110%;
  padding: 5px;
  margin-left: -40px;
  position: absolute;
  top: -6px;
}
.com-content-article__body ol li,
#tinymce ol li{
  counter-increment: li;
  margin-bottom: 15px;
  position: relative;
}
.com-content-article__body ol,
#tinymce ol {
  margin: 0 0 0 35px;
}



/* Liste normal  */
.item-page ul {
  margin: 0;
  padding: 0 0 0 15px;
}



/* Breadcrum NEU Joomla 4  */
ol.breadcrumb li::before {
  content: '\e806';
  color: #000;
  display: inline-block;
  text-align: center;
  font-family: icons;
  font-weight: bold;
  min-width: 0;
  margin: 0 8px 0 0;
    margin-left: 0px;
  background: transparent;
  font-size: 80%;
  padding: 0 0 0 5px;
  margin-left: 0;
  position: relative;
  top: -1px;
}
ol.breadcrumb li:nth-child(1):before,
ol.breadcrumb li:nth-child(2):before {
  display: none;
}
ol.breadcrumb {
  margin: 0;
  overflow: hidden;
}






/* Neuigkeiten Ansicht NEU  */

.neuigkeiten .beitrag-content h2 {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  padding: 0;
}
.neuigkeiten .introtext p {
  margin: 0;
}
.neuigkeiten .beitrag-content {
  margin-bottom: 5px;
}
.article-info {
  margin: 0;
  padding: 0;
}
dd.published{
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 80%;
}

.pagenavigation {
  margin-top: 30px;
}




/* Aktuelles Teaser  */

.aktuelles {
  overflow: hidden;
}
.category-module.aktuelles {
    width: 166.66%;
    margin-left: -33.33%;
}
.aktuelles-beitrag-background {
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative;
  width: 50%;
  float: left;
  margin-right: 30px;
}
.aktuelles-beitrag-background:before{
  content: '';
  border-left: 70px solid transparent;
  border-right: 70px solid  transparent;
  border-top: 70px solid #14775A;
  position: absolute;
  right: -70px;
}
.aktuelles-beitrag:nth-child(3) .aktuelles-beitrag-background:before{
  right: auto!important;
  top: auto!important;
  left:-70px;
}
.aktuelles-beitrag:nth-child(4) .aktuelles-beitrag-background:before{
  top: auto!important;
  left: auto!important;
}


.aktuelles-beitrag .aktuelles-beitrag-background:after{
  content: '';
  background: rgba(41, 148, 71, 0.8);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
.aktuelles-beitrag:nth-child(2) .aktuelles-beitrag-background:after,
.aktuelles-beitrag:nth-child(3) .aktuelles-beitrag-background:after{
  content: '';
  background: rgba(41, 148, 71, 0.8);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  opacity: 1;
  transition: opacity 1s;
}

.aktuelles-beitrag.soft .aktuelles-beitrag-background:after{
  opacity: 1;
}
.aktuelles-beitrag {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: calc(120%/3);
    float: left;
    margin-left: calc(40%/2);
}
.aktuelles-beitrag:nth-child(2){
  margin-left: 0;
  transition: margin-left 1s;
}
.aktuelles-beitrag:nth-child(2):hover{
  margin-left: -20%;
}
.aktuelles-beitrag:nth-child(3){
  margin-left: 0;
  transition: margin-left 1s;
}
.aktuelles-beitrag:nth-child(3):hover{
  margin-left: 20%;
}
.aktuelles-beitrag:nth-child(2):hover .aktuelles-beitrag-background:after,
.aktuelles-beitrag:nth-child(3):hover .aktuelles-beitrag-background:after{
  opacity: 0;
}
.aktuelles-beitrag-swipe{
  background: #14775A;
  color: #fff;
  height: 100%;
}

.aktuelles-beitrag-content{
  padding: 30px;
  text-align: center;
}
.aktuelles-beitrag-content .mod-articles-category-heading,
.aktuelles-beitrag-content .mod-articles-category-heading.black{
  margin-top: 0;
  font-family: "Noto Sans";
  font-weight: bold;
}
.aktuelles-beitrag:nth-child(1) .mod-articles-category-heading.black,
.aktuelles-beitrag:nth-child(4) .mod-articles-category-heading.black {
  display: none;
}
.aktuelles-beitrag .mod-articles-category-heading.black {
  color: #fff;
  opacity: 1;
  transition: all 1s;
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 12px 30px 0 30px;
  font-family: "Noto Sans";
  font-weight: bold;
}
.aktuelles-beitrag:nth-child(2):hover .mod-articles-category-heading.black,
.aktuelles-beitrag:nth-child(3):hover .mod-articles-category-heading.black {
  opacity: 0;
}
.aktuelles-beitrag:nth-child(1){
  z-index: 1;
  position: relative;
}
.aktuelles-beitrag:nth-child(2){
  z-index: 2;
  position: relative;
}
.aktuelles-beitrag:nth-child(1) .mod-articles-category-title{
  z-index: 3;
  position: relative;
}
.aktuelles-beitrag:nth-child(2) .mod-articles-category-title{
  z-index: 3;
  position: relative;
}
.aktuelles-beitrag:nth-child(3) .mod-articles-category-title{
  z-index: 3;
  position: relative;
}
.aktuelles-beitrag:nth-child(4) .mod-articles-category-title{
  z-index: 3;
  position: relative;
}

.aktuelles-beitrag:nth-child(3){
  margin-left: 0;
}
.aktuelles-beitrag:nth-child(4){
  margin-left: 0;
}
.aktuelles-beitrag:nth-child(3) .aktuelles-beitrag-background {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
/* Zoom für Aktuelles Swipe */
.aktuelles-beitrag-swipe .aktuelles-beitrag-background{
  background-size: auto 100%;
  transition: background-size 0.3s ease;
}
.aktuelles-beitrag-swipe:hover .aktuelles-beitrag-background{
  background-size:  auto 110%;
}
.aktuelles-beitrag-swipe{
  transition: background-color 0.3s ease;
}
.aktuelles-beitrag-swipe:hover {
    background-color: #207e41;
}
.aktuelles-beitrag-swipe .aktuelles-beitrag-background::before {
  transition: border-top 0.3s ease;
  z-index: 2;
}
.aktuelles-beitrag-swipe:hover .aktuelles-beitrag-background::before {
    border-top: 70px solid #207e41;
}







/* Bild Text Wechsel */
.beitrag {
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
}
.beitrag {
    background: rgb(255,255,255);
    transition: all 0.3s ease;
}
.beitrag:hover {
    background: rgb(193, 217, 210);
}
.bild-text-wechel-full .beitrag:hover {
    background: rgb(255,255,255);
}
.beitrag::after{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(245,245,245, 1) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    content: '';
}
.beitrag:hover:after {
  background: transparent;
}
.beitrag:last-child::after{
    background-image: none;
}

.blog div div.beitrag:last-child {
    background: rgb(255,255,255);
    transition: all 0.3s ease;
}
.blog div div.beitrag:last-child:hover {
    background: rgb(193, 217, 210);
}
.home .beitrag:nth-child(2) {
    background: rgb(255,255,255);
    transition: all 0.3s ease;
}
.home .beitrag:nth-child(2):hover {
    background: rgb(193, 217, 210);
}
.beitrag-background {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.beitrag-background-inner {
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.beitrag:nth-child(even) .beitrag-background {
    float: right;
}
.beitrag-content {
    padding: 30px 40px 80px 40px;
    text-align: center;
    width: 50%;
    float: right;
    z-index: 2;
    position: relative;
}


.beitrag-background:before{
  content: '';
  border-left: 70px solid transparent;
  border-right: 70px solid  transparent;
  border-top: 70px solid #fff;
  position: absolute;
  right: -70px;
  transition: all 0.3s;
  z-index: 2;
}
.beitrag:hover .beitrag-background:before{
  border-top: 70px solid rgb(193, 217, 210);
}
.bild-text-wechel-full .beitrag:hover .beitrag-background:before{
  border-top: 70px solid rgba(255,255,255, 1);
}
.beitrag:nth-child(even) .beitrag-background:before {
    right: calc(100% - 70px);
}


.item a.invisible,
a.invisible {
    height: 100%;
    width: 100%;
    display: block;
    background: transparent;
    position: absolute;
    z-index: 3;
    left: 0px;
}



/* Blog News und Region - Bilder Höhe flexibel  */
.item-page.bild-text-wechsel .beitrag-background,
.blog.bild-text-wechsel .beitrag-background {
    width: 50%;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    height: 100%;
}
.item-page.bild-text-wechsel .beitrag-background-inner,
.blog.bild-text-wechsel .beitrag-background-inner {
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.item-page.bild-text-wechsel .beitrag-content{
    padding: 40px 40px 30px 40px;
    text-align: left;
}

.item-page.bild-text-wechsel .beitrag:nth-child(even) .beitrag-content,
.blog.bild-text-wechsel .beitrag:nth-child(even) .beitrag-content{
  float: left;
}
.item-page.bild-text-wechsel .beitrag:nth-child(even) .beitrag-background,
.blog.bild-text-wechsel .beitrag:nth-child(even) .beitrag-background{
  right: 0;
}


/* Button zentrieren  */
.btn-center {
    position: absolute;
    bottom: 0;
    margin: 30px 0;
    left: calc(50% - 20px);
    text-align: center;
    z-index: 3;
}
.btn-center p{
  margin: 0;
}

.blog .beitrag:nth-child(odd) .btn-center.zweispaltig {
    left: 74%;
}
.blog .beitrag:nth-child(even) .btn-center.zweispaltig{
  left: 24%;
}



/* Blog drei Spalten */

.drei-spalten .beitrag-content {
    width: 100%;
    float: none;
    position: relative;
    z-index: 2;
}
.drei-spalten .beitrag-background {
    width: 100%;
    float: none;
}
.drei-spalten .beitrag-background::before {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.drei-spalten .beitrag:nth-child(2n) .beitrag-background {
    float: none;
}
.drei-spalten .beitrag-background-inner {
    height: 200px;
}


/* Blog drei Spalten Schatten  */
.drei-spalten .beitrag {
    background: rgb(255,255,255);
    z-index: 0;
}


/* Ränder */
.drei-spalten .beitrag:nth-child(1)::after,
.drei-spalten .beitrag:nth-child(2)::after,
.drei-spalten .beitrag:nth-child(4)::after,
.drei-spalten .beitrag:nth-child(5)::after,
.drei-spalten .beitrag:nth-child(7)::after,
.drei-spalten .beitrag:nth-child(8)::after,
.drei-spalten .beitrag:nth-child(10)::after,
.drei-spalten .beitrag:nth-child(11)::after{
height: 100%;
width: 100%;
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(245, 245, 245) 100%);
display: block;
position: absolute;
z-index: 1;
content: "";
left: 0;
top: 0;
}

/* Hover ausgeblendet */
.drei-spalten .beitrag::before{
height: 100%;
width: 100%;
background-color: rgba(238,238,238, 0);
display: block;
position: absolute;
z-index: 2;
content: "";
left: 0;
top: 0;
transition: background-color 0.3s ease;
}
/* Hover aktiv */
.drei-spalten .beitrag:hover::before{
background-color: rgb(193, 217, 210);
}


.drei-spalten .beitrag:nth-child(3n),
.drei-spalten .beitrag:last-child,
.drei-spalten .beitrag:last-child::after {
    background: rgb(255,255,255);
    background-image: none;
}

/* Blog drei Spalten Schatten bei Responsive */
@media (max-width: 1189px) {
  .drei-spalten .beitrag:nth-child(3n) {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(245, 245, 245) 100%)
  }
  .drei-spalten .beitrag:nth-child(2n) {
      background: rgb(255,255,255);
  }
}
@media (max-width: 819px) {
  .drei-spalten .beitrag,
  .drei-spalten .beitrag:nth-child(3n) {
    background: rgb(255,255,255);
  }
}






/* Blog Beiträge */

/* Zusätzliche Bilder im Beitrag */
.beitrag-bilder img {
    margin-bottom: 10px;
}
.beitrag-bilder {
    margin-top: 15px;
}
.beitrag-bilder.col2 {
    width: 300px;
    float: left;
    margin-right: 40px;
    margin-left: 0;
}
.beitrag-bilder .wfpopup {
  margin-bottom: 10px;
}
.com-content-article__body h3:nth-child(1) {
  margin: 10px 0 0 0;
}

/* Formular alt (BA FORMS)
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
    background-image: url(../images/icons/pfeil-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 50% !important;
    background-size: auto 10px !important;
}
select::-ms-expand {
  display: none;
}
@supports (-moz-appearance:none) {
  select option
  {
  font-family: sans-serif;
  margin-top: 10px;
  }
}
*/






/* Suchergebnisseite */
.word {
  border: none;
  padding: 0;
}
ol.com-finder__results-list{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.com-finder__results-list li {
  border-top: 1px solid #ccc;
}
span.highlight{
  background: #a9d4b9!important;
}
.com-finder__results-list .result__taxonomy,
.com-finder__results-list .result__date {
  display: none;
}
.com-finder__results-list .result__title-link {
}
.com-finder__results-list .result__title-link:hover {
  text-decoration: none;
}
.com-finder__results-list li {
  border-top: 0;
}
.com-finder__results-list .result__title {
  margin: 0;
}

 mark {
  background: #a9d4b9 !important;
}



/* Suchfeld auf FAQ Seite */
.suche-faq input.search-query,
.word input {
    height: 45px;
    max-width: 400px;
    margin-top: 0;
    float: left;
    margin-right: 10px;
    border-top-right-radius: 0;
    width: 100%;
}

/* Suchfeld auf Energielexikon */
.srch-btn {
    z-index: 2!important;
}
#com_glossary input {
    height: 45px;
    max-width: 400px;
    margin-top: 0;
    float: left;
    margin-right: 10px;
    border-top-right-radius: 0;
    width: 100%;
}
div#com_glossary div#glossarysearch form#searchForm div.input-append input#filter_search{
  background: #ececec;
  font-family: inherit;
  padding: 0 10px 0 10px;
  border-radius: 0!important;
  height: 45px;
}
#com_glossary .srch-btn{
  position: relative;
  margin: 0;
  height: 45px;
}
#com_glossary .srch-btn button{
background: #14775A!important;
color: #fff;
padding: 0 15px 0 15px;
border-radius: 0 10px 10px 10px!important;
font-family: Noto Sans;
font-size: inherit;
position: relative;
display: inline-block;
height: 45px;
font-size: inherit !important;
width: auto;
}
#com_glossary .srch-btn button:hover {
    background: #227c42!important;
}
#com_glossary .srch-btn button::after{
  content: 'Suchen';
}
#com_glossary .srch-inpt {
    float: left;
    margin-right: 10px;
}
div#com_glossary div#glossarysearch form#searchForm div.input-append input.button.btn {
    float: none!important;
    background: #fff!important;
    color: #b3b3b3!important;
    padding: 0 15px 0 15px!important;
    border-radius: 0 10px 10px 10px!important;
    font-family: Noto Sans!important;
    font-size: inherit!important;
    position: relative!important;
    display: inline-block!important;
    height: 45px!important;
    font-size: inherit !important;
    width: auto!important;
    text-transform: none;
}
div#com_glossary div#glossarysearch form#searchForm div.input-append input.button.btn:hover{
    background: #f1f1f1!important;
}
/* Tabelle im Energielexikon */

#com_glossary td{
  vertical-align: top;
}
#com_glossary p {
    margin-top: 0;
}
#com_glossary table#glossarylist tbody td a{
  font-family: "Noto Sans";
  font-weight: bold;
  color: #14775A!important;
  font-size: 120%;
}
#com_glossary table#glossarylist tbody td a:hover{
  text-decoration: underline;
}
#com_glossary td div p:first-child strong {
    font-size: inherit;
    font-family: "Noto Sans";
    font-weight: bold;
}

/* Buchstaben im Energielexikon */
div.glossaryalphabet {
    font-size: inherit;
}
#com_glossary .seopagination ul > li.active > a, #com_glossary .seopagination ul > li.active > span {
    background: #ececec;
    color: inherit;
    width: auto;
    padding: 0 10px 0 10px;
}
#com_glossary .seopagination ul > li > a:hover{
      background: #ececec;
}
#com_glossary .seopagination-list .glossletselect {
    background: #ececec;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: auto;
    padding: 0 10px 0 10px;
    height: 36px;
    line-height: 36px;
}
#com_glossary .seopagination ul > li.active > span{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  height: 36px;
  line-height: 36px;
}
/* Tabellen im Energielexikon */
table.res#glossarylist * th {
    background: #14775A;
    color: white;
    font-weight: normal;
    font-size: inherit;
}
table.res#glossarylist * tr:nth-of-type(2n+1) {
    background: #d0d0d0;
}
#com_glossary #glossarylist td.term-head {
    font-size: 120%;
    color: #14775A;
}
div#glossarysearch {
    padding: 0;
    margin: 30px 0 10px 0;
}




/* Produktübersicht */

.produktuebersicht{
  text-align: center;
  padding: 0 30px 0 30px;
  position: relative;
}
.produktuebersicht-content {
    padding: 0 0 70px 0;
    position: relative;
    z-index: 2;
}
.produktuebersicht-background-inner {
    background-size: contain;
    height: 150px;
    width: 100%;
    margin: 20px 0 20px 0;
    background-repeat: no-repeat;
    background-position: 45% bottom;
    margin-left: 2%;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(353deg) brightness(103%) contrast(103%);
    z-index: 2;
    position: relative;
}
/* Icon invertieren */
.produktuebersicht:nth-child(4) .produktuebersicht-background-inner,
.produktuebersicht:nth-child(5) .produktuebersicht-background-inner,
.produktuebersicht:nth-child(6) .produktuebersicht-background-inner {
  filter: invert(43%) sepia(79%) saturate(376%) hue-rotate(89deg) brightness(93%) contrast(94%);
}
.strom .produktuebersicht:nth-child(4) .produktuebersicht-background-inner,
.strom .produktuebersicht:nth-child(5) .produktuebersicht-background-inner,
.strom .produktuebersicht:nth-child(6) .produktuebersicht-background-inner {
  filter: invert(46%) sepia(93%) saturate(371%) hue-rotate(45deg) brightness(100%) contrast(86%);
}
.gas .produktuebersicht:nth-child(4) .produktuebersicht-background-inner,
.gas .produktuebersicht:nth-child(5) .produktuebersicht-background-inner,
.gas .produktuebersicht:nth-child(6) .produktuebersicht-background-inner {
  filter: invert(49%) sepia(97%) saturate(727%) hue-rotate(11deg) brightness(109%) contrast(104%);
}
.emob .produktuebersicht:nth-child(4) .produktuebersicht-background-inner,
.emob .produktuebersicht:nth-child(5) .produktuebersicht-background-inner,
.emob .produktuebersicht:nth-child(6) .produktuebersicht-background-inner {
  filter: invert(21%) sepia(54%) saturate(1556%) hue-rotate(127deg) brightness(102%) contrast(103%);
}



/* ==== Layout für Produktübersicht + Module View Variante ===== */

/* ==== Strom  ===== */

/* Reihe 1 und 3 */
.strom .produktuebersicht:nth-child(1),
.strom .produktuebersicht:nth-child(2),
.strom .produktuebersicht:nth-child(7),
.strom .produktuebersicht:nth-child(8) {
  color: #fff;
  background: rgb(103,160,37);
  z-index: 0;
  /*box-shadow: inset -20px -20px 20px rgb(99, 154, 34); */
  }
  /* Ränder */
.strom .produktuebersicht:nth-child(1)::after,
.strom .produktuebersicht:nth-child(2)::after,
.strom .produktuebersicht:nth-child(7)::after,
.strom .produktuebersicht:nth-child(8)::after{
  height: 100%;
  width: 100%;
  background:   linear-gradient(180deg, rgba(103,160,37,0) 0%, rgba(103,160,37,0) 90%, rgb(99, 154, 34) 100%),
                linear-gradient(90deg, rgba(103,160,37,0) 0%, rgba(103,160,37,0) 90%, rgb(99, 154, 34) 100%);
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
}
  /* Hover ausgeblendet */
.strom .produktuebersicht:nth-child(1)::before,
.strom .produktuebersicht:nth-child(2)::before,
.strom .produktuebersicht:nth-child(3)::before,
.strom .produktuebersicht:nth-child(7)::before,
.strom .produktuebersicht:nth-child(8)::before,
.strom .produktuebersicht:nth-child(9)::before{
  height: 100%;
  width: 100%;
  background-color: rgba(85, 142, 17, 0);
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  transition: background-color 0.3s ease;
}
  /* Hover aktiv */
.strom .produktuebersicht:nth-child(1):hover::before,
.strom .produktuebersicht:nth-child(2):hover::before,
.strom .produktuebersicht:nth-child(3):hover::before,
.strom .produktuebersicht:nth-child(7):hover::before,
.strom .produktuebersicht:nth-child(8):hover::before,
.strom .produktuebersicht:nth-child(9):hover::before{
  background-color: rgba(85, 142, 17, 1);
}

.strom .produktuebersicht:nth-child(3) {
  color: #fff;
  background: rgb(103,160,37);
  background: linear-gradient(180deg, rgba(103,160,37,1) 0%, rgba(103,160,37,1) 90%, rgba(99,154,34,1) 100%);
}
.strom .produktuebersicht:nth-child(9) {
  color: #fff;
  background: rgb(103,160,37);
}



/* Reihe 2 */
.produktuebersicht:nth-child(4),
.produktuebersicht:nth-child(5),
.produktuebersicht:nth-child(6){
    color: inherit;
    background: #fff;
    z-index: 0;
}
.produktuebersicht.strom:nth-child(6){
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(250,250,250,1) 100%);
}
.produktuebersicht:nth-child(4)::after,
.produktuebersicht:nth-child(5)::after,
.produktuebersicht:nth-child(6)::after{
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(250,250,250,1) 100%),
              linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(250,250,250,1) 100%);
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
}
.produktuebersicht:nth-child(4)::before,
.produktuebersicht:nth-child(5)::before,
.produktuebersicht:nth-child(6)::before{
  height: 100%;
  width: 100%;
  background: rgba(230,230,230,0);
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  transition: background-color 0.3s ease;
}
.produktuebersicht:nth-child(4):hover::before,
.produktuebersicht:nth-child(5):hover::before,
.produktuebersicht:nth-child(6):hover::before{
  background: rgba(238,238,238,1);
}


/* ==== Gas  ===== */

/* Reihe 1 und 3 */
.gas .produktuebersicht:nth-child(1),
.gas .produktuebersicht:nth-child(2),
.gas .produktuebersicht:nth-child(7),
.gas .produktuebersicht:nth-child(8) {
  color: #fff;
  background: rgb(247,166,0);
  z-index: 0;
  /*box-shadow: inset -20px -20px 20px rgb(99, 154, 34); */
}


/* Ränder */
.gas .produktuebersicht:nth-child(1)::after,
.gas .produktuebersicht:nth-child(2)::after,
.gas .produktuebersicht:nth-child(7)::after,
.gas .produktuebersicht:nth-child(8)::after{
height: 100%;
width: 100%;
background:   linear-gradient(180deg, rgba(247,166,0,0) 0%, rgba(247,166,0,0) 90%, rgba(232,158,5,1) 100%),
            linear-gradient(90deg, rgba(247,166,0,1) 0%, rgba(247,166,0,1) 90%, rgba(232,158,5,1) 100%);
display: block;
position: absolute;
z-index: 1;
content: "";
left: 0;
top: 0;
}

/* Hover ausgeblendet */
.gas .produktuebersicht:nth-child(1)::before,
.gas .produktuebersicht:nth-child(2)::before,
.gas .produktuebersicht:nth-child(3)::before{
height: 100%;
width: 100%;
background-color: rgba(223, 151, 5, 0);
display: block;
position: absolute;
z-index: 2;
content: "";
left: 0;
top: 0;
transition: background-color 0.3s ease;
}
/* Hover aktiv */
.gas .produktuebersicht:nth-child(1):hover::before,
.gas .produktuebersicht:nth-child(2):hover::before,
.gas .produktuebersicht:nth-child(3):hover::before{
background-color: rgba(220, 148, 2, 1);
}


.gas .produktuebersicht:nth-child(3) {
  color: #fff;
  background: rgb(247,166,0);
  background: linear-gradient(180deg, rgba(247,166,0,1) 0%, rgba(247,166,0,1) 90%, rgba(232,158,5,1) 100%);
}
.gas .produktuebersicht:nth-child(9) {
  color: #fff;
  background: rgb(247,166,0);
}



/* ==== E-Mobilität  ===== */

/* Reihe 1 und 3 */
.emob .produktuebersicht:nth-child(1),
.emob .produktuebersicht:nth-child(2),
.emob .produktuebersicht:nth-child(7),
.emob .produktuebersicht:nth-child(8) {
  color: #fff;
  background: rgb(0,90,57);
  z-index: 0;
  /*box-shadow: inset -20px -20px 20px rgb(99, 154, 34); */
}

/* Ränder */
.emob .produktuebersicht:nth-child(1)::after,
.emob .produktuebersicht:nth-child(2)::after,
.emob .produktuebersicht:nth-child(7)::after,
.emob .produktuebersicht:nth-child(8)::after{
height: 100%;
width: 100%;
background:   linear-gradient(180deg, rgba(0,90,57,0) 0%, rgba(0,90,570,0) 90%, rgba(0, 85, 54,1) 100%),
            linear-gradient(90deg, rgba(0,90,57,1) 0%, rgba(0,90,57,1) 90%, rgba(0, 85, 54,1) 100%);
display: block;
position: absolute;
z-index: 1;
content: "";
left: 0;
top: 0;
}

/* Hover ausgeblendet */
.emob .produktuebersicht:nth-child(1)::before,
.emob .produktuebersicht:nth-child(2)::before,
.emob .produktuebersicht:nth-child(3)::before{
height: 100%;
width: 100%;
background-color: rgba(0, 74, 47, 0);
display: block;
position: absolute;
z-index: 2;
content: "";
left: 0;
top: 0;
transition: background-color 0.3s ease;
}
/* Hover aktiv */
.emob .produktuebersicht:nth-child(1):hover::before,
.emob .produktuebersicht:nth-child(2):hover::before,
.emob .produktuebersicht:nth-child(3):hover::before{
background-color: rgba(0, 74, 47, 1);
}


.emob .produktuebersicht:nth-child(3){
  color: #fff;
  background: linear-gradient(180deg, rgba(0,90,57,1) 0%, rgba(0,90,57,1) 90%, rgba(0, 85, 54,1) 100%);
}
.emob .produktuebersicht:nth-child(9) {
  color: #fff;
  background: rgb(0,90,57);
}




/* Module View Buttons Farbwechsel */
.strom .produktuebersicht:nth-child(1) .green,
.strom .produktuebersicht:nth-child(2) .green,
.strom .produktuebersicht:nth-child(3) .green,
.strom .produktuebersicht:nth-child(7) .green,
.strom .produktuebersicht:nth-child(8) .green,
.strom .produktuebersicht:nth-child(9) .green,
.emob .produktuebersicht:nth-child(1) .green,
.emob .produktuebersicht:nth-child(2) .green,
.emob .produktuebersicht:nth-child(3) .green,
.produktuebersicht:nth-child(1) .green,
.produktuebersicht:nth-child(2) .green,
.produktuebersicht:nth-child(3) .green,
.produktuebersicht:nth-child(7) .green,
.produktuebersicht:nth-child(8) .green,
.produktuebersicht:nth-child(9) .green {
    background: #fff;
    color: #14775A;
}

.gas .produktuebersicht:nth-child(1) .green,
.gas .produktuebersicht:nth-child(2) .green,
.gas .produktuebersicht:nth-child(3) .green,
.gas .produktuebersicht:nth-child(7) .green,
.gas .produktuebersicht:nth-child(8) .green,
.gas .produktuebersicht:nth-child(9) .green
 {
    background: #fff;
    color: #F7A600;
}
.gas .produktuebersicht:nth-child(4) .green,
.gas .produktuebersicht:nth-child(5) .green,
.gas .produktuebersicht:nth-child(6) .green
 {
    background: #F7A600;
    color: #fff;
}
.gas .produktuebersicht:nth-child(4) .green:hover,
.gas .produktuebersicht:nth-child(5) .green:hover,
.gas .produktuebersicht:nth-child(6) .green:hover
 {
    background: #C78601;;
}

.strom .produktuebersicht:nth-child(1) .green:hover,
.strom .produktuebersicht:nth-child(2) .green:hover,
.strom .produktuebersicht:nth-child(3) .green:hover,
.strom .produktuebersicht:nth-child(7) .green:hover,
.strom .produktuebersicht:nth-child(8) .green:hover,
.strom .produktuebersicht:nth-child(9) .green:hover,
.emob .produktuebersicht:nth-child(1) .green:hover,
.emob .produktuebersicht:nth-child(2) .green:hover,
.emob .produktuebersicht:nth-child(3) .green:hover,
.produktuebersicht:nth-child(1) .green:hover,
.produktuebersicht:nth-child(2) .green:hover,
.produktuebersicht:nth-child(3) .green:hover,
.produktuebersicht:nth-child(7) .green:hover,
.produktuebersicht:nth-child(8) .green:hover,
.produktuebersicht:nth-child(9) .green:hover {
    background: #ddd;
}
.produktuebersicht:nth-child(4) .green,
.produktuebersicht:nth-child(5) .green,
.produktuebersicht:nth-child(6) .green,
 {
    background: #14775A;
    color: #fff;
}

/* Schatten bei Responsive */
@media (max-width: 1189px) {
  .strom .produktuebersicht:nth-child(2){
    background: rgb(103,160,37);
    background: linear-gradient(180deg, rgba(103,160,37,1) 0%, rgba(103,160,37,1) 90%, rgba(99,154,34,1) 100%);
  }
  .strom .produktuebersicht:nth-child(4){
    background: #fff;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(250,250,250,1) 100%);
  }
  .strom .produktuebersicht:nth-child(3),
  .strom .produktuebersicht:nth-child(9){
  background: linear-gradient(180deg, rgba(103,160,37,0) 0%, rgba(103,160,37,0) 90%, rgba(99,154,34,1) 100%),
              linear-gradient(90deg, rgba(103,160,37,1) 0%, rgba(103,160,37,1) 90%, rgba(99,154,34,1) 100%);
  }
  .gas .produktuebersicht:nth-child(2){
    background: rgb(247,166,0);
    background: linear-gradient(180deg, rgba(247,166,0,1) 0%, rgba(247,166,0,1) 90%, rgba(232,158,5,1) 100%);
  }
  .gas .produktuebersicht:nth-child(4){
    background: #fff;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(250,250,250,1) 100%);
  }
  .gas .produktuebersicht:nth-child(3),
  .gas .produktuebersicht:nth-child(9){
  background: linear-gradient(180deg, rgba(247,166,0,0) 0%, rgba(247,166,0,0) 90%, rgba(232,158,5,1) 100%),
              linear-gradient(90deg, rgba(247,166,0,1) 0%, rgba(247,166,0,1) 90%, rgba(232,158,5,1) 100%);
  }
  .emob .produktuebersicht:nth-child(2){
    background: rgb(0,90,57);
    background: linear-gradient(180deg, rgba(0,90,57,1) 0%, rgba(0,90,57,1) 90%, rgba(0, 85, 54,1) 100%);
  }
  .emob .produktuebersicht:nth-child(4){
    background: #fff;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(250,250,250,1) 100%);
  }
  .emob .produktuebersicht:nth-child(3),
  .emob .produktuebersicht:nth-child(9){
  background: linear-gradient(180deg, rgba(0,90,57,0) 0%, rgba(0,90,57,0) 90%, rgba(0, 85, 54,1) 100%),
              linear-gradient(90deg, rgba(0,90,57,1) 0%, rgba(0,90,57,1) 90%, rgba(0, 85, 54,1) 100%);
  }
}
@media (max-width: 819px) {
  .strom .produktuebersicht:nth-child(1),
  .strom .produktuebersicht:nth-child(2),
  .strom .produktuebersicht:nth-child(3),
  .strom .produktuebersicht:nth-child(7),
  .strom .produktuebersicht:nth-child(8),
  .strom .produktuebersicht:nth-child(9){
    background: rgb(103,160,37);
    background: linear-gradient(180deg, rgba(103,160,37,1) 0%, rgba(103,160,37,1) 90%, rgba(99,154,34,1) 100%);
  }
  .strom .produktuebersicht:nth-child(4),
  .strom .produktuebersicht:nth-child(5),
  .strom .produktuebersicht:nth-child(6){
    background: #fff;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(250,250,250,1) 100%);
  }
}



/* SVG Fallback für IE11
================================== */

@media all and (-ms-high-contrast:none) {
  .pk-gas-uebersicht .item:nth-child(1) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/comfort.png)!important;
  }
  .pk-gas-uebersicht .item:nth-child(2) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/classic-gas.png)!important;
  }
  .pk-gas-uebersicht .item:nth-child(3) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/grundversorgung-gas.png)!important;
  }

  .pk-strom-uebersicht .item:nth-child(1) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/comfort.png)!important;
  }
  .pk-strom-uebersicht .item:nth-child(2) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/classic-strom.png)!important;
  }
  .pk-strom-uebersicht .item:nth-child(3) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/wasserkraft.png)!important;
  }

  .pk-strom-uebersicht .item:nth-child(4) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/strom/kleinverbrauch.png)!important;
  }
  .pk-strom-uebersicht .item:nth-child(5) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/strom/heizstrom.png)!important;
  }
  .pk-strom-uebersicht .item:nth-child(6) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/strom/grundversorgung-strom.png)!important;
  }

  .emob-uebersicht .item:nth-child(1) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/ladekarte.png)!important;
  }
  .emob-uebersicht .item:nth-child(2) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/ladeapp.png)!important;
  }
  .emob-uebersicht .item:nth-child(3) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/ladestationen.png)!important;
  }
  .emob-uebersicht .item:nth-child(4) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/emob/ladetechnik.png)!important;
  }

  .gk-strom-uebersicht .item:nth-child(1) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/comfort.png)!important;
  }
  .gk-strom-uebersicht .item:nth-child(2) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/classic-gas.png)!important;
  }
  .gk-strom-uebersicht .item:nth-child(3) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/wasserkraft.png)!important;
  }

  .gk-strom-uebersicht .item:nth-child(4) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/strom/5plus.png)!important;
  }
  .gk-strom-uebersicht .item:nth-child(5) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/strom/tag-nacht.png)!important;
  }
  .gk-strom-uebersicht .item:nth-child(6) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/strom/sonderkunden-strom.png)!important;
  }

  .gk-strom-uebersicht .item:nth-child(7) .produktuebersicht-background-inner{
    background-image: url(/images/icons/produkte/png/white/grundversorgung-strom.png)!important;
  }

  .home .icon-strom{
    background-image: url(/images/icons/produkte/png/white/strom.png)!important;
    background-size: 200px auto;
  }
  .home .icon-gas{
    background-image: url(/images/icons/produkte/png/white/gas.png)!important;
    background-size: 200px auto;
  }
  .home .icon-emob{
    background-image: url(/images/icons/produkte/png/white/emob.png)!important;
    background-size: 200px auto;
  }
/* PNG Fallback für IE bei JCE Media Box */
  .wf-mediabox-close{
    background-image: url(/images/icons/close.png)!important;
    background-size: cover;
  }
    .wf-icon-zoom-image{
    background-image: url(/images/icons/lupe.png)!important;
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 95% 95%;
  }
}








/* Drei Spalten neutral */

.neutral .beitrag-background {
    width: 100%;
    float: none;
}
.neutral .beitrag-content {
    width: 100%;
    float: none;
}
.neutral.produktuebersicht {
  padding: 0;
}
.second-level .neutral.col3{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(247,247,247,1) 100%);
  color: inherit;
}
.second-level .neutral.col3:last-child{
  background: rgb(255,255,255);
}
.neutral .beitrag-background-inner {
  height: 200px;
}
.second-level .neutral.col3 {
    height: 550px;
}
.neutral .beitrag-background::before {
    content: none;
}


/* Berichte (Bilder mit Abstand) */
.berichte.grid-container-3 img,
.berichte.grid-container-4 img {
    width: 100%;
    max-width: 150px;
    box-shadow: 0px 0px 10px #ddd;
    margin-top: 10px;
}
.berichte .item {
  background: #fff;
}
.berichte .item:hover  {
  background: #d0d0d0;
}
.berichte .item a,
.berichte .item a div {
    display: block;
    height: 100%;
}

.berichte .item a div {
  padding: 5px 30px 29px 30px;
  text-align: center;
}
.berichte a:hover {
    text-decoration: none;
}




/* ====  Grid Layout ==== */



/*  Grid for IE11 4 Spalten */
.grid-container-4 {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr ;
  -ms-grid-rows: 1fr;
}
.grid-container-4 .item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-container-4 .item:nth-child(2)  {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid-container-4 .item:nth-child(3)  {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid-container-4 .item:nth-child(4)  {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.grid-container-4 .item:nth-child(5)  {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.grid-container-4 .item:nth-child(6)  {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.grid-container-4 .item:nth-child(7)  {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.grid-container-4 .item:nth-child(8)  {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.grid-container-4 .item:nth-child(9)  {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-container-4 .item:nth-child(10)  {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.grid-container-4 .item:nth-child(11)  {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.grid-container-4 .item:nth-child(12)  {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}


/*  Grid for IE11 3 Spalten */
.grid-container-3 {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr ;
  -ms-grid-rows: 1fr;
}
.grid-container-3 .item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(2)  {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(3)  {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid-container-3 .item:nth-child(4)  {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(5)  {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(6)  {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.grid-container-3 .item:nth-child(7)  {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(8)  {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(9)  {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.grid-container-3 .item:nth-child(10)  {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(11)  {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(12)  {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

@media (max-width: 900px) {
/*  Grid for IE11 4 Spalten */
.grid-container-4 {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
}
.grid-container-4 .item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-container-4 .item:nth-child(2)  {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid-container-4 .item:nth-child(3)  {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid-container-4 .item:nth-child(4)  {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.grid-container-4 .item:nth-child(5)  {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.grid-container-4 .item:nth-child(6)  {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.grid-container-4 .item:nth-child(7)  {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-container-4 .item:nth-child(8)  {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.grid-container-4 .item:nth-child(9)  {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.grid-container-4 .item:nth-child(10)  {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.grid-container-4 .item:nth-child(11)  {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.grid-container-4 .item:nth-child(12)  {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}


/*  Grid for IE11 3 Spalten */
.grid-container-3 {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
}
.grid-container-3 .item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(2)  {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(3)  {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(4)  {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(5)  {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(6)  {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(7)  {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(8)  {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(9)  {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(10)  {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.grid-container-3 .item:nth-child(11)  {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.grid-container-3 .item:nth-child(12)  {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

}



@media (max-width: 650px) {
  /*  Grid for IE11 4 Spalten */
  .grid-container-4 {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
  }
  .grid-container-4 .item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-container-4 .item:nth-child(2)  {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-container-4 .item:nth-child(3)  {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-container-4 .item:nth-child(4)  {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-container-4 .item:nth-child(5)  {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-container-4 .item:nth-child(6)  {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid-container-4 .item:nth-child(7)  {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .grid-container-4 .item:nth-child(8)  {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .grid-container-4 .item:nth-child(9)  {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-container-4 .item:nth-child(10)  {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .grid-container-4 .item:nth-child(11)  {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .grid-container-4 .item:nth-child(12)  {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
}

/*  Grid for modern Browsers */
.grid-container-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  grid-auto-rows: 1fr;
}
.grid-container-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
}
/*  IE Hack for Height  */
@media all and (-ms-high-contrast:none) {
     .berichte .item a,
     .berichte .item a div  { height: auto!important; } /* IE10 */
     *::-ms-backdrop, .berichte .item a,
     .berichte .item a div  { height: auto!important; } /* IE11 */
}
@supports (-ms-ime-align:auto) {
   .berichte .item a,
   .berichte .item a div { height: auto!important; } /* EDGE */
}

@media (max-width: 450px) {
/*  Grid for IE11 */
.grid-container-3,
.grid-container-3 {
  display: block;
  width: 100%;
}
.grid-container-3 .item,
.grid-container-4 .item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.berichte.grid-container-4 .item {
  width: calc(100% - 20px);
}
}










/* Offene Stellen */
.offene-stellen .beitrag-content {
    text-align: left;
    min-height: 105px;
    position: relative;
    float: none;
    display: inline-table;
    width: 100%;
    padding-right: 90px;
}
.offene-stellen .mod-articles-category-readmore {
    float: right;
    position: absolute;
    right: 30px;
    top: calc(50% - 43px);
}
.offene-stellen .white{
  border-bottom: 1px solid #d0d0d0;
}
.offene-stellen a:last-child .white{
  border-bottom: 0;
}
.offene-stellen .white:hover{
  background: #d0d0d0;
}



/* FAQ / Accordeon */

button.accordion{
  cursor: pointer;
  padding: 15px 20px 15px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  color:#000;
}
.acc.faq div:nth-child(even) button.accordion{
  background: #e1e1e1;
}
.acc.faq div:nth-child(odd) button.accordion{
  background: #d0d0d0;
}
button.accordion.active,
button.accordion:hover,
.acc.faq div:nth-child(even) button.accordion.active,
.acc.faq div:nth-child(even) button.accordion:hover,
.acc.faq div:nth-child(odd) button.accordion.active,
.acc.faq div:nth-child(odd) button.accordion:hover
{
  background-color: #c1c1c1;
  z-index: 0;
}
.faq{
  clear: both;
}
button.accordion:after{
  content: '\e806';
  font-weight: bold;
  float: right;
  top: 32%;
  position: absolute;
  right: 15px;
  line-height: 90%;
  font-family: icons;
  transform: rotate(90.1deg);
  transition: transform 0.2s;
}
button.accordion:hover:after{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(89.5deg) scale(1.5) translateZ(0);
  -moz-transform: rotate(89.5deg) scale(1.5) translateZ(0);
  transform: rotate(89.5deg) scale(1.5) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.open button.accordion:after{
  transform: rotate(-90.1deg);
}
.open button.accordion:hover:after{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(-89.5deg) scale(1.5) translateZ(0);
  -moz-transform: rotate(-89.5deg) scale(1.5) translateZ(0);
  transform: rotate(-89.5deg) scale(1.5) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.open div button.accordion:after{
  transform: rotate(90.1deg);
}
.open div button.accordion:hover:after {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(89.5deg) scale(1.5) translateZ(0);
  -moz-transform: rotate(89.5deg) scale(1.5) translateZ(0);
  transform: rotate(89.5deg) scale(1.5) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.open div .open button.accordion:after{
  transform: rotate(-90.1deg);
}
.open div .open button.accordion:hover:after {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(-89.5deg) scale(1.5) translateZ(0);
  -moz-transform: rotate(-89.5deg) scale(1.5) translateZ(0);
  transform: rotate(-89.5deg) scale(1.5) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.acc-panel{
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background: #fff;
}
.faq div.acc-panel{
  padding: 0px 40px;
}
.faq.download div.acc-panel{
  padding: 0 0;
}
.faq.download div.acc-panel p,
.faq.download div.acc-panel div.acc-panel p{
  padding: 0 20px;
}
.multi-level .acc-panel{
  background: transparent;
}
.multi-level div .acc-panel .acc-panel,
.multi-level div .acc-panel.white{
  background: #fff;
}
.multi-level div .acc-panel div button{
  background: #e1e1e1;
  border-top: 1px solid #fff;
}
.multi-level div .acc-panel div button:hover{
  background: #c1c1c1;
}


.multi-level div .acc-panel div .acc-panel,
.multi-level .open .acc-panel,
.multi-level .acc-panel{
  font-size: 90%;
  line-height: 120%;
}
.articlebody .faq > h3{
  margin: 0px 0 20px 0;
}
.accordion h3.acc-head {
    margin: 0;
    padding: 0 30px 0 0;
    float: left;
    color: #000;
    font-size: 100%;
    font-family: Noto Sans;
}
.accordion.strom .acc-head,
.accordion.gas .acc-head,
.accordion.emob .acc-head,
.accordion.allgemein .acc-head {
  color: #fff;
}

.faq h3{
  margin-bottom: 15px!important;
}
.faq button h3{
  margin-bottom: 0px!important;
}

/* Background */
.accordion{
  background: #d0d0d0;
}

/* Hover Color Effekt  */
.accordion:hover {
   background: #c1c1c1;
}



/* Ausklappfelder / Variante FAQ*/
.faq.ausklappfelder .open .acc-panel{
  max-height: 100%!important;
}



/* Siegel auf Startseite */
.siegel {
    max-width: 310px;
    width: 100%;
}




/* Neuigkeiten Seite blendet Titel der Kategorie bei Blogbeiträgen aus */
.neuigkeiten-seite .page-header h1{
  display: none;
}
.neuigkeiten-seite .offene-stellen .page-header h1{
  display: block;
}
.neuigkeiten-seite h2 {
  font-size: 230%;
  line-height: 120%;
  font-family: "Noto Sans";
  font-weight: normal;
}
.item-page .neuigkeiten .blog-item a {
  color: inherit;
}




/* Suche Input im Menü */

.form-search{
  margin: 0;
  position: relative;
  display: inline;
  float: right;
}
input{
  background: #fff;
  font-family: inherit;
  padding: 0 10px 0 10px;
  height: 40px;
  width: 100%;
}
.sidebar input{
  margin-bottom: 5px;
}
.dunkel input{
  background: #d0eeb1;
}
.hell input{
  background: #ebebeb;
}
.menu-bg input.js-finder-search-query {
    height: 30px;
    width: 240px;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
    border-top-right-radius: 15px;
}



/* Header */

.header .logo{
  margin-top: 17px;
}
.header .logo a{
  display: block;
}
.logo img {
    width: auto;
    height: 105px;
}


/* Full Image im Artikel */
.slider-bg-image {
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}




/* Pagination */
.wrapper{
  overflow: hidden;
  border: 0;
}
.com-content-category-blog__pagination {
  text-align: center;
}
.com-content-category-blog__pagination ul,
ul.pager{
  margin: 20px 0 10px 0;
  list-style: none;
  display: inline-block;
  width: auto;
  padding: 0;
  background: #fff;
}
.com-content-category-blog__pagination ul li,
ul.pager li,
#seog-top-pagination ul li{
  float: left;
  width: 60px;
}
ul.pager li.next{
  float: right;
}
.com-content-category-blog__pagination ul li a,
ul.pager li a
{
  padding: 5px 0 5px 0;
  margin: 0;
  display: block;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  color: #248446;
  height: 35px;
}
.com-content-category-blog__pagination ul li.active a{
  background: #757575;
  color: #fff;
}
ul.pager li:last-child a{
  margin: 0;
}
.com-content-category-blog__pagination ul li a:hover,
ul.pager li a:hover{
  background: #d7e7dd;
  text-decoration: none;
}
.com-content-category-blog__pagination ul li.active a:hover,
ul.pager li.active a:hover{
  text-decoration: none;
}
.com-content-category-blog__pagination span.icon-previous:before,
.com-content-category-blog__pagination span.icon-next:after,
.com-content-category-blog__pagination span.icon-first:before,
.com-content-category-blog__pagination span.icon-last:after,
ul.pager .icon-chevron-left:before,
ul.pager .icon-chevron-right:after  {
  font-family: "icons";
  font-size: 80%;
  display: block;
  margin: auto;
  line-height: 100%;
}
.com-content-category-blog__pagination span.icon-previous:before,
ul.pager .icon-chevron-left:before {
  content: '\e805';
  transform: scaleX(-1);
  padding-top: 4px;
}
ul.pager .icon-chevron-left:before{
    float: left;
}
.com-content-category-blog__pagination span.icon-next:after,
ul.pager .icon-chevron-right:after {
  content: '\e805';
  padding-top: 5px;
}
ul.pager .icon-chevron-right:before{
    float: right;
}
.com-content-category-blog__pagination span.icon-first:before {
  content: '\e809';
  transform: rotate(90deg);
  font-size: 65%;
  padding-left: 10px;
}
.com-content-category-blog__pagination span.icon-last:after {
  content: '\e809';
  transform: rotate(-90deg);
  font-size: 65%;
  padding: 0 12px 0 0;
}
.com-content-category-blog__pagination ul li.disabled{
  display: none;
}
.com-content-category-blog__pagination .hidden-phone a {
  padding-top: 5px;
}
.com-content-category-blog__pagination  ul li.disabled a:hover{
  background: #fff;
}

/* Pagination in Beiträgen */
ul.pager{
  display: block;
}
ul.pager li {
    width: 50%;
}
ul.pager .icon-chevron-right:after{
  float: right;
  margin-right: 20px;
}
ul.pager .icon-chevron-left:before{
  float: left;
  margin-left: 20px;
}
div.tooltip{
  display: none!important;
}

/* Pagination in Beiträgen J4*/

.visually-hidden {
  display: none!important;
}
.pagenavigation .pagination a {
  padding: 5px 0 5px 0;
  margin: 0 10px 0 0;
  background: #fff;
  display: block;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  color: #29944f;
  height: 35px;
  width: 200px;
  float: left;
  border-radius: 0;
}
.pagenavigation .pagination a:nth-child(2) {
  float: right;
}
.pagenavigation .pagination a:hover {
  background: #d7e7dd;
  text-decoration: none;
}
.pagenavigation .pagination .icon-chevron-left {
  position: absolute;
  left: 10px;
  top: 5px;
}
.pagenavigation .pagination .icon-chevron-right {
  position: absolute;
  right: 10px;
  top: 4px;
}



/* Chronoforms Inputfarbe*/
.ui.form textarea,
.ui.input textarea,
.ui input,
.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"]{
  border: 1px solid rgb(195, 195, 195)!important;
}
.ui.form ::placeholder {
  color: rgba(131, 131, 131, 0.87)!important;
}


/* Menü */
.menu-bg {
    min-height: 50px;
    background: #14775A;
    border-top-right-radius: 20px;
}
.header-left .menu-bg {
    border-top-right-radius: 0px;
}
.menu-wrap {
    width: 900px;
    float: right;
    position: relative;
    margin-top: 56px;
}


/*  Menü allgemein
==========================================  */
ul.nav li{
    list-style: none;
}
.non-resp ul.nav {
  padding: 0;
  margin: 0 0 0 0;
  float: left;
  height: 50px;
}
.non-resp ul.nav li {
    float: left;
    min-height: 50px;
    height: auto;
    width: auto;
}

.non-resp ul.nav li ul li {
    float: none;
    min-height: 50px;
    height: auto;
}
.non-resp ul.nav li a {
    padding: 12px 18px 12px 18px;
    margin:0;
    height: 100%;
    display: block;
    min-height: 50px;
}

/*  Submenü verstecken */
.non-resp ul.nav li .nav-child,
.non-resp ul.nav li .nav-child li .nav-child,
.non-resp ul.nav li .nav-child li .nav-child li .nav-child,
.non-resp ul.nav li:last-child .nav-child li:hover .nav-child li .nav-child{
    display: none;
}

/*  Submenü bei HOVER anzeigen */
.non-resp ul.nav li:hover .nav-child,
.non-resp ul.nav li:focus .nav-child,
.non-resp ul.nav li:focus-within .nav-child {
    display: block;
    margin: 0 0 0 0;
    position: absolute;
    background:#fff;
    padding: 0 0 0 0;
    z-index: 1000;
    min-width: 250px;
}

.non-resp ul.nav li .nav-child li:hover .nav-child,
.non-resp ul.nav li .nav-child li:focus .nav-child,
.non-resp ul.nav li .nav-child li:focus-within .nav-child  {
    display: inline;
    margin-top: -50px;
    width: auto;
    margin-left: 100%;
    min-width: 350px;
}
.non-resp ul.nav li:last-child .nav-child li:hover .nav-child,
.non-resp ul.nav li:last-child .nav-child li:hover .nav-child li:hover .nav-child,
.non-resp ul.nav li:last-child .nav-child li:focus .nav-child,
.non-resp ul.nav li:last-child .nav-child li:focus .nav-child li:hover .nav-child,
.non-resp ul.nav li:last-child .nav-child li:focus-within .nav-child,
.non-resp ul.nav li:last-child .nav-child li:focus-within .nav-child li:hover .nav-child{
    display: inline;
    margin-top: -50px;
    width: auto;
}




/*  Submenü Breite korrgieren*/
.non-resp ul.nav li:last-child .nav-child li .nav-child {
    margin-left: calc(-100% - 40px);
    min-width: 290px;
}
/*  Submenü Level 4 Breite korrgieren*/
.non-resp ul.nav li:last-child .nav-child li .nav-child li .nav-child {
    margin-left: calc(-100% - 1px);
    min-width: 290px;
}




/*  Erste Ebene - Schrift und Farbe */
.non-resp ul.nav li a{
	color: #fff;
  text-transform: uppercase;
  font-family: "Noto Sans";
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 600;
}
/*  Erste Ebene - HOVER */

.non-resp ul.nav > li:hover > a,
.non-resp ul.nav > li:focus > a,
.non-resp ul.nav > li:focus-within > a{
  color: #14775A;
  background: #fff;
}
.non-resp ul.nav > li.active > a{
  color: #14775A;
  background: #dbf1e3;
}
.non-resp ul.nav li:hover{
  background:inherit;
}

/*  Zweite Ebene - Schrift und Farbe */
.non-resp ul.nav li:hover ul li a,
.non-resp ul.nav li:focus ul li a,
.non-resp ul.nav li:focus-within ul li a {
    text-transform: none;
    font-family: "Noto Sans";
    font-size: 18px;
    letter-spacing: 0px;
    display: block;
    color: #14775A;
}
/*  Zweite Ebene - HOVER */
.non-resp ul.nav li ul li:hover a,
.non-resp ul.nav li ul li.active a,
.non-resp ul.nav li ul li:focus a,
.non-resp ul.nav li ul li:focus-within a{
  color: #14775A;
  /*color: #fff;*/
}
.non-resp ul.nav li ul li:hover,
.non-resp ul.nav li ul li:focus,
.non-resp ul.nav li ul li:focus-within{
  background:#ececec;
}
.non-resp ul.nav li ul li.active{
  background:#dbf1e3;
}

/*  Dritte Ebene - Schrift und Farbe */
.non-resp ul.nav li ul li:hover ul li a,
.non-resp ul.nav li ul li:focus ul li a {
    text-transform: none;
    font-family: "Noto Sans";
    font-size: 18px;
    letter-spacing: 0px;
    display: block;
    color: #14775A;
}
.non-resp ul.nav li ul li:hover ul li{
  border-left: 1px solid #f2f2f2;
}
.non-resp ul.nav li:last-child ul li:hover ul li{
  border-right: 1px solid #f2f2f2;
}
.non-resp ul.nav li ul li:hover ul li:hover,
.non-resp ul.nav li ul li:hover ul li.active{
  border-left: 1px solid #ececec;
}
.non-resp ul.nav li:last-child ul li:hover ul li:hover,
.non-resp ul.nav li:last-child ul li:hover ul li.active{
  border-right: 1px solid #ececec;
}
/*  Dritte Ebene - HOVER */
.non-resp ul.nav li ul li ul li:hover a,
.non-resp ul.nav li ul li ul li.active a,
.non-resp ul.nav li ul li ul li:focus a{
  color: #14775A;
  /*color: #fff;*/
}
.non-resp ul.nav li ul li ul li:hover,
.non-resp ul.nav li ul li ul li:focus{
  background:#ececec;
}
.non-resp ul.nav li ul li ul li.active{
  background: #dbf1e3;
}
/*  Vierte Ebene - Schrift und Farbe */
.non-resp ul.nav li ul li ul li:hover ul li a,
.non-resp ul.nav li ul li ul li:focus ul li a {
    text-transform: none;
    font-family: "Noto Sans";
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 130%;
    display: block;
    color: #14775A;
}
.non-resp ul.nav li ul li ul li:hover ul li{
  border-left: 1px solid #f2f2f2;
}
.non-resp ul.nav li ul li ul li:hover ul li:hover,
.non-resp ul.nav li ul li ul li:hover ul li.active{
  border-left: 1px solid #ececec;
}
/*  Vierte Ebene - HOVER */
.non-resp ul.nav li ul li ul li ul li:hover a,
.non-resp ul.nav li ul li ul li ul li.active a,
.non-resp ul.nav li ul li ul li ul li:focus a{
  color: #14775A;
  /*color: #fff;*/
}
.non-resp ul.nav li ul li ul li ul li:hover,
.non-resp ul.nav li ul li ul li ul li:focus{
  background:#ececec;
}
.non-resp ul.nav li ul li ul li ul li.active{
  background:#dbf1e3;
}

/*  Deeper Icon */
ul li.deeper ul li.deeper::after {
    content: '\e806';
    font-family: "icons";
    height: 40px;
    font-size: 80%;
    position: absolute;
    right: 7px;
    margin-top: -38px;
    color: #14775A;
}
li.deeper  .small {
    font-size: 100%;
}


/*  Focus Bug Fix für Edge/IE
=============================== */

/* IE10 */
@media all and (-ms-high-contrast:none) {
  /*  Submenü bei HOVER anzeigen */
  .non-resp ul.nav li:hover .nav-child{
      display: block;
      margin: 0 0 0 0;
      position: absolute;
      background:#fff;
      padding: 0 0 0 0;
      z-index: 1000;
      min-width: 250px;
  }
  .non-resp ul.nav li .nav-child li:hover .nav-child {
      display: inline;
      margin-top: -50px;
      width: auto;
      margin-left: 100%;
      min-width: 350px;
  }
  .non-resp ul.nav li:last-child .nav-child li:hover .nav-child,
  .non-resp ul.nav li:last-child .nav-child li:hover .nav-child li:hover .nav-child{
      display: inline;
      margin-top: -50px;
      width: auto;
  }
  /*  Erste Ebene - HOVER */

  .non-resp ul.nav > li:hover > a{
    color: #14775A;
    background: #fff;
  }
  /*  Zweite Ebene - Schrift und Farbe */
  .non-resp ul.nav li:hover ul li a{
      text-transform: none;
      font-family: "Noto Sans";
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 130%;
      display: block;
      color: #14775A;
  }
  /*  Zweite Ebene - HOVER */
  .non-resp ul.nav li ul li:hover a,
  .non-resp ul.nav li ul li.active a{
    color: #14775A;
    /*color: #fff;*/
  }
  .non-resp ul.nav li ul li:hover{
    background:#ececec;
  }


  /*  Dritte Ebene - Schrift und Farbe */
  .non-resp ul.nav li ul li:hover ul li a{
      text-transform: none;
      font-family: "Noto Sans";
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 130%;
      display: block;
      color: #14775A;
  }
  /*  Dritte Ebene - HOVER */
  .non-resp ul.nav li ul li ul li:hover a,
  .non-resp ul.nav li ul li ul li.active a{
    color: #14775A;
    /*color: #fff;*/
  }
  .non-resp ul.nav li ul li ul li:hover{
    background:#ececec;
  }

  /*  Vierte Ebene - Schrift und Farbe */
  .non-resp ul.nav li ul li ul li:hover ul li a{
      text-transform: none;
      font-family: "Noto Sans";
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 130%;
      display: block;
      color: #14775A;
  }
  /*  Vierte Ebene - HOVER */
  .non-resp ul.nav li ul li ul li ul li:hover a,
  .non-resp ul.nav li ul li ul li ul li.active a{
    color: #14775A;
    /*color: #fff;*/
  }
  .non-resp ul.nav li ul li ul li ul li:hover{
    background:#ececec;
  }
  /*  Submenü Breite korrgieren*/
  .non-resp ul.nav li:last-child .nav-child li .nav-child {
      margin-left: calc(-100% - 40px);
      min-width: 290px;
  }
  /*  Submenü Level 4 Breite korrgieren*/
  .non-resp ul.nav li:last-child .nav-child li .nav-child li .nav-child {
      margin-left: calc(-100% - 1px);
      min-width: 290px;
  }
}
/* EDGE */
@supports (-ms-ime-align:auto) {
  /*  Submenü bei HOVER anzeigen */
  .non-resp ul.nav li:hover .nav-child{
      display: block;
      margin: 0 0 0 0;
      position: absolute;
      background:#fff;
      padding: 0 0 0 0;
      z-index: 1000;
      min-width: 250px;
  }
  .non-resp ul.nav li .nav-child li:hover .nav-child {
      display: inline;
      margin-top: -50px;
      width: auto;
      margin-left: 100%;
      min-width: 350px;
  }
  .non-resp ul.nav li:last-child .nav-child li:hover .nav-child,
  .non-resp ul.nav li:last-child .nav-child li:hover .nav-child li:hover .nav-child{
      display: inline;
      margin-top: -50px;
      width: auto;
  }
  /*  Erste Ebene - HOVER */

  .non-resp ul.nav > li:hover > a{
    color: #14775A;
    background: #fff;
  }
  /*  Zweite Ebene - Schrift und Farbe */
  .non-resp ul.nav li:hover ul li a{
      text-transform: none;
      font-family: "Noto Sans";
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 130%;
      display: block;
      color: #14775A;
  }
  /*  Zweite Ebene - HOVER */
  .non-resp ul.nav li ul li:hover a,
  .non-resp ul.nav li ul li.active a{
    color: #14775A;
    /*color: #fff;*/
  }
  .non-resp ul.nav li ul li:hover{
    background:#ececec;
  }


  /*  Dritte Ebene - Schrift und Farbe */
  .non-resp ul.nav li ul li:hover ul li a{
      text-transform: none;
      font-family: "Noto Sans";
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 130%;
      display: block;
      color: #14775A;
  }
  /*  Dritte Ebene - HOVER */
  .non-resp ul.nav li ul li ul li:hover a,
  .non-resp ul.nav li ul li ul li.active a{
    color: #14775A;
    /*color: #fff;*/
  }
  .non-resp ul.nav li ul li ul li:hover{
    background:#ececec;
  }

  /*  Vierte Ebene - Schrift und Farbe */
  .non-resp ul.nav li ul li ul li:hover ul li a{
      text-transform: none;
      font-family: "Noto Sans";
      font-size: 18px;
      letter-spacing: 0px;
      line-height: 130%;
      display: block;
      color: #14775A;
  }
  /*  Vierte Ebene - HOVER */
  .non-resp ul.nav li ul li ul li ul li:hover a,
  .non-resp ul.nav li ul li ul li ul li.active a{
    color: #14775A;
    /*color: #fff;*/
  }
  .non-resp ul.nav li ul li ul li ul li:hover{
    background:#ececec;
  }
  /*  Submenü Breite korrgieren*/
  .non-resp ul.nav li:last-child .nav-child li .nav-child {
      margin-left: calc(-100% - 40px);
      min-width: 290px;
  }
  /*  Submenü Level 4 Breite korrgieren*/
  .non-resp ul.nav li:last-child .nav-child li .nav-child li .nav-child {
      margin-left: calc(-100% - 1px);
      min-width: 290px;
  }
}





/*======== Headlines ========*/

h1 {
  font-size: 230%;
  line-height: 120%;
  font-family: "Noto Sans";
  font-weight: normal;
}
h2 {
  font-size: 170%;
  line-height: 120%;
  font-family: "Noto Sans";
  font-weight: normal;
  margin: 40px 0 20px 0;
}
.articlebody h2 {
  margin: 40px 0 20px 0;
}
h3 {
  font-size: 135%;
  line-height: 120%;
  font-family: "Noto Sans";
  font-weight: normal;
  margin: 40px 0 15px 0;
}
.articlebody h3,
.category-desc h3 {
  margin: 40px 0 20px 0;
}
.produktuebersicht h3{
  margin: 0;
}
.beitrag-content h3{
  margin-top: 0;
  font-weight: 600;
}
h4 {
  font-size: inherit;
  line-height: inherit;
  font-family: "Noto Sans";
  font-weight: 600;
  margin: 30px 0 10px 0;
}
.marginalspalte h4:first-child {
  margin: 0px 0 10px 0;
}
h3.no-margin{
  margin: 0;
}
h2.no-margin{
  margin: 0;
}
h2.no-margin-bottom{
  margin-bottom: 0;
}
h3.no-margin-top{
  margin-top: 0;
}
h2.no-margin-top{
  margin-top: 0;
}

.no-margin-bottom{
  margin-bottom: 0!important;
}
.margin-top-10{
  margin-top: 10px;
}


/*  Suche im Menü
==========================================  */

#nav-wrap ul li a.suche:after{
	content: none;
	width: 10px;
	height: 10px;
	transition: none;
	padding-left: 0;
}
#nav-wrap ul li a.suche:hover:after,
#nav-wrap ul.nav li.active a.suche:after{
	content: none;
	padding-left: 0;
}
#nav-wrap ul li a.suche{
	background-repeat: no-repeat;
  background-size: 100% auto;
	width: 20px;
	height: 35px!important;
	display: block;
	margin: 2px 0 0 0;
	position: absolute;
	padding: 0!important;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

#nav-wrap ul li a.suche{
}
}

#nav-wrap ul li a.suche:hover{
	background-image: url("../images/lupe-grey.png");
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

#nav-wrap ul li a.suche:hover{
     background-image: url("../images/lupe-grey@2x.png");
}
}
.highlight {
    background: #ccc;
    padding: 0 4px 0 4px;
}
.result-category,
#searchForm .element-invisible{
	display: none;
}
.result-title {
    font-size: 140%;
    margin-bottom: 5px;
	margin-top:25px;
}
.searchintro{
	margin-top: 15px;
	clear: both;
}
#searchForm .pull-left {
    float: left;
}
#searchForm .btn-toolbar {
    overflow: hidden;
}
#search-searchword {
    height: 40px;
	font-size: inherit;
	padding: 10px;
	color: inherit;
	border: 1px solid #ddd;
}
#searchForm .btn.hasTooltip {
    height: 40px;
    background: #fff;
    border: 0;
    margin-left: 15px;
    padding: 0 0 0 20px;
    color: inherit;
}
#searchForm .btn.hasTooltip:hover{
	cursor: pointer;
}




/*  ============ Menü Top ==========  */

.menu-top ul {
    float: right;
    top:20px;
    position: relative;
    color: #14775A;
    font-family:'Noto Sans';
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}
.menu-top ul li {
  float: left;
  margin-right: 0;
}
.menu-top ul li:first-child {
  margin-right: 40px;
}
.menu-top ul li a {
  display: block;
}


/*  ============ BUTTONS ==========  */


.btn,
.ui.green.button,
.ui.green.buttons .button{
    padding: 8px 15px 0 15px;
    border-radius: 0 10px 10px 10px;
    font-family: Noto Sans;
    font-size: inherit;
    position: relative;
    display: inline-block;
    height: 45px;
}
.btn.text,
.ui.green.button, .ui.green.buttons .button {
    font-size: inherit;
    padding: 0 15px 0 15px;
}
.marginalspalte .btn{
    height: 40px;
}
.startseite-teaser-produkte .btn {
    font-size: 18px;
    padding-top: 10px;
}
.btn.white {
    background: #fff;
    color: #000;
    transition: all 0.1s ease-in-out;
}
.btn.white:hover {
    background: #ddd;
    color: #000;
}
.mod-articles-category-readmore .btn.white {
    color: #14775A;
}

.btn.green,
.ui.green.button,
.ui.green.buttons .button {
    background: #14775A;
    color: #fff!important;
    transition: all 0.1s ease-in-out;
}
.btn.green:hover,
.ui.green.button:hover ,
.ui.green.buttons .button:hover {
    background: #535353;
}
a:hover .btn.green,
a:hover .ui.green.button ,
a:hover .ui.green.buttons .button {
    background: #535353;
}
button.mod-articles-category-title {
    margin: 0;
    padding: 0;
    background: transparent;
}
/* Strom */
.strom .btn.green,
.strom .ui.green.button,
.strom .ui.green.buttons .button {
    background: #67a025;
}
.strom .btn.green:hover,
.strom .ui.green.button:hover ,
.strom .ui.green.buttons .button:hover {
    background: #227c42;
}
/* Emob */
.emob .btn.green,
.emob .ui.green.button,
.emob .ui.green.buttons .button {
    background: #005A39;
}
.emob .btn.green:hover,
.emob .ui.green.button:hover ,
.emob .ui.green.buttons .button:hover {
    background: #00492E;
}

.textlink {
  margin: 0 0 0 12px;
}
.textlink::before {
  content: '\e806';
  font-family: icons;
  margin-right: 5px;
  font-size: 80%;
  position: absolute;
  margin-left: -12px;
}




/*  ============ ICONS ==========  */

.icon {   /* für SVG Icons  */
    width: 100%;
    height: 100%;
    fill: #14775A;
}
.icon-lupe {
    width: 35px;
    height: 30px;
    background:
    transparent;
    border: 0;
    right: 10px;
    float: right;
    position: absolute;
    top: 10px;
}
.icon-lupe:before{
  color: #14775A;
}
.menu-top .icon-kundenportal:before,
.menu-top .icon-stoerung:before,
.menu-top .icon-kontakt:before,
.menu-top .icon-kontakt-chat:before{
  float: left;
  position: relative;
  font-size: 75px;
  line-height: 100%;
  color: inherit;
  border-bottom: 1px solid #14775A;
  padding: 0 0 7px 0;
}

.menu-top .icon-kundenportal:before,
.menu-top .icon-stoerung:before{
  width: 100%;
}
.menu-top .icon-kontakt:before,
.menu-top .icon-kontakt-chat:before{
  width: 100%;
  font-size: 75px;
}

a.icon-kundenportal,
a.icon-stoerung,
a.icon-kontakt,
a.icon-kontakt-chat{
  text-align: center;
  border: 0px solid;
  font-weight: 600;
}
a.icon-kundenportal,
a.icon-stoerung {
    width: 130px;
}
a.icon-kontakt,
a.icon-kontakt-chat {
    width: 80px;
}

/* Störung ROT machen */
.nav-item.item-114 {
  color: #CB2A2A;
}
.menu-top .icon-stoerung::before{
  border-bottom: 1px solid #CB2A2A;
}


.icon-strom {
    background: url(../images/icons/stromnetz.svg);
    background-repeat: no-repeat;
    height: 50%;
    background-position:  40% center;
    margin-left: 10%;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(353deg) brightness(103%) contrast(103%);
}
.icon-gas {
    background: url(../images/icons/gasnetz.svg);
    background-repeat: no-repeat;
    height: 50%;
    background-position: 40% center;
    margin-left: 10%;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(353deg) brightness(103%) contrast(103%);
}
.icon-messwesen {
    background: url(../images/icons/messwesen-2.svg);
    background-repeat: no-repeat;
    height: 50%;
    background-position: 40% center;
    margin-left: 10%;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(353deg) brightness(103%) contrast(103%);
}




/*  ============ EFFEKTE ==========  */

 /* Zoom Effekt*/
.zoom{
  will-change: transform;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;
  transition: transform .2s ease-in-out;
}
.zoom:hover{
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-transform-style: preserve-3d;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-perspective: none;
  perspective: none;
  transform:  scale(1.125) translateZ(0);
}


.startseite-teaser-produkte .strom .zoom2,
.startseite-teaser-produkte .gas .zoom2,
.startseite-teaser-produkte .emob .zoom2{
  will-change: transform;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        backface-visibility: hidden;
  transition: transform .2s ease-in-out;
}
.startseite-teaser-produkte .strom:hover .zoom2,
.startseite-teaser-produkte .gas:hover .zoom2,
.startseite-teaser-produkte .emob:hover .zoom2{
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scale(1.2);
}
.zoom-background,
.item .zoom-background,
.beitrag .zoom-background{
  will-change: transform;
  transition: transform .2s ease-in-out;
}
.zoom-background:hover,
.item:hover .zoom-background,
.beitrag:hover .zoom-background{
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-transform-style: preserve-3d;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: scale(1.1)  translateZ(0);
}
.bild-text-wechel-full .beitrag:hover .zoom-background{
  transform: scale(1.0)  translateZ(0);
}

/* Zoom Effekt bei Bilder Popup */
.zoom-popup img{
  will-change: transform;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;
  transition: transform .2s ease-in-out;
}
.zoom-popup:hover img{
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-transform-style: preserve-3d;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-perspective: none;
  perspective: none;
  transform:  scale(1.125) translateZ(0);
}

/* Hover Color Effekt  */
.menu-top a{
  transition: all 0.1s ease-in-out;
}
.menu-top .icon-kundenportal:before,
.menu-top .icon-stoerung:before,
.menu-top .icon-kontakt:before,
.menu-top .icon-kontakt-chat:before{
  transition: all 0.1s ease-in-out;
}
.menu-top a:hover{
  color: #005a39;
}
.menu-top .icon-kundenportal:hover:before,
.menu-top .icon-stoerung:hover:before,
.menu-top .icon-kontakt:hover:before,
.menu-top .icon-kontakt-chat:hover:before{
  border-bottom: 1px solid #005a39;
}




/* Slide in Effekt  */
.ease,
.ease2{
    transform: translateX(300%);
    animation: slide 0.8s forwards;
    animation-timing-function: ease-out;
    animation-delay: 0.2s;
}
.ease2{
    animation-delay: 0.5s;
}

@keyframes slide {
    100% { transform: translateX(0%); }
}









/*  ============ Non-Responsive Menü - Variante 2 ==========  */


.touch-only .menu,
.touch-only .sub-menu {
  margin: 0;
  padding: 0;
}

.touch-only .menu-item,
.touch-only .sub-menu,
.touch-only .dropdown-icon {
  border: 0 solid;
}

.touch-only .menu .menu-item {
  display: block;
}
.touch-only .menu .menu-item.has-children,
.touch-only .menu .menu-item.has-children .menu-item {
  position: relative;
}

.touch-only .menu .menu-item a {
  display: flex;
  justify-content: space-between;
}
.touch-only .menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: visibility .25s, opacity .25s ease-in-out;
}
.touch-only .menu .sub-menu .menu-item {
  visibility: hidden;
}
.touch-only .menu .menu-item:hover > .sub-menu,
.touch-only .menu .menu-item:active > .sub-menu,
.touch-only .menu .menu-item:focus > .sub-menu {
  opacity: 1;
  height: auto;
  width: auto;
}
.touch-only .menu .menu-item:hover > .sub-menu,
.touch-only .menu .menu-item:hover > .sub-menu .menu-item,
.touch-only .menu .menu-item:active > .sub-menu,
.touch-only .menu .menu-item:active > .sub-menu .menu-item,
.touch-only .menu .menu-item:focus > .sub-menu,
.touch-only .menu .menu-item:focus > .sub-menu .menu-item {
  visibility: visible;
}
.touch-only .menu .menu-item > a:hover .dropdown-icon:after,
.touch-only .menu .menu-item > a:active .dropdown-icon:after,
.touch-only .menu .menu-item > a:focus .dropdown-icon:after {
  transform: rotate(45deg);
}
.touch-only .menu .dropdown-icon {
  padding: 1em 1.25em;
  margin: -1em -1em -1em .5em;
}
.touch-only .menu .dropdown-icon:after {
  content: "+";
  display: block;
  transition: transform .25s ease-in-out;
}

  .touch-only .nav-wrap .menu {
    display: flex;
    flex-flow: row wrap;
  }
  .touch-only .nav-wrap .menu > .menu-item > a .dropdown-icon {
    padding-left: 0;
  }

.touch-only .nav-wrap .menu .sub-menu {
    position: absolute;
    z-index: 3000;
    top: 100%;
    left: 0;
    border-width: 0;
  }
.touch-only .nav-wrap .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .touch-only .nav-wrap .menu li:last-child .sub-menu .sub-menu{
      left: -100%;
    }
.touch-only .nav-wrap .menu .dropdown-icon {
    border-width: 0;
    padding: 1em;
  }
.touch-only  .nav--cen .menu {
    justify-content: center;
  }


/*  Override */

.touch-only ul li .nav-child li:hover .nav-child,
.touch-only ul li .nav-child li:focus .nav-child,
.touch-only ul li .nav-child li:focus-within .nav-child {
    margin-top: 0!important;
    margin-left: 0!important;
}
.touch-only ul li:hover .nav-child,
.touch-only ul li:focus .nav-child,
.touch-only ul li:focus-within .nav-child {
    min-width: 290px!important;
}









/*  Aktivieren für live */

.touch-only{
  display: none;
}












/*  ============ MEDIA QUERIES ==========  */



@media (max-width: 1300px){
.width-middle {
	width: calc(100% - 80px);
}
.non-resp ul.nav li a {
    font-size: 95%;
    padding: 12px 10px 12px 10px;
}

@media (min-width: 800px) and (max-width: 1160px) {
.siegel {
    float: right;
}
}

@media (max-width: 1188px) {
  .drei-spalten .beitrag:nth-child(2)::after,
  .drei-spalten .beitrag:nth-child(4)::after,
  .drei-spalten .beitrag:nth-child(6)::after,
  .drei-spalten .beitrag:nth-child(8)::after,
  .drei-spalten .beitrag:nth-child(10)::after,
  .drei-spalten .beitrag:nth-child(12)::after,
  .drei-spalten .beitrag:nth-child(14)::after,
  .drei-spalten .beitrag:nth-child(16)::after {
    background: #fff;
}

/*  Startseite Teaser
========================================== */

.category-module.aktuelles {
    width: 100%;
    margin-left: 0;
}
.aktuelles-beitrag {
  width: 100%;
  float: none;
  margin-left: 0;
}
.aktuelles-beitrag:nth-child(2):hover,
.aktuelles-beitrag:nth-child(3):hover {
  margin-left: 0;
  margin-right: 0;
}
.aktuelles-beitrag:nth-child(2) .aktuelles-beitrag-background::after,
.aktuelles-beitrag:nth-child(3) .aktuelles-beitrag-background::after,
.aktuelles-beitrag .aktuelles-beitrag-background::after{
background: transparent;
}
.aktuelles-beitrag .mod-articles-category-heading.black{
display: none;
}
.aktuelles-beitrag:nth-child(1) .aktuelles-beitrag-background{
margin-right: 0;
margin-left: 30px;
float: right;
}
.aktuelles-beitrag:nth-child(1) .aktuelles-beitrag-background::before{
left: -70px;
right: auto;
}
.aktuelles-beitrag .aktuelles-beitrag-swipe{
  background: rgb(41,148,79);
  background: linear-gradient(180deg, rgba(41,148,79,1) 0%, rgba(41,148,79,1) 90%, rgba(38,134,72,1) 100%);
}
.aktuelles-beitrag:last-child .aktuelles-beitrag-swipe{
  background: rgb(41,148,79);
}
.aktuelles-beitrag-swipe:hover .aktuelles-beitrag-background::before {
  border-top: 70px solid #14775A;
}
.aktuelles-beitrag {
  height: 100%;
}
.aktuelles-beitrag-content {
    width: 50%;
}
.aktuelles-beitrag:nth-child(odd) .aktuelles-beitrag-content {
    margin-right: 30px;
}
.aktuelles-beitrag:nth-child(even) .aktuelles-beitrag-content {
    width: 100%;
    padding-left: calc(50% + 30px);
}
.aktuelles-beitrag:nth-child(odd) .aktuelles-beitrag-background {
margin-right: 0;
right: 0;
height: 100%;
position: absolute;
}
.aktuelles-beitrag:nth-child(even) .aktuelles-beitrag-background {
margin-left: 0;
left: 0;
height: 100%;
position: absolute;
}




}

@media (max-width: 1100px) {
.resp{
    display: block;
}
.non-resp{
    display: none;
}
.overflow {
    min-height: 110px;
}
.logo img{
  width: 200px;
}
#slider,
#content{
  width: 100%!important;
}
.marginalspalte {
    width: 300px;
    padding-left: 80px;
}
.header .logo {
    margin-top: 19px;
}
/* Kategorie Beschreibung Breite 70% */
.width-70 .category-desc,
.width-70 .page-header,
.width-70 .articlebody > p,
.width-70 #seog-glossary-description,
.width-70 #com_glossary h1{
    width: 100%;
}

/* Ausrichtung Slider/Header zentrieren */
.home .slider-bg-image,
.slider-bg-image {
    background-position: center bottom;
}


/*  ======= Tabellen responsive machen ======= */

/*th {
  writing-mode: sideways-lr;
}*/

.page-strom table,
.page-gas table{
  width: 100%;
  min-width: 610px;
}
.fernwaerme table{
  width: 100%;
  min-width: 1330px;
}
.fernwaerme table.table-blanko.small{
  min-width: auto;
}
.emob-ladestationen table{
  width: 100%;
  min-width: 800px;
}
.table-scrollable {
  width: 100%;
  overflow-y: scroll;
  margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
.table-scrollable.pfeil::after {
    content: '\e805';
    font-family: "icons";
    position: absolute;
    margin-top: -25%;
    margin-left: 0;
    font-size: 200%;
    color: #14775A;
    visibility: visible;
    transition: visibility 1s ease;
    opacity: 0;
    transform: scale(-1);
}
.fernwaerme .table-scrollable.pfeil::after {
    margin-top: -70%;
    font-size: 300%;
}
.emob-ladestationen .table-scrollable.pfeil::after {
    margin-top: -70%;
    font-size: 300%;
}
@keyframes swipe {
  100% {margin-left:0; opacity: 0;}
  50% {margin-left:50%; opacity: 1;}
  0% {margin-left:80%; opacity: 0;}
}
.table-scrollable.start.pfeil::after {
  animation-name: swipe;
  animation-duration: 2s;
  animation-iteration-count: 3;
  animation-timing-function: ease-in-out;
}





/*  Menü responsive
==========================================  */
#nav-wrap ul.nav li {
    padding: 10px 10px 10px 20px;
    display: block;
}
#nav-wrap ul.nav li.deeper {
    padding: 10px 0 0 20px;
}
#nav-wrap ul.nav li ul li{
    padding: 10px 10px 10px 40px;
    display: block;
}
li.deeper:hover .nav-child {
    position: relative;
}
body {
  width: 100%;
  height: 100%;
}
body.overflow {
  overflow: hidden;
}
h3, h4, h5,
p,
.articlebody ol li,
td,
th{
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.menu-wrap {
    width: auto;
    float: none;
    position: absolute;
    margin-top: 0;
    right: 20px;
    top: 45px;
}


/*  BURGER iPad
==========================================  */
.burger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 23px;
    right: 40px;
    z-index: 1002;
    transform: scale(1.5);
    float: right;
    display: block;
    cursor: pointer;
}
.burger.clicked {
    width: 50px;
    height: 50px;
    top: 13px;
    right: 30px;
    padding: 0 0 0 10px;
    background: rgb(20, 119, 90);

}
.burger span {
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: #fff;
}
.burger:hover {
  cursor: pointer;
}

/*  NAV
========================================== */
nav.fm-active {
  background-color: #14775A;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  padding: 75px 20px 60px 0;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
nav.show .about, nav.show .social, nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}

/* Menüpunkt FAQ tiefer ausblenden */
nav.show ul li:nth-child(5) div ul li:nth-child(9) div .fm-button,
nav.show ul li:nth-child(5) div ul li:nth-child(9) .fm-container{
/*  display: none!important; */
}
nav.show ul li:nth-child(5) div ul li:nth-child(9).fm-opened{
  background-color: inherit!important;
}
/* Menüpunkt Home und Suchergebnisseite ausblenden */
.fm-active nav > ul > li:nth-child(1),
.fm-active nav > ul > li:nth-child(9){
/*  display: none!important; */
}
/* Menüpunkt Offene Stellen tiefer ausblenden */
nav.show ul li:nth-child(8) div ul li:nth-child(3) ul li:nth-child(1) div .fm-button,
nav.show ul li:nth-child(8) div ul li:nth-child(3) ul li:nth-child(1) .fm-container,
nav.show ul li:nth-child(8) div ul li:nth-child(3) ul li:nth-child(2) div .fm-button,
nav.show ul li:nth-child(8) div ul li:nth-child(3) ul li:nth-child(2) .fm-container{
/*  display: none!important; */
}

/* Hover/Focus deaktivier für Android Bug */

* {
    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    -webkit-tap-highlight-color: transparent;  // i.e. Nexus5/Chrome and Kindle Fire HD 7''
    -webkit-user-select:none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    outline: none !important;
}
:focus{
  outline: none !important;
}






/*  Responsives Menü
========================================== */


#slide-out {
    background: #14775A;
    display: block;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.search-mobile {
    margin: 15px 10px;
    height: 30px;
    overflow: hidden;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-top-color: #d1d1d1;
    border-left-color: #d1d1d1;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;

    -webkit-box-shadow: inset 0 2px 5px #eee;
       -moz-box-shadow: inset 0 2px 5px #eee;
            box-shadow: inset 0 2px 5px #eee;
}

.search-mobile #s-mobile {
    background: transparent;
    float: right;
    margin: 0;
    padding: 7px 12px;
    width: 100%;
    color: #444;
    border: 0 none;
}

.search-mobile button.search-button {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    padding: 0;
    width: 40px;
    font-size: 18px;
    color: #666;
}

.search-mobile button.search-button:hover {
    color: #000;
}

#slide-out .social-icons {
    margin-bottom: 15px;
}

#slide-out .social-icons a {
    color: #ccc;
    font-size: 16px;
    padding: 0 4px;
}

#slide-out .social-icons a:hover {
    color: #FFF;
}

#mobile-menu {

}

#mobile-menu.mobile-hide-icons i.fa {
    display: none;
}

#slide-out #mobile-menu .mega-menu-block {
    padding: 0 !important;
    background: transparent !important;
    min-height: inherit !important;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item{
    display: none;
}

#slide-out #mobile-menu li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #87d2a2;
}
#slide-out #mobile-menu li:last-child {
    border-bottom: 0px solid #fff;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows{
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    margin: 0;
    cursor: pointer;
    display: block;
    color: #fff;
}

#slide-out #mobile-menu a {
    color: #fff;
    display: block;
    padding: 15px 0 15px 0;
    font-size: 110%;
}

#slide-out #mobile-menu a:hover {
    color: #FFF;
}

#slide-out #mobile-menu ul ul a {
    padding-left: 0px;
}



#mobile-menu li.menu-item-home a:before {

}
.has-children .sub-menu {
  background: #2fa057;
}
.has-children .sub-menu .has-children .sub-menu {
  background: #3db367;
}
.has-children .sub-menu {
  padding: 10px;
}
#slide-out ul {
  padding-left: 20px;
}










/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}



/*  Header
========================================== */

.header-left,
.header,
.header-right {
    background:#14775A;
}
.menu-top .icon-kundenportal::before,
.menu-top .icon-stoerung::before,
.menu-top .icon-kontakt::before,
.menu-top .icon-kontakt-chat::before  {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 7px 0;
    margin: 0 0 2px 0;
}
.menu-top ul {
    color: #fff;
    float: right;
    padding: 0 90px 0 0;
}
.header-left .menu-bg{
  display: none;
}



/*  Layout
========================================== */
.col2 {
    width: calc(50% - 25px);
    float: left;
    margin-right: 50px;
}
.col2:last-child{
  margin-right: 0px;
}
.col3 {
    width: calc(50% - 33px);
}
.content-left {
    width: 66%;
    width: calc(100% - 40px);
    float: none;
}
.footer .col3:nth-child(3n) {
    clear: both;
}



/*  Startseite Teaser
========================================== */
.startseite-teaser-produkte {
    height: 310px;
}
.startseite-teaser-produkte .icons {
    font-size: 100px;
}
.startseite-teaser-produkte p {
    margin-top: 30px;
}
.mod-articles-category-heading{
  font-size: 120%;
  line-height: 130%;
}


/* Top Menü Rot */
.nav-item.item-114 {
  color: #F18282;
}
.menu-top .icon-stoerung::before{
  color: #F18282;
  border-bottom: 1px solid #F18282;
}



}


/*  Safari Workaround (kann nicht mit CALC umgehen) --*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
      .content-left {
          width: 66%;
      }
    }
}
@media not all and (min-resolution:.001dpcm) {
    @media {
      .content-left {
          width: 66%;
      }
    }
}





/* Ausrichtung Slider/Header zentrieren Individuell */
@media (min-width: 650px) and (max-width: 1100px){
.service-musterrechnung  .slider-bg-image,
.pk-strom-klein .slider-bg-image,
.pk-gas-comfort .slider-bg-image,
.service-beratung .slider-bg-image,
.kontakt .slider-bg-image,
.gk-strom-uebersicht .slider-bg-image,
.gk-strom-plus .slider-bg-image,
.swsz-ausbildung .slider-bg-image{
    background-position: 100% bottom;
}
}
@media (min-width: 980px) and (max-width: 1100px){
.service-uebersicht .slider-bg-image,
.home .slider-bg-image{
    background-position: 70% bottom;
}
}
@media (min-width: 650px) and (max-width: 980px){
.service-uebersicht .slider-bg-image,
.home .slider-bg-image{
    background-position: 60% bottom;
}
}







@media (max-width: 1024px) {

  #com_glossary #glossarylist td:first-child{
      padding-bottom: 0;
  }
  .slider-text .btn,
  .slider-text .ui.green.button,
  .slider-text .ui.green.buttons .button {
    padding: 8px 15px 10px 15px;
    height: auto;
}
}






@media (max-width: 900px) {




.second-level .col3:nth-child(4n),
.second-level .col3:nth-child(5n){
  background: rgb(255,255,255);
}

/*  Spalten */
.table{
  display: block;
}
.table-row{
  display: block;
}
.table-cell,
.produktuebersicht.col3.table-cell{
  display: block;
}
.produktuebersicht.col3 {
    width: 100%;
}


/*  Produktübersicht */
.produktuebersicht {
    text-align: center;
    padding: 5px 30px 5px 30px;
    margin-bottom: 20px;
}
.strom .produktuebersicht:nth-child(4),
.strom .produktuebersicht:nth-child(5),
.strom .produktuebersicht:nth-child(6) {
    background: #fff;
}


/*  Marginalspalte */
.marginalspalte {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    padding-top: 20px;
}
/* Marginalspalte ausblenden wenn leer*/
div.marginalspalte.table-cell:empty {
   display: none;
}


.downloadbereich img {
    max-width: 200px;
    max-height: inherit;
}


/*  Padding/Margin deaktivieren */
.home .margin-top-30 {
    margin-top: 0;
}
.home h2.margin-top-30 {
    margin-top: 40px;
}
.content .margin-bottom {
    margin-bottom: 0px;
}
div.padding-top {
    padding-top: 0;
}
.padding-bottom {
    padding-bottom: 0px;
}

/*  Zusätzliche Beitragsbilder ausblenden */
.beitrag-bilder{
  display: none;
}

.icon-strom,
.icon-gas,
.icon-emob {
    height: 40%;
}
.startseite-teaser-produkte {
    height: 240px;
}
.startseite-teaser-produkte p {
    margin-top: 15px;
}



}




@media (max-width: 818px) {

/*  Zweispaltige Teaser */
.beitrag {
    height: auto;
}
.beitrag-background {
    width: 100%;
    float: none;
}
.beitrag-content {
    width: 100%;
    float: none;
    padding: 15px 30px 5px 30px;
}
.beitrag-background-inner {
    height: 250px;
}
.beitrag {
    background:#fff;
    margin-bottom: 15px;
}
.beitrag:last-child {
    margin-bottom: 0;
}
.beitrag:nth-child(2n) .beitrag-background {
    float: none;
}
.beitrag-background::before{
  transform: scaley(-1);
  bottom: -20px;
  top: auto;
}
.beitrag:nth-child(2n) .beitrag-background::before {
    top: auto;
    left: auto;
    right: -70px;
    bottom: -20px;
}
/*  3 Spalten */
.btn-center {
    position: relative;
    bottom: 0;
    margin: 20px 0;
    left: auto;
    text-align: center;
}
.drei-spalten .beitrag-background-inner {
    height: 280px;
}
.grid-container-3{
    display: block;
  }
/*  Aktuelles Button */
.blog .beitrag:nth-child(odd) .btn-center.zweispaltig,
.category-module .beitrag:nth-child(odd) .btn-center.zweispaltig  {
      left: auto;
}
.blog .beitrag:nth-child(even) .btn-center.zweispaltig,
.category-module .beitrag:nth-child(even) .btn-center.zweispaltig {
    left: auto;
}
.produktuebersicht-content {
    padding: 0 0 5px 0;
}
/*  Hintergründe Produkt Kacheln */
.strom .produktuebersicht:nth-child(1)::after,
.strom .produktuebersicht:nth-child(2)::after,
.strom .produktuebersicht:nth-child(3)::after{
  background: rgba(103,160,37,1)
}

/* Blog News und Region - Bilder Höhe flexibel  */
.item-page.bild-text-wechsel .beitrag-background,
.blog.bild-text-wechsel .beitrag-background {
    float: none;
    position: relative;
}
.item-page.bild-text-wechsel .beitrag-background-inner,
.blog.bild-text-wechsel .beitrag-background-inner {
    height: 100%;
}

.item-page.bild-text-wechsel .beitrag:nth-child(even) .beitrag-content,
.blog.bild-text-wechsel .beitrag:nth-child(even) .beitrag-content{
  float: right;
}
.item-page.bild-text-wechsel .beitrag:nth-child(even) .beitrag-background,
.blog.bild-text-wechsel .beitrag:nth-child(even) .beitrag-background{
  right: auto;
}
.item-page.bild-text-wechsel .beitrag-background,
.blog.bild-text-wechsel .beitrag-background {
  width: 100%;
  height: 240px;
}
.drei-spalten .beitrag::after {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%)!important;
}



}



@media (min-width: 651px) and (max-width: 768px){

/*  Hauptmenü fixed */
.fixed{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 7;
  transition: all 0.5s ease;
}
.fixed .header{
  height: 150px;
  transition: all 0.5s ease;
}
.fixed.sticky .header{
  height: 80px;
}
.fixed .width-middle {
    width: calc(100% - 80px);
}
.fixed-bottom {
    margin-top: 150px;
    transition: all 0.5s ease;
}
.fixed-bottom.sticky {
    margin-top: 80px;
}
.burger {
    position: fixed;
}
/*  Hauptmenü Schatten */
.box-shadow {
    box-shadow: 0 0px 26px rgba(0,0,0,0.3);
}


.fixed .logo img {
    height: 105px;
    width: auto;
    transition: all 0.5s ease;
}
.fixed.sticky  .logo img {
    height: 56px;
    width: auto;
}
.fixed .header .logo {
    margin-top: 19px;
    transition: all 0.5s ease;
}
.fixed.sticky .header .logo {
    margin-top: 8px;
}

.fixed .menu-top .icon-kundenportal::before,
.fixed .menu-top .icon-stoerung::before,
.fixed .menu-top .icon-kontakt::before,
.fixed .menu-top .icon-kontakt-chat::before  {
    transition: all 0.5s ease;
}
.fixed.sticky .menu-top .icon-kundenportal::before,
.fixed.sticky .menu-top .icon-stoerung::before,
.fixed.sticky .menu-top .icon-kontakt::before,
.fixed.sticky .menu-top .icon-kontakt-chat::before {
    border-bottom: 0px;
    font-size: 50px;
}

.menu-top ul {
    overflow: hidden;
    height: 150px;
    transition: all 0.5s ease;
}
.fixed.sticky .menu-top ul {
    height: 50px;
    top: 15px;
    padding: 0 70px 0 0;
}
.menu-top ul li:first-child {
    transition: all 0.5s ease;
}
.fixed.sticky .menu-top ul li:first-child {
    margin-right: 0px;
}

}






@media (max-width: 650px) {
/*  Downloadbereich einspaltig */
.acc.multi-level{
  margin-bottom: 20px;
}
.multi-level div .acc-panel div .acc-panel,
.multi-level .open .acc-panel,
.multi-level .acc-panel {
    font-size: 100%;
}

/*  Energielexikon Headline Padding */
#com_glossary h1{
  margin-top: 0;
}

  .content-left {
      width: 100%;
      float: none;
  }
  .non-resp-smartphone{
    display: none;
  }
  .resp-smartphone{
    display: block;
  }
  html {
    font-size: 100%;
  }
  .marginalspalte {
      font-size: 100%;
}
.beitrag-background-inner {
      height: 150px;
}
/*  BURGER */
.burger.clicked {
  top: 13px;
  right: 10px;
}
/*  BURGER */
.burger {
  transform: scale(1);
  top: 23px;
  right: 20px;
  position: fixed;
}
/*  Claim auf Startseite */
.home .margin-bottom .margin-bottom {
    margin-bottom: 30px;
}

.claim-startseite {
    font-size: 150%;
    line-height: 120%;
    font-family: Noto Sans;
    font-weight: bold;
    font-weight: 100;
    color: #fff;
    background: rgba(41, 148, 79, 0.9);
    display: block;
    padding: 15px 30px 17px 30px;
    border-radius: 10px 10px 0 10px;
    float: none;
    margin: 20px 0 20px 0;
    width: auto;
    text-align: center;
}

/*  Top Menü */
.menu-top ul {
    top: 14px;
}
.menu-top ul li a{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.menu-top ul li a::before{
    text-indent: 0;
    white-space: auto;
    overflow: visible;
}
.menu-top .icon-kundenportal::before,
.menu-top .icon-stoerung::before,
.menu-top .icon-kontakt::before,
.menu-top .icon-kontakt-chat::before {
  border-bottom: 0px;
  font-size: 50px;
}
.menu-top ul li:first-child {
    margin-right:15px;
}
a.icon-kundenportal {
    width: 120px;
}
.menu-top .icon-kundenportal:hover::before,
.menu-top .icon-stoerung:hover::before,
.menu-top .icon-kontakt:hover::before,
.menu-top .icon-kontakt-chat:hover::before {
    border-bottom: 0px solid #005a39;
}
/*  Logo */
.logo img {
    width: 100px;
    height: auto;
}
.header .logo {
    margin-top: 8px;
}
/*  Header */
.header {
    height: 80px;
    float: left;
}
/*  Layout
========================================== */

.col2,
.col3 {
    width: 100%;
    float: none;
}
img{
  width: 100%;
  height: auto;
}
.footer {
  height: auto;
}
.bg-hellgruen.footer{
  padding-right: 22px;
}
.width-middle {
    width: calc(100% - 40px);
}
.sidebar-wrapper{
  display: none;
}
.margin-top.tarifrechner {
    margin-top: 0;
}
.offene-stellen .mod-articles-category-readmore {
    top: calc(50% - 36px);
    right: 20px;
}
.offene-stellen .beitrag-content{
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.background.white {
    padding: 20px;
}
.offene-stellen .beitrag-content {
    padding-right: 90px;
}

/*  Slider / Inhalt im Full Image ausblenden */
.wrapper-slider,
.slider-content{
  display: none;
}

/*  Startseite Teaser */

.startseite-teaser-produkte {
    height: 190px;
}
.startseite-teaser-produkte .col3 {
    float: left;
}
.startseite-teaser-produkte .btn {
   display: none;
}
.startseite-teaser-produkte h3 {
    font-size: 24px;
    margin: 15px 0 20px 0;
}
.startseite-teaser-produkte .icons {
    font-size: 60px;
}

/*  Startseite Teaser */
.startseite-teaser-produkte {
    height: 140px;
}
.startseite-teaser-produkte .icons {
    font-size: 60px;
}

/*  Footer Menü */
.footer .menu {
    float: left;
}
.footer .menu li {
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
}
/*  Breadcrumb */
.breadcrumb{
  display: none;
}
/*  Divider Breadcrumb */
.divider,
.separator {
    display: none;
    padding: 0 !important;
}


/*  Button Font-size */
.btn {
    height: 39px;
}
/*  Padding / Margings korrigieren */
.page-header h1{
  margin: 0 0 15px 0;
}


/*  Hauptmenü fixed */
.fixed{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
}
.fixed .width-middle {
    width: calc(100% - 40px);
}
.fixed-bottom {
    margin-top: 80px;
}

/*  Hauptmenü Schatten */
.box-shadow {
    box-shadow: 0 0px 26px rgba(0,0,0,0.3);
}

.item-page.bild-text-wechsel .beitrag-background,
.blog.bild-text-wechsel .beitrag-background {
  height: 200px;
}
.drei-spalten .beitrag-background-inner {
    height: 220px;
}


/*  Aktuelles */
.aktuelles-beitrag:nth-child(1) .aktuelles-beitrag-background {
    margin-right: 0;
    margin-left: 0;
    float: none;
}
.aktuelles-beitrag-background,
.aktuelles-beitrag:nth-child(3) .aktuelles-beitrag-background {
    height: 150px;
    width: 100%;
    margin: 0;
    float: none;
}
.aktuelles-beitrag:nth-child(1) .aktuelles-beitrag-background::before,
.aktuelles-beitrag:nth-child(2) .aktuelles-beitrag-background::before,
.aktuelles-beitrag:nth-child(3) .aktuelles-beitrag-background::before,
.aktuelles-beitrag:nth-child(4) .aktuelles-beitrag-background::before {
    left: auto;
    right: -70px!important;
    bottom: -20px;
    transform: scaley(-1);
}
.aktuelles-beitrag-content {
    padding: 15px 30px 5px 30px;
    text-align: center;
}
.aktuelles-beitrag-swipe {
    height: auto;
}
.aktuelles-beitrag {
    height: auto;
    overflow: visible;
    margin-bottom: 15px;
}
.aktuelles-beitrag-content {
    width: 100%;
}
.aktuelles-beitrag:nth-child(odd) .aktuelles-beitrag-content {
    margin-right: 0px;
}
.aktuelles-beitrag:nth-child(even) .aktuelles-beitrag-content {
    padding-left: 30px;
}
.aktuelles-beitrag:nth-child(odd) .aktuelles-beitrag-background,
.aktuelles-beitrag:nth-child(even) .aktuelles-beitrag-background {
    height: 200px;
    position: relative;
}
.aktuelles-beitrag  a.invisible {
    top: 0;
}

/*  Tabelle groß */
.fernwaerme table {
    min-width: 1120px;
}
.pk-strom-tag table {
    min-width: 620px;
}

nav.fm-active {
  width: 100%;
}
.table-simple td{
  float: left;
}
table.table-simple td:first-child {
  white-space: normal;
}





}

@media (max-width: 450px) {

/*  Headlines */
h1 {
    font-size: 180%;
}
h2 {
    font-size: 150%;
}
h1, h2 {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.articlebody h2 {
    margin: 25px 0 10px 0;
}
/*  Padding */
.width-middle {
    width: calc(100% - 40px);
}

.padding-top {
    padding-top: 20px;
}
/*  Top Menü */
a.icon-kundenportal,
a.icon-stoerung{
    width: 60px;
}
a.icon-kontakt,
a.icon-kontakt-chat {
    width: 50px;
}
.menu-top .icon-kundenportal::before,
.menu-top .icon-kontakt::before,
.menu-top .icon-kontakt-chat::before,
.menu-top .icon-stoerung::before {
    font-size: 40px;
}
.menu-top ul {
    top: 16px;
    padding: 0 50px 0 0;
}
ul.sj-flat-menu {
  margin-top: 70px!important;
}
/*  BURGER */
.burger {
    transform: scale(1);
    top: 19px;
}
.burger.clicked {
  top: 9px;
}
/*  Logo */
.logo img {
    width: 85px;
}
/*  Header */
.header {
    height: 70px;
}
.fixed-bottom {
    margin-top: 70px;
}
/*  Teaser */
.startseite-teaser-produkte {
    height: 105px;

}
.startseite-teaser-produkte h3 {
    font-size: 16px;
    margin: 10px 0 10px 0;
}
.icon-strom, .icon-gas, .icon-emob {
    height: 50%;
}

/*  FAQ */
.mod-articles-category-heading.faq-head {
    font-size: 16px;
    line-height: 130%;
}
.faq div.acc-panel {
    padding: 0 20px;
}
.accordion h3.acc-head {
    padding: 0 0px 0 0;
}


/*  Slider / Header Image Height */
.slider-bg-image {
    height: 200px;
}
/*  Bilder im Text */
p img,
p a.wfpopup{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
p img.little {
    width: auto;
}

/*======== Back to top Button ========*/
#back-to-top-button {
  bottom: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
}
#back-to-top-button::after {
    top: 2px;
}

/*  Energielexikon */
#com_glossary .srch-inpt {
    float: none;
    margin-right: 0;
}
#com_glossary .srch-btn {
    display: block;
    clear: both;
}
#com_glossary .srch-btn button {
    width: 100%;
    margin-top: 10px;
}
div#com_glossary div#glossarysearch form#searchForm div.input-append input.button.btn {
    width: 100% !important;
    margin-top: 20px;
}
.item-page.bild-text-wechsel .beitrag-background,
.blog.bild-text-wechsel .beitrag-background {
  height: 160px;
}
.drei-spalten .beitrag-background-inner {
    height:150px;
}

}





/*  Sliderbild Höhe
========================================== */
@media (max-width: 1160px) {
  .slider-bg-image {
      height: 470px;
  }
}
@media (max-width: 980px) {
  .slider-bg-image {
      height: 430px;
  }
}
@media (max-width: 850px) {
  .slider-bg-image {
      height: 380px;
  }
}
@media (max-width: 750px) {
  .slider-bg-image {
      height: 320px;
  }
}
@media (max-width: 680px) {
  .slider-bg-image {
      height: 280px;
  }
}
@media (max-width: 550px) {
  .slider-bg-image {
      height: 240px;
  }
}
@media (max-width: 500px) {
  .slider-bg-image {
      height: 200px;
  }
}
@media (max-width: 400px) {
  .slider-bg-image {
      height: 180px;
  }
}







/*  IE Hack / Hilfen  */
@media all and (-ms-high-contrast:none) {
  .sidebar{ right: calc(-100% + 75px) } /* IE10 */
  *::-ms-backdrop, .sidebar{ right: calc(-100% + 75px) } /* IE11 */
  .sidebar.open{ right: 200px } /* IE10 */
  *::-ms-backdrop, .sidebar.open{ right: 200px } /* IE11 */
}





/*  ANDROID Browserweiche Anpassungen an Tabellen */

/*  ======= Tabellen responsive machen ======= */


@media (max-width: 1100px) {
  body.android table{
    width: auto;
  }
  body.android .table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
  }
}




/*  Workaround um Responsive Menü auf allen Touch Devices anzuzeigen  --

@media (hover: none) {
.resp{
    display: block;
}
.non-resp{
    display: none;
}
}
*/
/* you can add your own custom css here if you don't want to worry about SASS/SCSS */




@media (hover: none) and (min-width: 1100px){
 .touch-only{
   display: block;
 }

 .android .touch-only{
   display: block;
 }
