.hidden_at_l {
  display: none;
}

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

p {
  line-height: 1.8rem;
  margin-top: 1rem;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
  box-shadow: 0 0 5px #777 inset;
}

input[type=submit]:focus, input[type=submit]:hover {
  box-shadow: 0 0 10px black;
}
input[type=submit]:active {
  box-shadow: 0 0 5px #777 inset;
}

header#header {
  height: 210px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-image: url(backs/head.png);
  background-repeat: no-repeat;
}
header#header div.inside {
  height: 210px;
  padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header#header div.inside {
    height: 214px;
  }
}
header#header div.inside ul.mainmenu-large {
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 80;
}
header#header div.inside ul.mainmenu-large li {
  display: inline;
}
header#header div.inside ul.mainmenu-large li a {
  color: white;
  background-color: #97bf0d;
  font-weight: 700;
  font-size: 26px;
  margin-right: 7px;
  padding: 0 23px;
  height: 50px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  transition: font-size 0.5s;
}
header#header div.inside ul.mainmenu-large li a#mm-suche {
  text-indent: -3000px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-image: url(backs/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}
header#header div.inside ul.mainmenu-large li a#mm-suche:hover {
  background-image: url(backs/search_blue.png);
}
header#header div.inside ul.mainmenu-large li a.active-mm {
  background-color: #005b98;
}
header#header div.inside nav.submenu {
  width: 968px;
  background-color: #005b98;
  position: absolute;
  top: 210px;
  display: none;
  padding: 20px 0 16px 32px;
  z-index: 200;
}
header#header div.inside nav.submenu ul.level_1 {
  list-style-type: none;
  margin: 0;
  display: table-row;
  width: 100%;
}
header#header div.inside nav.submenu ul.level_1 li {
  display: table-cell;
  width: 20%;
}
header#header div.inside nav.submenu ul.level_1 li a, header#header div.inside nav.submenu ul.level_1 li span {
  text-decoration: none;
  color: #97bf0d;
  font-weight: 700;
  font-size: 26px;
  margin-right: 25px;
  background-image: url(backs/white_pixel.png);
  background-position: left 1.1em;
  background-size: 0;
}
header#header div.inside nav.submenu ul.level_1 li a:hover, header#header div.inside nav.submenu ul.level_1 li a:focus {
  background-image: url(backs/white_pixel.png);
  background-position: center 1.1em;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 200ms;
}
header#header div.inside nav.submenu ul.level_2 {
  list-style-type: none;
}
header#header div.inside nav.submenu ul.level_2 li {
  display: block;
  width: 100%;
}
header#header div.inside nav.submenu ul.level_2 li a, header#header div.inside nav.submenu ul.level_2 li span {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5em;
}
header#header div.inside nav.submenu ul.level_2 li span {
  font-weight: bold;
}
header#header div.inside nav.submenu ul.level_2 li ul.level_3 li {
  padding: 0 0 0 30px;
  background-image: url(backs/slider_right2.png);
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 0.5em;
}
header#header div.inside nav.submenu ul.level_2 li ul.level_3 li a, header#header div.inside nav.submenu ul.level_2 li ul.level_3 li span {
  font-size: 15px;
  color: #fff;
}
header#header div.inside a#homebutton {
  display: block;
  position: absolute;
  width: 290px;
  height: 150px;
  left: 42px;
  top: 26px;
}
header#header div.inside div.phone-menu {
  display: none;
}
header#header form#form-suche label {
  color: white;
  font-size: 19px;
  font-weight: 500;
  margin-right: 20px;
}
header#header form#form-suche input[type=text] {
  color: #005b98;
  font-size: 19px;
  font-weight: 500;
  width: 300px;
  border-width: 0;
  padding: 0 20px;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
header#header form#form-suche input[type=submit] {
  color: #005b98;
  font-size: 19px;
  padding: 0 10px;
  background-color: #97bf0d;
  font-weight: 700;
  border-width: 0;
  margin-left: 10px;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

header#header.shrinked {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11000;
  height: 48px;
  background-color: white;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  background-image: none;
}
header#header.shrinked div.inside {
  height: 48px;
  width: 100%;
  background-size: 120px;
  background-position: calc(50% - 360px);
  background-image: url(backs/head_s.png);
  background-repeat: no-repeat;
}
header#header.shrinked div.inside a#homebutton {
  width: 225px;
  height: 48px;
  left: calc(50vw - 500px);
  top: 0px;
}
header#header.shrinked div.inside ul#mainmenu {
  display: inline;
  margin-right: calc(50% - 500px);
  background-color: white;
}
header#header.shrinked div.inside ul#mainmenu li a {
  background-color: white;
  color: #005b98;
  font-size: 24px;
  position: relative;
  top: 3px;
  height: 44px;
}
header#header.shrinked div.inside ul#mainmenu li a:hover, header#header.shrinked div.inside ul#mainmenu li a:focus {
  background-color: white;
}
header#header.shrinked div.inside ul#mainmenu li a#mm-suche {
  background-image: url(backs/search_shrinked.png);
  background-position: 0 7px;
  height: 50px;
  top: 0;
}
header#header.shrinked div.inside nav.submenu {
  top: 48px;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
header#header.shrinked div.inside nav.submenu ul.level_1 {
  width: 968px;
  margin: 0 auto;
  display: block;
}
header#header.shrinked div.inside form#form-suche {
  width: 1000px;
  margin: 0 auto;
}
header#header.shrinked div.inside img#stoerer-glasfaser {
  display: none;
}
header#header.shrinked div.inside div.phone-menu {
  display: block;
  position: absolute;
  top: 10px;
  left: calc(50vw - 250px);
}
header#header.shrinked div.inside div.phone-menu span a {
  color: #005b98;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

