@charset "UTF-8";
body, div, p, h1, h2, h3, h4, section, aside, ul, ol, li, select, textarea, td, option, input {
  border: none;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.clear {
  clear: both;
}

body > section {
  overflow: hidden;
}
@media (min-width: 768px) {
  body > section {
    overflow: visible;
  }
}

strong {
  font-weight: bold;
}

p {
  line-height: 1.5;
  margin-bottom: 18px;
}

li > p {
	margin-bottom: 0px;
}
p > a {
  color: #981109;
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
}
a.blocklink {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  a.blocklink {
    float: right;
  }
}
a.blocklink.red {
  background: #8c8d8f;
}
a.blocklink.red:after {
  color: #8c8d8f;
}

.content .contentcol ul {
  padding: 0px 0 30px 20px;
}
.content .contentcol ul > li {
  list-style-type: square;
  padding: 5px 0;
/*  color: #981109;*/
}
.content .contentcol ul > li > p {
  color: black;
}

section img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

h1 {
  font-size: 1.875em;
  font-weight: bold;
  margin-bottom: 15px;
}

h2 {
  font-size: 1.5em;
  margin: 9px 0 15px;
  font-weight: bold;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 9px 0 15px;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px;
}

img {
  border: none;
  display: block;
}

.inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .inner, .inner.extrawide {
    padding: 0 2%;
  }
}
.inner.extrawide {
  max-width: 987px;
  position: relative;
  width: 100%;
}

.contentcol .inner {
  margin: 0;
  width: 100%;
}

.contentcol .inner.extrawide_teaser, .inner.extrawide_teaser {
  width: 642px;
}

.contentcol .inner p a {
  text-decoration: underline;
}

.contentcol .inner p a:hover, .contentcol .inner .newslist p a {
  text-decoration: none;
}

section {
	padding: 30px 0;
}
section.bgwhite {
  background: #fff;
}

section.bggrey {
  background: #e8e6e7;
}

section.bottom60 {
  margin-bottom: 60px;
}

.submit_right {
  float: right;
}

.submit_right input.submit {
  float: right !important;
}

input.submit {
  height: 26px;
  color: #fff;
  padding: 0 15px;
  font-size: 1em;
  position: relative;
  float: left;
  background: #d0103a;
  font-family: "Open Sans", serif;
}

input.submit.green {
  background: #008566;
}

.submitwinkel {
  float: left;
  width: 12px;
  height: 26px;
}

.submitwinkel:after {
  display: none;
}

.submitwinkel.green:after {
  color: #008566;
}

.style_red .submitwinkel:after {
  color: #d0103a;
}

#sideBar .submitwinkel:after {
  color: #333;
}

.submitwrapright {
  float: right;
  clear: both;
}

.submitwrapleft {
  float: left;
  clear: both;
}

/**
 * Breadcrumb
 */
.breadcrumb {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 35px;
  line-height: 40px;
}

.breadcrumb ul {
  list-style-type: none;
  overflow: hidden;
}

.breadcrumb ul li {
  float: left;
  background: url("../images/breadcrumb.png") no-repeat left center;
  padding-left: 12px;
  margin-left: 10px;
}

.breadcrumb ul li:first-child {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb ul li a {
  font-size: 0.8em;
  color: #981109;
}

.breadcrumb ul li a.current {
  color: inherit;
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    padding-top: 0;
	margin-bottom: 0;
  }
}
/**
 * Content
 */
.content_twocols #marginal {
  width: 300px;
  float: left;
}

.content_twocols .contentcol {
  width: 635px;
  float: right;
}

.content_full .contentcol {
  width: 100%;
  padding-top: 50px;
}

@media screen and (max-width: 1000px) {
  .content_twocols #marginal {
    width: 27.5%;
  }

  .content_twocols .contentcol {
    width: 70.5%;
  }
}
@media screen and (max-width: 750px) {
  .content_twocols #marginal {
    display: none;
  }

  .content_twocols .contentcol {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .content_twocols .contentcol {
    padding-top: 20px;
  }
}
/**
 * Marginal
 */
#marginal {
  padding-bottom: 30px;
}

#marginal h3 {
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 1em;
}

#marginal h3:hover {
  color: #fff;
}

.style_green #marginal h3:hover {
  background: #008566;
}

.style_red #marginal h3:hover {
  background: #d0103a;
}

.style_blue #marginal h3:hover {
  background: #0098db;
}

.style_grey #marginal h3:hover {
  background: #999999;
}

#marginal ul {
  list-style-type: none;
}

#marginal ul li a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

#marginal ul > li > ul > li > a {
  padding: 5px 20px;
}

#marginal ul > li > ul > li > a {
  border: 0;
}
#marginal ul > li > ul > li:last-child > a {
  border-bottom: 1px solid #ccc;
}

#marginal > ul > li:first-child {
  border-top: 1px solid #ccc;
}

#marginal ul li > a:hover, #marginal ul li.active > a {
  color: #fff;
}

#marginal ul li > a:hover, .style_grey #marginal ul li.active > a {
  background: #981109;
}

#marginal ul li a {
  font-size: 0.875em;
}

#marginal ul li.level4 {
  padding: 5px 5px 5px 20px;
  border-bottom: none;
}

#marginal ul li.level4.last-item {
  border-bottom: 1px solid #ccc;
}

.style_blue #marginal ul li.level4.active {
  color: #0098db;
  background: transparent;
}

.style_red #marginal ul li.level4.active {
  color: #d0103a;
  background: transparent;
}

.style_green #marginal ul li.level4.active {
  color: #008566;
  background: transparent;
}

.style_grey #marginal ul li.level4.active {
  color: #999999;
  background: transparent;
}

/**
 * Table
 */
.table-wrap {
  overflow-x: auto;
}

