.hidden_at_s {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  font-family: Georgrotesque, "Trebuchet MS", Arial, sans-serif;
  outline: 0;
  color: #808080;
}

div#wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: white;
}

div#container {
  max-width: 600px;
  margin: 0 auto;
  padding-top: calc( 25vw + 20px );
}

p {
  line-height: 130%;
  margin-bottom: 0.5em;
}

header#header {
  height: 25vw;
  position: fixed;
  width: 100vw;
  background-image: url(backs/head_s.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 30000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  background-size: contain;
  background-color: white;
}
header#header div.inside ul.mainmenu-large {
  display: none;
}
header#header div.inside nav.submenu {
  display: none;
}
header#header div.inside img#mobile-menu-button {
  width: 8vw;
}
header#header div.inside a#homebutton {
  display: block;
  width: 100%;
  height: 125px;
  margin: 0 auto;
}
header#header div.inside div.phone-menu {
  display: block;
  position: absolute;
  top: 0;
  left: calc(41vw - 110px);
}
header#header div.inside div.phone-menu span a {
  color: #005b98;
  font-size: calc(10px + 4vw);
  font-weight: bold;
  text-decoration: none;
}
header#header.shrinked div.inside div.phone-menu {
  display: block;
  position: absolute;
  top: 5vw;
  right: 10px;
  left: inherit;
}
header#header.shrinked div.inside div.phone-menu span a {
  color: #005b98;
  font-size: calc(10px + 2vw);
  font-weight: bold;
  text-decoration: none;
}
div.custom {
  display: none;
}

a.intlink {
  text-decoration: none;
  padding-right: 23px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em;
  font-weight: bold;
}
a.intlink.white {
  background-image: url(backs/intlink_white.png);
  color: #005b98;
}
a.intlink.blue {
  background-image: url(backs/intlink_blue.png);
  color: white;
}