div.custom > div {
  position: fixed;
  top: 0;
  right: -385px;
  height: 100vh;
  width: 380px;
  font-size: 19px;
  font-weight: 700;
  color: white;
  padding-left: 67px;
  padding-top: 50px;
  z-index: 100;
}
div.custom > div h1, div.custom > div h5 {
  font-size: 2.8rem;
  font-weight: 700;
}
div.custom > div h2 {
  background-color: #005b98;
  color: white;
  font-size: 2rem;
  margin: 40px 0 2px 40px;
}
div.custom > div div.slider-content {
  background-color: white;
  color: #005b98;
  width: 300px;
  margin: 0 0 20px 30px;
  padding: 1px 10px;
}
div.custom > div div.slider-content h3 {
  color: #97bf0d;
  font-size: 19px;
  margin: 10px 0 10px 0;
}
div.custom > div div.slider-content h4 {
  color: #e2001a;
  font-size: 19px;
  margin-top: 10px;
}
div.custom > div div.slider-content span.slider-label {
  display: inline-block;
  width: 100px;
}
div.custom > div div.inside {
  display: table-row;
}
div.custom > div#slidein-contact {
  background: url(backs/slidein.png) repeat-y, url(backs/tab_contact.png) no-repeat left 130px;
}
div.custom > div#slidein-login {
  background: url(backs/slidein.png) repeat-y, url(backs/tab_login.png) no-repeat left 430px;
}
div.custom > div#slidein-login form label {
  color: white;
  margin: 20px 0 0 30px;
  display: block;
  text-transform: uppercase;
}
div.custom > div#slidein-login form input {
  border-width: 0;
  margin: 0 0 0 30px;
  font-size: 19px;
  color: #005b98;
  padding: 10px;
  width: 300px;
}
div.custom > div#slidein-login form input.login-submit {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #97bf0d;
  font-weight: bold;
  width: 320px;
}
div.custom > div#slidein-hoverbox {
  position: fixed;
  top: 0;
  right: 0;
  width: 62px;
  padding: 0;
  height: 100vh;
  z-index: 10000;
}
div.custom > div h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
div.custom > div h5 {
  font-size: 2.8rem;
  font-weight: 700;
}
div.custom > div h2 {
  background-color: #005b98;
  color: white;
  font-size: 2rem;
  margin: 0px 0 2px 40px;
}
div.custom > div div.slider-content {
  background-color: white;
  color: #005b98;
  width: 300px;
  margin: 0 0 20px 30px;
  padding: 1px 10px;
}
div.custom > div div.slider-content p {
  margin-bottom: 0.3em;
  margin-top: 0;
}
div.custom > div div.slider-content h3 {
  color: #97bf0d;
  font-size: 19px;
  margin: 10px 0 10px 0;
}
div.custom > div div.slider-content h4 {
  color: #e2001a;
  font-size: 19px;
  margin-top: 10px;
}
div.custom > div div.slider-content span.slider-label {
  display: inline-block;
  width: 100px;
}
div.custom > div div.slider-content div.slider-last-content {
  padding-bottom: 10px;
}

div#slide-in-shadow {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 380px;
  z-index: 499;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  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:hover, a.intlink:focus {
  text-decoration: underline;
}
a.intlink.blue {
  color: #005b98;
  background-image: url(backs/intlink_white.png);
}
a.intlink.white {
  color: #005b98;
  background-image: url(backs/intlink_white.png);
}