table.default {
  width: 100%;
  font-size: 0.8em;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.default th {
  background: #999;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  text-align: left;
  padding: 8px 10px;
  border-right: 1px solid #fff;
  vertical-align: center;
}

table.default tr:first-child td {
  border-top: 1px solid #dadada;
}

table.default td {
  vertical-align: top;
  padding: 8px 10px;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

table.default td:first-child {
  border-left: 0;
}

.check-content {
  display: inline-block;
  width: 100%;
  padding: 30px 10px 30px 60px;
  background-color: #eeeeee;
  box-sizing: border-box;
  margin: 15px 0;
  position: relative;
}
.check-content:before {
  height: 35px;
  width: 35px !important;
  background-color: #8c8d8f;
  color: #fff;
  display: inline-block;
  position: absolute;
  line-height: 35px !important;
  left: 10px;
  top: 35px;
}
@media (min-width: 768px) {
  .check-content {
    padding: 30px 30px 30px 80px;
  }
  .check-content:before {
    left: 30px;
  }
}
.check-content ul {
  margin-top: 20px;
}
.check-content ul > li {
  list-style-type: none;
}
.check-content ul > li > a {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 20px;
  margin-top: 5px;
  box-sizing: border-box;
  position: relative;
  color: #981109;
}
@media (min-width: 768px) {
  .check-content ul > li > a[href$=".pdf"]:after {
    display: inline-block;
    content: 'PDF';
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 5px solid #eeeeee;
  }
}

.double_column {
  width: 100%;
  display: inline-block;
}
.double_column .left {
  float: left;
  width: 50%;
}
.double_column .right {
  float: right;
  width: 50%;
  padding-left: 15px;
}
.double_column .top {
  height: 40px;
  position: relative;
  top: 1px;
}
.double_column.equalize {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .double_column.equalize {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
  }
}
.double_column.equalize .left,
.double_column.equalize .right {
  padding: 0 15px;
}
.double_column.equalize .bottom {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  .double_column.equalize .bottom {
    height: 87%;
  }
}
.double_column.equalize .servicebox {
  display: inline-block;
  width: 100%;
}

.servicebox {
/*  border: 1px solid #cccccc;*/
/*  padding: 20px;*/
  display: table-cell;
  vertical-align: middle;
}
.servicebox h3 {
  color: #666;
  margin-bottom: 6px;
  font-size: 1em;
}
.servicebox article {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.servicebox article:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.servicebox article a {
/*  font-size: 14px;*/
  width: 12px;
  height: 18px;
  margin-left: 0;
  padding-right: 15px;
  color: #981109;
  text-decoration: none;
}
.servicebox article a:hover span {
  text-decoration: none;
}
.servicebox article a:after {
  font-family: "Fontello";
  content: "\e800";
  color: #981109;
  width: 12px;
  height: 18px;
  margin-right: -15px;
  position: relative;
  right: -5px;
  font-size: 0.8em;
}
.servicebox article p span {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .newsbox {
    display: block;
    height: auto !important;
  }

  .double_column > div {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .newsbox {
    padding: 12px;
  }
}
@font-face {
  font-family: 'swe';
  src: url("../font/swe.eot?34189082");
  src: url("../font/swe.eot?34189082#iefix") format("embedded-opentype"), url("../font/swe.woff2?34189082") format("woff2"), url("../font/swe.woff?34189082") format("woff"), url("../font/swe.ttf?34189082") format("truetype"), url("../font/swe.svg?34189082#swe") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'swe';
    src: url('../font/swe.svg?34189082#swe') format('svg');
  }
}
*/
.icon-base:before, .icon-pfeil-rechts:before, .icon-pfeil-unten:before, .icon-pfeil-klein:before, .icon-ok:before, .check-content:before, .icon-tool-suche:before, .icon-lock-1:before, .icon-lock-open:before, .icon-pfeil-klein-gestrichelt:before, .icon-plus:before, .accordeon article h4:before, .icon-minus:before, .accordeon article.active h4:before, .icon-h:before, .icon-megaphon:before, .icon-menue:before, .icon-pfeil-links:before, .icon-gas:before, .icon-dashboard:before, .icon-calendar:before, .icon-mobile:before, .icon-waerme:before, .icon-wasser:before, .icon-contact:before, .icon-blog:before, footer .footer_social a.social.social-blog:before, .icon-icon-envelope:before, .contactbox:before, .icon-pdf:before, .download_item a.pdf:before, .icon-twitter:before, footer .footer_social a.social.social-twitter:before, .icon-facebook:before, footer .footer_social a.social.social-facebook:before, .icon-gplus:before, .icon-xing:before, .icon-youtube-play:before, .icon-strom:before {
  font-family: "swe";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* 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;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-pfeil-rechts:before {
  content: '\e800';
}

/* '' */
.icon-pfeil-unten:before {
  content: '\e801';
}

/* '' */
.icon-pfeil-klein:before {
  content: '\e802';
}

/* '' */
.icon-ok:before, .check-content:before {
  content: '\e803';
}

/* '' */
.icon-tool-suche:before {
  content: '\e804';
}

/* '' */
.icon-lock-1:before {
  content: '\e805';
}

/* '' */
.icon-lock-open:before {
  content: '\e806';
}

/* '' */
.icon-pfeil-klein-gestrichelt:before {
  content: '\e807';
}

/* '' */
.icon-plus:before, .accordeon article h4:before {
  content: '\e808';
}

/* '' */
.icon-minus:before, .accordeon article.active h4:before {
  content: '\e809';
}

/* '' */
.icon-h:before {
  content: '\e80a';
}

/* '' */
.icon-megaphon:before {
  content: '\e80b';
}

/* '' */
.icon-menue:before {
  content: '\e80c';
}

/* '' */
.icon-pfeil-links:before {
  content: '\e80d';
}

/* '' */
.icon-gas:before {
  content: '\e80e';
}

/* '' */
.icon-dashboard:before {
  content: '\e80f';
}

/* '' */
.icon-calendar:before {
  content: '\e810';
}

/* '' */
.icon-mobile:before {
  content: '\e811';
}

/* '' */
.icon-waerme:before {
  content: '\e812';
}

/* '' */
.icon-wasser:before {
  content: '\e813';
}

/* '' */
.icon-contact:before {
  content: '\e814';
}

/* '' */
.icon-blog:before, footer .footer_social a.social.social-blog:before {
  content: '\e815';
}

/* '' */
.icon-icon-envelope:before, .contactbox:before {
  content: '\e816';
}

/* '' */
.icon-pdf:before, .download_item a.pdf:before {
  content: '\e82e';
}

/* '' */
.icon-twitter:before, footer .footer_social a.social.social-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before, footer .footer_social a.social.social-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-gplus:before {
  content: '\f0d5';
}

/* '' */
.icon-xing:before {
  content: '\f168';
}

/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}

/* '' */
.icon-strom:before {
  content: '\f1e6';
}

/* '' */
header {
  height: 110px;
  border-bottom: 1px solid #cccccc;
}
header .inner {
  position: relative;
}
header #logo {
  position: absolute;
  left: 0;
  top: 25px;
  width: 316px;
  height: 57px;
  display: block;
  background: url("../../const/images/sys/swe-logo-netz.png");
}
header #login {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 2px 2px 2px #333;
  cursor: pointer;
}
header #toggleMobileSearch {
  position: absolute;
  top: 10px;
  right: 60px;
/* SRR
  display: none; */
  height: 35px;
  width: 35px;
  cursor: pointer;
}
header #toggleMobileSearch:before {
  font-family: "Fontello";
  content: "\e804";
  width: 35px;
  height: 35px;
  font-size: 25px;
  color: #ababab;
  position: relative;
  top: 3px;
  left: 4px;
}
header #toggleMobileMenu {
  position: absolute;
  top: 8px;
  right: 9px;
  display: none;
  height: 39px;
  width: 39px;
  cursor: pointer;
  background: #ababab;
}
header #toggleMobileMenu:before {
  font-family: "Fontello";
  content: "\e80c";
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 9px;
  left: 9px;
}
header #meta {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
header #meta ul {
  display: inline-block;
  float: right;
  list-style-type: none;
}
header #meta ul li {
  box-shadow: 0px 1px 1px 1px #cccccc;
  float: left;
  background: #8c8d8f;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-left: 8px;
}
header #meta ul li a {
  text-transform: uppercase;
}
header #meta ul li a:before {
  font-family: "Fontello";
  content: '\e804';
  color: #fff;
  padding-right: 12px;
}
header #meta ul li a.phonecontact:before {
  content: '';
}

