@charset "UTF-8";
@font-face {
  font-family: "innogyWEB";
  src: url("/assets/innogyWEB-Light-6c67f590.woff2") format("woff2"), url("/assets/innogyWEB-Light-3cb71754.woff") format("woff");
}
@font-face {
  font-family: "innogyWEB";
  src: url("/assets/innogyWEB-Medium-fb11db74.woff2") format("woff2"), url("/assets/innogyWEB-Medium-5939ce03.woff") format("woff");
  font-weight: 700;
}
/* =VARIABLES
------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #474747;
  font-family: "innogyWEB", sans-serif;
  font-size: 88.5%;
  overflow-y: scroll;
}

@media print {
  #skiplinks,
  #second-nav,
  #second-content,
  #meta-nav {
    display: none;
  }
}
/* =WRAPPER
------------------------------------------------------------------- */
@media screen {
  #wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 1300px;
  }
}
/* =SKIPLINKS
------------------------------------------------------------------- */
#skiplinks {
  left: -3000px;
  position: absolute;
  top: 0;
  z-index: 100;
}

#skiplinks a:active,
#skiplinks a:focus {
  background: #fff;
  color: #00aae1;
  display: block;
  font-size: 1.2em;
  left: 3004px;
  line-height: 24px;
  padding: 0.1em 0.5em;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  white-space: nowrap;
}

/* =HEADER
------------------------------------------------------------------- */
#header {
  position: relative;
}
@media screen {
  #header {
    z-index: 1;
  }
}

#personalized-header {
  margin: 12px 0 36px;
  position: relative;
}

/* =COPY
------------------------------------------------------------------- */
#copy {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#copy img {
  display: block;
  height: 55px;
}

/* =LOGO
------------------------------------------------------------------- */
#logo a {
  background: 0;
}
#logo img {
  display: block;
  height: 85px;
}

/* =SEARCH
------------------------------------------------------------------- */
#search {
  background: #ebebeb;
  border-radius: 6px;
  font-size: 120%;
  margin-bottom: 16px;
  padding: 5px 0 10px 16px;
}
#search label {
  color: #000;
  display: block;
  font-size: 1.062rem;
  line-height: 1.6;
}
#search input {
  vertical-align: middle;
  width: 147px;
}
#search {
  /* #home & input {
    width: 120px;
  } */
}
#search button {
  background: url("/assets/arrow-blue-11dbbf4a.gif") no-repeat 50% 50%;
  border: 0;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: middle;
  width: 15px;
}

/* =CONTENT
------------------------------------------------------------------- */
@media screen {
  #content {
    padding: 5px 0 44px 270px;
    position: relative;
  }
  /* #home #content {
    padding-left: 0;
  } */
  #first-content {
    float: left;
    padding-right: 50px;
    width: 760px;
  }
  /* #home #first-content {
    padding: 0 34px;
    width: 676px;
  } */
  .wide #first-content {
    padding-right: 0;
    width: 1030px;
  }
  #second-content {
    float: right;
    font-size: 90%;
    margin: 0;
    padding-top: 16px;
    width: 220px;
  }
  #second-content fieldset,
  #second-content .controls {
    font-size: 109%;
  }
  #second-content .button {
    font-size: 14px;
  }
  /* #home #second-content {
    width: 235px;
  } */
  .wide #second-content {
    display: none;
  }
}
/* =SECOND-NAV
------------------------------------------------------------------- */
#second-nav {
  float: left;
  margin: 0 0 8px -270px;
  padding: 0 50px 0 9px;
  width: 211px;
}

/* #home #second-nav {
  margin-left: 0;
} */
#second-nav h2, #second-nav .gallery-list .content-title, .gallery-list #second-nav .content-title {
  color: #999;
  font-size: 98.8%;
  font-weight: 400;
  line-height: 1.6;
  margin: 8px 0 8px -9px;
  text-transform: uppercase;
}

#second-nav ul {
  margin-left: -9px;
}

#second-nav ul ul {
  margin-left: -12px;
}

#second-nav ul ul ul {
  margin: 0;
  padding-top: 4px;
}

#second-nav li {
  background: none;
  border-width: 1px 0 0;
  padding-left: 12px;
  margin-bottom: 0;
}

#second-nav li:first-child {
  border-width: 0;
}

#second-nav li li {
  background-position: -999em 0 !important;
  padding-left: 24px;
}

#second-nav li li li {
  padding-left: 8px;
}

#second-nav li li:hover,
#second-nav .active {
  background-position: 10px 0.5em !important;
}

#second-nav li li li:hover,
#second-nav .active .active {
  background-position: 0 0.5em !important;
}

#second-nav em {
  font-style: normal;
  font-weight: 700;
}

#second-nav a {
  background: 0;
  display: block;
  color: inherit;
  margin: -5px 0 -5px -12px;
  padding: 5px 5px 5px 12px;
}
#second-nav a:hover, #second-nav a:active, #second-nav a:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

#second-nav li li a {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

/* =HELPER
------------------------------------------------------------------- */
@media print {
  .screen-only {
    display: none;
  }
}
@media screen {
  .print-only {
    display: none;
  }
}
.brand {
  font-weight: 700;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clear {
  clear: both;
}

.scroll-horizontal {
  overflow-x: auto;
}

[class*=bg-] small {
  color: inherit;
}
[class*=bg-] a {
  color: inherit;
  text-decoration: underline;
}
[class*=bg-] a:hover, [class*=bg-] a:active, [class*=bg-] a:focus {
  text-decoration: none;
}
@media screen {
  [class*=bg-] .link-list li {
    background-image: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png");
  }
}
@media screen {
  [class*=bg-] .link-list .download {
    background-image: url("/assets/innogy_picto_c-arrow-down-02_n_RGB-d130e990.png");
  }
}
@media screen {
  [class*=bg-] .rel a,
  [class*=bg-] .rel span {
    background-image: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png");
  }
}

.bg-indigo-bright {
  background: #00aae1;
  border-color: #00aae1;
  color: #fff;
}

.bg-indigo-muted {
  background: #143c8c;
  border-color: #143c8c;
  color: #fff;
}

.bg-green-bright {
  background: #64b42d;
  border-color: #64b42d;
  color: #fff;
}

.bg-blue-bright {
  background: #009ba5;
  border-color: #009ba5;
  color: #fff;
}

.bg-yellow-bright {
  background: #f59b00;
  border-color: #f59b00;
  color: #fff;
}

.bg-red-bright {
  background: #eb4b0a;
  border-color: #eb4b0a;
  color: #fff;
}

.bg-fuchsia-bright {
  background: #e60055;
  border-color: #e60055;
  color: #fff;
}

.text-muted {
  color: #999;
}

.text-break, .icon-list li, .vcard .title, span.phone,
.phone span, a.email,
.email a {
  word-break: break-word;
}

/* =TYPO
------------------------------------------------------------------- */
h1 span,
h1 a,
h2 span,
.gallery-list .content-title span,
h2 a,
.gallery-list .content-title a,
h3 span,
h3 a,
h4 span,
h4 a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  margin: 16px 0 12px;
}

h2, .gallery-list .content-title {
  color: #000;
  font-size: 26px;
  line-height: 1.3;
  margin: 16px 0 4px;
  /* z. B. Index A bis Z (X-OR-Dialog) */
}
h2 em, .gallery-list .content-title em {
  background: #00aae1;
  color: #fff;
  font-style: normal;
}

h2.separate, .gallery-list .separate.content-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
}

h3,
h4 {
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  margin: 12px 0 4px;
}

p, div.error_div,
li,
dt,
dd {
  font-size: 120%;
  line-height: 1.6;
}

li p, li div.error_div,
tr p,
tr div.error_div,
dl p,
dl div.error_div,
li li,
tr li,
dl li,
tr dt,
tr dd {
  font-size: 100%;
  line-height: inherit;
}

p, div.error_div,
ul,
ol,
dl {
  margin: 4px 0 12px;
}

tr p:first-child, tr div.error_div:first-child,
dl p:first-child,
dl div.error_div:first-child,
tr ul:first-child,
dl ul:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