div.mod_article {
  font-size: 1.2rem;
}
div.mod_article.largeborder {
  margin-bottom: 15px;
}
div.mod_article h1, div.mod_article h5 {
  margin: 60px 30px 15px 30px;
  color: white;
  font-size: 2.8rem;
}
div.mod_article h2 {
  color: #97bf0d;
  margin: 1rem 0 0 0;
}
div.mod_article > h1, div.mod_article h5 {
  width: 1000px;
  margin: 45px auto 15px auto;
  padding-left: 45px;
}
div.mod_article a.intlink {
  color: #005b98;
  background-image: url(backs/intlink_white.png);
}
div.mod_article.blue {
  background: linear-gradient(to bottom right, #005894, #003c68);
}
div.mod_article.blue a.intlink {
  color: white;
  background-image: url(backs/intlink_blue.png);
}
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.green {
  background: linear-gradient(to bottom right, #97bf0d, #8faf1e);
}
div.mod_article.black {
  background-image: url(backs/schiefer.jpg);
  background-position: left center;
  background-repeat: repeat;
}
div.mod_article.black h1, div.mod_article.black h5 {
  color: white;
}
div.mod_article > div {
  width: 1000px;
  margin: 0 auto;
}
div.mod_article#anfahrt > div.content-frame {
  width: 100%;
}
div.mod_article div.mod_newslist p.info {
  display: none;
}
div.mod_article div.mod_newslist div.layout_latest {
  background-color: white;
  margin-bottom: 0.5rem;
}
div.mod_article div.mod_newslist div.layout_latest.first figure {
  width: 50%;
}
div.mod_article div.mod_newslist div.layout_latest figure {
  width: 32.5%;
  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 figcaption {
  font-size: 0.7rem;
}
div.mod_article div.mod_newslist div.layout_latest figure.float_left {
  margin-right: 1rem;
  float: left;
}
div.mod_article div.mod_newslist div.layout_latest figure.float_right {
  margin-left: 1rem;
  float: right;
}
div.mod_article div.mod_newslist div.layout_latest p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 150%;
  padding-right: 1rem;
  padding-left: 1rem;
}
div.mod_article div.mod_newslist div.layout_latest p.more {
  margin-bottom: 0.5rem;
}
div.mod_article div.mod_newslist div.layout_latest h2 {
  margin-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
div.mod_article div.mod_newslist div.layout_latest h2 a {
  color: #97bf0d;
  text-decoration: none;
}
div.mod_article div.mod_newslist div.layout_latest h2 a:hover, div.mod_article div.mod_newslist div.layout_latest h2 a:focus {
  text-decoration: underline;
}
div.mod_article div.mod_newslist div.layout_latest p.more a {
  text-decoration: none;
  color: #005b98;
  padding-right: 23px;
  background-image: url(backs/intlink_white.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em;
  font-weight: bold;
}
div.mod_article div.mod_newslist div.layout_latest p.more a:hover, div.mod_article div.mod_newslist div.layout_latest p.more a:focus {
  text-decoration: underline;
}
div.mod_article div.ce_hyperlink {
  margin-bottom: 0.5em;
}
div.mod_article div.ce_hyperlink a {
  text-decoration: none;
  color: #005b98;
  padding-right: 23px;
  background: url(backs/intlink_white.png) no-repeat right center;
  background-size: 1em;
  font-weight: bold;
}
div.mod_article div.ce_hyperlink a:hover, div.mod_article div.ce_hyperlink a:focus {
  text-decoration: underline;
}
div.mod_article table {
  width: 100%;
}
div.mod_article table tr th {
  padding: 0.1rem;
  text-align: left;
}
div.mod_article table tr td {
  padding: 0.1rem;
}
div.mod_article table tr td.right {
  text-align: right;
}
div.mod_article div.ce_text figure.float_above {
  width: 100%;
}
div.mod_article div.ce_text figure img {
  width: 100%;
  height: 100%;
}
div.mod_article#alle-meldungen div.mod_newslist p.info {
  display: none;
}
div.mod_article#alle-meldungen div.mod_newslist div.layout_latest {
  background-color: white;
  margin-bottom: 0.5rem;
}
div.mod_article#alle-meldungen div.mod_newslist div.layout_latest.first figure {
  width: 32.5%;
}
div.mod_article#alle-meldungen div.mod_newslist div.layout_latest figure.float_right {
  margin-right: 1rem;
  margin-left: 0;
  float: left;
}
div.mod_article#alle-meldungen div.mod_newslist div.layout_latest p {
  margin-bottom: 0;
  line-height: 150%;
  padding-right: 1rem;
  padding-left: 1rem;
}
div.mod_article#alle-meldungen div.mod_newslist div.layout_latest h2 {
  margin-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
div.mod_article#alle-meldungen div.mod_newslist div.layout_latest h2 a {
  color: #005b98;
  text-decoration: none;
}
div.mod_article#alle-meldungen div.mod_newslist div.layout_latest h2 a:hover, div.mod_article#alle-meldungen div.mod_newslist div.layout_latest h2 a:focus {
  text-decoration: underline;
}
div.mod_article form#clientlogin label {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  position: relative;
  padding: 5px 0;
}
div.mod_article form#clientlogin input, div.mod_article form#clientlogin textarea, div.mod_article form#clientlogin select {
  font-size: 20px;
  padding: 5px;
  margin: 0 0 10px 0;
  border-width: 0;
  width: 480px;
  resize: vertical;
}
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: inline-block;
  width: 480px;
}
div.mod_article form#clientlogin input[type=submit] {
  margin-left: 180px;
  width: 480px;
  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 {
  margin-top: 12px;
}
div.cols-4 div.content-frame div.ce_text {
  float: left;
  width: 241px;
  height: 241px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}