@media screen and (max-width: 1060px) {
  #logo {
    left: 3%;
  }
}
@media screen and (max-width: 1010px) {
  #logo {
    left: 4%;
  }
}
@media screen and (max-width: 980px) {
  #logo {
    left: 5%;
  }
}
@media screen and (max-width: 840px) {
  #logo {
    left: 6%;
  }
}
@media screen and (max-width: 980px) {
  header #logo, .style_red #logo, .style_green #logo, .style_blue #logo {
    left: 9px;
    top: 11px;
    width: 166px;
    height: 30px;
    background-size: 100% 100%;
  }

  header {
    height: 55px;
  }

  #meta {
    display: none;
  }

  #toggleMobileContact, #toggleMobileSearch, #toggleMobileMenu {
    display: block !important;
  }

  #login {
    /*width: 35px;
    height: 35px;
    top: 12px !important;
    box-shadow: none !important;*/
  }

  #login:before {
    /*font-family: "Fontello";
    content: "\e805";
    width: 35px;
    height: 35px;
    font-size: 32px;
    color: #ababab;
    position: relative;
    top: 0;
    left: 8px;*/
  }

  #login img {
    /*display: none;*/
  }
}
nav#main {
  box-shadow: 3px 3px 3px 3px #cccccc;
  height: 45px;
  width: 100%;
  position: relative;
}
nav#main ul {
  height: 45px;
  list-style-type: none;
  width: 980px;
}
nav#main ul li {
  color: #666;
  width: 20%;
  height: 45px;
  line-height: 45px;
  font-size: 1em;
  float: left;
  text-align: center;
}
nav#main ul li aside {
  display: none;
}
nav#main ul li a {
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  display: inline-block;
  line-height: 24px;
  width: 100%;
}
nav#main ul li:first-child a {
  border-left: 1px solid #cccccc;
}
nav#main ul li.active, nav#main ul li.selected {
  left: -1px;
  position: relative;
  line-height: 36px;
  padding-left: 1px;
  border-left: 1px solid #981109;
  border-right: 1px solid #981109;
  border-top: 4px solid #981109;
}
nav#main ul li.active a, nav#main ul li.selected a {
  border: none;
}
nav#main ul li.active:first-child, nav#main ul li.selected:first-child {
  left: 0;
  padding-left: 0;
}
nav#main .mmbox {
  background: #fff;
  box-shadow: 1px 3px 3px #333;
  display: none;
  overflow: hidden;
  padding: 10px 10px 30px;
  position: absolute;
  width: 980px;
  z-index: 20;
  border: 1px solid #8c8d8f;
}
nav#main .mmbox > .col > ul > li > ul {
  display: none;
}
nav#main .mmbox ul li:hover, nav#main .mmbox h2:hover {
  color: #fff !important;
  background: #981109;
}
nav#main .mmbox a {
  border: none;
  display: block;
}
nav#main .mmbox .col {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
}
nav#main .mmbox .col h2 {
  color: #333;
  font-weight: 600;
  font-size: 0.94em;
  margin: 0;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #cccccc;
  word-wrap: break-word;
  hyphens: auto;
}
nav#main .mmbox .col ul {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
}
nav#main .mmbox .col ul li {
  float: none;
  font-size: 0.875em;
  height: auto;
  line-height: 15px;
  padding: 5px 0 5px 15px;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
  hyphens: auto;
}
nav#main .mmbox .col ul li a {
  border: none;
  display: block;
  line-height: 1.3;
}