li ul {
  margin-bottom: 4px;
}

li {
  margin-bottom: 4px;
  margin-left: 19px;
}

tr li {
  margin-bottom: 0;
}

.separate ul ul {
  border-top: 1px solid #ebebeb;
  margin-bottom: 12px;
  margin-left: 0;
  padding-top: 12px;
}
@media screen {
  .separate ul ul {
    margin-left: -19px;
  }
}

.separate ul ul ul {
  border: 0;
  margin-top: 0;
  margin-left: 19px;
}
@media screen {
  .separate ul ul ul {
    margin-left: 0;
  }
}

.separate li {
  background-position: 1px 0.85em;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 0 1px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.separate li:first-child {
  border-width: 1px 0;
}

.separate li li {
  background-position: 1px 0.6em;
  border: 0 none;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

/* Downloads/Linkliste */
.link-list h2, .link-list .gallery-list .content-title, .gallery-list .link-list .content-title,
.link-list h3 {
  margin: 16px 0 8px;
}

@media screen {
  .link-list ul {
    list-style: none;
  }
}

.link-list ul ul {
  margin-bottom: 12px;
}

.link-list li {
  font-size: 0.956rem;
}
@media screen {
  .link-list li {
    background: url("/assets/innogy_picto_c-arrow-right_p_RGB-bd9a1e11.png") no-repeat 0 0.15em;
    background-size: auto 20px;
    margin-left: 0;
    padding-left: 28px;
  }
}

@media screen {
  .link-list .download {
    background-image: url("/assets/innogy_picto_c-arrow-down-02_p_RGB-a385adf1.png");
  }
}

@media screen {
  .link-list.separate ul ul {
    margin-left: -28px;
  }
  .link-list.separate ul ul ul {
    margin-left: 0;
  }
}
.link-list.separate li {
  background-position: 0 0.4em;
}

.link-list.separate li li {
  background-position: 0 0.15em;
}

.link-list a {
  color: inherit;
  text-decoration: none;
}
.link-list a:hover, .link-list a:active, .link-list a:focus {
  text-decoration: underline;
}

/* Features (z. B. Produktdetailseite) */
@media screen {
  div.features ul {
    list-style: none;
  }
}

div.features li {
  margin-bottom: 8px;
}
@media screen {
  div.features li {
    background: url("/assets/innogy_picto_check_p_RGB-6a303198.png") no-repeat -2px 0.3em;
    background-size: auto 18px;
    margin-left: 0;
    padding-left: 24px;
  }
}

sup {
  font-weight: 400; /* innerhalb H3 o. ä. */
  font-size: 12px;
  line-height: 1;
}
sup a {
  color: inherit;
}

big {
  font-size: 40px;
  line-height: 1.3;
}

small {
  color: #999;
  font-size: 0.875rem;
}

abbr {
  border-bottom: 1px dotted;
  /* cursor: help; */
  text-decoration: none;
}

pre,
code {
  font-family: "Courier New", Courier, monospace;
  font-size: 82.4%;
}

a {
  color: #00aae1;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover .rel span, a:active .rel span, a:focus .rel span {
  text-decoration: underline;
}

@media screen {
  a.email,
  .email a {
    background: url("/assets/innogy_picto_envelope_p_RGB-b2e1ff3f.png") no-repeat 1px 0.3em;
    background-size: auto 20px;
    color: inherit;
    display: inline-block;
    padding-left: 32px;
  }
}

@media screen {
  span.phone,
  .phone span {
    background: url("/assets/innogy_picto_phone-83d52074.png") no-repeat 1px 0.3em;
    background-size: auto 20px;
    color: inherit;
    display: inline-block;
    padding-left: 32px;
  }
}

hr {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 0 1px;
  clear: both;
  height: 0;
}

/* =IMAGE
------------------------------------------------------------------- */
img {
  border: 0;
}

/* z. B. Icons Auftragsstatus MSP */
img[title] {
  cursor: help;
}

.icons a {
  color: inherit;
}

.icon, button.ui-datepicker-trigger {
  display: inline-block;
  margin: -3px 0.2rem 0;
  vertical-align: middle;
}

dl.image {
  float: left;
  margin: 2px 12px 12px 0;
}

dl.image.pull-right {
  float: right;
  margin: 3px 0 12px 12px;
}

/* Bildunterschrift */
dl.image dd {
  font-size: 108%;
}

div.grafik {
  text-align: center;
}
div.grafik, #second-content .teaser + div.grafik {
  margin: 16px 0 !important;
}
#second-content div.grafik {
  margin-top: 0 !important;
}
div.grafik img {
  max-width: 100%;
}

/* =BOX
------------------------------------------------------------------- */
/* Clearfix: dl.image(.pull-right) */
div.em::after {
  clear: both;
  content: "";
  display: table;
}

/* z. B. Options (Endgerät) und Produktvarianten */
.em h2:first-child, .em .gallery-list .content-title:first-child, .gallery-list .em .content-title:first-child,
.em h3:first-child,
.em .right:first-child + h3 {
  margin: 4px 0 12px;
}

/* =COLUMNS
------------------------------------------------------------------- */
div.two-cols {
  clear: both;
  margin: 12px 0;
  overflow: hidden;
}

div.two-cols div.first,
div.two-cols div.second {
  float: left;
  width: 48%;
}

div.two-cols div.second {
  float: right;
}

/* Highlight actions (#70877) */
div.second.highlight {
  background-color: #009ba5;
  color: #fff;
  padding: 10px;
}
@media screen {
  div.second.highlight .link-list li {
    background-image: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png");
  }
}
div.second.highlight h2, div.second.highlight .gallery-list .content-title, .gallery-list div.second.highlight .content-title {
  color: #f59b00;
  margin-top: 0;
}

/* Asym */
div.asym div.first {
  width: 61%;
}

div.asym div.second {
  width: 35%;
}

/* =TEASER
------------------------------------------------------------------- */
#first-content .teaser {
  border-bottom: 1px solid #ebebeb;
  margin: 0 !important; /* #first-content .teaser + * (.teaser) */
  padding: 16px 0 8px;
  overflow: hidden; /* Clearfix: dl.image(.pull-right) */
}
#first-content .teaser + * {
  margin-top: 20px;
}
#first-content .teaser {
  /* Date: h2 span */
}
#first-content .teaser h2:first-child, #first-content .teaser .gallery-list .content-title:first-child, .gallery-list #first-content .teaser .content-title:first-child,
#first-content .teaser h3:first-child,
#first-content .teaser dl.image + h2,
#first-content .teaser .gallery-list dl.image + .content-title,
.gallery-list #first-content .teaser dl.image + .content-title,
#first-content .teaser dl.image + h3 {
  margin-top: 4px;
}
#first-content .teaser h2 a, #first-content .teaser .gallery-list .content-title a, .gallery-list #first-content .teaser .content-title a,
#first-content .teaser h3 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#second-content .teaser {
  margin-bottom: 22px;
}
#second-content .teaser h2 + div, #second-content .teaser .gallery-list .content-title + div, .gallery-list #second-content .teaser .content-title + div {
  border-color: #ebebeb;
  border-radius: 0 0 6px 6px;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 12px 11px 0 15px;
}
#second-content .teaser .img {
  display: block;
  margin: 1px 0 6px;
  text-align: center;
}
#second-content h2, #second-content .gallery-list .content-title, .gallery-list #second-content .content-title {
  background: #ebebeb;
  border-radius: 6px;
  font-size: 1.062rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: -6px;
  padding: 5px 8px 5px 16px;
  position: relative;
}
#second-content h2 span, #second-content .gallery-list .content-title span, .gallery-list #second-content .content-title span {
  float: right;
}
#second-content {
  /* Aktuelles */
}
#second-content h3 {
  margin-top: 4px;
}

p.date, div.date.error_div {
  font-size: 108%;
}
p.date + *, div.date.error_div + * {
  margin-top: -12px;
}

/* mehr (z. B. Teaser) */
span.rel {
  display: inline-block;
  margin-left: 12px;
}

p.rel, div.rel.error_div {
  margin-top: -6px;
}

