/**
 * c24pp specific normalization
 */
div.c24pp1.c24pp2.c24pp3:before,
div.c24pp1.c24pp2.c24pp3:after,
div.c24pp1.c24pp2.c24pp3 *:not(optgroup):before,
div.c24pp1.c24pp2.c24pp3 *:not(optgroup):after {
  content: initial;
  margin: initial;
  padding: initial;
  border: initial;
}
.c24pp1.c24pp2.c24pp3 {
  font-size: 12px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: normal;
  position: static;
  /* due to a workaround implemented in firefox to otherwise unfixed bug #46111 from 2000 we have to work around their workaround and not remove :before/:after from optgroup here */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /**
    * 1. Set default font family to sans-serif.
    * 2. Prevent iOS text size adjust after orientation change, without disabling
    *    user zoom.
    */
  /*
    html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
    */
  /**
    * Remove default margin.
    */
  /*
    body {
    margin: 0;
}
    */
  /* HTML5 display definitions
    ========================================================================== */
  /**
    * Correct `block` display not defined for any HTML5 element in IE 8/9.
    * Correct `block` display not defined for `details` or `summary` in IE 10/11
    * and Firefox.
    * Correct `block` display not defined for `main` in IE 11.
    */
  /*
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
    display: block;
}
    */
  /**
    * 1. Correct `inline-block` display not defined in IE 8/9.
    * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
    */
  /*
    audio,
    canvas,
    progress,
    video {
    display: inline-block;
    vertical-align: baseline;
}
    */
  /**
    * Prevent modern browsers from displaying `audio` without controls.
    * Remove excess height in iOS 5 devices.
    */
  /*
    audio:not([controls]) {
    display: none;
    height: 0;
}
    */
  /**
    * Address `[hidden]` styling not present in IE 8/9/10.
    * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
    */
  /*
    [hidden],
    template {
    display: none;
}
    */
  /* Links
    ========================================================================== */
  /**
    * Remove the gray background color from active links in IE 10.
    */
  /**
    * Improve readability when focused and also mouse hovered in all browsers.
    */
  /* Text-level semantics
    ========================================================================== */
  /**
    * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
    */
  /*
    abbr[title] {
    border-bottom: 1px dotted;
}
    */
  /**
    * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
    */
  /**
    * Address styling not present in Safari and Chrome.
    */
  /*
    dfn {
    font-style: italic;
}
    */
  /**
    * Address variable `h1` font-size and margin within `section` and `article`
    * contexts in Firefox 4+, Safari, and Chrome.
    */
  /**
    * Address styling not present in IE 8/9.
    */
  /*
    mark {
    background: #ff0;
    color: #000;
}
    */
  /**
    * Address inconsistent and variable font size in all browsers.
    */
  /*
    small {
    font-size: 80%;
}
    */
  /**
    * Prevent `sub` and `sup` affecting `line-height` in all browsers.
    */
  /*
    sub,
    sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

    sup {
    top: -0.5em;
}

    sub {
    bottom: -0.25em;
}
    */
  /* Embedded content
    ========================================================================== */
  /**
    * Remove border when inside `a` element in IE 8/9/10.
    */
  /**
    * Correct overflow not hidden in IE 9/10/11.
    */
  /*
    svg:not(:root) {
    overflow: hidden;
}
    */
  /* Grouping content
    ========================================================================== */
  /**
    * Address margin not present in IE 8/9 and Safari.
    */
  /*
    figure {
    margin: 1em 40px;
}
    */
  /**
    * Address differences between Firefox and other browsers.
    */
  /*
    hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
    */
  /**
    * Contain overflow in all browsers.
    */
  /*
    pre {
    overflow: auto;
}
    */
  /**
    * Address odd `em`-unit font size rendering in all browsers.
    */
  /*
    code,
    kbd,
    pre,
    samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
    */
  /* Forms
    ========================================================================== */
  /**
    * Known limitation: by default, Chrome and Safari on OS X allow very limited
    * styling of `select`, unless a `border` property is set.
    */
  /**
    * 1. Correct color not being inherited.
    *    Known issue: affects color of disabled elements.
    * 2. Correct font properties not being inherited.
    * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
    */
  /**
    * Address `overflow` set to `hidden` in IE 8/9/10/11.
    */
  /**
    * Address inconsistent `text-transform` inheritance for `button` and `select`.
    * All other form control elements do not inherit `text-transform` values.
    * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
    * Correct `select` style inheritance in Firefox.
    */
  /**
    * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
    *    and `video` controls.
    * 2. Correct inability to style clickable `input` types in iOS.
    * 3. Improve usability and consistency of cursor style between image-type
    *    `input` and others.
    */
  /**
    * Re-set default cursor for disabled elements.
    */
  /**
    * Remove inner padding and border in Firefox 4+.
    */
  /**
    * Address Firefox 4+ setting `line-height` on `input` using `!important` in
    * the UA stylesheet.
    */
  /**
    * It's recommended that you don't attempt to style these elements.
    * Firefox's implementation doesn't respect box-sizing, padding, or width.
    *
    * 1. Address box sizing set to `content-box` in IE 8/9/10.
    * 2. Remove excess padding in IE 8/9/10.
    */
  /**
    * Fix the cursor style for Chrome's increment/decrement buttons. For certain
    * `font-size` values of the `input`, it causes the cursor style of the
    * decrement button to change from `default` to `text`.
    */
  /**
    * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
    * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
    *    (include `-moz` to future-proof).
    */
  /**
    * Remove inner padding and search cancel button in Safari and Chrome on OS X.
    * Safari (but not Chrome) clips the cancel button when the search input has
    * padding (and `textfield` appearance).
    */
  /**
    * Define consistent border, margin, and padding.
    */
  /*
    fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
    */
  /**
    * 1. Correct `color` not being inherited in IE 8/9/10/11.
    * 2. Remove padding so people aren't caught out if they zero out fieldsets.
    */
  /*
    legend {
    border: 0;
    padding: 0;
}
    */
  /**
    * Remove default vertical scrollbar in IE 8/9/10/11.
    */
  /*
    textarea {
    overflow: auto;
}
    */
  /**
    * Don't inherit the `font-weight` (applied by a rule above).
    * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
    */
  /* Tables
    ========================================================================== */
  /**
    * Remove most spacing between table cells.
    */
}
.c24pp1.c24pp2.c24pp3 * {
  color: inherit;
  font-size: inherit;
  box-sizing: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: initial;
  padding: initial;
  border: initial;
  position: initial;
  line-height: initial;
  outline: initial;
  background: initial;
}
.c24pp1.c24pp2.c24pp3 ul li {
  list-style-image: none;
  list-style: initial;
  display: list-item;
}
.c24pp1.c24pp2.c24pp3 a {
  background-color: transparent;
}
.c24pp1.c24pp2.c24pp3 a:active,
.c24pp1.c24pp2.c24pp3 a:hover {
  outline: 0;
}
.c24pp1.c24pp2.c24pp3 b,
.c24pp1.c24pp2.c24pp3 strong {
  font-weight: bold;
}
.c24pp1.c24pp2.c24pp3 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.c24pp1.c24pp2.c24pp3 img {
  border: 0;
}
.c24pp1.c24pp2.c24pp3 button,
.c24pp1.c24pp2.c24pp3 input,
.c24pp1.c24pp2.c24pp3 optgroup,
.c24pp1.c24pp2.c24pp3 select,
.c24pp1.c24pp2.c24pp3 textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
.c24pp1.c24pp2.c24pp3 button {
  overflow: visible;
}
.c24pp1.c24pp2.c24pp3 button,
.c24pp1.c24pp2.c24pp3 select {
  text-transform: none;
}
.c24pp1.c24pp2.c24pp3 button,
.c24pp1.c24pp2.c24pp3 html input[type="button"],
.c24pp1.c24pp2.c24pp3 input[type="reset"],
.c24pp1.c24pp2.c24pp3 input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
.c24pp1.c24pp2.c24pp3 button[disabled],
.c24pp1.c24pp2.c24pp3 html input[disabled] {
  cursor: default;
}
.c24pp1.c24pp2.c24pp3 button::-moz-focus-inner,
.c24pp1.c24pp2.c24pp3 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.c24pp1.c24pp2.c24pp3 input {
  line-height: normal;
}
.c24pp1.c24pp2.c24pp3 input[type="checkbox"],
.c24pp1.c24pp2.c24pp3 input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.c24pp1.c24pp2.c24pp3 input[type="number"]::-webkit-inner-spin-button,
.c24pp1.c24pp2.c24pp3 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.c24pp1.c24pp2.c24pp3 input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
.c24pp1.c24pp2.c24pp3 input[type="search"]::-webkit-search-cancel-button,
.c24pp1.c24pp2.c24pp3 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.c24pp1.c24pp2.c24pp3 optgroup {
  font-weight: bold;
}
.c24pp1.c24pp2.c24pp3 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.c24pp1.c24pp2.c24pp3 td,
.c24pp1.c24pp2.c24pp3 th {
  padding: 0;
}
/*!
 * Shared widget styles
 *
 * @copyright Check24 Vergleichsportal GmbH
 */