div.mod_article {
  width: 100%;
}
div.mod_article.mobil_teaser div.ce_text figure {
  width: 100%;
}
div.mod_article.mobil_teaser div.ce_text figure img {
  width: 100%;
  height: 100%;
}
div.mod_article.mobil_teaser div.ce_text h1, div.mod_article.mobil_teaser div.ce_text h5 {
  color: #005b98;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
div.mod_article.mobil_teaser div.ce_text p {
  font-size: 21px;
  color: #97bf0d;
  font-weight: 700;
}
div.mod_article h1, div.mod_article h5 {
  margin: 30px 0 10px 0;
  font-size: 24px;
}
div.mod_article h1, div.mod_article h2, div.mod_article h3, div.mod_article h4, div.mod_article h5, div.mod_article h6 {
  padding-left: 2%;
  padding-right: 2%;
}
div.mod_article p {
  padding-left: 2%;
  padding-right: 2%;
}
div.mod_article.blue {
  background: linear-gradient(to bottom right, #005894, #003c68);
}
div.mod_article.blue h1, div.mod_article.blue h5 {
  color: white;
}
div.mod_article.blue a.intlink {
  background-image: url(backs/intlink_blue.png);
  color: white;
}
div.mod_article.grey {
  background: linear-gradient(to bottom right, #f5f5f7, #eaebef);
}
div.mod_article.grey h1, div.mod_article.grey h5 {
  color: #005b98;
}
div.mod_article.grey p.wipe-for-more {
  color: #005b98;
  font-weight: 700;
  padding: 0 25px;
  margin: 0 4% 15% 4%;
  background-repeat: no-repeat;
  background: url(backs/backintlink_white.png) no-repeat left center, url(backs/intlink_white.png) no-repeat right center;
  background-size: 1em 1em;
  text-align: center;
}
div.mod_article.green {
  background: linear-gradient(to bottom right, #97bf0d, #8faf1e);
}
div.mod_article.green h1, div.mod_article.green h5 {
  color: white;
}
div.mod_article.black {
  background-image: url(backs/schiefer.jpg);
  background-position: left center;
  background-repeat: repeat;
}
div.mod_article.black p.wipe-for-more {
  color: white;
  font-weight: 700;
  padding: 0 25px;
  margin: 10% 4% 15% 4%;
  background-repeat: no-repeat;
  background: url(backs/backintlink_blue.png) no-repeat left center, url(backs/intlink_blue.png) no-repeat right center;
  background-size: 1em 1em;
  text-align: center;
}
div.mod_article.black h1, div.mod_article.black h5 {
  color: white;
}
div.mod_article > * {
  margin: 0 auto;
}
div.mod_article div.mod_newslist {
  width: 100%;
  margin: 0 auto;
}
div.mod_article div.mod_newslist p.info {
  display: none;
}
div.mod_article div.mod_newslist div.layout_latest figure {
  padding: 0 2%;
  width: 96%;
  margin: 0 auto;
  font-size: 0;
}
div.mod_article div.mod_newslist div.layout_latest figure img {
  width: 100%;
  height: 100%;
}
div.mod_article div.mod_newslist div.layout_latest figure.float_left {
  float: left;
}
div.mod_article div.mod_newslist div.layout_latest figure.float_right {
  float: right;
}
div.mod_article div.mod_newslist div.layout_latest p {
  padding: 10px 2%;
}
div.mod_article div.mod_newslist div.layout_latest h2 {
  margin: 10px 3%;
}
div.mod_article div.mod_newslist div.layout_latest h2 a {
  color: #97bf0d;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
}
div.mod_article div.mod_newslist div.layout_latest p.more a {
  text-decoration: none;
  color: #005b98;
  background-image: url(backs/intlink_white.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em;
  font-weight: bold;
  padding-right: 22px;
}
div.mod_article div.mod_newslist.news-startpage figure {
  padding: 0 2%;
  width: 96%;
}
div.mod_article div.mod_newslist.news-startpage figure img {
  width: 100%;
  height: 100%;
}
div.mod_article div.mod_newslist.news-startpage button.slick-arrow {
  position: absolute;
  width: 4%;
  height: 20%;
  top: 1%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  background-color: transparent;
  z-index: 100;
  border-width: 0;
}
div.mod_article div.mod_newslist.news-startpage button.slick-prev {
  left: 0.6%;
  background-image: url(backs/slider_left2_blue.png);
}
div.mod_article div.mod_newslist.news-startpage button.slick-next {
  left: 95%;
  background-image: url(backs/slider_right2_blue.png);
}
div.mod_article table {
  width: 96%;
  margin: 0 2%;
}
div.mod_article table tr th {
  padding: 3px;
  text-align: left;
}
div.mod_article table tr td {
  padding: 3px;
  vertical-align: top;
}
div.mod_article table tr td.right {
  text-align: right;
}
div.mod_article div.ce_text figure.float_above {
  width: 96%;
  margin: 0 2%;
}
div.mod_article div.ce_text figure img {
  width: 100%;
  height: 100%;
}
div.mod_article form#clientlogin label {
  display: block;
  width: 96%;
  vertical-align: top;
  margin: 0 auto;
}
div.mod_article form#clientlogin input, div.mod_article form#clientlogin textarea, div.mod_article form#clientlogin select {
  display: block;
  font-size: 20px;
  padding: 5px;
  margin: 0 auto 10px auto;
  border-width: 0;
  resize: vertical;
  background-color: #f7f7f7;
}
div.mod_article form#clientlogin input:focus, div.mod_article form#clientlogin textarea:focus, div.mod_article form#clientlogin select:focus {
  box-shadow: 0 0 5px #777 inset;
}
div.mod_article form#clientlogin input[type=text], div.mod_article form#clientlogin input[type=password] {
  display: block;
  width: 96%;
  margin: 0 auto;
  background-color: #f7f7f7;
}
div.mod_article form#clientlogin input[type=submit] {
  width: 96%;
  margin: 0 auto 1em auto;
  background-color: #97bf0d;
  color: white;
  box-sizing: content-box;
}
div.mod_article form#clientlogin input[type=submit]:active {
  box-shadow: 0 0 5px #777 inset;
}

