/* GENERAL */

@font-face {
  font-family: AccordAlt;
  src: url("/fileadmin/templates/fonts/accord_alt.otf") format("opentype");
  src: url('/fileadmin/templates/fonts/accord_alt.eot');
  src: url('/fileadmin/templates/fonts/accord_alt.eot?#iefix') format('embedded-opentype'),
    url('/fileadmin/templates/fonts/accord_alt.woff2') format('woff2'),
    url('/fileadmin/templates/fonts/accord_alt.woff') format('woff'),
    url('/fileadmin/templates/fonts/accord_alt.ttf') format('truetype');
}


@font-face {
  font-family: AccordAlt_Bold;
  src: url("/fileadmin/templates/fonts/accord_alt_bold.otf") format("opentype");
  src: url('/fileadmin/templates/fonts/accord_alt_bold.eot');
  src: url('/fileadmin/templates/fonts/accord_alt_bold.eot?#iefix') format('embedded-opentype'),
    url('/fileadmin/templates/fonts/accord_alt_bold.woff2') format('woff2'),
    url('/fileadmin/templates/fonts/accord_alt_bold.woff') format('woff'),
    url('/fileadmin/templates/fonts/accord_alt_bold.ttf') format('truetype');
}

@font-face {
  font-family: HelveticaNeueLTStd-Roman;

  src: url('/fileadmin/templates/fonts/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fileadmin/templates/fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
    url('/fileadmin/templates/fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: HelveticaNeueLTStd-Blk;
  src: url("/fileadmin/templates/fonts/helveticaneueltstd-blk.otf") format("opentype");
  src: url('/fileadmin/templates/fonts/helveticaneueltstd-blk.eot?#iefix') format('embedded-opentype'),
    url('/fileadmin/templates/fonts/helveticaneueltstd-blk.woff') format('woff');
}

*,
*:active,
*:focus,
*:hover {
  outline: none;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

body {
  margin: 0;
  padding: 0;
  background-color: #eae9e9;
  background-image: url("/fileadmin/templates/images/header_bg_big.png");
  background-repeat: repeat-x;
  background-position: top;
  font-family: HelveticaNeueLTStd-Roman;
  font-size: 14px;
  color: #2d2926;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: AccordAlt_Bold !important;
  font-weight: normal !important;
}

a {
  color: #ffa300;
  text-decoration: none;
  font-family: HelveticaNeueLTStd-Blk;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* ELLIPSIS (jQuery Addon: Truncate text and add ellipsis) */

.ellip {
  height: 100%;
  display: block;
}

.ellip-line {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.autoheight {
  height: auto !important;
}

/* HEADER */

.header_wrapper {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: #ffffff;
  border-top: 5px solid #ffa300;
  position: fixed;
  z-index: 2000;
  -webkit-box-shadow: 0 5px 5px -5px rgba(181, 181, 181, .7), 0 5px 5px -5px rgba(181, 181, 181, .7);
  box-shadow: 0 5px 5px -5px rgba(181, 181, 181, .7), 0 5px 5px -5px rgba(181, 181, 181, .7);
}

.small-menu .header_wrapper,
.small-menu .header_content_wrapper {
  height: 60px;
}

.small-menu #alert {
  padding-top: 70px;
}

.small-menu #top-area-right {
  margin-top: 10px;
}

.small-menu .sliding_search,
.small-menu .sliding_incidents {
  position: fixed;
  top: 65px;
}


#alert {
  padding-top: 110px;
}

#emergency .site_content,
#siegel .site_content,
#alert .site_content {
  height: unset !important;
  min-height: unset !important;
  margin-inline: auto;
}



.header_content_wrapper {
  max-width: 1280px;

  height: 100px;
  margin: auto;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;

}

.header_content_wrapper>div.header_content_spacer,
.header_content_wrapper>div.header_content {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.header_content_spacer {
  max-width: 50px;
  min-width: 15px;
}

.header_content {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
}

/* SLIDING ELEMENTS */

.sliding_search {
  width: 100%;
  display: none;
  position: fixed;
  top: 100px;
  background-color: #ffffff;
  border-bottom: 4px solid #ffa300;
  z-index: 1000;
}

.sliding_search_wrapper {
  width: 100%;
  max-width: 1280px;
  min-width: 965px;
  height: 95px;
  margin: 0 auto;
}

.sliding_search_content_wrapper {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

.sliding_search_content_wrapper>div.sliding_search_content_spacer,
.sliding_search_content_wrapper>div.sliding_search_content {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.sliding_search_content_spacer {
  max-width: 50px;
  min-width: 15px;
}

.sliding_search_content {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
}

.sliding_search_inner {
  max-width: 1180px;
  height: 90px;
  margin: 0 auto;
}

.sliding_search_input {
  width: 100%;
  border: medium none;
  font-family: AccordAlt_Bold;
  font-size: 30px;
  line-height: 88px;
  height: 88px;
}

.sliding_search_input::-ms-clear {
  display: none;
}


.sliding_incidents {
  width: 100%;
  display: none;
  position: absolute;
  top: 110px;
  background-color: #ffa300;
  z-index: 1000;
}

.sliding_incidents_wrapper {
  width: 100%;
  max-width: 1280px;
  min-width: 965px;
  height: 90px;
  margin: 0 auto;
}

.sliding_incidents_content_wrapper {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

.sliding_incidents_content_wrapper>div.sliding_incidents_content_spacer,
.sliding_incidents_content_wrapper>div.sliding_incidents_content {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.sliding_incidents_content_spacer {
  max-width: 50px;
  min-width: 15px;
}

.sliding_incidents_content {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
}

.sliding_incidents_field_left {
  width: calc(40% - 60px);
  max-width: 410px;
  min-width: 295px;
  padding-left: 40px;
  margin-top: 16px;
  margin-right: 20px;
  float: left;
  background-image: url("/fileadmin/templates/icons/gas_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 30px 40px;
  background-position: left 13px;
}

.sliding_incidents_field_middle {
  width: calc(30% - 60px);
  max-width: 380px;
  min-width: 260px;
  padding-left: 28px;
  margin-top: 16px;
  float: left;
  background-image: url("/fileadmin/templates/icons/strom_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 35px 43px;
  background-position: -9px 12px;
}

.sliding_incidents_field_right {
  width: calc(30% - 60px);
  max-width: 276px;
  min-width: 178px;
  padding-left: 34px;
  margin-top: 16px;
  float: right;
  background-image: url("/fileadmin/templates/images/light.png");
  background-repeat: no-repeat;
  background-position: left 11px;
}


.sliding_incidents_text_span {
  width: 100%;
  float: left;
  font-family: AccordAlt_Bold;
  font-size: 20px;
  line-height: 30px;
  margin-top: 7px;
}

.sliding_incidents_text_span_big {
  font-size: 16px !important;
}

.sliding_incidents_text_span_small {
  font-size: 14px !important;
}

.sliding_incidents_number_span {
  width: 100%;
  float: left;
  font-family: AccordAlt_Bold;
  font-size: 30px;
  line-height: 33px;
  margin-top: -9px;
}

.sliding_incidents_number_span_big {
  font-size: 21px !important;
}

.sliding_incidents_number_span_small {
  font-size: 18px !important;
}

.sliding_incidents_number_span a {
  font-weight: normal;
}

.sliding_incidents_number_span {
  text-decoration: none;
}

.sliding_incidents_number_span>a {
  color: inherit;
  text-decoration: none;
}

.search-slider-menu {
  top: 125px;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  border-bottom: 5px solid #eae8e9;
  background-color: #ffffff;
}

.search-slider-menu-form {
  height: 75px;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #ffa300;
}

.search-slider-menu input {
  font-size: 18px !important;
  line-height: 74px;
  height: 74px;
  padding-left: 18px;
}

.search-slider-menu-wrapper {
  border-bottom: 3px solid #ffa300;
}

.search-slider-menu-results {
  width: 100%;
  height: 32px;
  overflow: hidden;
  display: none;
  border-bottom: 2px solid #ffa300;
  background-color: #e9e9e9;
}

.search-slider-menu-results div {
  color: #2d2926;
  padding-left: 18px;
  height: 32px;
  line-height: 30px;
  float: left;
  font-size: 18px !important;
  font-family: AccordAlt_Bold;
}

/* CONTENT AND CELLS */

.site_wrapper {
  max-width: 1280px;
  min-width: 965px;
  margin: 0 auto;
}

.site_content_wrapper {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

.site_content_wrapper>div.site_content_spacer,
.site_content_wrapper>div.site_content {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.site_content_spacer {
  max-width: 50px;
  min-width: 15px;
}

.site_content {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
  height: 100%;
  min-height: 1000px;
}

/* COLUMNS */

.one_col_wrapper::after {
  content: "";
  display: block;
  padding-top: 42.37%;
}

.one_col_wrapper {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
  max-height: 500px;
  min-height: 418px;
  margin: 10px 0 0;
  position: relative;
}

.one_col_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.one_col_wrapper_big::after {
  content: "";
  display: block;
}

.one_col_wrapper_big {
  width: 100%;
  margin: 15px 0 0;
  position: relative;
}

.one_col_content_big {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.three_col_wrapper::after {
  content: "";
  display: block;
  padding-top: 33.05%;
}

.three_col_wrapper {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
  max-height: 390px;
  min-height: 325px;
  margin: 15px 0 0;
  position: relative;
}

.three_col_content {
  width: 30.5%;
  min-width: 301px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.three_col_content_left {
  left: 0;
}

.three_col_content_middle {
  margin: 0 auto;
  right: 0;
  left: 0;
}

.three_col_content_right {
  right: 0;
}

.two_col_wrapper::after {
  content: "";
  display: block;
  padding-top: 33.05%;
}

.two_col_wrapper {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
  max-height: 390px;
  min-height: 325px;
  margin: 15px 0 0;
  position: relative;
}

.two_col_content {
  position: absolute;
  top: 0;
  bottom: 0;
}

.two_col_content_left_big {
  width: 65.25%;
  min-width: 617px;
  left: 0;
}

.two_col_content_left_middle {
  width: 47.88%;
  min-width: 459px;
  left: 0;
}

.two_col_content_left_small {
  width: 30.5%;
  min-width: 301px;
  left: 0;
}



.two_col_content_right_big {
  width: 65.25%;
  min-width: 617px;
  right: 0;
}

.two_col_content_right_middle {
  width: 47.88%;
  min-width: 459px;
  right: 0;
}

.two_col_content_right_small {
  width: 30.5%;
  min-width: 301px;
  right: 0;
}

.single_content_box_big,
.single_content_box_middle,
.single_content_box_small {
  overflow: hidden;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #fff;
  box-shadow: 5px 5px 0 #ffa300;
}

/* Tarifrechner */
.two_col_content_center {
  width: 85%;
  min-width: 301px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabNavigation {
  margin: 0;
  width: 100%;
  height: 60px;
  background-color: #ffa300;
}

.tabNavigation ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  list-style: none;
}

.tabNavigation li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  background-image: none;
}

.tabNavigation .power,
.tabNavigation .gas {
  width: 50%;
  height: 60px;
}

.tabNavigation .power-active {
  float: left;
  background-image: url("/fileadmin/templates/icons/strom_black_icon.svg");
  background-repeat: no-repeat;
  background-size: 35px 43px;
  background-position: 10px 12px;

}

.tabNavigation .power-deactive {
  float: left;
  background-image: url("/fileadmin/templates/icons/strom_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 35px 43px;
  background-position: 10px 12px;
  box-shadow: inset -2px -2px 3px -2px;
}

.tabNavigation .gas-active {
  float: left;
  background-image: url("/fileadmin/templates/icons/gas_black_icon.svg");
  background-repeat: no-repeat;
  background-size: 26px 33px;
  background-position: 13px 12px;
}

.tabNavigation .gas-deactive {
  float: left;
  background-image: url("/fileadmin/templates/icons/gas_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 35px 32px;
  background-position: 10px 12px;
  box-shadow: inset 2px -2px 3px -2px;
}


.tabNavigation .active {
  background-color: #fff !important;
}

.tabNavigation a,
.tabNavigation a:hover {}

.tabNavigation .active a,
.tabNavigation .active a:hover {
  color: #2d2926 !important;
}


.tabNavigation a,
.tabNavigation a:hover {
  color: #fff;
  display: block;
  padding-top: 12px;
  height: 38px;
  font-family: AccordAlt_Bold !important;
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
  padding-left: 45px;
}

.single_content_box_calc {
  overflow: hidden;
  margin-top: 10%;
  width: calc(100% - 5px);
  height: 205px;
  background-color: #fff;
  box-shadow: 5px 5px 0 #ffa300;
}

div.aktionscode {
  height: 270px;
}



.header-announcement-wrapper::after {

  content: "";
  display: block;
  padding-top: 41.02%;

}

.calc-form input {
  float: left;
  font-family: AccordAlt_Bold !important;
  font-size: 16px !important;
  font-weight: normal;
  width: calc(50% - 40px);
  height: 50px;
  border: none;
  background-color: #eae9e9;
  color: #2d2926;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

input.calc-form-button {
  height: 50px;
  width: 100%;
  min-width: 147px;
  line-height: 50px;
  background-color: #ffa300;
  text-align: center;
  font-family: AccordAlt_Bold;
  font-size: 16px;
  cursor: pointer;
  color: #2d2926;
  padding-right: 20px;
  font-weight: normal;
}

.calc-form-left {
  float: left;
  width: 67%
}

.calc-form-right {
  float: left;
  width: 33%
}

.calc-announcement-wrapper {
  position: relative;
  height: 3%;
  margin-top: 4%;
}

.header-h2 {
  color: white;
  font-size: 29px;
  padding: 0px;
  margin-top: 4px;
}

.content-calc-radio {
  clear: both;
  margin-bottom: 14px;
  margin-top: 8px;
}

.calc-form-action {
  float: left;
  width: 100%
}

/* Tarifrechner Tablet */
@media (max-width: 965px) {

  .two_col_content_center {
    width: 100%;
  }

  .header-announcement-container .header-h1_small,
  .header-announcement-container .header-h1_big {
    font-size: 25px !important;
    font-family: AccordAlt !important;
    font-weight: bold !important;
    /*color: #00158c;
	text-shadow: unset !important; */
  }


  .header-h2 {
    font-size: 16px;
    margin-top: 0px;
    color: #2d2926 !important;
    text-shadow: unset !important;
  }

  .calc-announcement-wrapper {
    position: relative;
    height: 25px;
    margin-top: -9px;
    margin-left: 19px;
  }


  .single_content_box_calc .content-form-radio-top {
    margin-bottom: 0px;
  }

  .content-calc-radio {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .single_content_box_calc .content-form-radio,
  .single_content_box_calc .content-form-standard {
    max-width: 100% !important;
  }

  .single_content_box_calc .content-form-radio input[type="radio"]+label {

    /* Das Wort "Gewerblich" bricht obwohl genug Platz vorhanden ist */
    /*width: 10% !important;*/

    width: auto !important;
    min-width: 70px !important;
  }

  .tabNavigation a,
  .tabNavigation a:hover {
    font-size: 24px;
  }

  div.aktionscode {
    height: 70%;
  }

  .single_content_box_calc {
    height: 50%;
    margin-top: 5%;
  }

}

/* Tarifrechner Handy */
@media (max-width: 648px) {

  .calc-form-left {
    float: left;
    width: 100%
  }

  .calc-form-right {
    float: left;
    width: 100%
  }

  .one_col_wrapper {
    min-height: 470px;
    margin-bottom: 58px;
    height: 100%;
  }

  .power-active a span {
    display: none;
  }

  .power-active a:after {
    content: 'Strom';
  }

  .gas-active a span {
    display: none;
  }

  .gas-active a:after {
    content: 'Gas';
  }

  .calc-announcement-wrapper {
    height: 46px;
    margin-top: -13px;
    margin-left: auto;
    width: 96%;
    display: none;
  }

  .single_content_box_calc .content-form-radio-top {
    margin-bottom: 0px;
  }

  .calc-form input {
    width: calc(100% - 40px);
  }

  input.calc-form-button {
    width: 100%;
  }

  .custom-combobox {
    width: 100% !important;
  }

  #energieverbrauch_id {
    width: calc(100% - 90px) !important;
  }

  .content-calc-radio {
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 0px;
  }

  .calc-form-action {
    float: left;
    width: 100%;
    margin-top: 5px;
  }

  .single_content_box_calc .content-form-radio,
  .single_content_box_calc .content-form-standard {
    max-width: 100% !important;
  }

  .single_content_box_calc .content-form-radio input[type="radio"]+label {
    /* Das Wort "Gewerblich" bricht obwohl genug Platz vorhanden ist */
    /*width: 10% !important;*/

    width: auto !important;
    min-width: 70px !important;
  }

  .tabNavigation a,
  .tabNavigation a:hover {
    font-size: 24px;
  }

  div.aktionscode {
    height: calc(100% - 67px);
  }

  .single_content_box_calc {
    height: 80%;
    margin-top: 5%;
  }

}

/* FOOTER */

.footer {
  width: 100%;
  height: 290px;
  margin-top: 36px;
  overflow: hidden;
  background: -webkit-linear-gradient(0deg, rgba(255, 0, 102, 0) 0, rgba(255, 0, 102, 0) 50%, rgba(255, 163, 0, 1) 50%, rgba(255, 163, 0, 1) 100%), -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 0, 102, 0) 50%, rgba(255, 0, 102, 0) 100%), rgba(234, 233, 233, 1);
  background: -moz-linear-gradient(90deg, rgba(255, 0, 102, 0) 0, rgba(255, 0, 102, 0) 50%, rgba(255, 163, 0, 1) 50%, rgba(255, 163, 0, 1) 100%), -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 0, 102, 0) 50%, rgba(255, 0, 102, 0) 100%), rgba(234, 233, 233, 1);
  background: linear-gradient(90deg, rgba(255, 0, 102, 0) 0, rgba(255, 0, 102, 0) 50%, rgba(255, 163, 0, 1) 50%, rgba(255, 163, 0, 1) 100%), linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 0, 102, 0) 50%, rgba(255, 0, 102, 0) 100%), rgba(234, 233, 233, 1);
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 100% 100%, 100% 400px;
  background-size: 100% 100%, 100% 400px;
}

.footer_top_wrapper {
  width: 100%;
  max-width: 1280px;
  min-width: 965px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_top_content_wrapper {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

.footer_top_content_wrapper>div.footer_top_content_spacer,
.footer_top_content_wrapper>div.footer_top_content {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.footer_top_content_spacer {
  max-width: 50px;
  min-width: 15px;
}

.footer_top_content {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
  background-color: #ffffff;
}

.footer_top_left_outer {
  width: 50%;
  height: 200px;
  float: left;
}

.footer_top_left_inner {
  width: 100%;
  max-width: 590px;
  min-width: 468px;
  height: 200px;
  float: right;
  position: relative;
}

.footer_top_right_outer {
  width: 50%;
  height: 200px;
  float: right;
}

.footer_top_right_inner {
  width: 100%;
  max-width: 590px;
  min-width: 467px;
  height: 200px;
  float: left;
  position: relative;
}

.footer_bottom_wrapper {
  width: 100%;
  max-width: 1280px;
  min-width: 965px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_bottom_content_wrapper {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal;
  display: box;
  box-orient: horizontal;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

.footer_bottom_content_wrapper>div.footer_bottom_content_spacer,
.footer_bottom_content_wrapper>div.footer_bottom_content {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.footer_bottom_content_spacer {
  max-width: 50px;
  min-width: 15px;
}

.footer_bottom_content {
  width: 100%;
  max-width: 1180px;
  min-width: 935px;
}

.footer_bottom_full {
  width: 100%;
  height: 90px;
  background-color: #eae9e9;
  background-image: url('/fileadmin/templates/images/footer_right_corner.png');
  background-repeat: no-repeat;
  background-position: right;
}

/* SKO - BEGIN - To be sorted */

.tx-dce-pi1 {
  height: 100%;
}

.link_box_arrow {
  width: 35px;
  height: 35px;
  margin-top: -19px;
  float: right;
  background: #ffa300 url("/fileadmin/templates/icons/arrow_right.svg") no-repeat scroll 6px 7px / 75% auto;
  cursor: pointer;
}

/* SKO - END */

/* DCE */

.dce-10-wrapper {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ffffff;
}

.dce-10-overlay-wrapper::after {
  content: "";
  display: block;
  padding-top: 35.21%;
}

.dce-10-overlay-wrapper {
  position: absolute;
  width: 100%;
  min-width: 296px;
  max-width: 355px;
  min-height: 104px;
  max-height: 125px;
  bottom: 0;
}

.dce-10-overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.dce-10-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.dce-10-title {
  background: none;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
  margin-left: 5.75%;
  margin-top: 4.3%;
}

.dce-10-minimized .dce-10-title {
  background: none;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
  margin-left: 5.75%;
  margin-top: 4.3%;
}

.dce-10-teaser-wrapper {
  max-height: 125px;
  max-width: 355px;
}

div.dce-10-wrapper div.dce-10-teaser-wrapper p.dce-10-teaser {
  margin-right: 5.75%;
  margin-left: 5.75%;
  margin-top: 4.3%;
  line-height: 19px;
}

.dce-10-teaser-slider {
  line-height: 19px;
  overflow: hidden;
  height: 58px;
  margin-right: 19.5%;
  margin-left: 5.75%;
  margin-top: -1.5%;
}

.dce_linklist_10_wrapper h2 {
  font-size: 20px;
  padding: 15px;
}

.dce_linklist_10_wrapper p.bodytext {
  font-size: 14px;
  padding: 15px;
}

.dce-link-list-ul li a {
  color: #ffa300;
  font-weight: bold;
}

.dce-image-header-img {
  height: 100%;
  width: 100%;
}

.dce-1c-image-text-img {
  height: 390px;
  position: absolute;
  width: 355px;
}

.dce-15-wrapper {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ffffff;
}

.dce-15-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 20px 0 20px;
  margin: 0;
}

.dce-15-text {
  padding: 20px;
  margin: 0;
  position: absolute;
}

.dce-2c-image-text-wrapper {
  height: 100%;
  position: relative;
}

.dce-2c-image>img {
  height: 390px;
  position: absolute;
  width: 735px;
}

.dce-2c-text {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding: 20px;
  position: absolute;
}

.dce-2c-text-big {
  font-size: 26px;
  font-weight: bold;
  height: 120px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  position: absolute;
}

.dce-2c-title-text-wrapper {
  height: 500px;
  position: relative;
}

.dce-2c-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  padding: 20px 20px 0 20px;
}

.dce-2c-title-text {
  bottom: 0;
  padding: 20px;
}

.grid20col-trans {
  float: left;
  height: 390px;
  margin: 20px 25px 5px 0;
  max-height: 100%;
  max-width: 735px;
  min-width: 615px;
  overflow: hidden;
  width: 100%;
}

.dce-contactperson-title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 20px 0 20px;
}

.dce-contactperson-text {
  height: 100%;
  padding: 20px 20px 0 20px;
}

.grid10col-info div.csc-default {
  margin-bottom: 5%;
}

.dce-link-quad-spacer-wrapper::after {
  content: "";
  display: block;
  padding-top: 14.08%;
}

.dce-link-quad-spacer-wrapper {
  position: absolute;
  width: 100%;
  min-width: 296px;
  max-width: 355px;
  min-height: 40px;
  max-height: 50px;
  right: 0;
  bottom: 0;
}

.dce-link-quad-spacer-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dce-link-quad-icon-wrapper::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.dce-link-quad-icon-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 40px;
  max-width: 50px;
  min-height: 40px;
  max-height: 50px;
  right: 0;
  bottom: 0;
}

.dce-link-quad-twitter {
  background: #ffa300 url("/fileadmin/templates/icons/twitter_icon.svg") no-repeat scroll center center / 65% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.dce-link-quad-arrow {
  background: #ffa300 url("/fileadmin/templates/icons/arrow_right.svg") no-repeat scroll center center / 65% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

/* ACCORDION */

.accordion-arrow {
  background: #ffa300 url("/fileadmin/templates/icons/arrow_down.svg") no-repeat scroll center center / 25px auto;
  float: right;
  height: 50px;
  width: 50px;
}

.accordion-x {
  background: #ffa300 url("/fileadmin/templates/icons/close.svg") no-repeat scroll center center / 25px auto;
  float: right;
  height: 50px;
  width: 50px;
}

.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all.ui-accordion-icons,
.ui-accordion .ui-accordion-icons {
  /* height:           50px; */
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e,
.ui-state-active .ui-icon {
  display: none;
}

.ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all.ui-accordion-icons a,
.ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top a,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #000000 !important;
  /* line-height:        50px; */
  font-size: 20px;
}

.ui-accordion .ui-accordion-header {
  padding: 0 0 0 10px;
}

.ui-widget-content {
  background-color: #ffffff;
  background-image: unset;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 2px solid #eae9e9;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0;
  border: 3px solid #eae9e9;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-radius: 0;
}

/* TOP */



.header_company_logo_wrapper {
  float: left;
  margin-top: 20px;
  margin-left: 70px;
}

.small-menu .header_company_logo_wrapper {
  float: left;
  margin-top: 20px;
  margin-left: 70px;
}

.header_company_logo {
  width: 143px;
  height: 61px;
  float: left;
  transition: all .2s ease;

}

.small-menu .header_company_logo {
  width: 67px;
  height: 29px;
  float: left;
  transition: all .2s ease;
}

.burger-text {
  color: #00158c;
  font-family: AccordAlt_Bold;
  font-size: 16px;
  padding-top: 14px;
}

.small-menu .burger-text {
  display: none;
}

.top-right-button {
  background-color: #fff;
  cursor: pointer;
  float: right;
  height: 45px;
  line-height: 45px;
  margin: 5px 0 0;
  text-align: center;
  padding: 0px 15px 0px 15px;
  font-family: AccordAlt_Bold;
  font-size: 16px;
  color: #2d2926;
}

.top-right-button:hover {
  background-color: #e9e9e9;
}


.loginleft {
  background-color: #e9e9e9;
  cursor: pointer;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0px 20px 0px 20px;
  font-family: AccordAlt_Bold;
  color: #2d2926;
  font-size: 16px;
}

.incidents {
  background-color: #ffa300;
  cursor: pointer;
  float: right;
  height: 45px;
  line-height: 45px;
  margin: 5px 0 0;
  text-align: center;
  padding: 0px 15px 0px 15px;
  font-family: AccordAlt_Bold;
  font-size: 16px;
}

.searchicon-standard {
  background-image: url("/fileadmin/templates/images/lupe.svg");
  background-repeat: no-repeat;
  background-size: 31px 22px;
  background-position: 50% 50%;
  cursor: pointer;
  float: right;
  height: 45px;
  margin: 5px 0 0 5px;
  text-align: center;
  width: 100px;
}

.searchiconleft {
  background-image: url("/fileadmin/templates/images/lupe.svg");
  background-repeat: no-repeat;
  background-size: 31px 22px;
  background-position: 50% 50%;
  cursor: pointer;
  float: left;
  height: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  text-align: center;
  width: 70px;
}

#navi-top {
  float: left;
  width: 85%;
}

#top-area-right {
  float: right;
  min-width: 380px;
  margin-top: 50px;
}

.top-navi-icon {
  background: transparent url("/fileadmin/images/menu-icon.png") no-repeat scroll center center / 50px auto;
  float: left;
  height: 50px;
  margin: 10px 20px 0 0;
  text-align: center;
  width: 50px;
  cursor: pointer;
}

/* META NAVIGATION */

#metamenu ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#metamenu li {
  margin: 10px 20px 10px 0px;
  display: inline;
  font-family: AccordAlt_Bold;
  font-size: 16px;
  line-height: 18px;
}

#metamenu a {
  font-weight: normal;
  font-family: AccordAlt_Bold;
  text-decoration: none;
  color: #333333;
}

/* FOOTER */

.newsletter_registration_text {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  padding: 0px 1px;
  border: none;
  border-bottom: 2px solid #2d2926;
  background-color: #eae9e9;
  color: #2d2926;
  font-family: AccordAlt_Bold;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #797674;
}

:-ms-input-placeholder {
  color: #797674;
}

::-moz-placeholder {
  color: #2d2926;
  opacity: 0.6;
}

:-moz-placeholder {
  color: #2d2926;
  opacity: 0.6;
}

.newsletter_registration_button {
  display: table;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
  background-color: #ffa300;
  font-size: 16px;
  cursor: pointer;
  color: #2d2926;
  font-family: AccordAlt_Bold;
}

/* SKO FOOTER */

.footer_corporation_logo {
  bottom: 20px;
  position: absolute;
  background-image: url('/fileadmin/templates/images/die_kommunalen_unternehmen.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 15px;
  width: 293px;
}

.footer_meta_inner {
  white-space: nowrap;
  font-family: AccordAlt_Bold;
  margin-right: 25px;
  font-size: 20px;
}


.footer_top_right_inner_app_wrapper {
  top: 80px;
  right: 1px;
  position: absolute;
}


.footer_appstore_icon,
.footer_playstore_icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55% auto;
  float: left;
  margin: 5px;
}

.footer_appstore_icon {
  background-size: 107px 200px;
  background-repeat: no-repeat;
  padding: 5px 109px 30px 0px;
  background-image: url("/fileadmin/templates/icons/appstores/appstore.svg");
}

.footer_playstore_icon {
  background-size: 130px 200px;
  background-repeat: no-repeat;
  padding: 5px 132px 30px 0px;
  background-image: url("/fileadmin/templates/icons/appstores/playstore.svg");
}

.footer_top_right_inner_social_wrapper {
  right: 10px;
  bottom: 10px;
  position: absolute;
}

.footer_facebook_icon,
.footer_instagram_icon,
.footer_x_icon,
.footer_linkedin_icon,
.footer_xing_icon,
.footer_youtube_icon {
  background-color: #eae9e9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55% auto;
  float: left;
  margin: 5px;
  padding: 20px;
}

.footer_facebook_icon {
  background-image: url("/fileadmin/templates/icons/facebook.svg");
}

.footer_instagram_icon {
  background-image: url("/fileadmin/templates/icons/instagram.svg");
}

.footer_x_icon {
  background-image: url("/fileadmin/templates/icons/x.svg");
}

.footer_linkedin_icon {
  background-image: url("/fileadmin/templates/icons/linkedin.svg");
}

.footer_xing_icon {
  background-image: url("/fileadmin/templates/icons/xing.svg");
}

.footer_youtube_icon {
  background-image: url("/fileadmin/templates/icons/youtube.svg");
}




/* ANIMATED BURGER-CLOSE */

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon>* {
  display: block;
}

.tcon:hover,
.tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 40px;
  /*border-radius:         2.85714px;*/
  transition: 0.3s;
  background: #00158c;
  position: relative;
}

.tcon-menu__lines::before,
.tcon-menu__lines::after {
  display: inline-block;
  height: 3px;
  width: 40px;
  /*border-radius:         2.85714px;*/
  transition: 0.3s;
  background: #00158c;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 10px;
}

.tcon-menu__lines::after {
  top: -10px;
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

#open-menu {
  display: block;
  float: left;
  top: -14px;
  height: 100%;
  position: absolute;
}

.small-menu #open-menu {
  height: 68px;
}


.tcon-menu--xcross {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 21px;
}

@-moz-document url-prefix() {
  .tcon-menu--xcross {
    padding-top: 19px;
  }
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 42px;
  height: 4px;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.burger_close {
  /*position:          absolute;
  left:            -38px;*/
}

.header-image-headline-button {
  width: 100%;
  height: 100%;
  background-image: url('/fileadmin/images/header.jpg');
  background-size: cover;
  position: absolute;
}

.mm-toparea {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0px;
  background: #ffffff;
  border-bottom: 5px solid #eae9e9;
}

.mm-buttonwrapper {
  position: relative;
  left: 0px;
  top: 0px;
  width: 70px;
}

.mm-panels-ext {
  top: 100px !important;
  margin-top: 0px !important;
}

.mm-panels-ext-animate {
  top: 180px !important;
  transition: top 0.8s ease 0s;
}

.mm-panels-animate {
  top: 190px !important;
  transition: top 0.8s ease 0s;
}

.mm-panels-ext-animate-results {
  top: 219px !important;
  transition: top 0.8s ease 0s;
}

.mm-panels-animate-results {
  top: 224px !important;
  transition: top 0.8s ease 0s;
}

a.menu_active {
  color: #ffa300 !important;
}

.mm-incidents {
  background-color: #ffa300;
  width: calc(100% - 5px);
  height: 235px;
  position: absolute;
  left: 0;
  border-top: 4px solid #eaeaea;
  margin-top: -10px;
  color: #2d2926;
}

.mm-incidents-headline {
  font-family: AccordAlt_Bold;
  font-size: 18px;
  margin-top: 11px;
  margin-left: 20px;
}

.mm-incidents-gas,
.mm-incidents-strom,
.mm-incidents-light {
  margin-top: 11px;
  padding-left: 42px;
}

.mm-incidents-gas {
  background-image: url("/fileadmin/templates/icons/gas_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  background-position: 20px 4px;
}

.mm-incidents-strom {
  background-image: url("/fileadmin/templates/icons/strom_white_icon.svg");
  background-repeat: no-repeat;
  background-size: 24px 30px;
  background-position: 15px 4px;
}

.mm-incidents-light {
  background-image: url("/fileadmin/templates/images/light.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 18px 4px;
}

.mm-incidents-gas-text,
.mm-incidents-strom-text,
.mm-incidents-light-text {
  font-family: AccordAlt_Bold;
  font-size: 16px;
}

.mm-incidents-gas-number a,
.mm-incidents-gas-number,
.mm-incidents-strom-number a,
.mm-incidents-strom-number,
.mm-incidents-light-number a,
.mm-incidents-light-number {
  font-family: AccordAlt_Bold;
  font-size: 18px;
  color: #2d2926;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: #ffffff;
}

/* .ui-accordion h3 {
  margin-top:         5px !important;
  padding-left:         20px !important;
} */

.ui-accordion div .bodytext {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.ui-accordion-content {
  padding-top: 0px !important;
  padding-left: 20px !important;
  padding-right: 75px !important;
  padding-bottom: 20px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #fff;
}

.header-announcement {
  display: none !important;
}

.header-announcement-wrapper::after {
  content: "";
  display: block;
  padding-top: 41.02%;
}

.header-announcement-wrapper {
  position: relative;
  max-width: 390px;
  min-width: 325px;
  max-height: 160px;
  min-height: 133px;
  margin-top: 16.1%;
  margin-left: 57.7%;
  margin-right: 8.5%;
}

.header-announcement-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.header-h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1em;
}

.header-1-320 {
  display: none;
}

.header-h1_small {
  font-size: 40px !important;
}

.header-h1_big {
  font-size: 50px !important;
}

.header-button {
  background-color: #ffa300;
  border: medium none;
  color: #2d2926;
  cursor: pointer;
  display: table;
  font-family: AccordAlt_Bold;
  font-size: 16px;
  height: 100%;
  width: 100%;
  white-space: normal;
}

.header-button-wrapper::after {
  content: "";
  display: block;
  padding-top: 20%;
}

.header-button-wrapper {
  position: relative;
  margin-top: 10px;
  min-width: 211px;
  max-width: 360px;
  min-height: 42px;
  max-height: 50px;
  margin-right: 115px;
}

.header-button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.dce-2c-text {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
  padding: 20px 20px 0;
  height: 100px;
  width: calc(100% - 40px);
}

.standardbutton {
  background-color: #ffa300;
  border: medium none;
  color: #2d2926;
  height: 50px;
  margin-left: -15px;
  position: absolute;
  width: 270px;
  font-family: AccordAlt_Bold;
  cursor: pointer;
  margin-top: 15px;
}

.standardbutton_img {
  background-color: #ffa300;
  border: medium none;
  color: #2d2926;
  height: 50px;
  margin-left: 5px;
  position: absolute;
  width: 270px;
  font-family: AccordAlt_Bold;
  cursor: pointer;
  margin-top: -30px;
}

.ft_link {
  text-decoration: none;
  color: #ffa300;
}

.dottedlist {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.dottedlist li {
  margin-bottom: 20px;
  line-height: 19px;
  background-image: url(/fileadmin/templates/images/bullet.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  list-style: none;
  margin-left: -13px;
  padding-left: 13px;
}

.csc-textpic-text .bodytext {
  padding-top: 0px;
  margin-top: 0px;
}

.footer_newsletter_input_wrapper::after {
  content: "";
  display: block;
  padding-top: 13.88%;
}

.footer_newsletter_input_wrapper {
  background-color: #eae9e9;
  position: relative;
  margin-top: 10px;
  min-width: 301px;
  max-width: 61.02%;
  min-height: 42px;
  max-height: 50px;
  -webkit-appearance: none;
}

.footer_newsletter_input_container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.footer_newsletter_button_wrapper::after {
  content: "";
  display: block;
  padding-top: 13.88%;
}

.footer_newsletter_button_wrapper {
  position: relative;
  margin-top: 10px;
  min-width: 301px;
  max-width: 61.02%;
  min-height: 42px;
  max-height: 50px;
}

.footer_newsletter_button_container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
}

.footer_meta_outer {
  display: flex;
  height: 17px;
  line-height: 17px;
  position: absolute;
  max-width: 780px;
  margin-top: 38px;
}

.h2_short_wrapper::after {
  content: "";
  display: block;
  padding-top: 16.90%;
}

.h2_short_wrapper {
  position: relative;
  width: 100%;
  min-width: 296px;
  max-width: 355px;
  min-height: 54px;
  max-height: 60px;
}

.h2_short_wrapper_bg {
  background-color: #d1d0cf;
}

.h2_short_content {
  position: absolute;
  right: 0;
  top: 20%;
  width: 94.5%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.h2_short_content_big {
  font-size: 30px !important;
}

/* right sidebar H2 */
@media (min-width: 965px) {
  .content-right-sitebar .h2_short_content {
    font-size: 30px !important;
  }
}

/* Headline right sidebar H2  mobil */
@media (max-width: 648px) {

  .rs-box-text .rs-content-text-wrapper h2,
  .rs-box-contact-button h2.rs-h2-highlight,
  .content-right-sitebar .h2_short_content {
    font-size: 25px;
  }
}


.h2_short_content_small {
  font-size: 25px !important;
}

.h2_short_content_addon {
  font-size: 18px;
}

.h3_short_wrapper::after {
  content: "";
  display: block;
  padding-top: 16.90%;
}

.h3_short_wrapper {
  position: relative;
  width: 100%;
  min-width: 296px;
  max-width: 355px;
}

.h3_short_content {
  position: relative;
  width: 94%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 4.3%;
  margin-bottom: 0;
  display: block;
  float: right;
}

.h3_short_content_big {
  font-size: 30px !important;
  line-height: 33px;
}

.h3_short_content_small {
  font-size: 25px !important;
  line-height: 28px;
}

.h2_big_wrapper::after {
  content: "";
  display: block;
  padding-top: 7.85%;
}

.h2_big_wrapper {
  position: relative;
  width: 100%;
  min-width: 612px;
  max-width: 764px;
  min-height: 54px;
  max-height: 60px;
}

.h2_big_content {
  position: absolute;
  right: 0;
  top: 28%;
  width: 97.25%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.h2_big_content_big {
  font-size: 30px !important;
}

.h2_big_content_small {
  font-size: 25px !important;
}

.hidden-middle {
  display: none;
}

.sliding_incidents a {
  font-family: AccordAlt_Bold;
}

@media (min-width: 965px) and (max-width: 1000px) {
  .footer_meta_outer {
    max-width: 770px;
    min-width: 618px;
    margin-top: 17px;
    display: inline-block;
    line-height: 22px;
  }
}

@media (max-width: 965px) {

  .header_wrapper,
  .sliding_search_wrapper,
  .sliding_incidents_wrapper,
  .site_wrapper,
  .footer_top_wrapper,
  .footer_bottom_wrapper {
    /*max-width: 870px;*/
    /*min-width: 648px;*/
    max-width: 100%;
    min-width: 100%;
  }

  .header_content,
  .sliding_search_content,
  .sliding_incidents_content,
  .site_content,
  .footer_top_content,
  .footer_bottom_content {
    max-width: 770px;
    min-width: 618px;
  }

  .sliding_incidents_field_left {
    max-width: 325px;
    min-width: 198px;
    margin-right: 0px;
  }

  .sliding_incidents_field_middle {
    min-width: 146px;
  }

  .sliding_incidents_field_right {
    max-width: 208px;
    min-width: 150px;
  }

  .sliding_incidents a {
    font-size: 14px !important;
  }

  .sliding_incidents span {
    font-size: 12px !important;
  }

  .footer_top_left_inner,
  .footer_top_right_inner {
    max-width: 385px;
    min-width: 309px;
  }

  .footer_newsletter_input_wrapper,
  .footer_newsletter_button_wrapper {
    min-width: 301px;
    max-width: 93.51%;
  }

  .footer_meta_outer {
    max-width: 770px;
    min-width: 618px;
    margin-top: 17px;
    display: inline-block;
    line-height: 22px;
  }

  .one_col_wrapper::after {
    padding-top: 42.37%;
  }

  .one_col_wrapper {
    max-width: 770px;
    min-width: 618px;
    max-height: 326px;
    min-height: 340px;
  }

  .one_col_wrapper_big::after {
    padding-top: 50.65%;
  }

  .one_col_wrapper_big {
    max-width: 770px;
    min-width: 618px;
    max-height: 390px;
    min-height: 325px;
  }

  .one_col_content_big {
    min-width: 301px;
  }

  .header-announcement-wrapper::after {
    content: "";
    display: block;
    padding-top: 83.67%;
  }

  .header-announcement-wrapper {
    position: relative;
    max-width: 230px;
    min-width: 175px;
    max-height: 205px;
    min-height: 146px;
    margin-top: 9.5%;
    margin-left: 57.7%;
    margin-right: 5.5%;
  }

  .header-announcement-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .header-announcement {
    display: none !important;
  }

  .header-h1_big {
    font-size: 40px !important;
  }

  .header-button-wrapper {
    margin-right: 48px;
  }

  .header-button {
    white-space: normal;
  }

  .three_col_wrapper::after {
    padding-top: 50.65%;
  }

  .three_col_wrapper {
    max-width: 770px;
    min-width: 618px;
  }

  .three_col_content {
    width: 46.75%;
  }

  .three_col_content_middle {
    right: 0;
    left: auto;
    display: block;
  }

  .three_col_content_right {
    /* display:          none; */
  }

  .two_col_wrapper::after {
    padding-top: 50.65%;
  }

  .two_col_wrapper {
    max-width: 770px;
    min-width: 618px;
  }

  .two_col_content_left_small,
  .two_col_content_right_small {
    width: 46.75%;
  }

  .two_col_content_left_big,
  .two_col_content_right_big {
    width: 46.75%;
    min-width: 301px;
  }

  .h2_big_wrapper {
    position: relative;
    width: 100%;
    min-width: 296px;
    max-width: 355px;
    min-height: 54px;
    max-height: 60px;
  }

  .h2_big_content {
    position: absolute;
    right: 0;
    top: 20%;
    width: 94%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .dce-2c-image {
    background-position: center;
  }



}

@media (max-width: 648px) {

  html,
  body {
    background-image: url("/fileadmin/templates/images/header_bg_small.png");
    background-repeat: repeat-x;
    background-color: #eae9e9;
  }

  .header_wrapper,
  .site_wrapper,
  .footer_top_wrapper,
  .footer_bottom_wrapper {
    max-width: 100%;
    min-width: 300px !important;
  }


  .header_content_spacer {
    min-width: 10px !important;
  }

  .site_content_spacer {
    max-width: 50px;
    min-width: 10px;
  }

  .header_content,
  .site_content {
    max-width: 360px;
    min-width: 300px;
    overflow: hidden;
  }

  .sliding_search,
  .sliding_incidents {
    top: 60px;
  }

  .footer_top_content,
  .footer_bottom_content {
    max-width: 375px;
    min-width: 316px;
  }

  .header_company_logo {
    width: 135px;
  }

  .header_company_logo_wrapper {
    margin-left: 105px !important;
  }

  #open-menu {
    margin-left: -3px;
  }

  .tcon-menu__lines {
    width: 35px;
  }

  .tcon-menu__lines::before {
    top: 8px;
  }

  .tcon-menu__lines::after {
    top: -8px;
  }

  .tcon-menu--xcross {
    padding-top: 14px;
  }

  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    top: 0px;
    width: 30px;
    height: 3px;
  }

  .burger-text {
    font-size: 14px;
    padding-top: 8px;
  }



  .header_company_logo_wrapper_reposition {
    margin-left: 0px;
  }

  body {
    background-image: unset;
  }

  .mm-menu {
    max-width: 310px !important;
  }

  .mm-toparea {
    height: 60px;
  }

  .mm-buttonwrapper {
    position: relative;
    left: 0px;
    top: 4px;
    width: 70px;
    display: none;
  }

  .mm-panels-ext {
    top: 60px !important;
  }

  .mm-hasnavbar-top-1 .mm-panels {
    top: 60px !important;
  }

  .mm-hasnavbar-top-1 .mm-panels-animate {
    top: 165px !important;
  }

  .mm-hasnavbar-top-1 .mm-panels-animate-results {
    top: 198px !important;
  }

  .mm-hasnavbar-top-1 .mm-panels.mm-panels-ext {
    top: 60px !important;
  }

  .mm-hasnavbar-top-1 .mm-panels.mm-panels-ext.mm-panels-ext-animate {
    top: 165px !important;
  }

  .mm-hasnavbar-top-1 .mm-panels.mm-panels-ext.mm-panels-ext-animate-results {
    top: 198px !important;
  }

  .mm-menu {
    width: calc(100% - 10px) !important;
  }

  .mm-listview>li>a,
  .mm-listview>li>span {
    padding-left: 10px;
  }

  .loginleft {
    height: 33px;
    line-height: 33px;
    width: 120px;
  }

  .searchiconleft {
    height: 33px;
    width: 60px;
    background-size: 19px auto;
    background-position: 10px center;
  }

  .search-slider-menu {
    top: 105px;
  }


  .header-image-headline-button {
    background-position: right;
  }

  .header-announcement-wrapper {
    bottom: -26px;
    position: absolute;
    max-width: 320px;
    min-width: 300px;
    max-height: 205px;
    min-height: 200px;
    margin: 0px;
  }

  .header-announcement-wrapper h1 {
    padding-left: 150px;
  }

  .header-announcement {
    width: 120px;
    float: right;
    margin-top: 55px;
    margin-right: 25px;
    display: block !important;
  }

  .header-h1-320 {
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 0;
  }

  .header-button {
    background-color: #ffa300;
    border: medium none;
    color: #2d2926;
    cursor: pointer;
    display: table;
    font-family: AccordAlt_Bold;
    font-size: 14px;
    height: 40px;
    margin: 5px 0 0;
    padding: 0;
    width: 210px;
    position: absolute;
    left: 5px;
    bottom: -25px;
  }

  .footer {
    height: 370px;
  }

  .footer_top_content_spacer {
    max-width: 35px;
    min-width: 10px;
  }

  .footer_top_content_spacer_right {
    max-width: 35px;
    min-width: 10px;
  }

  .footer_top_content,
  .footer_bottom_content {
    max-width: 375px;
    min-width: 290px;
  }

  .footer_top_left_outer {
    width: calc(100% - 15px);
    padding-right: 15px;
    float: left;
    background-color: #ffffff;
  }

  .footer_top_left_inner {
    max-width: 360px;
    min-width: 290px;
    height: calc(100% - 10px);
    margin: 0 auto;
    float: none;
  }

  .footer_top_right_outer {
    width: calc(100% - 15px);
    float: left;
  }

  .footer_top_right_inner_social_wrapper {
    left: -5px;
    top: -100px;
    position: absolute;
  }

  .footer_newsletter_input_wrapper,
  .footer_newsletter_button_wrapper {
    max-width: 360px;
    min-width: 290px;
    min-height: 40px;
  }

  .footer_corporation_logo {
    width: 100%;
    max-width: 326px;
    min-width: 290px;
    height: 15px;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    background-image: url('/fileadmin/templates/images/die_kommunalen_unternehmen.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .footer_bottom_wrapper {
    height: 170px;
  }

  .footer_bottom_content_spacer {
    max-width: 35px;
    min-width: 10px;
  }

  .footer_bottom_content_spacer_right {
    max-width: 35px;
    min-width: 10px;
  }

  .footer_bottom_full {
    width: calc(100% - 15px);
    max-width: 360px;
    height: 170px;
    padding-right: 15px;
    background-position: right 0px center;
    background-size: contain;
  }

  .footer_meta_outer {
    max-width: 360px;
    min-width: 300px;
  }

  #metamenu {
    margin-top: 4px;
    position: absolute;
    left: 0;
  }

  #metamenu li {
    display: block;
    margin: 0px;
  }

  .one_col_wrapper::after {
    padding-top: 67%;
  }

  .one_col_wrapper {
    max-width: 360px;
    min-width: 300px;
    max-height: 240px;
    /*min-height: 			200px; mobile Höhe Tarifrechner (ohne: 200px)  */
    min-height: 400px;
    /* margin-bottom:        40px Abstand Tarifrechner zur zweiten Zeile (ohne: 40px); */
    margin-bottom: 5px;


  }

  .three_col_wrapper::after {
    padding-top: 108%;
  }

  .three_col_wrapper {
    max-width: 360px;
    min-width: 300px;
    max-height: 1135px;
    min-height: 325px;
  }

  .three_col_wrapper_add {
    max-height: 390px !important;
  }

  .three_col_content {
    width: 100%;
  }

  .three_col_content_middle {
    /* display:          none; */
  }

  .three_col_content_right {
    /* display:          none; */
  }

  .two_col_wrapper::after {
    padding-top: 130%;
  }

  .two_col_wrapper {
    max-width: 360px;
    min-width: 300px;
    max-height: 795px;
    min-height: 325px;
  }

  .two_col_wrapper_add {
    max-height: 390px !important;
  }

  .two_col_content_left_big,
  .two_col_content_right_big {
    width: 100%
  }

  .two_col_content_left_small,
  .two_col_content_right_small {
    width: 100%;
  }

  .two_col_content_left_small {
    width: 100%;
  }

  .h2_big_wrapper::after {
    padding-top: 16.90%;
  }

  .h2_big_wrapper {
    max-width: 355px;
    min-width: 295px;
    max-height: 60px;
    min-height: 54px;
  }

  .h2_big_content {
    width: 94%;
  }

}

@media (max-width: 320px) {

  html.mm-opening .mm-slideout {
    transform: translate(310px, 0px) !important;
    position: fixed;
  }

  .burger_close {
    left: -25px;
  }

}

@media (min-width: 321px) and (max-width: 360px) {

  html.mm-opening .mm-slideout {
    transform: translate(310px, 0px) !important;
    position: fixed;
  }

  .burger_close {
    left: -25px;
  }

}

@media (min-width: 361px) and (max-width: 375px) {

  html.mm-opening .mm-slideout {
    transform: translate(310px, 0px) !important;
    position: fixed;
  }


}

@media (min-width: 650px) and (max-width: 795px) {

  .footer {
    height: 307px;
  }

  .footer_bottom_wrapper {
    height: 107px;
  }

  .footer_bottom_full {
    height: 107px;
  }

  #metamenu li:nth-child(3n):after {
    content: '';
    display: block;
  }

  #metamenu li:nth-child(4n) {
    margin-left: -20px;
  }

}

@media (min-width: 200px) and (max-width: 650px) {

  .header-announcement-wrapper h1 {
    padding-left: 4em !important;
  }

  .header-h1_small {
    font-size: 2.2em !important;
  }

  .header-button-wrapper {
    position: absolute;
    bottom: 31px;
  }

  #alert {
    padding-top: 80px;
  }

}

select.content-form-field-select,
select.content-form-field-select-big {
  display: none;
}

.customSelect {
  position: relative;
  font-size: 16px;
  font-family: AccordAlt_Bold;
  float: left;
  margin-bottom: 10px;
}

.customSelect-left {
  margin-right: 20px;
}

.customSelect .selectedValue {
  padding-left: 20px;
  margin-bottom: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #eae9e9;
  cursor: pointer;
  background-image: url(/fileadmin/templates/images/select_down.jpg);
  background-repeat: no-repeat;
  background-position: center right;
}

.customSelect .selectList {
  z-index: 100;
  position: absolute;
  left: -999em;
  top: -999em;
  padding: 5px 0 5px;
  list-style: none;
  background-color: #d1d0cf;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.customSelect.select-open .selectList {
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
}

.customSelect .selectList dl {
  background: #d1d0cf;
}

.customSelect .selectList dl.defaultScrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
}

.customSelect dl,
.customSelect dd {
  margin: 0;
}

.customSelect dd {
  cursor: pointer;
}

.customSelect .disabled {}

.customSelect .selected {
  color: #ffa300;
  text-decoration: none;
}

.customSelect .selectList dd.hovered {}

.customSelect .selectList dd.disabled.hovered {}

.customSelect dt {
  padding: 5px 0px 15px 20px;
}

.customSelect dd {
  padding: 5px 0px 15px 20px;
}

.customSelect dd:last-child {
  padding: 5px 0px 5px 20px;
}

.customSelect.disabled .selectedValue {
  color: #ffa300;
  cursor: default;
}

.customSelect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  content: "";
}

.customSelect .selectValueWrap .caret {
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}

.customSelect .jspPane {
  overflow-x: hidden;
}

.customSelect .jspVerticalBar {
  background: none;
  width: 5px;
}

.customSelect .jspHorizontalBar {
  height: 0;
  overflow: hidden;
}

.customSelect .jspTrack {
  background: none;
  right: 10px;
}

.customSelect .jspDrag {
  color: #ffffff;
  background-color: #ffffff;
}

.headershadow {
  text-shadow: 1px 1px #444;
}

.rs_info_box_wrapper {
  width: 360px;
  height: 870px;
  float: left;
  margin-top: 20px;
}

.rs_info_box_content {
  overflow: hidden;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #fff;
  box-shadow: 5px 5px 0 #ffa300;
}

.rs_info_box_content .info-text {
  font-family: HelveticaNeueLTStd-Roman;
  font-size: 14px;
  float: left;
  padding: 20px 20px 29px;
}

.rs_info_box_content .content-text-headline {
  background-color: #d1d0cf;
  position: relative;
  width: 100%;
  min-width: 296px;
  max-width: 355px;
  min-height: 54px;
  max-height: 60px;
}

.rs_info_box_content .content-text-headline h2 {
  position: absolute;
  right: 0;
  top: 20%;
  width: 94%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-size: 30px !important;
}

.rs_info_box_content .info-text .dottedlist li {
  margin-bottom: 5px;
}

/* Tablet Header Layout */
@media (max-width: 965px) {
  .top-right-button {
    padding: 0px 10px 0px 10px;
    font-size: 15px;
  }

  .searchicon-standard {
    width: 50px;
  }

  .header_company_logo {
    width: 110px;
    height: 45px;
    float: left;
    transition: all .2s ease;
  }
}

/* Handy Header Layout */
@media (max-width: 648px) {
  .header_wrapper {
    height: 60px;
  }

  .burger-text {
    display: none;
  }

  .header_company_logo {
    width: 67px;
    height: 29px;
    float: left;
    transition: all .2s ease;
  }

  #top-area-right {
    width: 235px;
    float: right;
    margin-top: 10px;
    margin-right: -10px;
    padding-right: 10px;
    min-width: 100px;
  }

  .top-right-button {
    padding: 0px 5px 0px 5px;
    font-size: 15px;
  }

  .incidents,
  .tarifrecher-button {
    display: none;
  }

  .searchicon-standard {
    background-size: 25px 20px;
    width: 23px;
  }

  .header_company_logo_wrapper {
    margin-left: 45px !important;
    margin-top: 17px;
  }
}

.hidden_content {
  display: none;
}

/* Emergency & Alert Layout */
#emergency,
#alert {
  /*min-width: 965px;*/
  min-width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#emergency .content-accordion,
#alert .content-accordion {
  /* min-width: 1180px !important; */
  max-width: 1280px !important;
  margin-bottom: 0px !important;
}

#emergency .content-two-cols,
#alert .content-two-cols {
  margin-top: 15px !important;
  max-width: 100%;
}

/* Single Layout */
@media (min-width: 738px) and (max-width: 795px) {

  #emergency,
  #alert {

    /*max-width: 738px;*/
    /*min-width: 738px;*/

    margin: 0 auto;
  }

  #emergency .content-accordion,
  #alert .content-accordion {
    /* min-width: 738px !important; */
    /* max-width: 738px !important; */
    margin-bottom: 0px !important;
  }

  #emergency .content-two-cols,
  #alert .content-two-cols {
    /* max-width: 738px; */
    margin-top: 15px !important;
  }
}