@media screen and (max-width: 1060px) {
  /*.mmbox { width: 94%; }*/
  .mmteaser img {
    width: 100%;
    height: auto;
  }

  nav#main .inner {
    padding-left: 3%;
  }

  nav#main ul {
    width: 100%;
  }

  .mmbox {
    width: 955px;
  }
}
@media screen and (max-width: 1010px) {
  nav#main .inner {
    padding-left: 4%;
  }

  .mmbox {
    width: 945px;
  }
}
@media screen and (max-width: 990px) {
  .mmbox {
    width: 940px;
  }
}
@media screen and (max-width: 980px) {
  nav#main .inner {
    padding-left: 5%;
    padding-right: 1%;
  }

  .mmbox {
    width: 923px;
  }
}
@media screen and (max-width: 970px) {
  .mmbox {
    width: 913px;
  }
}
@media screen and (max-width: 960px) {
  .mmbox {
    width: 902px;
  }
}
@media screen and (max-width: 950px) {
  .mmbox {
    width: 894px;
  }
}
@media screen and (max-width: 940px) {
  .mmbox {
    width: 882px;
  }
}
@media screen and (max-width: 930px) {
  .mmbox {
    width: 874px;
  }
}
@media screen and (max-width: 920px) {
  .mmbox {
    width: 864px;
  }
}
@media screen and (max-width: 910px) {
  .mmbox {
    width: 855px;
  }
}
@media screen and (max-width: 900px) {
  .mmbox {
    width: 846px;
  }
}
@media screen and (max-width: 890px) {
  .mmbox {
    width: 836px;
  }
}
@media screen and (max-width: 880px) {
  .mmbox {
    width: 827px;
  }
}
@media screen and (max-width: 870px) {
  .mmbox {
    width: 817px;
  }
}
@media screen and (max-width: 860px) {
  .mmbox {
    width: 808px;
  }
}
@media screen and (max-width: 850px) {
  .mmbox {
    width: 799px;
  }
}
@media screen and (max-width: 840px) {
  nav#main .inner {
    padding-left: 6%;
  }

  nav#main ul li {
    font-size: 1.125em;
  }

  nav#main .mmbox a, nav#main .mmbox ul li a {
    padding-left: 0;
  }

  .mmbox {
    width: 782px;
  }

  .mmbox .col {
    padding-right: 16px;
  }

  .mmbox .col h2 {
    margin-bottom: 0;
    font-size: 1em;
  }
}
@media screen and (max-width: 830px) {
  .mmbox {
    width: 772px;
  }
}
@media screen and (max-width: 820px) {
  .mmbox {
    width: 763px;
  }
}
@media screen and (max-width: 810px) {
  .mmbox {
    width: 753px;
  }
}
@media screen and (max-width: 800px) {
  .mmbox {
    width: 744px;
  }
}
@media screen and (max-width: 790px) {
  .mmbox {
    width: 735px;
  }
}
@media screen and (max-width: 780px) {
  .mmbox {
    width: 725px;
  }
}
@media screen and (max-width: 770px) {
  .mmbox {
    width: 716px;
  }
}
@media screen and (max-width: 760px) {
  .mmbox {
    width: 706px;
  }
}
@media screen and (max-width: 980px) {
  nav#main {
    display: none;
  }
}
@media \0screen {
  nav#main {
    border-bottom: 1px solid #ccc;
  }
}
#slider {
  height: auto;
  width: 100%;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (min-width: 768px) {
  #slider {
    padding: 0px;
    background-color: transparent;
  }
}

#slide_container {
  top: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
#slide_container article {
  float: left;
  height: auto;
  position: relative;
  width: 100%;
}
#slide_container article img {
  height: auto;
  width: 100%;
  z-index: 1;
  margin-bottom: 0;
}
#slide_container article img.normal, #slide_container article img.small {
  display: none;
}
#slide_container .infobox {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  #slide_container .infobox {
    position: absolute;
  }
}
#slide_container .infobox .container {
  height: 100%;
  width: 100%;
  max-width: 980px;
  z-index: 5;
  position: relative;
  margin: 0 auto;
}
#slide_container .infobox .container aside {
  position: relative;
}
@media (min-width: 768px) {
  #slide_container .infobox .container aside {
    top: 75px;
    width: 355px;
  }
}
#slide_container .infobox .container aside div {
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #slide_container .infobox .container aside div {
    background: rgba(255, 255, 255, 0.75);
  }
}
#slide_container .infobox .container aside div h2 {
  margin-bottom: 12px;
}
/*#slide_container .infobox .container aside div p {*/
/*  font-size: 14px;*/
/*}*/
#slide_container .infobox .container aside a.blocklink {
  margin-left: 15px;
}
@media (min-width: 768px) {
  #slide_container .infobox .container aside a.blocklink {
    margin-left: 0px;
    margin-top: 15px;
  }
}

#slide_controls {
  position: absolute;
  bottom: 4%;
  text-align: center;
  z-index: 15;
  width: 100%;
}
#slide_controls ul {
  display: inline-block;
  list-style-type: none;
  overflow: hidden;
}
#slide_controls ul li {
  background: #cccccc;
  border-radius: 16px;
  cursor: pointer;
  float: left;
  height: 18px;
  width: 18px;
  margin-left: 13px;
}
#slide_controls ul li.active {
  background: #981109;
}
@media (min-width: 768px) {
  #slide_controls ul li.active {
    background: #fff;
  }
}

#newsticker {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  height: 53px;
  margin-bottom: 55px;
  transition: all 0.5s linear 0s;
  overflow: hidden;
}
#newsticker.closed {
  transition: all 0.5s linear;
  height: 0;
  border: 0;
  margin-bottom: 25px;
}
#newsticker .inner {
  overflow: hidden;
  transition: all 0.5s linear 0s;
  position: relative;
}
#newsticker .inner .left {
  float: left;
  padding-right: 15px;
  position: absolute;
}
#newsticker .inner .center {
  float: left;
  height: 53px;
  overflow: hidden;
  width: 100%;
  padding-left: 50px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #newsticker .inner .center {
    padding-right: 27px;
  }
}
#newsticker .inner .center article {
  font-size: 0.875em;
  height: 53px;
  line-height: 53px;
}
#newsticker .inner .right {
  position: absolute;
  right: 0px;
  float: right;
  display: none;
}
#newsticker .inner .right img {
  cursor: pointer;
}
@media (min-width: 768px) {
  #newsticker .inner .right {
    display: block;
  }
}