@media screen {
  .rel a,
  .rel span {
    background: url("/assets/innogy_picto_c-arrow-right_p_RGB-bd9a1e11.png") no-repeat 0 50%;
    background-size: auto 20px;
    display: inline-block;
    min-height: 20px;
    padding-left: 28px;
    white-space: nowrap;
  }
}

.rel a {
  color: inherit;
  text-decoration: none;
}
.rel a:hover, .rel a:active, .rel a:focus {
  text-decoration: underline;
}

/* =PAGER
------------------------------------------------------------------- */
.pager {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 0;
  margin: 16px 0;
  overflow: hidden;
  padding: 4px 0;
  position: relative;
  text-align: center;
}
.pager span {
  display: inline-block;
  margin: 0 4px;
}

span.next,
span.prev {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

span.next {
  right: 0;
}

span.prev {
  left: 0;
}

/* =TABLE
------------------------------------------------------------------- */
table {
  border-bottom: 1px solid #474747;
  border-collapse: collapse;
  margin: 8px 0 16px;
}

table.full {
  width: 100%;
}

table.input-table {
  border: none;
  margin-bottom: 5px;
}
table.input-table td {
  border: none;
  padding: 0 2px;
  vertical-align: bottom;
}
table.input-table .content td {
  padding: 3px 2px;
  vertical-align: baseline;
}
table.input-table .content td:first-child {
  padding-left: 0;
}
table.input-table .mark-required {
  background-color: #fdede6;
}

caption {
  color: #000;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.6;
  margin: 12px 0 8px;
  text-align: left;
}

th,
td {
  border-color: #474747;
  border-style: solid;
  border-width: 1px 0 0;
  font-size: 108%;
  line-height: 1.6;
  padding: 5px 10px 5px 12px;
  vertical-align: top;
}

th {
  text-align: left;
}

.num {
  text-align: right;
}

tr .price {
  text-align: center;
}

thead th {
  border: 0;
  color: #143c8c;
  vertical-align: bottom;
}

tbody th {
  background: #f5f5f5;
  font-weight: 400;
}

th small {
  font-weight: 400;
}

/* =FORM
------------------------------------------------------------------- */
.form {
  background: #f5f5f5;
  margin: 24px 0;
}
.form form {
  padding: 12px 10px 6px 15px;
}

form em {
  font-style: normal;
  font-weight: 400;
}

fieldset {
  border: 0;
}
fieldset h2, fieldset .gallery-list .content-title, .gallery-list fieldset .content-title {
  margin: 4px 0 12px;
}
fieldset fieldset legend {
  padding-bottom: 0;
}
fieldset label {
  display: block;
  font-size: 120%;
  line-height: 1.6;
  position: relative;
  top: 2px;
}
.form fieldset label, .em fieldset label, #second-content fieldset label {
  font-size: 108%;
}
fieldset div.inline-block {
  display: inline-block;
}
fieldset span {
  display: inline-block;
  font-size: 108%;
  line-height: 1.6;
  margin: 4px 0 8px;
  /* Javascript Placeholder */
}
fieldset span span,
fieldset span .field {
  font-size: 100%;
}
fieldset span span {
  margin: 0;
}

fieldset.full-width label {
  padding-left: 0;
}

.em fieldset {
  border-top: 1px solid #fff;
  padding-top: 0.6em;
}

fieldset:first-child,
[type=hidden] + fieldset,
div + fieldset,
fieldset fieldset {
  border: 0;
  padding: 0;
}

/* MSP: X-OR-Dialog Anforderung, Triple Play: Receiver, Programmpakete */
h3 label,
h4 label {
  cursor: pointer;
  display: block !important;
  font-size: 100% !important;
  line-height: inherit;
  position: static;
}

legend {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding: 24px 0 12px;
}

fieldset label {
  cursor: pointer;
}
fieldset label span {
  display: inline;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
}
fieldset label span.error {
  color: #eb4b0a;
}
fieldset tr span {
  margin: 0;
}

.form fieldset p, .form fieldset div.error_div,
.form fieldset li,
.em fieldset p,
.em fieldset div.error_div,
.em fieldset li {
  font-size: 108%;
}
.form fieldset p span, .form fieldset div.error_div span,
.form fieldset li span,
.em fieldset p span,
.em fieldset div.error_div span,
.em fieldset li span {
  font-size: 100%;
}
.form fieldset small,
.em fieldset small {
  font-size: inherit;
}
.form fieldset p small, .form fieldset div.error_div small,
.em fieldset p small,
.em fieldset div.error_div small {
  color: inherit;
}

.label + span {
  margin-top: 6px;
}

#innerdate {
  margin-left: 13px;
  margin-right: 6px;
}

[type=text],
[type=number],
[type=email],
[type=password],
[type=number],
select,
textarea,
button,
.date-pick {
  background: #fff;
  border-radius: 1em;
  border: 1px solid #ccc;
  color: #474747;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

[type=text],
[type=number],
[type=email],
[type=password],
[type=number],
select,
textarea,
.date-pick {
  appearance: none;
  height: 1.7em;
  padding: 2px 12px;
}

select,
button {
  cursor: pointer;
}

tr [type=text],
tr [type=email],
tr select {
  font-size: 100%;
}

[type=text]:active,
[type=text]:focus,
[type=email]:active,
[type=email]:focus,
[type=password]:active,
[type=password]:focus,
[type=number]:active,
[type=number]:focus,
textarea:active,
textarea:focus,
.date-pick:active,
.date-pick:focus {
  border-color: #00aae1;
  outline: none;
}

[type=radio],
[type=checkbox] {
  cursor: pointer;
  position: relative;
  top: 2px;
}
h3 [type=radio], h4 [type=radio],
h3 [type=checkbox],
h4 [type=checkbox] {
  top: -2px;
  vertical-align: middle;
}

[type=file] {
  border: 0;
}

[type=text][readonly],
[type=text][disabled],
[type=email][readonly],
[type=email][disabled],
select[readonly],
select[disabled],
textarea[readonly],
textarea[disabled] {
  border-color: #fff !important;
}

select[readonly],
select[disabled],
textarea[readonly],
textarea[disabled] {
  cursor: default;
}

select {
  background-image: url("/assets/innogy_picto_arrow-down_p_RGB-c331c53d.png");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  height: 32px;
  max-width: 501px;
  padding: 4px 24px 4px 10px;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.row select {
  max-width: 336px;
}

/* Remove inner padding and border in Firefox 3+. */
select::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select[readonly],
select[disabled] {
  background-image: none;
}

option {
  padding-right: 8px;
}

textarea {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  overflow: auto;
}

span input {
  width: 16em;
}
.inline-form-elements span input {
  width: auto; /* size-Attribut */
}
#second-content span input {
  max-width: 135px;
}
span [type=file] {
  width: 32em;
}

.check,
.radio {
  margin: 4px 0 10px;
  padding-bottom: 2px;
}
.check label,
.radio label {
  display: inline-block;
  margin-right: 18px;
  padding-left: 22px;
  position: relative;
}

.radio-item {
  display: inline-block;
  position: relative;
  top: 5px;
}
.radio-item input[type=radio] {
  left: -999em;
  position: absolute;
}
.radio-item input[type=radio]:active + label::before, .radio-item input[type=radio]:focus + label::before {
  border-color: #00aae1;
}
.radio-item input[type=radio]:checked + label::after {
  border-radius: 50%;
  border: 6px solid #777;
  content: "";
  display: block;
  left: 6px;
  position: absolute;
  top: 5px;
}
.radio-item input[type=radio]:disabled + label::after {
  border: 6px solid #b0b0b0;
}
.radio-item label {
  cursor: pointer;
  display: inline-block;
  min-height: 22px;
  padding-left: 32px !important;
  user-select: none;
}
.radio-item label::before {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 20px;
}

.check-item {
  display: inline-block;
  position: relative;
  top: 5px;
}
.check-item input[type=checkbox] {
  left: -999em;
  position: absolute;
}
.check-item input[type=checkbox]:active + label::before, .check-item input[type=checkbox]:focus + label::before {
  border-color: #00aae1;
}
.check-item input[type=checkbox]:checked + label::after {
  border-color: #777;
  border-style: solid;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  top: 1px;
  transform: rotate(35deg);
  width: 5px;
}
.check-item label {
  cursor: pointer;
  display: inline-block;
  min-height: 22px;
  padding-left: 32px !important;
  user-select: none;
}
.check-item label::before {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 20px;
}

/* (FIELDSET.)ROW */
.row .note {
  margin-left: 198px;
}
.row span + .note,
.row img + .note {
  margin-top: -4px;
}
.row div + .note {
  margin-top: -8px;
}
.row > div {
  overflow: hidden;
}

#first-content .row fieldset fieldset legend {
  float: left;
}