/* #emergency .content-accordion-item {
	background-image: url(/fileadmin/templates/images/arrow_down_close.jpg) !important;
	background-repeat: no-repeat !important;
} */

/* Single Layout */

@media (min-width: 738px) and (max-width: 1024px) {

  #emergency,
  #alert {

    /*max-width: 740px;*/
    /* min-width: 740px; */
    margin: 0 auto;
  }

  #emergency .content-accordion,
  #alert .content-accordion {
    /* min-width: 740px !important; */
    /* max-width: 740px !important; */
    margin-bottom: 0px !important;
  }

  #emergency .content-two-cols,
  #alert .content-two-cols {
    /* max-width: 740px; */
    margin-top: 15px !important;
  }
}

/* Single Layout */
@media (min-width: 440px) and (max-width: 738px) {

  #emergency,
  #alert {

    /*max-width: 621px;*/
    /*min-width: 621px;*/
    margin: 0 auto;
  }

  #emergency .content-accordion,
  #alert .content-accordion {
    /* min-width: 621px !important; */
    /* max-width: 621px !important; */
    margin-bottom: 0px !important;
  }

  #emergency .content-two-cols,
  #alert .content-two-cols {
    /* max-width: 621px; */
    margin-top: 15px !important;
  }
}

/* Single Layout */
@media (max-width: 440px) {

  #emergency,
  #alert {

    max-width: 340px;
    min-width: 340px;
    margin: 0 auto;
  }

  #emergency .content-accordion,
  #alert .content-accordion {
    /* min-width: 340px !important; */
    max-width: 340px !important;
    margin-bottom: 0px !important;
  }

  #emergency .content-two-cols,
  #alert .content-two-cols {
    /* max-width: 345px; */
    font-size: 12px;
    margin-top: 15px !important;
  }
}