div.cols-4 div.content-frame {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
div.cols-4 div.content-frame div.ce_text {
  display: inline-block;
  width: 45%;
  margin: 0 2% 1% 2%;
  position: relative;
}
div.cols-4 div.content-frame div.ce_text p {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  padding: 0;
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even) {
  position: absolute;
  background-color: #005b98;
  width: calc(100% - 20px);
  height: calc(100% - 32px);
  padding: 10px;
  color: transparent;
  top: 0;
  opacity: 0;
  text-align: center;
  font-size: calc(9px + 1vw);
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even) span.header {
  font-size: calc(15px + 1vw);
  color: white;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5vw;
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even) a {
  display: block;
  color: white;
  text-align: center;
  height: 80px;
  width: calc(100% - 20px);
  background: url(backs/slider_right.png) no-repeat bottom center;
  background-size: 40px;
  position: absolute;
  bottom: 8px;
  font-weight: bold;
  font-size: calc(15px + 1vw);
  text-decoration: none;
  font-style: normal;
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even) a:hover {
  text-decoration: underline;
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even):hover, div.cols-4 div.content-frame div.ce_text p:nth-of-type(even).active {
  opacity: 1;
}
div.cols-4 div.content-frame div.ce_text.gruen p:nth-of-type(even) {
  background-color: #97bf0d;
  color: white;
}
div.cols-4 div.content-frame div.ce_text.weiss p:nth-of-type(even) {
  background-color: white;
  color: #005b98;
}
div.cols-4 div.content-frame div.ce_text img {
  width: 100%;
  height: 100%;
}
div.cols-4 div.content-frame div.ce_text h1, div.cols-4 div.content-frame div.ce_text h5 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  height: calc(100% - 26px);
  font-size: calc(15px + 1vw);
  color: white;
  margin: 0;
  padding: 0;
  background-image: url(backs/slider_right.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 40px;
}

div.cols-3 div.content-frame {
  width: 96%;
  margin: 0 auto;
}
div.cols-3 div.content-frame div.ce_text {
  display: inline-block;
  width: 45%;
  margin: 0 2% 1% 2%;
  position: relative;
}
div.cols-3 div.content-frame div.ce_text p {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  padding: 0;
}
div.cols-3 div.content-frame div.ce_text p:nth-of-type(even) {
  position: absolute;
  background-color: #005b98;
  width: calc(100% - 20px);
  height: calc(100% - 32px);
  padding: 10px;
  color: transparent;
  top: 0;
  opacity: 0;
  text-align: center;
  font-size: calc(9px + 1vw);
}
div.cols-3 div.content-frame div.ce_text p:nth-of-type(even) span.header {
  font-size: calc(15px + 1vw);
  color: white;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5vw;
}
div.cols-3 div.content-frame div.ce_text p:nth-of-type(even) a {
  display: block;
  color: white;
  text-align: center;
  height: 80px;
  width: calc(100% - 20px);
  background: url(backs/slider_right.png) no-repeat bottom center;
  background-size: 40px;
  position: absolute;
  bottom: 8px;
  font-weight: bold;
  font-size: calc(15px + 1vw);
  text-decoration: none;
  font-style: normal;
}
div.cols-3 div.content-frame div.ce_text p:nth-of-type(even) a:hover {
  text-decoration: underline;
}
div.cols-3 div.content-frame div.ce_text p:nth-of-type(even):hover, div.cols-3 div.content-frame div.ce_text p:nth-of-type(even).active {
  opacity: 1;
}
div.cols-3 div.content-frame div.ce_text.gruen p:nth-of-type(even) {
  background-color: #97bf0d;
  color: white;
}
div.cols-3 div.content-frame div.ce_text.weiss p:nth-of-type(even) {
  background-color: white;
  color: #005b98;
}
div.cols-3 div.content-frame div.ce_text img {
  width: 100%;
  height: 100%;
}
div.cols-3 div.content-frame div.ce_text h1, div.cols-3 div.content-frame div.ce_text h5 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  height: calc(100% - 26px);
  font-size: calc(15px + 1vw);
  color: white;
  margin: 0;
  padding: 0;
  background-image: url(backs/slider_right.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 40px;
}

div.white p {
  color: white;
}

div.center {
  text-align: center;
}

div.downjump {
  display: none;
}

div#anfahrt > div {
  width: 100%;
}

div.gm-style-iw h3 {
  color: #97bf0d;
  margin-top: 0.5em;
  padding: 0;
}
div.gm-style-iw table tr td {
  vertical-align: top;
  padding-right: 5px;
  font-weight: bold;
  line-height: 150%;
  white-space: nowrap;
}
div.gm-style-iw a.routing-link {
  margin-top: 20px;
  height: 20px;
  color: #005b98;
  background-image: url(backs/intlink2_white.png);
  background-size: 20px;
  background-position: right center;
  display: block;
  background-repeat: no-repeat;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
}

.margin-left-33 {
  margin-left: 33px;
}