.row div.check,
.row div.radio {
  margin-left: 196px;
}

fieldset.row label {
  float: left;
  margin: 4px 0 8px;
  width: 185px;
}

.row .label label {
  display: inline;
  float: none;
  font-size: 100%;
  margin: 0;
  position: static;
  width: auto;
}

.row div.check label,
.row div.radio label {
  float: none;
  margin: 0 18px 0 0;
  padding: 0 0 0 22px;
  width: auto;
}

fieldset.row .check-item--full label {
  width: 100%;
}

/* FAKEFORM */
.label,
.fakeform dt {
  display: block;
  font-size: 108%;
  line-height: 1.6;
  float: left;
  margin: 6px 0 8px;
  position: relative;
  top: 2px;
  width: 185px;
}

.fakeform dt {
  clear: left;
  margin-top: 3px;
}

.field,
.fakeform dd {
  background: #fff;
  border-radius: 1em;
  border: 1px solid #fff;
  font-size: 108%;
  line-height: 1.6;
  margin: 0;
  padding: 2px 12px;
  width: 16em;
}

.fakeform dd {
  font-size: 121%;
  margin: 4px 0 8px 13.7em;
  width: 24em;
}

/* BUTTON */
.button,
.ui-button {
  border-radius: 1.5em;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0.9em 1.8em;
  position: relative;
  text-align: center;
  top: -1px;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover, .button:active, .button:focus,
.ui-button:hover,
.ui-button:active,
.ui-button:focus {
  text-decoration: none;
}
.button:active, .button:focus,
.ui-button:active,
.ui-button:focus {
  top: 0;
}

tr .button {
  font-size: 100%;
}
.inline-form-elements .button {
  font-size: 14px;
  margin-left: 8px;
  top: 0;
}

.button.small {
  font-size: 14px;
}

@media screen {
  .standard {
    background: #f59b00;
    color: #fff;
  }
}
@media print {
  .standard {
    border: 1px solid currentColor;
    color: #f59b00;
  }
}
@media screen {
  .alternate,
  .ui-button {
    background: #00875a;
    color: #fff;
  }
}
@media print {
  .alternate {
    border: 1px solid currentColor;
    color: #00875a;
  }
}
@media screen {
  .special {
    background: #eb4b0a;
    color: #fff;
  }
}
@media print {
  .special {
    border: 1px solid currentColor;
    color: #eb4b0a;
  }
}
.controls {
  margin: 4px 0 12px;
}
.controls .button {
  margin-right: 8px;
}
.controls a:not(.button) {
  color: inherit;
  font-size: 108%;
  line-height: 1.6;
  vertical-align: middle;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.vertical-divider {
  align-items: center;
  display: flex;
  margin: 0 2em;
  position: relative;
}
.vertical-divider:before, .vertical-divider:after {
  border-left: 1px solid #acacac;
  content: "";
  left: 50%;
  position: absolute;
  width: 1px;
}
.vertical-divider:before {
  bottom: 50%;
  margin: 12px 0;
  top: 0;
}
.vertical-divider:after {
  bottom: 0;
  margin: 12px 0;
  top: 50%;
}
.vertical-divider p, .vertical-divider div.error_div {
  margin: 0;
}

.right {
  text-align: right;
}
.right > .button {
  margin-left: 8px;
  margin-right: 0;
}

.center {
  text-align: center;
}

fieldset .inline-form-elements label,
fieldset .inline-form-elements .label {
  display: inline;
  float: none;
  margin: 0 12px 0 0;
  top: -1px;
  width: auto !important; /* (#new_search) fieldset.row label */
}

.strasse {
  width: 12em;
}

.ort,
.district {
  width: 10.4em;
}

.district.alone {
  width: 16em;
}

.lnum,
input.price {
  width: 6.3em;
}

.plz {
  width: 3.6em;
}

.nummer {
  width: 2em;
}

.countrycode {
  width: 4em;
}

.localareacode {
  width: 5em;
}

.direct_dial {
  width: 4em;
}

input.count {
  width: 1.6em;
}

.snum {
  width: 2.4em;
}

.snum,
input.price,
input.count {
  text-align: right;
}

input.large {
  font-size: 17px;
  width: 21.6em;
}

/* Button-Container */
.button-container {
  margin: 28px 0 20px 41%;
  position: relative; /* .button-container .button */
}
.two-cols .button-container {
  margin-left: 0;
}
.button-container .inner {
  background: #f5f5f5;
  border: 1px solid #ebebeb;
}
.button-container .inner div {
  border: 2px solid #fff;
  padding: 8px 10px 24px;
}
.button-container p, .button-container div.error_div {
  margin: 0 auto;
  padding: 0 0 5px;
}
.button-container .button {
  left: 50%;
  min-width: 70px;
  position: absolute; /* .button-container */
  top: 100%;
  transform: translate(-50%, -50%);
}

.button-container p, .button-container div.error_div {
  text-align: center;
}

.button-container p.price, .button-container div.price.error_div {
  padding-top: 5px;
}

.button-container p.price strong, .button-container div.price.error_div strong {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

#first-content .button-container p.price strong span, #first-content .button-container div.price.error_div strong span {
  font-size: 15.3px;
}

#first-content .button-container p.price em, #first-content .button-container div.price.error_div em {
  display: block;
  font-size: 90%;
  line-height: 1.6;
  overflow: hidden;
  padding-left: 12px;
  position: relative;
  text-align: left;
  top: -5px;
}

/* ERRORS */
tr div.error p, tr div.error_div p, tr div.error div.error_div, tr div.error_div div.error_div,
tr div.error li,
tr div.error_div li {
  font-size: 100%;
}
div.error p, div.error_div p, div.error div.error_div, div.error_div div.error_div,
div.error ol,
div.error_div ol,
div.error li,
div.error_div li,
div.error label,
div.error_div label,
div.error .label,
div.error_div .label {
  color: #eb4b0a;
}
div.error p, div.error_div p, div.error div.error_div, div.error_div div.error_div,
div.error li,
div.error_div li {
  font-size: 108%;
}
div.error a, div.error_div a {
  color: inherit;
}
div.error [type=text], div.error_div [type=text],
div.error [type=email],
div.error_div [type=email],
div.error [type=password],
div.error_div [type=password],
div.error select,
div.error_div select,
div.error textarea,
div.error_div textarea,
div.error .radio-item label::before,
div.error_div .radio-item label::before,
div.error .check-item label::before,
div.error_div .check-item label::before {
  border-color: #eb4b0a;
}
div.error [type=text]:focus, div.error_div [type=text]:focus,
div.error [type=email]:focus,
div.error_div [type=email]:focus,
div.error [type=password]:focus,
div.error_div [type=password]:focus,
div.error textarea:focus,
div.error_div textarea:focus,
div.error .radio-item input[type=radio]:focus + label::before,
div.error_div .radio-item input[type=radio]:focus + label::before,
div.error .check-item input[type=checkbox]:focus + label::before,
div.error_div .check-item input[type=checkbox]:focus + label::before {
  border-color: #00aae1;
}
div.error td, div.error_div td {
  background-color: #fdede6;
  color: #eb4b0a;
}

/* ANFRAGE */
#anfrage input {
  width: 20em;
}

#anfrage #Betreff {
  width: 34.8em;
}