footer {
  background: #e8e6e7;
  padding: 25px 0 30px;
  width: 100%;
  margin-top: 60px;
  display: inline-block;
}
footer .inner article {
  float: left;
  width: 33.3%;
}
footer .inner article h3 {
  margin-bottom: 18px;
}
footer .inner article p {
  font-size: 0.875em;
  margin-bottom: 8px;
}
footer dl {
  font-size: 0.875em;
  margin:0px;
  display: flex;
}
footer dl:last-of-type {
  margin-bottom: 8px;
}
footer dl a {
  text-decoration: underline;
  color: #981109;	
}
footer dl a:hover {
  text-decoration: none;	
}
footer dt {
	font-weight: bold;
}
/*footer .inner article table {*/
/*  border: 0;*/
/*  border-collapse: collapse;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/
/*footer .inner article table td {*/
/*  text-align: left;*/
/*  padding: 0 12px 0 0;*/
/*  font-size: 14px;*/
/*}*/
/*footer .inner article table td a {*/
/*  text-decoration: underline;*/
/*}*/
/*footer .inner article table td a:hover {*/
/*  text-decoration: none;*/
/*}*/
footer .inner article img {
  margin-bottom: 15px;
  max-width: 100%;
  float: right;
}
footer .footer_bottom {
  float: left;
  width: 100%;
  font-size: 0.875em;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer_bottom {
    margin-top: 43px;
    padding-top: 20px;
    text-align: left;
  }
}
footer .footer_bottom a {
  border-left: 1px solid #cccccc;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding-left: 10px;
  text-decoration: underline;
}
footer .footer_bottom a:hover {
  text-decoration: none;
}
footer .footer_bottom a:first-child {
  border-left: 0;
}
@media (min-width: 768px) {
  footer .footer_bottom a:first-child {
    padding-left: 0;
  }
}
footer .footer_bottom span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  footer .footer_bottom span {
    border-left: 1px solid #cccccc;
    padding-left: 15px;
    display: inline-block;
    line-height: 20px;
    width: auto;
    margin-top: 0;
  }
}
/*footer .footer_social {*/
/*  float: right;*/
/*  width: 25%;*/
/*  text-align: center;*/
/*}*/
@media (min-width: 768px) {
  footer .footer_social {
    text-align: left;
  }
}
footer .footer_social h4 {
  margin-bottom: 8px;
  font-size: 1em;
}
footer .footer_social a {
  margin-left: 10px;
  float: none;
  display: inline-block;
}
footer .footer_social a:first-child {
  margin-left: 0;
}
footer .footer_social a.social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: black;
  position: relative;
}
footer .footer_social a.social.social-facebook:before {
  font-size: 20px;
}
footer .footer_social a.social.social-twitter:before {
  font-size: 20px;
}
footer .footer_social a.social.social-blog:before {
  font-size: 20px;
  top: -3px;
}
footer .footer_social a.social:before {
  color: #fff;
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  left: 0;
  top: 0;
  display: block !important;
  text-align: center !important;
  line-height: 40px !important;
  margin: 0 !important;
}
footer strong {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  footer .inner article {
    width: 100% !important;
    margin-bottom: 25px;
    float: right;
  }

  footer .footer_bottom,
  footer .footer_social {
    width: 100%;
  }
}
#mobileOverlay {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 99998;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#mobile {
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 99999;
  height: 100%;
  width: 90%;
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(.2,.9,.2,1);
}

#mobile.is-open {
	transform: translateX(0);
}

#mobile .close {
  position: absolute;
  top: 8px;
  right: 9px;
  height: 39px;
  width: 39px;
  cursor: pointer;
  background: #ababab;
}

#mobile .close:before, #mobile .close:after {
  position: absolute;
  left: 18px;
  content: ' ';
  height: 25px;
  width: 3px;
  background-color: #FFF;
  top: 7px;
}

#mobile .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.more {
  position: absolute;
  top: 0;
  right: 9px;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat;
}

#mobile .main {
  margin-top: 55px;
  border-top: 1px solid #dadada;
}

#mobile .main > li {
  border-bottom: 1px solid #dadada;
}

#mobile .main > li.active {
  border-bottom: none;
}

#mobile .main > li > a {
  display: block;
  height: 56px;
  line-height: 56px;
  padding-left: 15px;
  font-size: 1.25em;
}

#mobile .main > li > a:before {
  font-family: "Fontello";
  content: "\e800";
  font-size: 17px;
  padding-right: 8px;
  display: none;
}

#mobile .main > li.active > a:before {
  content: "\e801";
}

#mobile .main > li > ul {
  display: none;
}

#mobile .main > li.active > ul {
  display: block;
}

#mobile .main > li > ul > li, #mobile .main > li > ul > li > ul > li, #mobile .main > li > ul > li > ul > li > ul > li, #mobile .main > li > ul > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #fff;
  background: #e6e6e6;
  position: relative;
}

#mobile .main > li > ul > li > a {
  border-left: 6px solid #ababab;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  display: block;
  font-size: 18px;
}


#mobile .main > li > ul > li > ul > li > a, #mobile .main > li > ul > li > ul > li > ul > li a {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 1em;
  display: block;
}

#mobile .main > li > ul > li > a {
  border-left: 6px solid #8c8d8f;
}

#mobile .main .firstLevel {
  position: relative;
}

#mobile .main .firstLevel .more {
  height: 56px;
}

#mobile .main > li.withsub:after,
#mobile .main > li > ul > li.withsub:after,
#mobile .main > li > ul > li > ul > li.withsub:after,
#mobile .main > li > ul > li > ul > li > ul li.withsub:after {
  font-family: "Fontello";
  content: "\e808";
  position: absolute;
  top: 0;
  right: 9px;
  width: 40px;
  height: 40px;
  background: #ababab;
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  line-height: 40px;
}

#mobile .main .firstLevel:after {
  background: #fff;
  color: #ababab;
  font-size: 1.5em;
  top: 7px;
}

#mobile .main .firstLevel.active:after {
  content: "\e809";
}

#mobile .main > li ul > li:last-child {
  border-bottom: 0;
}

#mobile .main > li > ul > li.withsub.active:after,
#mobile .main > li > ul > li > ul > li.withsub.active:after,
#mobile .main > li > ul > li > ul > li > ul li.withsub.active:after {
  content: "\e809";
}


#mobile .main > li > ul > li > ul > li > ul > li a {
  font-size: 1em;
  padding-left: 40px;
}

#mobile .main > li > ul > li > ul > li > ul > li > ul > li a {
  font-size: 0.94em;
  padding-left: 60px;
}

#mobile .main > li > ul > li > ul,
#mobile .main > li > ul > li > ul > li > ul,
#mobile .main > li > ul > li > ul > li > ul > li > ul {
  display: none;
}

#mobile .main > li > ul > li.active > ul,
#mobile .main > li > ul > li.active > ul > li.active > ul,
#mobile .main > li > ul > li.active > ul > li.active > ul > li.active > ul {
  display: block;
  border-top: 1px solid #fff;
}

#mobile .meta {
  list-style-type: none;
  padding: 20px 0 0;
}

#mobile .meta li {
  font-size: 0.875em;
  padding: 0 15px;
  margin-bottom: 5px;
}

.accordeon {
  margin-bottom: 30px;
}

.accordeon.fahrplan {
  margin-bottom: 20px;
}