/* Alert Layout */
#alert .content-accordion-red {
  border: 4px solid red !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#alert .content-accordion-green {
  border: 4px solid green !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* #alert .content-accordion-item {
	background-image: url(/fileadmin/templates/images/arrow_down_close.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: 46px 100px !important;
} */
#alert .ui-accordion div.ui-state-default {
  margin-top: 0px !important;
}

.alert-icon {
  /* float: left; */
  /* margin-right: 10px; */
  font-size: 27px;
  color: #2d2926;
  margin-right: 12px;
  /* text-align: center; */
  /* vertical-align: middle; */
  /* line-height: 50px !important; */
  /* width: 40px; */
  /* height: 40px; */
  /* margin-left: -5px; */
}

#alert .fa-ban,
#alert .fa-leaf {
  color: red;
}



.fa-stack span {
  /* white-space: nowrap; */

  /* margin: 10px 20px; */
  margin-left: 46px;
  display: block;

  /* vertical-align: sub; */
}


/* Kachel HP-L4 Layout */
.rolling {
  height: calc(100% - 50px);
  margin-bottom: 50px;
}

.dce-link-navigation-wrapper {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 50px);
  height: 50px;
}

.circle-icon-active {
  margin-right: 5px;
  line-height: 40px !important;
  font-size: 12px;
  color: #ffa300;
  float: left;
}

.circle-icon-passive {
  color: #d1d0cf;
  line-height: 40px !important;
  font-size: 10px;
  margin-right: 5px;
  float: left;
}

.rolling-nav-icon {
  float: left;
  margin-right: 10px;
  font-size: 27px;
  color: #2d2926;
  text-align: center;
  vertical-align: middle;
  line-height: 40px !important;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 5px;
}

.dce-link-quad-spacer-content .fa-circle:first-child {
  margin-left: -5px;
}

.dce-link-quad-spacer-content .fa-circle:last-child {
  margin-right: 0px;
}

/* Farbe "Sicherheitsfrage" bei Anmeldung Pressemitteilungen */
.tx-mmc-directmail-subscription .form-row.error label {
	color: #e35205 !important
}