/* hervorgehobene Links */
a.help {
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #000;
  cursor: help;
  display: inline-block;
  font-size: 108%;
  font-weight: 700;
  line-height: 18px;
  margin-left: 6px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  width: 18px;
}
a.help:hover, a.help:active, a.help:focus {
  text-decoration: none;
}

/* (UI-)DATEPICKER */
.ui-datepicker-trigger {
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

button.ui-datepicker-trigger {
  background-image: url("/assets/innogy_picto_calendar-date_p_RGB-21e49746.png");
  background-size: cover;
}

img.ui-datepicker-trigger {
  margin-bottom: -5px;
}

.ui-datepicker {
  font-size: 120% !important;
}

.ui-datepicker-header a {
  cursor: pointer;
}

a.ui-state-disabled {
  cursor: auto;
}

.ui-datepicker table {
  border: 0;
}

/* =NEWS (Startseite)
------------------------------------------------------------------- */
#news {
  clear: both;
  padding-top: 48px;
}

/* =NEW SEARCH
------------------------------------------------------------------- */
#new_search .row label {
  width: 110px;
}

/* =NOTICE
------------------------------------------------------------------- */
p.notice,
p.info,
p.success,
p.warning,
p.error,
div.error_div {
  border: 1px solid currentColor;
  font-size: 0.956rem;
  margin: 12px 0;
  padding: 6px 10px;
}
@media screen {
  p.notice,
  p.info,
  p.success,
  p.warning,
  p.error,
  div.error_div {
    border: 0;
  }
}
p.notice a,
p.info a,
p.success a,
p.warning a,
p.error a,
div.error_div a {
  color: inherit;
  text-decoration: underline;
}
p.notice a:hover, p.notice a:active, p.notice a:focus,
p.info a:hover,
p.info a:active,
p.info a:focus,
p.success a:hover,
p.success a:active,
p.success a:focus,
p.warning a:hover,
p.warning a:active,
p.warning a:focus,
p.error a:hover,
div.error_div a:hover,
p.error a:active,
div.error_div a:active,
p.error a:focus,
div.error_div a:focus {
  text-decoration: none;
}

p.notice, div.notice.error_div {
  color: #f59b00;
}
@media screen {
  p.notice, div.notice.error_div {
    background: #fef5e5;
  }
}

p.info, div.info.error_div {
  color: #00aae1;
}
@media screen {
  p.info, div.info.error_div {
    background: #e5f6fc;
  }
}

p.success, div.success.error_div {
  color: #64b42d;
}
@media screen {
  p.success, div.success.error_div {
    background: #eff7ea;
  }
}

p.warning, div.warning.error_div {
  color: #eb4b0a;
}
@media screen {
  p.warning, div.warning.error_div {
    background: #fdede6;
  }
}

p.error, div.error_div {
  color: #eb4b0a;
}
@media screen {
  p.error, div.error_div {
    background: #fdede6;
  }
}

@media screen {
  .flash {
    bottom: 100%;
    box-sizing: border-box;
    left: 270px;
    margin: 16px 0;
    position: absolute;
    width: 800px;
    z-index: 1;
  }
}

/* =VCARD
------------------------------------------------------------------- */
.vcard {
  font-size: 120%;
  line-height: 1.6;
  margin: 4px 0 12px;
}
#first-content .vcard {
  clear: both;
  margin-right: -16px;
  overflow: hidden;
}
.vcard p, .vcard div.error_div {
  font-size: 100%;
}
.vcard li {
  font-size: 100%;
  margin-bottom: 0;
}
.vcard li a.email {
  background: 0;
  padding: 0;
}
.vcard .wrapper-em {
  background: linear-gradient(#e0edf6, #f3f8fb);
  border-radius: 8px 8px 0 0;
  border: 0;
  float: left;
  margin: 8px 8px 0 0;
  width: 173px;
}
.vcard .em .fn {
  margin: 9px 0 6px;
}
.vcard .em .title {
  margin-top: 9px;
}
.vcard .em .adr,
.vcard .em .tel {
  margin: 9px 0 6px;
}
.vcard .fn {
  font-weight: 700;
  margin: 6px 0 4px;
}
.vcard .adr,
.vcard .tel {
  margin-top: 4px;
}

/* =FOOTER-NAV
------------------------------------------------------------------- */
#footer-nav {
  clear: both;
  position: relative;
  top: 38px;
  /* #home & {
    padding-left: 34px;
  } */
}
#footer-nav ul {
  list-style: none;
  margin: 0;
  overflow: hidden; /* Clearfix: li */
}
#footer-nav li {
  float: left;
  font-size: 108%;
  margin: 0 25px 0 0;
  padding: 0;
}
#footer-nav a {
  background: no-repeat 0 50%;
  background-size: auto 20px;
  color: inherit;
  display: inline-block;
  line-height: 22px;
  padding-left: 28px;
}
#footer-nav .print {
  background-image: url("/assets/innogy_picto_printer_p_RGB-ae2a709e.png");
  padding-left: 32px;
}
#footer-nav .top {
  background-image: url("/assets/innogy_picto_c-arrow-up_p_RGB-e6d657e1.png");
}
#footer-nav .back {
  background-image: url("/assets/innogy_picto_c-arrow-left_p_RGB-7e3d7c20.png");
}

@media print {
  #footer-nav {
    display: none;
  }
}
/* =FOOTER
------------------------------------------------------------------- */
#footer {
  padding: 24px 0 36px;
  /* Clearfix: p.pull-right (brand) */
}
#footer::after {
  clear: both;
  content: "";
  display: table;
}
#footer .print-only {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 0;
  margin-top: 42px;
  padding: 12px 0 6px;
}
#footer > p, #footer > div.error_div {
  margin-top: 12px;
}
@media screen {
  #footer > p, #footer > div.error_div {
    font-size: 108%;
  }
}

/* =META NAVIGATION
------------------------------------------------------------------- */
#meta-nav {
  list-style: none;
  margin: 0;
  padding: 4px 0 4px 270px;
  position: relative;
  top: -24px;
}
#meta-nav li {
  display: inline-block;
  font-size: 108%;
  line-height: 1.6;
  margin: 0 24px 0 0;
}
#meta-nav a {
  color: inherit;
}
#meta-nav em {
  font-style: normal;
  font-weight: 700;
}

/* =TOOLTIP
------------------------------------------------------------------- */
.tooltip-overlay-box {
  background-color: #ebebeb !important;
  border-color: #2E2F30 !important;
  border-radius: 8px;
  color: #000;
  opacity: 0.8;
}

.signature-field {
  border: solid 1px #ccc;
  box-sizing: border-box;
  cursor: crosshair;
  margin: 0.5em 0;
}

.info-tooltip {
  border-radius: 100%;
  border: 1px solid currentColor;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  height: 1.5em;
  line-height: 1;
  margin: 0 0.5em;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  width: 1.5em;
}
.info-tooltip:hover, .info-tooltip:focus {
  color: #143c8c;
}

/* = Helpers
------------------------------------------------------------------- */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 1px solid currentColor;
  background: #fff;
  color: #474747;
}

.ui-widget-header {
  background: #00aae1;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: inherit;
}

/* Interaction states
----------------------------------*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #474747;
  text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #00aae1;
  text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #00aae1;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #00aae1;
  background: #fff;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fff;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-widget-content .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-default .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-active .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_454545_256x240-42d3554d.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_0066aa_256x240-36faa138.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/assets/ui-images/ui-icons_cd0a0a_256x240-f43ded2e.png");
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; } */
/* Overlays */
.ui-widget-overlay {
  background: #fff;
  opacity: 0.8;
  position: fixed;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #474747;
  opacity: 0.3;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*!
 * jQuery UI Autocomplete 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
} /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.22
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*!
 * jQuery UI Dialog 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.4em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.3em 30px 0.3em 10px;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  transform: translateY(-50%);
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  background: 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  border-width: 1px 0 0;
  padding: 0.5em 10px 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0 0.5em 5px;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 0.4em;
  bottom: 0.4em;
  position: absolute;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Datepicker 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

/* =(UI-)ACCORDION
------------------------------------------------------------------- */
.accordion {
  margin: 16px 0;
}
.accordion > div {
  margin-bottom: 2px;
}