.accordeon article {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.accordeon article aside {
  display: none;
  border: 1px solid #edeeef;
  border-top: none;
  padding: 15px 25px 25px;
}

.accordeon.fahrplan article aside, .accordeon.basic article aside {
  border: none;
  padding: 15px 0 0;
}

.content .accordeon article h4 {
  height: 38px;
  width: 100%;
  line-height: 38px;
  padding-left: 55px;
  margin-bottom: 0;
  cursor: pointer;
}

.accordeon article h4 {
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.accordeon article h4:before {
  width: 38px;
  height: 38px;
  position: absolute;
  line-height: 38px;
  text-align: center;
  background-color: #8c8d8f;
  top: 0px;
  left: 0px;
  color: #fff;
  margin: 0 !important;
}

.accordeon article h4:hover:before {
  background-color: #981109;
}

.accordeon article.active h4:before {
  width: 38px;
  height: 38px;
  position: absolute;
  line-height: 38px;
  text-align: center;
  background-color: #981109;
  left: 0px;
  top: 0px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .accordeon article {
    margin-bottom: 6px;
  }

  .content .accordeon article h4 {
    height: 30px;
    line-height: 30px;
    background-size: 30px 30px;
    padding-left: 45px;
  }  
}

@media screen and (max-width: 480px) {
  .accordeon article {
    margin-bottom: 4px;
  }

  .content .accordeon article h4 {
    height: 38px;
    line-height: 38px;
    background-size: 26px 26px;
    padding-left: 50px;
  }
}
.download_item {
  overflow: hidden;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #dadada;
  line-height: 20px;
}

.download_item a {
  float: left;
  font-size: 0.8125em;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.download_item a.pdf {
  padding-right: 35px;
}
.download_item a.pdf:before {
  position: absolute;
  right: 9px;
  top: 4px;
}

.accordeon table.default {
  margin-bottom: 0;
}

.contactbox {
  float: left;
  width: 100%;
  padding: 15px;
  background-color: #edeeef;
  margin-bottom: 30px;
  position: relative;
}
.contactbox:before {
  color: #ffffff;
  position: absolute;
  right: 0px;
  bottom: 15px;
  font-size: 90px;
}
.contactbox .contactbox-name {
  font-size: 1.25em;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.contactbox .contactbox-phone {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.contactbox > a {
  display: block;
  width: 100%;
  float: left;
  color: #981109;
  text-decoration: underline;
}
.contactbox > a:hover {
  text-decoration: none;
}

/* body > aside { background: #333; width: 100%; height: 155px; color: #f1f1f1; margin-top: -155px; 
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; padding: 25px 0;
}
	body > aside.active {
		margin-top: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; 
		-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; 	
	} */
body {
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

body > aside {
  padding: 25px 0;
  background: #333;
  color: #f1f1f1;
  height: 155px;
  -webkit-transform: translateY(-155px);
  transform: translateY(-155px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  visibility: hidden;
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
  font-size: 0.8125em;
}

#MobileSearchBox.drop-up-component input {
  -webkit-transition: visibility 0s .01s;
  transition: visibility 0s .01s;
}

#MobileSearchBox {
  padding: 25px 0;
  background-color: #333;
  height: 82px;
  -webkit-transform: translateY(-82px);
  transform: translateY(-82px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  visibility: hidden;
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
}

#MobileSearchBox input[type="text"] {
  width: 77.4%;
  padding: 6px 6px 7px 6px;
}

#MobileSearchBox .submitwrapright {
  width: 100px;
}

#MobileSearchBox .submitwrapright input[type="submit"] {
  background: #999;
}

#MobileSearchBox .submitwrapright .submitwinkel:after {
  color: #999;
}

.noJs body, body.drop-up-login-open {
  -webkit-transform: translateY(155px);
  transform: translateY(155px);
}

.noJs body, body.drop-up-search-open {
  -webkit-transform: translateY(82px);
  transform: translateY(82px);
}

.noJs body > aside, body.drop-up-login-open > aside {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.noJs body #MobileSearchBox, body.drop-up-search-open #MobileSearchBox {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

body > aside .left {
  width: 160px;
  float: left;
  line-height: 26px;
}

body > aside .right {
  width: 780px;
  float: right;
}

body > aside .right input {
  margin-left: 10px;
}

body > aside .right input[type="text"], body > aside .right input[type="password"] {
  height: 29px;
  width: 220px;
  padding: 3px 6px;
  border: none;
}

body > aside .right input[type="submit"] {
  background: #999;
}

body > aside .right .submitwinkel:after {
  color: #999;
}

body > aside .right label {
  margin-left: 15px;
  font-size: 0.8125em;
}

body > aside .right label:first-child {
  margin-left: 0;
}

.customerlinks {
  margin-top: 40px;
}

.customerlinks a {
  text-decoration: underline;
  padding-right: 10px;
}

body > aside .inner {
  padding-left: 0 !important;
}

.loginbox .right {
  width: 100%;
}

.loginbox .right .col {
  float: left;
  width: 35%;
}

.loginbox .right input[type="text"], .loginbox .right input[type="password"] {
  height: 29px;
  width: 90%;
  padding: 3px 6px;
}

.loginbox .right .col:last-child {
  width: 25%;
  float: right;
  margin-top: 20px;
}

.loginbox .right .customerlinks {
  margin-top: 15px;
  font-size: 0.8125em;
}

.loginbox .right .row.clear::before,
.loginbox .right .row.clear::after {
  content: " ";
  display: table;
}

.loginbox .right .row.clear::after {
  clear: both;
}

.loginbox .right .row.clear {
  /*zoom: 1;
  /* Für den IE6 und IE7 */
}

.loginbox .customerlinks a {
  top: 0;
}

@media screen and (max-width: 980px) {
  body > aside .inner {
    padding: 0 2% !important;
  }

  body > aside .left {
    width: 20.4%;
  }

  body > aside .right {
    width: 79.6%;
  }

  body > aside .right input[type="text"], body > aside .right input[type="password"] {
    width: 26%;
  }
}
@media screen and (max-width: 890px) {
  body > aside .left {
    width: 17%;
  }

  body > aside .right {
    width: 83%;
  }

  body > aside .right input[type="text"], body > aside .right input[type="password"] {
    width: 24.5%;
  }
}
@media screen and (max-width: 840px) {
  body > aside {
    padding-top: 12px;
  }

  body > aside .left, body > aside .right {
    width: 100%;
    margin-bottom: 10px;
  }

  .customerlinks {
    margin-top: 25px;
  }
}
@media screen and (max-width: 660px) {
  body > aside .right input[type="text"], body > aside .right input[type="password"] {
    width: 20%;
  }

  #MobileSearchBox input[type="text"] {
    width: 72%;
  }
}
@media screen and (max-width: 570px) {
  .customerlinks {
    text-align: left;
    margin-top: 10px;
  }

  body > aside .right input[type="text"], body > aside .right input[type="password"] {
    width: 30%;
  }

  body > aside .right input[type="submit"] {
    display: block;
    margin-left: 104px;
  }

  body > aside .submitwrapright {
    padding-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  body > aside .right input[type="text"], body > aside .right input[type="password"] {
    width: 28%;
  }

  body > aside {
    font-size: 0.875em;
  }

  body > aside .right input[type="submit"] {
    margin-left: 92px;
    font-size: 0.94em;
  }

  .loginbox .right .col {
    width: 50%;
  }

  .loginbox .right .col:last-child {
    float: left;
    width: 100%;
  }

  .loginbox .right .col .submitwrapright {
    float: left;
  }
}
@media screen and (max-width: 460px) {
  .customerlinks {
    margin-top: 12px;
  }

  body > aside .right input[type="submit"] {
    margin-left: 20px;
  }

  #MobileSearchBox input[type="text"] {
    width: 60%;
  }
}
@media screen and (max-width: 420px) {
  body > aside .left {
    display: none;
  }

  body > aside .right {
    width: 100%;
  }

  body > aside .right label {
    margin-left: 0;
    width: 25%;
    display: inline-block;
    float: left;
  }

  body > aside .right input[type="text"], body > aside .right input[type="password"] {
    width: 69%;
    margin-bottom: 5px;
    margin-left: 0;
    float: left;
  }

  body > aside .right input[type="submit"] {
    margin-top: 0;
  }

  .customerlinks {
    margin-top: 18px;
    width: 94%;
  }

  .customerlinks a {
    padding-right: 0;
    padding-left: 0;
    padding-right: 5px;
    position: relative;
    top: 15px;
  }
}
@media screen and (max-width: 360px) {
  body > aside .right label {
    width: 30%;
  }

  body > aside .right input[type="text"], body > aside .right input[type="password"] {
    width: 64%;
  }

  body > aside .right input[type="submit"] {
    margin-left: 5px;
    padding: 0 8px;
  }
}
/* SRR
@media screen and (min-width: 980px) {
  #MobileSearchBox {
    display: none !important;
  }

  .noJs body, body.drop-up-search-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} */
#sideBarOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#sideBar {
  /* left: -940px; top: 156px; z-index: 10000; width: 976px; overflow: hidden; */
  transform: translateX(-100%);
  transition: all ease 0.3s;
  position: fixed;
  left: 0px;
  top: 209px;
  z-index: 10000;
}
#sideBar.active {
  transform: translateX(0%);
}