div.c24pp1.c24pp2.c24pp3 {
  color: #005ea8;
  border: 1px solid #dcdcdc;
  background: #fafafa;
  width: 100%;
  height: 220px;
}
div.c24pp1.c24pp2.c24pp3 select,
div.c24pp1.c24pp2.c24pp3 input,
div.c24pp1.c24pp2.c24pp3 option,
div.c24pp1.c24pp2.c24pp3 optgroup {
  color: #000;
  font-weight: normal;
}
div.c24pp1.c24pp2.c24pp3 option {
  padding: 2px;
}
div.c24pp1.c24pp2.c24pp3 optgroup option {
  padding-left: 10px;
}
div.c24pp1.c24pp2.c24pp3 select,
div.c24pp1.c24pp2.c24pp3 input {
  background-color: #fff;
}
div.c24pp1.c24pp2.c24pp3 select.c24pp-error,
div.c24pp1.c24pp2.c24pp3 input.c24pp-error {
  border: 1px solid red !important;
}
div.c24pp1.c24pp2.c24pp3 .ui-datepicker-calendar a.ui-state-hover {
  color: #ffffff;
  border: 1px solid #dcdcdc;
}
div.c24pp1.c24pp2.c24pp3 .ui-datepicker-calendar a.ui-state-hover.ui-state-active {
  color: #ffffff;
  background: #005ea8;
}
div.c24pp1.c24pp2.c24pp3 .ui-datepicker-today a {
  border: 1px solid #dcdcdc;
}
div.c24pp1.c24pp2.c24pp3 .ui-autocomplete li.ui-menu-item {
  margin: 0 0 0 0;
  border: 1px solid #fff;
}
div.c24pp1.c24pp2.c24pp3 .ui-autocomplete li.ui-menu-item.ui-state-focus,
div.c24pp1.c24pp2.c24pp3 .ui-autocomplete li:hover {
  background: #E0EDF7;
  border: 1px solid #005ea8;
  margin: 0 0 0 0;
}
div.c24pp1.c24pp2.c24pp3 .ui-autocomplete li.ui-menu-item.ui-state-disabled,
div.c24pp1.c24pp2.c24pp3 .ui-autocomplete li.ui-menu-item.ui-state-disabled:hover {
  background: #E0EDF7;
  font-weight: bold;
  color: #444;
  opacity: 1;
  margin: 0 0 0 0;
  border: 1px solid #fff;
}
div.c24pp1.c24pp2.c24pp3 .ui-autocomplete li em {
  font-weight: bold;
  font-style: normal;
}
.c24pp1.c24pp2.c24pp3.c24power {
  background: var(--wpr-bg-3d76be2a-0498-43fb-9d5f-f75196cfc673) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.c24pp1.c24pp2.c24pp3.c24power.c24greenpower {
  background: var(--wpr-bg-1b5f9739-da05-44b9-a038-93d39ee586d3) center center no-repeat;
}
.c24pp1.c24pp2.c24pp3.c24power select.c24power-totalconsumption,
.c24pp1.c24pp2.c24pp3.c24power input.c24power-totalconsumption,
.c24pp1.c24pp2.c24pp3.c24power input.c24power-zipcode {
  border: 1px solid #bbbbbb;
  height: 27px;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 6px;
}
.c24pp1.c24pp2.c24pp3.c24power span.c24power-totalconsumption,
.c24pp1.c24pp2.c24pp3.c24power span.c24power-zipcode {
  margin: 10px 0 5px 0;
  display: inline-block;
  font-weight: bold;
}
.c24pp1.c24pp2.c24pp3.c24power span.c24power-title {
  display: inline-block;
  font-size: 22px;
  width: 100%;
  text-align: center;
  margin: 12px 0 10px 0;
  font-weight: bold;
}
.c24pp1.c24pp2.c24pp3.c24power div.c24power-full {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px 0 12px;
}
.c24pp1.c24pp2.c24pp3.c24power div.c24power-left,
.c24pp1.c24pp2.c24pp3.c24power div.c24power-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.c24pp1.c24pp2.c24pp3.c24power div.c24power-left {
  padding: 0 3px 0 12px;
}
.c24pp1.c24pp2.c24pp3.c24power div.c24power-right {
  padding: 0 12px 0 3px;
}
.c24pp1.c24pp2.c24pp3.c24power button.c24power-submit {
  border-radius: 4px;
  border: 0;
  margin: 15px 0 0 0;
  padding: 8px;
  color: #fff;
  background-color: #1980d0;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.c24pp1.c24pp2.c24pp3.c24power button.c24power-submit:hover {
  background-color: #1670b7;
}
.c24pp1.c24pp2.c24pp3.c24power button.c24power-submit:active {
  background-color: #1670b7;
}
.c24pp1.c24pp2.c24pp3.c24power div.c24power-logo {
  margin: 20px 0 0 0;
  background-image: var(--wpr-bg-54067c58-8633-480a-8996-1ec664948f3e);
  width: 107px;
  height: 26px;
}