.ui-accordion-header {
  background: #ebebeb;
  color: #000;
  cursor: pointer;
  font-size: 1.062rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 5px 12px 5px 14px;
}
.ui-accordion-header.ui-state-default a {
  color: inherit;
}
#content .ui-accordion-header.ui-state-hover, #content .ui-accordion-header.ui-state-active {
  background: #d8d7d6;
  color: #143c8c;
}
.accordion > :first-child .ui-accordion-header {
  border-radius: 6px 6px 0 0;
}
.ui-accordion-header + .ui-accordion-content {
  background: 0;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 6px 11px 0 15px;
}
.ui-accordion-header a:hover,
.ui-accordion-header a:active,
.ui-accordion-header a:focus {
  background: 0;
}

.ui-icon {
  display: none;
}

/* =(UI-)DIALOG
------------------------------------------------------------------- */
@media print {
  .ui-dialog,
  .ui-widget-overlay {
    display: none !important; /* Inline */
  }
}
.ui-dialog-titlebar {
  font-size: 120%;
  line-height: 1.6;
}

.ui-button-icon-only .ui-button-text {
  left: -999em;
  position: absolute;
}

.ui-dialog {
  z-index: 101;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: 0;
  border-radius: 0;
  box-sizing: content-box;
  cursor: pointer;
  height: 18px;
  overflow: hidden;
  padding: 10px !important;
  right: 0;
  text-indent: -999em;
  width: 18px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background: url("/assets/innogy_picto_close_n_RGB-700ad65a.png") no-repeat 0 0/auto 18px;
  margin: 0;
  position: absolute;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-space {
  display: none;
}

/* =CONTENT */
.ui-dialog .index {
  font-size: 120%;
  line-height: 1.6;
}

.entry {
  padding: 1px 10px;
  position: relative;
}
.entry + .entry {
  border-top: 1px solid #ebebeb;
}
.entry .check,
.entry .radio {
  left: 10px;
  position: absolute;
  top: 8px;
}
.entry .check h3,
.entry .check h4,
.entry .radio h3,
.entry .radio h4 {
  font-size: 120%;
  margin-top: 0;
}
.entry .check label,
.entry .radio label {
  margin-right: 0;
}
.entry .check-item,
.entry .radio-item {
  display: block;
}
.entry fieldset span {
  font-size: 120%;
  margin-bottom: 0;
}
.entry .desc,
.entry .field {
  display: inline-block;
  vertical-align: top;
}
.entry .desc {
  box-sizing: border-box;
  padding-left: 32px;
  width: 66%;
}
.entry .desc .check,
.entry .desc .radio {
  margin-left: -32px;
  position: static;
}
.entry .field {
  background: 0;
  border-radius: 0;
  border: 0;
  font-size: 100%;
  padding: 0;
  text-align: right;
  width: 33%;
}
.entry .field input {
  margin: -4px 4px 2px;
}
.entry .field .note {
  font-size: 108%;
}
.entry .desc:first-child + .field,
.entry .check + .desc + .field,
.entry .radio + .desc + .field {
  margin-top: 4px;
}
.entry h3,
.entry h4 {
  margin-top: 4px;
}
.entry h3 a,
.entry h4 a {
  color: inherit;
  display: block;
  font-size: 100%;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
}

.xor-active {
  background-color: #f5f5f5;
}
.xor-active, .xor-active + .entry {
  border-color: #fff;
}

/* =OVERLAY */
.ui-widget-overlay {
  z-index: 100;
}

.ui-clean-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-clean-dialog .ui-dialog-content {
  padding-bottom: 1em;
  padding-top: 1em;
}

.dialog-auto {
  display: none;
}

.dialog-action {
  padding-top: 1em;
  font-size: 108%;
  text-align: right;
}

/* =(UI-)MENU
------------------------------------------------------------------- */
.ui-menu {
  background: #fff;
  border-color: #00aae1;
  border-radius: 1em;
  padding: 0;
  overflow: hidden;
}

@media print {
  .ui-menu {
    display: none !important;
  }
}
.ui-menu-item {
  background: 0;
  font-size: 108%;
}

.ui-menu .ui-menu-item a {
  color: inherit;
  cursor: pointer;
  line-height: inherit;
  padding: 0 8px 1px 12px;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  background: #00aae1;
  color: #fff;
  margin: 0;
}

/* =LIVESEARCH
------------------------------------------------------------------- */
input.loading {
  background: #FFF url("/assets/ajax-loader-51f3e662.gif") no-repeat 100% 50%; /* preloaders.net: Circular (Spinners), Fading balls, Foreground color #0066AA, Animation speed -2, Preloader size (px) 16x16, Flip image Hor. */
}

/* =LOGIN
------------------------------------------------------------------- */
div#login {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div#login form,
div#login p,
div#login div.error_div {
  font-size: 108%;
  line-height: 1.6;
  margin: 12px 0 4px;
}
div#login a {
  color: inherit;
}
div#login select,
div#login .button {
  left: 10px;
  margin-right: 10px;
}
div#login select {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media print {
  div#login {
    display: none;
  }
}
/* =TABLE-PORTALE
------------------------------------------------------------------- */
.small th {
  font-weight: 400;
}

tfoot td {
  font-weight: 700;
}

/* sortable */
table.sortable thead th {
  white-space: nowrap;
}

/* col/row */
table.col th,
table.row th {
  background: 0;
  font-weight: 700;
}

tr.em th,
tr.em td,
tr.odd th,
tr.odd td {
  background: #f5f5f5;
}

tr.entered th,
tr.entered td {
  background: #e5f6fc;
}

tr.timed-out th,
tr.timed-out td {
  background: #fce5ee;
  font-weight: 700;
}
tr.timed-out th a,
tr.timed-out td a {
  color: #e60055;
}

/* =KOSTEN (Kundenportal Online-Bestellung)
------------------------------------------------------------------- */
#kosten dt {
  font-weight: 700;
}

#kosten dd {
  color: #999;
}

/* =WRAPPER-TABLE
------------------------------------------------------------------- */
.wrapper-table {
  margin: 16px 0;
}

.wrapper-table table {
  margin: -1px 0 0;
}

.wrapper-table th,
.wrapper-table td {
  background: 0;
  border-width: 0;
}

.wrapper-table thead th {
  vertical-align: top;
  white-space: nowrap;
}

table.full {
  width: 100%;
}

tr.product th {
  background: #f59b00;
  border-color: currentColor;
  border-width: 1px 0;
  color: #fff;
  font-weight: 700;
}

tr.product a {
  color: inherit;
  display: inline-block;
  font-weight: 400;
  margin-left: 12px;
}
@media screen {
  tr.product a {
    background: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png") no-repeat 0 50%/auto 20px;
    padding-left: 28px;
    white-space: nowrap;
  }
}

tr.option th {
  background: #00aae1;
  border-color: currentColor;
  border-width: 1px 0;
  color: #fff;
  font-weight: 700;
}

tr.option a {
  color: inherit;
  display: inline-block;
  font-weight: 400;
  margin-left: 12px;
}
@media screen {
  tr.option a {
    background: url("/assets/innogy_picto_c-arrow-right_n_RGB-245daf9e.png") no-repeat 0 50%/auto 20px;
    padding-left: 28px;
    white-space: nowrap;
  }
}