nav.footernavi {
  width: 100%;
  height: 190px;
  background: linear-gradient(to bottom right, #262836, #0b0919);
}
nav.footernavi ul {
  width: 100%;
  height: 190px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: right 40px top -10px;
  list-style-type: none;
  margin: 20px 0 0 25px;
}
nav.footernavi ul li a, nav.footernavi ul li span {
  color: #97bf0d;
  padding-top: 12px;
  padding-right: 27px;
  padding-left: 12px;
  text-decoration: none;
  line-height: 160%;
  font-weight: 600;
}
nav.footernavi ul li span {
  color: white;
}
nav.footernavi ul li a:hover {
  text-decoration: underline;
}

div.ce_pricecalculator2 {
  width: 92%;
  background-color: white;
  margin: 0 auto;
}
div.ce_pricecalculator2 form div#typeselector {
  display: block;
  padding: 20px 0 20px 0;
  width: 260px;
  margin: 0 auto;
}
div.ce_pricecalculator2 form div#typeselector div.ts-radio input[type=radio] {
  display: none;
}
div.ce_pricecalculator2 form div#typeselector div.ts-radio input[type=radio]:checked + label::before {
  background-image: url(backs/radio_on.png);
}
div.ce_pricecalculator2 form div#typeselector div.ts-radio input[type=radio]:not(:checked) + label::before {
  background-image: url(backs/radio_off.png);
}
div.ce_pricecalculator2 form div#typeselector div.ts-radio label {
  line-height: 25px;
  display: inline-block;
  height: 30px;
  color: #97bf0d;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
div.ce_pricecalculator2 form div#typeselector div.ts-radio label::before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 3px;
  transition: background 0.25s linear;
}
div.ce_pricecalculator2 form div.ts-zip-amount input {
  width: 205px;
  font-size: 42px;
  font-weight: bold;
  border: 3px solid #97bf0d;
  padding: 15px 0 15px 45px;
  text-align: center;
  margin: 0 auto 15px auto;
  display: block;
  color: #005b98;
}
div.ce_pricecalculator2 form div.ts-zip-amount label {
  display: none;
}
div.ce_pricecalculator2 form div#city-selector-frame {
  text-align: center;
}
div.ce_pricecalculator2 form div#city-selector-frame input.ts-zip {
  background-image: url(backs/ts_zip.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
div.ce_pricecalculator2 form div#city-selector-frame select {
  width: 256px;
  padding: 15px 0 15px 10px;
  margin: 0 auto 15px auto;
  color: #005b98;
  font-size: 42px;
  font-weight: bold;
  border: 3px solid #97bf0d;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(backs/select.png);
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.ce_pricecalculator2 form div#city-selector-frame select {
    appearance: inherit;
    background-image: none;
  }
}
div.ce_pricecalculator2 form div#city-selector-frame select option {
  color: #005b98;
  font-size: 30px;
  font-weight: bold;
}
div.ce_pricecalculator2 form div#amount-frame input.ts-amount {
  margin-bottom: 0;
  background-image: url(backs/ts_kwh.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
div.ce_pricecalculator2 div#ts-slider {
  width: 262px;
  height: 55px;
  background-image: url(backs/calc_slider_power.png);
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  transition: background 0.25s linear;
  top: -10px;
  margin: 10px auto 0 auto;
}
div.ce_pricecalculator2 div#ts-slider div#ts-slider-knob {
  width: 14px;
  height: 14px;
  border: 3px solid #005b98;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  left: 44px;
  top: 20px;
  cursor: pointer;
}
div.ce_pricecalculator2 div#ts-slider div#ts-slider-knob:hover {
  width: 12px;
  height: 12px;
  border: 4px solid #005b98;
}
div.ce_pricecalculator2 div#ts-submit {
  text-align: center;
}
div.ce_pricecalculator2 div#ts-submit input[type=submit] {
  width: 256px;
  height: 75px;
  background-color: #97bf0d;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #005b98;
  border-width: 0;
  text-transform: uppercase;
  padding-right: 40px;
  background-image: url(backs/ts_submit.png);
  background-position: 215px 20px;
  background-repeat: no-repeat;
}
div.ce_pricecalculator2 div#ts-submit div#ts-message {
  font-size: 24px;
  padding: 10px;
  font-weight: bold;
  color: #97bf0d;
}