#sideBar strong {
  font-weight: bold;
}

#sideBar h3 {
  font-size: 1.31em;
  margin-bottom: 18px;
}

#sideBar p {
  font-size: .875em;
  line-height: 20px;
  margin-bottom: 18px;
}

#sideBar .inner {
  float: left;
  min-height: 300px;
  background: #fff;
  padding: 0;
}

#sideBar .links {
  float: left;
  width: 36px;
  right: -36px;
  position: absolute;
}

#sideBar a#toggleSideContact, #sideBar a#toggleSideSearch {
  display: block;
  height: 109px;
  width: 36px;
  margin-bottom: 4px;
  background: url("../images/side_kontakt.jpg");
}

#sideBar a#toggleSideSearch {
  background: url("../images/side_suche.jpg");
}

#sideBar a#toggleSideContact:hover, #sideBar a#toggleSideSearch:hover, #sideBar a#toggleSideContact.active, #sideBar a#toggleSideSearch.active {
  background: url("../images/side_kontakt_active.jpg");
}

#sideBar a#toggleSideSearch:hover, #sideBar a#toggleSideSearch.active {
  background: url("../images/side_suche_active.jpg");
}

#sideContact {
  overflow: hidden;
  padding: 25px 25px 0;
  border-bottom: 25px solid #fff;
}

#sideContact .col {
  float: left;
  width: 36%;
  border-left: 1px solid #dadada;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 32768px;
  margin-bottom: -32768px;
}

#sideContact .col:first-child {
  width: 28%;
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

#sideContact input[type="text"], #sideContact textarea {
  padding: 5px;
  width: 100%;
  font-size: .875em;
  border: 1px solid #dadada;
  margin-bottom: 6px;
}

#sideContact label {
  font-weight: normal;
  float: none;
  display: inline;
}

#sideContact input.submit {
  background: #333;
}

#sideContact .checkbox_line {
  margin: 10px 0 20px;
  font-size: .875em;
}

#sideSearch {
  width: 100%;
  max-width: 590px;
  overflow: hidden;
  padding: 25px 25px 0;
  border-bottom: 25px solid #fff;
  float: right;
}

#sideSearch .top {
  border-bottom: 1px solid #dadada;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

#sideSearch .top input {
  float: left;
  height: 32px;
  width: 500px;
  border: 1px solid #dadada;
  padding-left: 10px;
  font-family: 14px;
}

#sideSearch .top input[type="submit"] {
  width: 32px;
  background: url("../images/icon_side_search.jpg") no-repeat;
  border: none;
  float: right;
}

#sideBar .form-row {
  position: relative;
}
#sideBar .form-row textarea.error,
#sideBar .form-row input.error {
  border-color: red;
  margin-bottom: 30px;
}
#sideBar .form-row label.error {
  color: red;
  position: absolute;
  display: inline-block;
  bottom: 10px;
  left: 0;
  font-size: .75em;
}

#sideSearch .bottom {
  overflow: hidden;
}

#sideSearch .bottom .topic_col {
  float: left;
  width: 50%;
  list-style-type: none;
}

#sideSearch .bottom .topic_col li {
  font-size: .8125em;
  margin-bottom: 5px;
}

#sideSearch .bottom .topic_col li:before {
  font-family: "Fontello";
  content: "\e800";
  padding-right: 5px;
}