@media screen {
  tr.product sup a,
  tr.option sup a {
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
}

tr.option .error, tr.option div.error_div {
  background-color: #fdede6;
  font-weight: 400;
  margin-left: -12px;
  margin-right: -10px;
  padding: 2.5px 10px 2.5px 12px;
  position: relative;
  top: 5px;
}

hr.spacer {
  margin: 0.5em 0;
}

/* =TOOLTIP
------------------------------------------------------------------- */
#tooltip,
.tooltip_content {
  background: #fff;
  border: 1px solid #474747;
  font-size: 108%;
  line-height: 1.6;
  max-width: 300px;
  padding: 15px;
  position: absolute;
}
#tooltip h3,
.tooltip_content h3 {
  margin: -5px 0 10px;
}

/* =FOOTNOTE
------------------------------------------------------------------- */
.footnote {
  color: #999;
  font-size: 82.4%;
  margin: 16px 0 16px 12px;
}

/* =AUTOCOMPLETE
------------------------------------------------------------------- */
.ac_results {
  background: #fff;
  border-radius: 1em 0 0 1em;
  border: 1px solid #00aae1;
  overflow: hidden;
  z-index: 99999;
}

@media print {
  .ac_results {
    display: none !important;
  }
}
.ac_results ul {
  list-style: none;
  margin: 0;
}

.ac_results li {
  background: 0;
  cursor: pointer;
  font-size: 108%;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 8px 1px 12px;
}

li.ac_odd {
  background: #ebebeb;
}

li.ac_over {
  background: #00aae1;
  color: #fff;
}

/* =AVAILABILITY
------------------------------------------------------------------- */
.whois {
  border: 1px solid #ebebeb;
  height: 20em;
  margin: 16px 0;
  overflow: auto;
  padding: 12px;
}

.result h2, .result .gallery-list .content-title, .gallery-list .result .content-title {
  font-weight: 700;
}

.free h2, .free .gallery-list .content-title, .gallery-list .free .content-title {
  color: #64b42d;
}

.taken h2, .taken .gallery-list .content-title, .gallery-list .taken .content-title {
  color: #eb4b0a;
}

.result-state-icon {
  float: left;
  margin: 5px 10px;
}

.result-description {
  overflow: hidden;
}

#availability .row div > label,
#availability .row .label {
  width: 11em;
}

/* Domainname */
#availability .inline-form-elements input {
  width: 14em;
}

/* =AVAILABILITY-CHECKER
------------------------------------------------------------------- */
#availability-checker fieldset {
  margin-right: -11px;
}
#availability-checker fieldset div {
  display: inline-block;
  margin-right: 7px;
}
#availability-checker .plz {
  width: 45px;
}
#availability-checker .ort {
  width: 76px;
}
#availability-checker .district {
  max-width: 137px;
  width: 137px;
}
#availability-checker .strasse {
  width: 101px;
}
#availability-checker .nummer {
  width: 20px;
}

/* =CROSSTEASER
------------------------------------------------------------------- */
.crossteaser-container {
  display: none;
}
.crossteaser-container .ui-tabs-panel {
  border: 0;
  padding: 0;
}
.crossteaser-container.ui-tabs {
  clear: left;
  margin: 0 -5px 0 0;
  position: relative;
}
@media screen {
  .crossteaser-container.ui-tabs {
    display: block;
  }
}
#second-nav + .crossteaser-container {
  margin-top: 8px;
}
.slider + .crossteaser-container {
  margin-top: 13px;
}
.crossteaser-container .tab-nav-container {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -8px;
  width: 240px;
}
.crossteaser-container .tab-nav-container h2, .crossteaser-container .tab-nav-container .gallery-list .content-title, .gallery-list .crossteaser-container .tab-nav-container .content-title {
  padding-left: 4px;
}
.crossteaser-container .ui-tabs-nav {
  display: block;
  margin: 0 -8px 0 -16px;
  width: auto;
}
.crossteaser-container .ui-tabs-nav li {
  display: block;
  font-size: 120%;
  line-height: 1.45;
  text-align: left;
}
.crossteaser-container .ui-tabs-nav li, .crossteaser-container .ui-tabs-nav li:first-child, .crossteaser-container .ui-tabs-nav li:last-child {
  padding: 0 5px 0 20px;
}
.crossteaser-container .ui-tabs-nav li:first-child a, .crossteaser-container .ui-tabs-nav li:last-child a {
  border-radius: 0;
}
.crossteaser-container .ui-tabs-nav li:first-child a {
  border: 0;
}
.crossteaser-container .ui-tabs-nav .ui-state-default a {
  background: url("/assets/arrow-red-a548ac32.gif") no-repeat 0 50%;
  border-top: 1px solid #ebebeb;
  color: #474747;
  margin: 0;
  padding: 1px 0 2px 12px;
}
.crossteaser-container .ui-tabs-nav .ui-tabs-active {
  background: #66A4CC;
}
.crossteaser-container .ui-tabs-nav .ui-tabs-active a, .crossteaser-container .ui-tabs-nav .ui-tabs-active + li a {
  border-color: transparent;
}
.crossteaser-container .ui-tabs-nav .ui-tabs-active a {
  background: url("/assets/arrow-white-left-2186cc68.gif") no-repeat 0 50%;
  color: #FFF;
}

.crossteaser,
.crossteaser-container .tab-nav-container {
  border-style: solid;
  border-width: 1px;
  min-height: 192px;
  padding: 0 8px 0 16px;
}
.crossteaser h2, .crossteaser .gallery-list .content-title, .gallery-list .crossteaser .content-title,
.crossteaser h3,
.crossteaser-container .tab-nav-container h2,
.crossteaser-container .tab-nav-container .gallery-list .content-title,
.gallery-list .crossteaser-container .tab-nav-container .content-title,
.crossteaser-container .tab-nav-container h3 {
  font-size: 22px;
  color: inherit;
  margin: 9px 0 6px;
}

.crossteaser {
  margin: 8px 0 12px;
}
.ui-tabs .crossteaser {
  box-sizing: border-box;
  float: left;
  margin: -8px 0 0 5px;
  width: 243px;
}
.ui-tabs .crossteaser:first-child {
  margin-left: 0;
}
.ui-tabs .crossteaser + div + div + .crossteaser {
  width: 240px;
}

/* =FLEXSLIDER
------------------------------------------------------------------- */
.slider {
  margin: 24px 0;
  position: relative;
}
@media print {
  .slider {
    display: none;
  }
}

/* Slides Container */
.slides {
  list-style: none;
  margin: 0;
}
.slides li {
  display: none;
  margin: 0;
  position: relative;
}
.slides li:first-child {
  display: block;
}
.slides li.left img {
  margin-right: auto;
}
.slides li.right {
  text-align: left;
}
.slides li.right img {
  margin-left: auto;
}
.slides a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.slides img {
  display: block;
}
.slides .crossteaser {
  box-sizing: border-box;
  margin: 0;
  min-height: 100%;
}

.slide-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.left .slide-overlay {
  padding-left: 395px;
}
.right .slide-overlay {
  padding-right: 395px;
}

/* Control Nav (!!!Obacht!!! #19469 Slider Navigation) */
.flex-control-nav {
  background-color: #ebebeb;
  border-radius: 0 0 6px 6px;
  bottom: 0;
  height: 48px;
  left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 16px 6px 0;
}
.flex-control-nav a {
  background-color: #625f5a;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 14px;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: middle;
  width: 14px;
}
.flex-control-nav .flex-active {
  background-color: #143c8c;
  cursor: default;
}

/* Direction Nav */
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding-bottom: 48px;
}
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav a {
  bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  height: 48px;
  position: absolute;
}
.flex-direction-nav span {
  background-repeat: no-repeat;
  background-size: auto 20px;
  display: block;
  margin: 0 18px;
  position: relative;
  top: 9px;
}

a.flex-prev {
  left: 0;
}
a.flex-prev span {
  background-image: asset_path("innogy_picto_arrow-left_p_RGB.png");
  background-position: 0 50%;
  padding-left: 28px;
}

a.flex-next {
  right: 0;
}
a.flex-next span {
  background-image: asset_path("innogy_picto_arrow-right_p_RGB.png");
  background-position: 100% 50%;
  padding-right: 28px;
}

a.flex-disabled {
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
}

/* =(UI-)TABS
------------------------------------------------------------------- */
.ui-tabs {
  background: 0;
  border: 0;
  color: inherit;
  margin: 16px 0;
}

.ui-tabs-hide {
  display: none;
}

.ui-tabs-nav {
  background: 0;
  border: 0;
  color: inherit;
  display: table;
  font-weight: normal;
  list-style: none;
  table-layout: fixed;
  width: 100%;
}
.ui-tabs-nav.ui-helper-clearfix:before, .ui-tabs-nav.ui-helper-clearfix:after {
  display: none;
}
.ui-tabs-nav li {
  background: 0;
  display: table-cell;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}