div.statements figure {
  padding: 0 2%;
}
div.statements figure img {
  width: 100%;
  height: 100%;
}
div.statements button.slick-arrow {
  position: absolute;
  width: 4%;
  height: 2%;
  top: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  background-color: transparent;
  z-index: 100;
  border-width: 0;
}
div.statements button.slick-prev {
  left: 0.6%;
  background-image: url(backs/slider_left2.png);
}
div.statements button.slick-next {
  left: 95%;
  background-image: url(backs/slider_right2.png);
}
div.statements div.ce_text a {
  color: white;
}

body.contentpage {
  background-color: white;
}
body.contentpage div#wrapper header#header {
  height: 10vw;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  background: url(backs/head_s.png) no-repeat center center;
  background-size: contain;
  background-color: white;
}
body.contentpage div#wrapper header#header img#mobile-menu-button {
  width: 8vw;
}
body.contentpage div#wrapper header#header div.inside a#homebutton {
  position: absolute;
  display: block;
  width: 50%;
  height: 10vw;
  margin: 0 auto;
  left: 25%;
  top: 0;
}
body.contentpage div#wrapper div#container {
  padding-top: 30px;
}
body.contentpage div#wrapper div#container div#main div.mod_article {
  color: #333;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte {
  width: 346px;
  margin: 40px auto 0 auto;
  padding-bottom: 260px;
  background-image: url(backs/vierschritte_s.png);
  background-position: bottom 50px center;
  background-repeat: no-repeat;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-button {
  display: inline-block;
  width: 346px;
  height: 89px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-button span {
  position: relative;
  top: 44px;
  left: 27px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: 112px;
  background-image: url(backs/slider_right2.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.5em;
  cursor: pointer;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-button#schritt-1-button {
  background-image: url(backs/vierschritte_s_1.png);
  z-index: 100;
  position: relative;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-button#schritt-2-button {
  background-image: url(backs/vierschritte_s_2.png);
  z-index: 90;
  position: relative;
  top: -14px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-button#schritt-3-button {
  background-image: url(backs/vierschritte_s_3.png);
  position: relative;
  top: -29px;
  z-index: 80;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-button#schritt-3-button span {
  top: 47px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info {
  width: 346px;
  background-color: white;
  line-height: 120%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  color: #97bf0d;
  font-size: 20px;
  display: none;
  position: relative;
  margin-bottom: 30px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info#schritt-2 {
  top: -10px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info#schritt-3 {
  top: -29px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info h2 {
  color: #005b98;
  margin: 10px 0 5px 0;
  font-size: 16pt;
  padding-left: 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info ul {
  padding: 0;
  margin: 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info ul li {
  padding-left: 25px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info div.kontakt-telefon {
  background: url(backs/phone.png) no-repeat left center;
  margin-bottom: 0;
  padding-left: 25px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info div.kontakt-email {
  background: url(backs/mail.png) no-repeat left center;
  margin-bottom: 0;
  padding-left: 25px;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info div.schritt-close {
  position: absolute;
  top: 3px;
  right: 55px;
  width: 17px;
  height: 17px;
  background-image: url(backs/schritt_close.gif);
  cursor: pointer;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info ul {
  margin: 0 0 10px 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info ul li {
  line-height: 120%;
  color: #97bf0d;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info div {
  color: #97bf0d;
  margin: 0 0 10px 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.vier-schritte div.schritt-info a {
  color: #97bf0d;
  text-decoration: none;
}
body.contentpage div#wrapper div#container div#main div.mod_article ul {
  list-style: none inside none;
  margin: 1em 0;
  padding: 0 2%;
}
body.contentpage div#wrapper div#container div#main div.mod_article ul li {
  line-height: 150%;
  padding-left: 30px;
  background: url(backs/li.png) no-repeat left top 7px;
  background-size: 9px;
}
body.contentpage div#wrapper div#container div#main div.mod_article a.cta {
  display: block;
  padding: 5px;
  background-color: #97bf0d;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
body.contentpage div#wrapper div#container div#main div.mod_article h1, body.contentpage div#wrapper div#container div#main div.mod_article h5 {
  color: #005b98;
  font-size: 24px;
  margin: 15px 0 15px 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article h2 {
  color: #97bf0d;
  font-size: 26px;
}
body.contentpage div#wrapper div#container div#main div.mod_article h3 {
  color: #005b98;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.contentpage div#wrapper div#container div#main div.mod_article h6.ce_headline {
  color: #97bf0d;
  font-size: 40px;
  margin: 5vw 0 1vw 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.ce_image figure {
  width: 100%;
}
body.contentpage div#wrapper div#container div#main div.mod_article div.ce_image figure img {
  width: 100%;
  height: inherit;
}
body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav {
  padding: 0 2%;
}
body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav h1, body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav h5 {
  color: white;
  background-color: #005b98;
  padding: 5px;
  font-size: 18px;
  margin: 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav ul {
  padding: 0;
  margin: 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav ul li {
  background-color: white;
  background-image: none;
  padding: 0;
}
body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav ul li a {
  padding: 5px;
  text-decoration: none;
  font-weight: 700;
  color: #005b98;
  font-size: 18px;
  display: block;
}
body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav ul li a:active, body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav ul li a:hover {
  color: #97bf0d;
}
body.contentpage div#wrapper div#container div#main div.mod_article nav.mod_customnav ul li:nth-child(even) {
  background-color: #fafafa;
}
body.contentpage div#wrapper div#container div#main div.mod_article.blue {
  background: linear-gradient(to bottom right, #005894, #003c68);
  color: white;
}
body.contentpage div#wrapper div#container div#main div.mod_article.blue a.intlink {
  color: white;
  background-image: url(backs/intlink_blue.png);
}
body.contentpage div#wrapper div#container div#main div.mod_article.blue h1, body.contentpage div#wrapper div#container div#main div.mod_article.blue h5 {
  color: white;
}
body.contentpage div#wrapper div#container div#main div.mod_article.blue h2 {
  color: white;
  font-size: 18px;
  padding: 30px 0 15px 30px;
}
body.contentpage div#wrapper div#container div#main div.mod_article.grey {
  background: linear-gradient(to bottom right, #f5f5f7, #eaebef);
  color: white;
}
body.contentpage div#wrapper div#container div#main div.mod_article.grey h1, body.contentpage div#wrapper div#container div#main div.mod_article.grey h5 {
  color: #005b98;
}
body.contentpage div#wrapper div#container div#main div.mod_article.green {
  background: linear-gradient(to bottom right, #97bf0d, #8faf1e);
  color: white;
}
body.contentpage div#wrapper div#container div#main div.mod_article.green h1, body.contentpage div#wrapper div#container div#main div.mod_article.green h5 {
  color: white;
}
body.contentpage div#wrapper div#container div#main div.mod_article.black {
  background-image: url(backs/schiefer.jpg);
  background-position: left center;
  background-repeat: repeat;
  color: white;
}
body.contentpage div#wrapper div#container div#main div.mod_article.black h1, body.contentpage div#wrapper div#container div#main div.mod_article.black h5 {
  color: white;
}
body.contentpage div#wrapper div#container div#main div.mod_article.cols-4 div.content-frame div.ce_text h1, body.contentpage div#wrapper div#container div#main div.mod_article.cols-4 div.content-frame div.ce_text h5 {
  margin: 0;
}

nav#menu-mobil {
  background-color: white;
}
nav#menu-mobil ul li a {
  font-weight: bold;
  font-size: 24px;
  color: #005b98;
}
nav#menu-mobil ul li a:hover, nav#menu-mobil ul li a:active {
  color: #97bf0d;
}
nav#menu-mobil ul li a.trail {
  background-color: #eee;
}
nav#menu-mobil ul li a.mm-subopen:after {
  border-color: #005b98;
  border-width: 3px;
}
nav#menu-mobil ul li a.mm-subclose {
  font-size: 32px;
}
nav#menu-mobil ul li a.mm-subclose:before {
  border-color: #005b98;
  border-width: 3px;
}
nav#menu-mobil ul li span {
  font-weight: bold;
  font-size: 24px;
  color: #005b98;
  background-color: #eee;
}