div.cols-4 div.content-frame div.ce_text p {
  display: block;
  width: 241px;
  height: 241px;
  transition: opacity 0.4s;
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even) {
  position: absolute;
  background-color: #005b98;
  width: 201px;
  height: 201px;
  padding: 20px;
  color: #97bf0d;
  top: 0;
  opacity: 0;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  cursor: default;
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even) span.header {
  font-size: 30px;
  line-height: 36px;
  color: white;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
div.cols-4 div.content-frame div.ce_text p:nth-of-type(even) a {
  display: block;
  color: white;
  text-align: center;
  height: 50px;
  margin-bottom: 48px;
  width: calc(100% - 40px);
  background: url(backs/slider_right.png) no-repeat bottom center;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
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 {
  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:nth-of-type(4n) {
  margin-right: 0;
}
div.cols-4 div.content-frame div.ce_text h1, div.cols-4 div.content-frame div.ce_text h5 {
  position: absolute;
  width: 100%;
  height: 70px;
  text-align: center;
  top: 139px;
  font-size: 30px;
  color: white;
  margin: 0;
  padding: 0;
  background-image: url(backs/slider_right.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 30px;
}

div.cols-3 {
  margin-top: 0;
}
div.cols-3 div.ce_text {
  float: left;
  width: 325px;
  height: 325px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}
div.cols-3 div.ce_text:nth-of-type(3n) {
  margin-right: 0;
}
div.cols-3 div.ce_text p {
  display: block;
  width: 325px;
  height: 325px;
  transition: opacity 0.4s;
}
div.cols-3 div.ce_text p:nth-of-type(even) {
  position: absolute;
  background-color: #005b98;
  width: 265px;
  height: 265px;
  padding: 30px;
  color: #97bf0d;
  top: 0;
  opacity: 0;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  cursor: default;
}
div.cols-3 div.ce_text p:nth-of-type(even) span.header {
  font-size: 30px;
  line-height: 36px;
  color: white;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
div.cols-3 div.ce_text p:nth-of-type(even) a {
  display: block;
  color: white;
  text-align: center;
  height: 60px;
  margin-bottom: 25px;
  width: calc(100% - 60px);
  background: url(backs/slider_right.png) no-repeat bottom center;
  background-size: 30px;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
div.cols-3 div.ce_text p:nth-of-type(even) a:hover {
  text-decoration: underline;
}
div.cols-3 div.ce_text p:nth-of-type(even):hover {
  opacity: 1;
}
div.cols-3 div.ce_text img {
  width: 100%;
}
div.cols-3 div.ce_text h1, div.cols-3 div.ce_text h5 {
  position: absolute;
  width: 100%;
  height: 86px;
  text-align: center;
  top: 230px;
  font-size: 30px;
  color: white;
  margin: 0;
  padding: 0;
  background-image: url(backs/slider_right.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 30px;
}

div.statements {
  margin-top: 0;
}
div.statements div.ce_text {
  float: left;
  width: 325px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}
div.statements div.ce_text:nth-of-type(3n) {
  margin-right: 0;
}
div.statements div.ce_text img {
  width: 100%;
}
div.statements div.ce_text a {
  color: white;
}

div.white p {
  color: white;
}

div.center {
  text-align: center;
}

div.downjump {
  clear: both;
  text-align: center;
  padding: 30px 0;
}
div.downjump img {
  cursor: pointer;
}

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

div#teaser-slick {
  position: relative;
  height: 400px;
}
div#teaser-slick div.ce_text a {
  color: white;
  text-decoration: none;
}
div#teaser-slick div.ce_text h1, div#teaser-slick div.ce_text h5 {
  position: relative;
  top: -296px;
  left: 45px;
  color: white;
  font-size: 58px;
  text-shadow: 3px 3px 7px #333;
  line-height: 32px;
  margin-top: 78px;
  margin-left: 0;
  padding-left: 30px;
}
div#teaser-slick div.ce_text p {
  position: relative;
  top: -304px;
  left: 76px;
  color: white;
  font-size: 34px;
  text-shadow: 2px 2px 4px #333;
  width: 840px;
  font-weight: 700;
  line-height: 40px;
}
div#teaser-slick button {
  width: 33px;
  height: 35px;
  position: absolute;
  z-index: 100;
  border-width: 0;
  cursor: pointer;
}
div#teaser-slick button.slick-prev {
  top: 183px;
  left: 23px;
  background: url(backs/slider_left.png) no-repeat center;
}
div#teaser-slick button.slick-next {
  top: 183px;
  left: 944px;
  background: url(backs/slider_right.png) no-repeat center;
}
div#teaser-slick ul.slick-dots {
  position: absolute;
  top: 353px;
  left: 50%;
  z-index: 10000;
  list-style-type: none;
  transform: translate(-50%, 0);
}
div#teaser-slick ul.slick-dots li {
  display: inline-block;
}
div#teaser-slick ul.slick-dots li button {
  position: inherit;
  text-indent: -3000px;
  background: center;
  background-repeat: no-repeat;
  background-image: url(backs/slider_page.png);
}
div#teaser-slick ul.slick-dots li.slick-active button {
  background-image: url(backs/slider_page_activ.png);
}

div.gm-style-iw h3 {
  color: #97bf0d;
  margin-top: 0.5em;
}
div.gm-style-iw table tr td {
  vertical-align: top;
  padding-right: 20px;
  font-weight: bold;
  line-height: 150%;
}
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%;
}

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

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

footer#footer {
  margin-top: 20px;
}

nav.footernavi {
  width: 100%;
  background: linear-gradient(to bottom right, #262836, #0b0919);
}
nav.footernavi ul {
  width: 1000px;
  height: 89px;
  margin: 0 auto;
  background-image: url(backs/footernavi.png);
  background-repeat: no-repeat;
}
nav.footernavi ul li {
  display: inline;
}
nav.footernavi ul li a, nav.footernavi ul li span {
  color: #97bf0d;
  padding-top: 12px;
  padding-right: 27px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
nav.footernavi ul li a:hover, nav.footernavi ul li a:focus, nav.footernavi ul li span:hover, nav.footernavi ul li span:focus {
  text-decoration: underline;
}
nav.footernavi ul li.first {
  margin-left: 50px;
}
nav.footernavi ul li span:hover, nav.footernavi ul li span:focus {
  text-decoration: none;
}

div.ce_pricecalculator2 {
  width: 945px;
  margin: 0 auto;
  padding: 40px 20px 30px 50px;
  background-color: white;
}
div.ce_pricecalculator2 form div#typeselector {
  margin-top: 10px;
  width: 125px;
  display: inline-block;
  float: left;
}
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: 25px;
  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: 145px;
  font-size: 42px;
  font-weight: bold;
  border: 3px solid #97bf0d;
  margin-right: 10px;
  padding: 9px 25px 9px 87px;
  color: #005b98;
}
div.ce_pricecalculator2 form div.ts-zip-amount input.ts-amount {
  text-align: right;
  background-image: url(backs/ts_kwh.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
div.ce_pricecalculator2 form div.ts-zip-amount input.ts-zip {
  background-image: url(backs/ts_zip.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
div.ce_pricecalculator2 form div.ts-zip-amount label {
  display: none;
}
div.ce_pricecalculator2 form div#amount-frame {
  margin-bottom: 26px;
}
div.ce_pricecalculator2 form div#city-selector-frame {
  width: 275px;
  display: inline-block;
  float: left;
}
div.ce_pricecalculator2 form div#amount-frame {
  width: 275px;
  display: inline-block;
  float: left;
}
div.ce_pricecalculator2 form div#ts-submit {
  width: 260px;
  display: inline-block;
  float: left;
}
div.ce_pricecalculator2 form div#ts-submit input[type=submit] {
  width: 100%;
  height: 75px;
  background-color: #97bf0d;
  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: 206px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.2s;
}
div.ce_pricecalculator2 form div#ts-submit div#ts-message {
  height: 80px;
  display: none;
}
div.ce_pricecalculator2 form div#ts-submit div#ts-message div#ts-message-center {
  margin-top: 16px;
  text-align: center;
  color: #005b98;
  font-weight: 700;
}
div.ce_pricecalculator2 form div#ts-city {
  clear: both;
  display: inline-block;
  float: left;
}
div.ce_pricecalculator2 form div#ts-city select {
  margin-top: 10px;
  width: 263px;
  border: 3px solid #97bf0d;
  padding: 9px 45px 9px 15px;
  color: #005b98;
  font-size: 42px;
  font-weight: bold;
  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#ts-city select {
    appearance: inherit;
    background-image: none;
  }
}
div.ce_pricecalculator2 form div#ts-city select option {
  color: #005b98;
  font-size: 42px;
  font-weight: bold;
}
div.ce_pricecalculator2 form div#ts-slider {
  width: 262px;
  height: 55px;
  background-image: url(backs/calc_slider_power.png);
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  transition: background 0.25s linear;
  top: 10px;
}
div.ce_pricecalculator2 form 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 form div#ts-slider div#ts-slider-knob:hover, div.ce_pricecalculator2 form div#ts-slider div#ts-slider-knob:focus {
  width: 12px;
  height: 12px;
  border: 4px solid #005b98;
}