.ui-tabs-nav li:first-child {
  padding-left: 0;
}
.ui-tabs-nav li:first-child a {
  border-top-left-radius: 6px;
}
.ui-tabs-nav li:last-child {
  padding-right: 0;
}
.ui-tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:active,
.ui-tabs-nav a:focus {
  background: 0;
  text-decoration: none;
}
.ui-tabs-nav .ui-state-default a {
  background: #ebebeb;
  color: #00aae1;
  display: block;
  padding: 6px 0 4px;
}
.ui-tabs-nav .ui-state-hover a,
.ui-tabs-nav .ui-state-active a,
.ui-tabs-nav .ui-state-focus a {
  background: #d8d7d6;
  color: #00aae1;
}

.ui-tabs-panel {
  background: 0;
  border-color: #ebebeb;
  color: inherit;
  padding: 18px 11px 12px 11px;
}

.tab-visually-reset .ui-tabs-nav li {
  font-size: 22px;
  line-height: 1.3;
}
.tab-visually-reset .ui-tabs-nav li:first-child a {
  border-bottom-left-radius: 6px;
}
.tab-visually-reset .ui-tabs-nav li:last-child a {
  border-bottom-right-radius: 6px;
}
.tab-visually-reset .ui-tabs-nav .ui-state-default a {
  padding: 8px 0;
}
.tab-visually-reset .ui-tabs-panel {
  border: 0;
  padding: 7px 0 0;
}

/* =ICON-LIST
------------------------------------------------------------------- */
.icon-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 12px -4px;
}
.icon-list li {
  background-color: #f5f5f5;
  box-sizing: border-box;
  line-height: 1.3;
  margin: 4px;
  max-width: 199px;
  min-height: 180px;
  outline-offset: -5px;
  outline: 1px solid #fff;
  padding: 8px;
  text-align: center;
  width: calc(25% - 8px);
}
.icon-list a {
  box-sizing: border-box;
  color: inherit;
  display: block;
  height: 100%;
  margin: -8px;
  padding: 8px;
}
.icon-list svg {
  color: #474747;
  display: block;
  height: 85px;
  margin: 16px auto;
  max-width: 100%;
  vertical-align: middle;
  width: 85px;
}
.icon-list .disabled {
  background: none;
}
.icon-list .disabled div {
  color: #ccc;
}
.icon-list .disabled svg {
  color: #ccc;
}
.icon-list .cross-selling {
  background-color: #009ba5;
  color: #fff;
}
.icon-list .cross-selling svg {
  color: #fff;
}

.icon-headline {
  align-items: center;
  display: flex;
  gap: 30px;
}
.icon-headline .icon-list li {
  box-sizing: content-box;
  min-height: 130px;
  min-width: 130px;
}
.icon-headline .icon-list svg {
  height: 60px;
}
.icon-headline h1 {
  width: auto;
}

.icon-headline--no-flex {
  display: table-cell;
}

/* =PFAD-NAVIGATION
------------------------------------------------------------------- */
#breadcrumb {
  font-size: 98.8%;
  text-indent: -4px;
}

@media screen {
  #breadcrumb {
    margin-bottom: 8px;
    margin-right: 220px;
    margin-top: 8px;
  }
  /* #home #breadcrumb {
    margin-left: 16px;
    margin-right: 235px;
  } */
}
@media print {
  #breadcrumb {
    margin: 18px 0;
  }
}
#breadcrumb * {
  margin: 0 4px;
}

#breadcrumb a {
  color: inherit;
}

#breadcrumb em {
  font-style: normal;
}

/* =FIRST-NAV
------------------------------------------------------------------- */
@media print {
  #first-nav {
    display: none;
  }
}
#first-nav ul {
  background: #fff;
  border-radius: 0 0 5px 5px;
  display: inline-block;
  list-style: none;
  margin: 0 16em 0 0;
  overflow: hidden;
  padding-left: 91px;
}
#first-nav li {
  float: left;
  margin: 0;
}
#first-nav a,
#first-nav em {
  color: #00aae1;
  display: inline-block;
  font-style: normal;
  padding: 7px 19px 0 19px;
}
#first-nav em,
#first-nav em a,
#first-nav a:hover,
#first-nav a:active,
#first-nav a:focus {
  background: url("/assets/arrow-blue-11dbbf4a.gif") no-repeat 8px 16px;
}
#first-nav em a {
  margin: -7px -19px 0 -19px;
}
#first-nav a:hover,
#first-nav a:active,
#first-nav a:focus {
  background-color: #f2f7fb;
  text-decoration: none;
}
#first-nav em,
#first-nav em a,
#first-nav a:active {
  background-color: #bfd9ea;
}
#first-nav li:first-child {
  left: 0;
  position: absolute;
}
#first-nav li:first-child a,
#first-nav li:first-child em {
  background: #00aae1;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 116.7%;
  padding: 7px 0 13px 0;
  text-align: center;
  width: 91px;
}
#first-nav li:first-child a:hover,
#first-nav li:first-child a:active,
#first-nav li:first-child a:focus {
  background: #28c;
}

.unternehmensportal {
  background: url("/assets/arrow-blue-11dbbf4a.gif") no-repeat 100% 50% !important; /* a:hover/active/focus */
  color: #00aae1;
  font-size: 22px;
  line-height: 1;
  padding-right: 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 11px;
}
@media print {
  .unternehmensportal {
    display: none;
  }
}
.unternehmensportal:hover, .unternehmensportal:active, .unternehmensportal:focus {
  text-decoration: underline;
}
.unternehmensportal .brand {
  text-transform: none;
}

/* =SUCHE, SUCHERGEBNIS
------------------------------------------------------------------- */
#site-suche label {
  width: 8em;
}
#site-suche dt {
  font-size: 160%;
  line-height: 19px;
  margin-bottom: 4px;
}
#site-suche dd {
  margin-bottom: 16px;
}
#site-suche {
  /* Star */
}
#site-suche img {
  color: #EF7F37;
}

/* =PAGER
------------------------------------------------------------------- */
@media screen {
  #site-suche .form,
  #site-suche p.pager,
  #site-suche div.pager.error_div {
    background: linear-gradient(#4C95C4, #06A);
    border-radius: 6px;
    border: 0;
    color: #FFF;
    padding-top: 8px;
  }
  #site-suche .form {
    padding-bottom: 16px;
  }
  #site-suche p.pager, #site-suche div.pager.error_div {
    padding-bottom: 8px;
  }
  #site-suche p.pager a, #site-suche div.pager.error_div a {
    color: inherit;
  }
  #site-suche span.next {
    right: 10px;
  }
  #site-suche span.prev {
    left: 10px;
  }
}
/* =GALLERY
------------------------------------------------------------------- */
/* Gallery-List (Accordion) */
.gallery-list ul {
  list-style: none;
  margin-right: 4px;
  margin-top: 12px;
}
.gallery-list li {
  background: 0;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 140px;
  margin: 0 -3px -1px 0;
  position: relative;
  text-align: center;
  width: 33%;
}
.gallery-list li:last-child, .gallery-list li:nth-child(3n+3) {
  border-right-width: 0;
}
.gallery-list li:nth-child(-n+3) {
  border-top-width: 1px;
}
.gallery-list li a {
  display: block;
  height: 100%;
  width: 100%;
}
.gallery-list li img {
  bottom: 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery-list .content-title {
  margin: 40px 0 20px;
}
.gallery-list .content-title:first-child {
  margin-top: 10px;
}

/* =SECOND-NAV
------------------------------------------------------------------- */
#second-nav ul ul {
  margin: 4px 0 0 -22px;
  padding-top: 2px;
}

.option-text-area {
  box-sizing: border-box;
  height: 5em;
  resize: vertical;
  width: 100%;
}

ul.ui-autocomplete li.ui-menu-item {
  background: none;
}

div.entry.article div.desc {
  margin-right: 3em;
}

/*# sourceMappingURL=/assets/application-34d31c7c.css.map */