div.ce_powerratepage, div.ce_gasratepage {
  background-color: white;
}
div.ce_powerratepage h2, div.ce_gasratepage h2 {
  color: #005b98;
  margin: 1em 0 0 0;
  padding-left: 0;
  padding-right: 80px;
}
div.ce_powerratepage.no-title h2, div.ce_gasratepage.no-title h2 {
  display: none;
}
div.ce_powerratepage div.cenergy_rates, div.ce_gasratepage div.cenergy_rates {
  background-color: white;
  margin: 0 70px 0 2%;
  /*
  div.cenergy_dateinfo {
     display: none;
  }
  
   */
}
div.ce_powerratepage div.cenergy_rates table.cenergy_ratestable, div.ce_gasratepage div.cenergy_rates table.cenergy_ratestable {
  background-color: white;
  font-size: 13px;
  margin-left: 0;
}
div.ce_powerratepage div.cenergy_rates table.cenergy_ratestable tr th, div.ce_gasratepage div.cenergy_rates table.cenergy_ratestable tr th {
  padding: 3px 0 0 3px;
  vertical-align: baseline;
  text-align: left;
}
div.ce_powerratepage div.cenergy_rates table.cenergy_ratestable tr td, div.ce_gasratepage div.cenergy_rates table.cenergy_ratestable tr td {
  padding: 3px 0 0 3px;
}
div.ce_powerratepage div.cenergy_rates table.cenergy_ratestable tr td.cenergy_pricename, div.ce_gasratepage div.cenergy_rates table.cenergy_ratestable tr td.cenergy_pricename {
  font-weight: 700;
  padding-right: 10px;
}
div.ce_powerratepage div.cenergy_rates table.cenergy_ratestable tr td.cenergy_money, div.ce_gasratepage div.cenergy_rates table.cenergy_ratestable tr td.cenergy_money {
  text-align: right;
}
div.ce_powerratepage div.cenergy_rates table.cenergy_ratestable tr td.cenergy_currency, div.ce_gasratepage div.cenergy_rates table.cenergy_ratestable tr td.cenergy_currency {
  padding-right: 10px;
}