body.contentpage {
  background: #f6f6f6 no-repeat center 180px;
}
body.contentpage div.mod_article {
  color: #333;
}
body.contentpage div.mod_article ul {
  list-style: none inside none;
  margin: 1em 0;
}
body.contentpage div.mod_article ul li {
  line-height: 150%;
  padding-left: 1rem;
  background: url(backs/li.png) no-repeat left top 8px;
  background-size: 9px;
}
body.contentpage div.mod_article ul li.member {
  background-image: none;
  padding-left: 0;
}
body.contentpage div.mod_article a.cta {
  display: inline-block;
  padding: 1.5rem 3rem 1.5rem 1rem;
  margin: 1em 10px 1em 7px;
  background-color: #97bf0d;
  color: white;
  font-size: 24px;
  font-weight: 700;
  background-image: url(backs/ts_submit.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: box-shadow 0.2s;
  width: calc(100% - 4rem);
  max-width: 596px;
}
body.contentpage div.mod_article a.cta:hover, body.contentpage div.mod_article a.cta:focus {
  box-shadow: 0 0 15px #777;
}
body.contentpage div.mod_article h1, body.contentpage div.mod_article h5 {
  color: #005b98;
  font-size: 2rem;
  margin: 2rem 0 0 0;
}
body.contentpage div.mod_article h2 {
  color: #97bf0d;
  font-size: 2rem;
  margin: 1.5rem 0 0 0;
}
body.contentpage div.mod_article h3 {
  color: #005b98;
  font-size: 1.4rem;
  margin: 1.2rem 0 0 0;
}
body.contentpage div.mod_article h4 {
  color: #005b98;
  font-size: 2rem;
  margin: 1.5rem 0 0 0;
}
body.contentpage div.mod_article h6.ce_headline {
  color: #97bf0d;
  font-size: 58px;
  margin: 45px 0 361px 0;
}
body.contentpage div.mod_article div.ce_powerratepage h2, body.contentpage div.mod_article div.ce_gasratepage h2 {
  color: #005b98;
  margin: 0 0 0 0;
  background-color: white;
}
body.contentpage div.mod_article nav.mod_customnav {
  float: right;
  width: 255px;
  margin-left: 70px;
}
body.contentpage div.mod_article nav.mod_customnav h1, body.contentpage div.mod_article nav.mod_customnav h5 {
  color: white;
  background-color: #97bf0d;
  padding: 15px 10px 10px 10px;
  font-size: 18px;
  margin: 50px 0 0 0;
}
body.contentpage div.mod_article nav.mod_customnav ul {
  width: 100%;
  margin: 0;
}
body.contentpage div.mod_article nav.mod_customnav ul li {
  background-color: white;
  background-image: none;
  padding: 0;
}
body.contentpage div.mod_article nav.mod_customnav ul li a, body.contentpage div.mod_article nav.mod_customnav ul li span {
  padding-left: 10px;
  background-image: url(backs/intlink2_white.png);
  background-position-y: center;
  background-position-x: 95%;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 700;
  color: #005b98;
  font-size: 18px;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
}
body.contentpage div.mod_article nav.mod_customnav ul li a:hover, body.contentpage div.mod_article nav.mod_customnav ul li span:hover {
  color: #97bf0d;
}
body.contentpage div.mod_article nav.mod_customnav ul li span {
  background-image: none;
  color: #97bf0d;
}
body.contentpage div.mod_article nav.mod_customnav ul li:nth-child(even) {
  background-color: #fafafa;
}
body.contentpage div.mod_article.blue {
  background: linear-gradient(to bottom right, #005894, #003c68);
  color: white;
  padding-bottom: 30px;
}
body.contentpage div.mod_article.blue a.intlink {
  color: white;
  background-image: url(backs/intlink_blue.png);
}
body.contentpage div.mod_article.blue h1, body.contentpage div.mod_article.blue h5 {
  color: white;
  margin: 30px 0 15px 0;
}
body.contentpage div.mod_article.blue h2 {
  color: white;
  font-size: 2rem;
  padding: 30px 0 15px 30px;
}
body.contentpage div.mod_article.grey {
  background: linear-gradient(to bottom right, #f5f5f7, #eaebef);
  color: white;
}
body.contentpage div.mod_article.grey h1, body.contentpage div.mod_article.grey h5 {
  color: #005b98;
}
body.contentpage div.mod_article.green {
  background: linear-gradient(to bottom right, #97bf0d, #8faf1e);
  color: white;
}
body.contentpage div.mod_article.green h1, body.contentpage div.mod_article.green h5 {
  color: white;
}
body.contentpage div.mod_article.black {
  background-image: url(backs/schiefer.jpg);
  background-position: left center;
  background-repeat: repeat;
  color: white;
}
body.contentpage div.mod_article.black h1, body.contentpage div.mod_article.black h5 {
  color: white;
}
body.contentpage div.mod_article.cols-4 div.content-frame div.ce_text {
  cursor: default;
}
body.contentpage div.mod_article.cols-4 div.content-frame div.ce_text h1, body.contentpage div.mod_article.cols-4 div.content-frame div.ce_text h5 {
  position: absolute;
  width: 100%;
  height: 70px;
  text-align: center;
  top: 155px;
  font-size: 30px;
  color: white;
  margin: 0;
  padding: 0;
  background-image: url(backs/slider_right.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 30px;
}
body.contentpage div.mod_article.cols-3 div.content-frame div.ce_text h1, body.contentpage div.mod_article.cols-3 div.content-frame div.ce_text h5 {
  position: absolute;
  width: 100%;
  height: 70px;
  text-align: center;
  top: 230px;
  font-size: 30px;
  color: white;
  margin: 0;
  padding: 0;
  background-image: url(backs/slider_right.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 30px;
}
body.contentpage div.mod_article div.vier-schritte {
  background-image: url(backs/vierschritte.png);
  width: 954px;
  height: 430px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-button {
  display: inline-block;
  width: 300px;
  height: 108px;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-button span {
  position: relative;
  top: 70px;
  left: 47px;
  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.mod_article div.vier-schritte div.schritt-button#schritt-2-button span {
  left: 72px;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-button#schritt-3-button span {
  left: 63px;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info {
  width: 260px;
  background-color: white;
  line-height: 120%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  color: #97bf0d;
  font-size: 20px;
  position: absolute;
  top: 109px;
  display: none;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info#schritt-1 {
  left: 0;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info#schritt-2 {
  left: 300px;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info#schritt-3 {
  left: 600px;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info h2 {
  color: #005b98;
  margin: 0 0 5px 0;
  font-size: 16pt;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info div.schritt-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  background-image: url(backs/schritt_close.gif);
  cursor: pointer;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info ul {
  margin: 0 0 10px 0;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info ul li {
  line-height: 120%;
  color: #97bf0d;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info div {
  color: #97bf0d;
  margin: 0 0 10px 0;
}
body.contentpage div.mod_article div.vier-schritte div.schritt-info a {
  color: #97bf0d;
  text-decoration: none;
}
body.contentpage div.ce_downloads ul {
  list-style-type: none;
}
body.contentpage div.ce_downloads ul li {
  background-image: none;
  padding-left: 0;
}
body.contentpage div.ce_downloads ul li img {
  position: relative;
  top: 2px;
}
body.contentpage div.ce_downloads ul li a {
  text-decoration: none;
}
body.contentpage div.ce_downloads ul li a:hover {
  text-decoration: underline;
}
body.contentpage ol {
  list-style-position: inside;
}
body.contentpage ol li {
  line-height: 160%;
}

div.ce_powerratepage h2, div.ce_gasratepage h2 {
  color: #005b98;
  margin: 1rem 0 0 0;
}
div.ce_powerratepage.no-title h2, div.ce_gasratepage.no-title h2 {
  display: none;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate, div.ce_gasratepage div.cenergy_rates div.cenergy_rate {
  background-color: white;
  margin-bottom: 1rem;
  /*
  div.cenergy_dateinfo {
     display: none;
  }
  
   */
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable {
  background-color: white;
  border-collapse: collapse;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr th, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr th {
  vertical-align: baseline;
  text-align: center;
  background-color: #97bf0d;
  color: white;
  line-height: 2rem;
  height: 2rem;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr th small, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr th small {
  color: white;
  line-height: 1.5rem;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td {
  line-height: 2rem;
  height: 2rem;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_pricename, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_pricename {
  font-weight: 700;
  padding-left: 3rem;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_money, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_money {
  text-align: right;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_currency, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_currency {
  padding-left: 0;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_total, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_total {
  font-weight: bold;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_currency_total, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr td.cenergy_currency_total {
  font-weight: bold;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr:nth-of-type(2n+1) td, div.ce_gasratepage div.cenergy_rates div.cenergy_rate table.cenergy_ratestable tr:nth-of-type(2n+1) td {
  background-color: #fcfcfc;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_rate div.cenergy_ratetitle, div.ce_gasratepage div.cenergy_rates div.cenergy_rate div.cenergy_ratetitle {
  margin-top: 0;
}
div.ce_powerratepage div.cenergy_rates div.cenergy_ratecomment, div.ce_gasratepage div.cenergy_rates div.cenergy_ratecomment {
  background-color: white;
  padding-left: 5px;
}

div.ce_download {
  display: block;
  background-color: #97bf0d;
  margin-bottom: 0;
  margin-top: 2rem;
}
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 label, div.login_lgk label {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  position: relative;
  padding: 5px 0;
}
div.ce_form input, div.ce_form textarea, div.ce_form select, div.login_lgk input, div.login_lgk textarea, div.login_lgk select {
  font-size: 20px;
  padding: 5px;
  margin: 0 0 10px 0;
  border-width: 0;
  width: 480px;
  resize: vertical;
}
div.ce_form input:focus, div.ce_form textarea:focus, div.ce_form select:focus, div.login_lgk input:focus, div.login_lgk textarea:focus, div.login_lgk select:focus {
  box-shadow: 0 0 5px #777 inset;
}
div.ce_form div.explanation, div.login_lgk div.explanation {
  font-weight: bold;
  padding: 1em 0;
}
div.ce_form input[type=text], div.ce_form input[type=password], div.login_lgk input[type=text], div.login_lgk input[type=password] {
  display: inline-block;
  width: 480px;
}
div.ce_form select, div.login_lgk select {
  box-sizing: content-box;
}
div.ce_form input[type=submit], div.login_lgk input[type=submit] {
  margin-left: 185px;
  width: 480px;
  background-color: #97bf0d;
  color: white;
  box-sizing: content-box;
}
div.ce_form input[type=submit]:active, div.login_lgk input[type=submit]:active {
  box-shadow: 0 0 5px #777 inset;
}
div.ce_form input[type=submit] p.error, div.login_lgk input[type=submit] p.error {
  position: absolute;
}

section.ce_accordionSingle, section.ce_accordionStart {
  width: 63%;
}
section.ce_accordionSingle div.toggler, section.ce_accordionStart div.toggler {
  background-color: #005b98;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-top: 5px;
  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.magazin section.ce_accordionSingle, div.magazin section.ce_accordionStart {
  width: 83%;
}

div.ce_table tr td {
  vertical-align: top;
  background-color: white;
  text-align: left;
}
div.ce_table tr td:nth-of-type(2) {
  font-weight: bold;
}

div.hausanschluss div.pers-data label, div.hausanschluss div.prop-data label {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  position: relative;
}
div.hausanschluss div.pers-data input, div.hausanschluss div.pers-data select, div.hausanschluss div.prop-data input, div.hausanschluss div.prop-data select {
  font-size: 16px;
  padding: 2px 5px;
  margin: 0 0 5px 0;
  border-width: 0;
  width: 480px;
  resize: vertical;
  box-sizing: content-box;
}
div.hausanschluss div.pers-data input:focus, div.hausanschluss div.pers-data select:focus, div.hausanschluss div.prop-data input:focus, div.hausanschluss div.prop-data select:focus {
  background-color: #eee;
  box-shadow: none;
}
div.hausanschluss input.upload {
  display: inline-block;
  padding: 15px;
  width: 468px;
  margin: 1em 0;
  background-color: #97bf0d;
  color: white;
  font-size: 24px;
  font-weight: 700;
  background-position: right 15px center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: box-shadow 0.2s;
  border-width: 0;
  cursor: pointer;
}
div.hausanschluss input.upload:hover, div.hausanschluss input.upload:focus {
  box-shadow: 0 0 15px #97bf0d;
}
div.hausanschluss div.all-device-data {
  margin-top: 20px;
}
div.hausanschluss div.all-device-data h3 {
  margin: 0;
}
div.hausanschluss div.all-device-data div.device-data {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px 0 20px;
  border-left: 1px solid #ccc;
}
div.hausanschluss div.all-device-data div.device-data:nth-of-type(1) {
  border-left-width: 0;
  padding-left: 0;
}
div.hausanschluss div.all-device-data div.device-data label {
  display: inline-block;
  width: 178px;
}
div.hausanschluss div.all-device-data div.device-data label.indent {
  padding-left: 20px;
  width: 80px;
}
div.hausanschluss div.all-device-data div.device-data div.device-title span.anzahl {
  width: 215px;
  text-align: right;
  display: inline-block;
  padding-right: 5px;
}
div.hausanschluss div.all-device-data div.device-data div.device-title span.leistung {
  width: 45px;
  display: inline-block;
  padding-left: 5px;
}
div.hausanschluss div.all-device-data div.device-data input {
  display: inline-block;
  border-width: 0;
  margin: 0 2px 2px 0;
  padding: 5px;
}
div.hausanschluss div.all-device-data div.device-data input.kw {
  width: 50px;
}
div.hausanschluss div.all-device-data div.device-data input.ls {
  width: 50px;
}
div.hausanschluss div.all-device-data div.device-data input.count {
  width: 30px;
  text-align: right;
}
div.hausanschluss div.all-device-data div.device-data input.text {
  width: 170px;
}
div.hausanschluss div.all-device-data div.device-data input.appname {
  width: 166px;
}
div.hausanschluss div.all-device-data div.device-data input::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic;
}
div.hausanschluss div.all-device-data div.device-data textarea {
  width: 280px;
  height: 80px;
  resize: none;
  border-width: 0;
}
div.hausanschluss div.all-device-data div.device-data input[type=checkbox] {
  display: none;
}
div.hausanschluss div.all-device-data div.device-data input[type=checkbox]:checked + label::before {
  background-image: url(backs/check_on.png);
}
div.hausanschluss div.all-device-data div.device-data input[type=checkbox]:not(:checked) + label::before {
  background-image: url(backs/check_off.png);
}
div.hausanschluss div.all-device-data div.device-data label.designed {
  line-height: 25px;
  display: inline-block;
  height: 25px;
  margin-bottom: 10px;
}
div.hausanschluss div.all-device-data div.device-data label.designed::before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 3px;
  transition: background 0.25s linear;
  background-size: 1em;
}
div.hausanschluss div.all-device-data div.device-data label.fullwidth {
  width: 100%;
  display: block;
}
div.hausanschluss div.all-device-data div.device-data select.fullwidth {
  width: 280px;
  display: block;
  padding: 5px;
  border-width: 0;
}
div.hausanschluss div.all-device-data div.device-data select.fullwidth:focus, div.hausanschluss div.all-device-data div.device-data select.fullwidth:active {
  box-shadow: none;
  background-color: #f0f0ff;
}
div.hausanschluss div.all-device-data div.device-data div.sumprice span {
  color: #97bf0d;
  font-size: 24px;
  font-weight: bold;
}
div.hausanschluss *.error {
  animation: error-shadow 1s infinite;
}
@keyframes error-shadow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 5px red;
  }
  100% {
    box-shadow: none;
  }
}

div.lastgang table {
  width: 100%;
}
div.lastgang table tr td {
  background-color: #005b98;
}
div.lastgang table tr td a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  display: block;
  text-align: center;
}
div.lastgang table tr td:hover {
  background-color: #97bf0d;
}
div.lastgang table tr td.activ {
  background-color: white;
}
div.lastgang table tr td.activ a {
  color: #005b98;
}
div.lastgang div#diagramm {
  margin-top: 20px;
  width: 100%;
  height: 500px;
}
div.lastgang div.counter-frame {
  background-color: #005b98;
  padding: 5px;
  width: 988px;
}
div.lastgang div.counter-frame span.counter-label {
  color: white;
  padding: 5px 15px 5px 20px;
}
div.mod_newsreader figure {
  width: 40%;
}
div.mod_newsreader figure img {
  width: 100%;
  height: 100%;
}
div.mod_newsreader figure.float_left {
  float: left;
  margin: 1rem 1rem 0 0;
}
div.mod_newsreader figure.float_right {
  float: right;
  margin: 1rem 0 0 1rem;
}
div.mod_newsreader h2 {
  margin-top: 0;
}
div.mod_newsreader h2 a {
  text-decoration: none;
  color: #97bf0d;
}
div.mod_newsreader p.more {
  display: none;
}
div.mod_newsreader p.back a {
  text-decoration: none;
  color: #005b98;
  padding-left: 23px;
  background-image: url(backs/backintlink_white.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em;
  font-weight: bold;
}
div.mod_newsreader p.back a:hover, div.mod_newsreader p.back a:focus {
  text-decoration: underline;
}

div#anschlussKostenFrame {
  clear: both;
  display: none;
}
div#anschlussKostenFrame div.anschlussKosten table {
  width: 100%;
  border-collapse: collapse;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td {
  vertical-align: top;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr th {
  text-align: left;
  color: #97bf0d;
  font-size: 16px;
  font-weight: bold;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td {
  width: 33.33%;
  height: 2.6em;
  line-height: 1.3em;
  border-right: 1px solid #333;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td.kostenposition {
  font-size: 2em;
  font-weight: bold;
  color: #005b98;
  text-align: right;
  padding: 0.3em;
  height: auto;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td:nth-of-type(3) {
  border-right-width: 0;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td table.app-table tr th, div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td table.conn-table tr th {
  color: #005b98;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td table.app-table tr:nth-of-type(2n), div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td table.conn-table tr:nth-of-type(2n) {
  background-color: #f6f6f6;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td table.app-table tr td, div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td table.conn-table tr td {
  border-right-width: 0;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr td table.app-table tr td {
  height: auto;
}
div#anschlussKostenFrame div.anschlussKosten table tbody tr td table.one-third tr:nth-of-type(2n) {
  background-color: white;
}
div#anschlussKostenFrame div.buttonleiste a.back {
  float: left;
  display: inline-block;
  background-color: #005b98;
  padding: 20px 40px 20px 60px;
  border-width: 0;
  margin: 1em 0;
  color: white;
  background-image: url(backs/backintlink_blue.png);
  background-size: 24px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
}
div#anschlussKostenFrame div.buttonleiste a.back:hover, div#anschlussKostenFrame div.buttonleiste a.back:focus {
  box-shadow: 0 0 15px #005b98;
}

div#kundenmagazin a img:hover {
  box-shadow: 0 0 10px #444;
}

div.ce_gasratepage, div.ce_powerratepage {
  width: 70%;
}

div.small-margin p {
  margin-bottom: 0.5em;
}

section.small-margin p {
  margin-bottom: 0.5em;
}

div.mod_search form, div.mod_search p.header, div.mod_search p.url, div.mod_search div.pagination {
  display: none;
}
div.mod_search span.highlight {
  color: #97bf0d;
  font-weight: bold;
}
div.mod_search div.even {
  background-color: white;
  padding: 10px;
  position: relative;
}
div.mod_search div.odd {
  padding: 10px;
}
div.mod_search h3 {
  color: #005b98;
}
div.mod_search h3 a {
  color: #005b98;
}

div.ce_contactperson {
  margin-bottom: 30px;
  line-height: 150%;
}
div.ce_contactperson div.name {
  font-weight: bold;
}

div.ce_contactpersons ul li.member {
  margin-bottom: 30px;
  line-height: 150%;
  background-image: none;
  padding-left: 0;
}
div.ce_contactpersons ul li.member div.name {
  font-weight: bold;
}

div.mod_breadcrumb {
  width: 1000px;
  margin: 0 auto 1.5rem auto;
  position: relative;
  top: 520px;
}
div.mod_breadcrumb ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: #969696;
}
div.mod_breadcrumb ul li a, div.mod_breadcrumb ul li span {
  text-decoration: none;
  padding-right: 25px;
  background-image: url(backs/breadcrumb_sep.png);
  background-size: 10px;
  background-position: right 8px center;
  background-repeat: no-repeat;
  color: #969696;
  text-transform: capitalize;
}

img.stoerer-glasfaser {
  position: absolute;
  top: 185px;
  left: -55px;
  z-index: 100;
}

div#stoerer-anchor {
  display: inherit;
  position: relative;
}
div#stoerer-anchor img {
  position: absolute;
  right: 0;
  width: inherit;
  height: inherit;
}

div.avatar {
  display: none;
}

.urgent {
  display: none;
}

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