@media screen and (max-width: 1020px) {
  #sideBar {
    display: none;
  }
}
.contentcol ul.tabnav > li {
  padding: 0 10px;
}

.tab-element {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.tab-element .tabnav {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 !important;
}
.tab-element .tabnav li {
  float: left;
  border: 1px solid #8c8d8f;
  border-bottom: none;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
  list-style-type: none !important;
  margin-right: 1px;
  background: #fff;
  color: #000 !important;
}
.tab-element .tabnav li.active {
  background: #8c8d8f;
  color: #fff !important;
}
.tab-element .tabcontent {
  display: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 30px;
}
.tab-element .tabcontent.active {
  display: block;
}
.tab-element .double_column .tabnav {
  margin-bottom: 0;
  font-size: 1.31em;
}
.tab-element .double_column .tabnav li {
  margin-right: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b4b4b4;
}
.tab-element .rechnerbox .tabnav {
  margin-bottom: 0;
  font-size: 1.31em;
}
.tab-element .rechnerbox .tabnav li {
  margin-right: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b4b4b4;
}
.tab-element .rechnerbox .tabnav li.active {
  background: #efefef;
  border-color: #ccc;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 900px) {
  .tab-element .double_column .tabnav li {
    padding: 0 15px;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 800px) {
  .tab-element .double_column .tabnav li {
    padding: 0 12px;
    font-size: 1.1875em;
  }
}
@media screen and (max-width: 750px) {
  .tab-element .double_column .tabnav li {
    padding: 0 20px;
    font-size: 1.31em;
  }
}
@media screen and (max-width: 480px) {
  .tab-element .double_column .tabnav li {
    padding: 0 15px;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 450px) {
  .tab-element #tabsuchergebnisse li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 420px) {
  .tab-element #tabinstallateure li {
    padding: 0 20px;
  }
  .tab-element #tabsuchergebnisse li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 380px) {
  .tab-element .double_column .tabnav li {
    padding: 0 12px;
    font-size: 1.1875em;
  }
  .tab-element #tabinstallateure li {
    padding: 0 15px;
  }
  .tab-element #tabsuchergebnisse li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 350px) {
  .tab-element .double_column .tabnav li {
    padding: 0 8px;
    font-size: 1.125em;
  }
  .tab-element #tabinstallateure li {
    padding: 0 10px;
  }
  .tab-element #tabsuchergebnisse li {
    padding: 0 5px;
  }
}

.teasercontainer {
  padding: 20px 0 35px 0;
  display: inline-block;
}
.teasercontainer .containerwrap {
  margin-left: -15px;
  margin-right: -15px;
  display: inline-block;
}
.teasercontainer .containerwrap article {
  width: 100%;
  float: left;
  padding: 0 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .teasercontainer .containerwrap article {
    padding: 0 15px 15px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .teasercontainer .containerwrap article {
    width: 33.33333%;
  }
}
.teasercontainer .containerwrap article .teaser {
  position: relative;
  overflow: hidden;
}
.teasercontainer .containerwrap article .teaser img {
  width: 100%;
  height: auto;
}
.teasercontainer .containerwrap article .teaser aside {
  position: absolute;
  width: 100%;
  bottom: -100%;
  background: #8c8d8f;
  color: #fff;
  padding: 15px 15px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.teasercontainer .containerwrap article .teaser aside .winkel {
  display: none;
}
.teasercontainer .containerwrap article .teaser aside h4 {
  margin-bottom: 15px;
  font-size: 1em;
}
.teasercontainer .containerwrap article .teaser aside p {
  font-size: .875em;
  margin-bottom: 0;
}
.teasercontainer .containerwrap article .teaser aside .blocklink {
  float: left !important;
  background-color: #fff;
  color: #8c8d8f;
  margin-top: 20px;
  font-size: .875em;
}
.teasercontainer .containerwrap article .teaser:hover aside {
  bottom: 0px !important;
}
.step-navigation > a.pre-active {
  background: url("../images/bso-portal_nav_inverted.png") top right no-repeat transparent;
}

.step-navigation > a.active {
  background: url("../images/bso-portal_nav_active.png") top right no-repeat #333;
  color: #fff;
}

.step-navigation > a.last {
  background-image: none;
  width: 4%;
}

.step-navigation > a .inner {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif !important;
}

#step-navigation-mobile {
  display: none;
}

.step-navigation-content {
  display: none;
}
.step-navigation-content > h1 {
  margin-bottom: 30px;
}

.step-navigation-wrapper .step-navigation {
  overflow: hidden;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background: url("../images/nav_steps_gradient.jpg") repeat;
}
.step-navigation-wrapper .step-navigation > a {
  float: left;
  width: 26%;
  height: 45px;
  background: url("../images/bso_nav_inactive.png") top right no-repeat transparent;
  font-size: 11px;
  line-height: 13px;
  box-sizing: border-box;
  display: table;
}
@media (min-width: 768px) {
  .step-navigation-wrapper .step-navigation > a {
    width: 25%;
  }
}
.step-navigation-wrapper .step-navigation > a:first-child {
  padding-left: 2px;
}
.step-navigation-wrapper .step-navigation > a .inner {
  display: table-cell;
  vertical-align: middle;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .step-navigation-wrapper .step-navigation > a .inner {
    padding-right: 30px;
    text-align: center;
  }
}
.step-navigation-wrapper .step-navigation > a.active {
  background: url("../images/bso-portal_nav_active.png") top right no-repeat #8c8d8f;
}
.step-navigation-wrapper .step-navigation > a.pre-active {
  background: url("../images/bso-portal_nav_inverted.png") top right no-repeat transparent;
}
.step-navigation-wrapper .step-navigation > a:last-child {
  background: none;
  width: 22%;
}
@media (min-width: 768px) {
  .step-navigation-wrapper .step-navigation > a:last-child {
    width: 25%;
  }
}
.step-navigation-wrapper .step-navigation > a:last-child.active {
  background: #8c8d8f none !important;
}
.step-navigation-wrapper .step-controls {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.step-navigation-wrapper .step-controls .next-step {
  display: inline-block;
  float: right;
  background: #333;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
  background-color: #8c8d8f;
  cursor: pointer;
}
.step-navigation-wrapper .step-controls .previous-step {
  display: inline-block;
  float: left;
  display: none;
  background: #333;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
  background-color: #8c8d8f;
  cursor: pointer;
}