div.ce_download {
  display: block;
  background-color: #97bf0d;
  margin: 0 2%;
}
div.ce_download a {
  display: inline-block;
  text-decoration: none;
  padding: 1em 30px 1em 1em;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  color: white;
}
div.ce_download a:hover, div.ce_download a:focus {
  text-decoration: underline;
}
div.ce_download a:before {
  content: ".";
  padding-left: 2em;
  background-image: url(backs/download.png);
  background-size: 1.5em;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5em;
  color: #97bf0d;
}
div.ce_download a span.size {
  display: none;
}
div.ce_download img {
  display: none;
}

div.ce_form {
  width: 96%;
  margin: 0 2%;
}
div.ce_form label {
  display: block;
}
div.ce_form input {
  font-size: 20px;
  padding: 5px;
  margin: 0 0 10px 0;
  border-width: 0;
}
div.ce_form input:focus {
  box-shadow: 0 0 10px #777 inset;
}
div.ce_form div.explanation {
  font-weight: bold;
  padding: 0.5em 0;
}
div.ce_form input[type=text], div.ce_form input[type=password] {
  display: block;
  width: 100%;
  background-color: #ddd;
}
div.ce_form input[type=submit] {
  background-color: #97bf0d;
  color: white;
  display: block;
  width: 100%;
  box-sizing: content-box;
}
div.ce_form input[type=submit]:active {
  box-shadow: 0 0 10px #777 inset;
}

section.ce_accordionSingle div.toggler, section.ce_accordionStart div.toggler {
  background-color: #005b98;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin: 5px 20px;
  padding: 5px 5px 5px 35px;
  background-image: url(backs/arrow_down_white.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 1em;
  transition: background-color 0.5s;
  transition: background 0.5s;
}
section.ce_accordionSingle div.toggler.active, section.ce_accordionStart div.toggler.active {
  background-color: #97bf0d;
  background-image: url(backs/arrow_up_white.png);
}
section.ce_accordionSingle div.accordion, section.ce_accordionStart div.accordion {
  padding: 0 5px;
}

div#statement-slider-start div.ce_text figure {
  margin: 0;
}

div.ce_contactperson {
  width: 90%;
  margin: 0 auto 30px auto;
  line-height: 150%;
}
div.ce_contactperson div.name {
  font-weight: bold;
}

div.mod_breadcrumb {
  display: none;
}

img.stoerer-glasfaser {
  position: absolute;
  top: 27px;
  right: 8px;
  z-index: 100;
  width: 15vw;
  min-width: 83px;
}

div.cookiebar {
  background-color: black;
}
div.cookiebar div.cookiebar__text {
  color: white;
}
div.cookiebar button {
  background-color: #005b98;
}

/* div#stoerer-anchor {
   display: none;
} */
div#stoerer-anchor {
  display: inherit;
  position: relative;
}
div#stoerer-anchor img {
  position: absolute;
  right: 5px;
  width: 80px;
  height: auto;
}

div.avatar {
  display: none;
}

.urgent {
  display: none;
}

/*# sourceMappingURL=s.css.map */
