@font-face {
  font-family: "RR";
  font-display: swap;
  src: url("/fonts/rr.eot");
  src: url("/fonts/rr.eot?#iefix") format("embedded-opentype"),
    url("/fonts/rr.woff2") format("woff2"), url("/fonts/rr.woff") format("woff"),
    url("/fonts/rr.ttf") format("truetype"),
    url("/fonts/rr.svg#RR") format("svg");
}

@font-face {
  font-family: "SSC";
  font-display: swap;
  src: url("/fonts/ssc.eot?p");
  src: url("/fonts/ssc.eot?p#iefix") format("embedded-opentype"),
    url("/fonts/ssc.woff2?p") format("woff2"), url("/fonts/ssc.woff?p") format("woff"),
    url("/fonts/ssc.ttf?p") format("truetype"),
    url("/fonts/ssc.svg?p#RR") format("svg");
}


/**
============================================
Basis-Konfiguration für HTML-Elemente
============================================
**/


body {
  overscroll-behavior-y: contain !important;
  font-family: RR, Arial, Helvetica, Verdana, sans-serif !important;
  color: #44464a;
  font-size: 14px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: SSC, Arial, Helvetica, Verdana, sans-serif !important;
  color: rgb(25, 118, 210) !important;
}

h2.ssc-h2>caption {
  font-family: RR, Arial, Helvetica, Verdana, sans-serif !important;
  color: #666666;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-align: left;

}

button {
  font-family: RR, Arial, Helvetica, Verdana, sans-serif !important;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #0098F2;
  transition: color 0.3s;
}

a:hover {
  color: #8d81fa;
}


.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;

}



/**
============================================
Layout-Klassen
============================================
**/
div.ssc-container {
  max-width: 1160px;
}

div.ssc-colorline {
  /*background: linear-gradient(300deg, rgb(6, 201, 255) 0%, rgb(6, 81, 164) 100%);*/
  background: linear-gradient(300deg, #ffaa00 0%, #fa7d00 100%);
  height: 2px;
}

#pageback {
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
}



#ssc-stage-image {
  width: 100%;
  text-align: center;
}

#ssc-stage-image>img {
  width: 90%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 20px;
  aspect-ratio: 8/1;
}


img.svg {
  fill: rgb(25, 118, 210) !important;
  color: rgb(25, 118, 210);
  max-width: 100px;
  float: left;
  padding-right: 10px;
}



div#smartstromcheck {
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 6px;
  background: #fff;
}

div#smartstromcheck.beta {
  background-image: url('/img/beta.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  ;
}

h1.ssc-h1 {
  font-family: SSC, Arial, Helvetica, Verdana, sans-serif !important;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  color: rgb(255, 99, 0) !important;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

h1.ssc-h1.no-bottom-margin {
  margin-bottom: 0;
}

h1.ssc-h1 b {

  display: block;
  margin: 0;
  padding: 0;
  font-family: RR, Arial, Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  ;
  color: rgb(99, 99, 99);
  text-align: left;
}



h2.ssc-h2 {
  font-family: SSC, Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: rgb(25, 118, 210);
  margin: 0px 0px 10px 0px;
}

h2.ssc-h2 b {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}

h3.ssc-h3 {
  font-family: SSC, Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: rgb(25, 118, 210);
  margin: 8px 0px;
}

h4.ssc-h4 {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.small {
  font-size: 11px;
}



@media only screen and (max-width: 640px) {
  #pageback {
    background-image: url('/img/head_mobile2.webp');
    background-position: center top 60px;
  }
}

@media only screen and (min-width: 480px) {

  #ssc-stage-image>img {
    margin-top: 60px;
    margin-bottom: 25px;
  }

  h1.ssc-h1 {

    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
  }

  h2.ssc-h2 {
    font-size: 17px;
    line-height: 17px;
  }

  h2.ssc-h2 b {
    font-size: 17px;
    line-height: 17px;
  }

  h3.ssc-h3 {
    font-size: 15px;
    line-height: 15px;
  }


}

@media only screen and (min-width: 640px) {
  #pageback {
    background-image: url('/img/head_desktop2.webp');
    background-position: center top 60px;
    ;
  }

  #ssc-stage-image>img {
    margin-top: 70px;
    margin-bottom: 10px;
  }

  h1.ssc-h1 {
    font-size: 22px;
    line-height: 22px;
  }

  h1.ssc-h1 b {
    font-size: 14px;
    line-height: 14px;
  }

  h2.ssc-h2 {
    font-size: 18px;
    line-height: 18px;
  }

  h2.ssc-h2 b {
    font-size: 18px;
    line-height: 18px;
  }

  h3.ssc-h3 {
    font-size: 16px;
    line-height: 16px;
  }




  div.ssc-infobox-big {
    padding: 6px 6px 6px 80px;
    columns: 2;
    column-gap: 20px;
  }

  div.ssc-infobox-big i.q-icon {
    font-size: 3rem;
    position: absolute;
    left: 6px;
    top: 6px;
    color: rgb(0, 152, 242);
  }

  div#smartstromcheck {
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    border: none;
  }
}

@media only screen and (min-width: 800px) {

  #pageback {

    background-position: center top 40px;
  }

  div#smartstromcheck.beta {
    background-size: 150px 150px;
    ;
  }

  h1.ssc-h1 {
    font-size: 26px;
    line-height: 26px;
  }

  h1.ssc-h1 b {
    font-size: 15px;
    line-height: 15px;
  }

  h2.ssc-h2e {
    font-size: 22px;
    line-height: 22px;
  }

  h2.ssc-h2 b {
    font-size: 22px;
    line-height: 22px;
  }

  h3.ssc-h3 {
    font-size: 18px;
    line-height: 18px;
  }

  h4.ssc-h4 {
    font-size: 15px;
    line-height: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  div.ssc-container {
    margin: 0px auto;
  }

  div#smartstromcheck {
    padding: 15px 20px 20px 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #ssc-stage-image>img {
    width: 80%;
    height: auto;
    margin-top: 115px;
    margin-bottom: 20px;
    aspect-ratio: 8/1;
  }



  h1.ssc-h1 {
    font-size: 36px;
    line-height: 36px;
  }

  h1.ssc-h1 b {
    font-size: 18px;
    line-height: 18px;
  }



  h2.ssc-h2 {
    font-size: 28px;
    line-height: 28px;
  }

  h2.ssc-h2 b {
    font-size: 28px;
    line-height: 28px;
  }

  h3.ssc-h3 {
    font-size: 20px;
    line-height: 20px;
  }

  h4.ssc-h4 {
    font-size: 16px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1600px) {
  #pageback {
    background-position: center top;
  }

  #ssc-stage-image {
    text-align: center;
    /*background-color: rgba(99,00,00,0.3);*/
  }

  #ssc-stage-image>img {
    width: 80%;
    height: auto;
    margin-top: 115px;
    margin-bottom: 20px;
    aspect-ratio: 8/1;
  }
}

@media only screen and (min-width: 2000px) {


  #ssc-stage-image {
    aspect-ratio: 4/1;
    /*background-color: rgba(99,00,00,0.3);*/
  }
}

@media only screen and (min-width: 2400px) {


  #ssc-stage-image {
    aspect-ratio: 3/1;
    /*background-color: rgba(99,00,00,0.3);*/
  }
}

@media only screen and (min-width: 2800px) {


  #ssc-stage-image {
    aspect-ratio: 5/2;
    /*background-color: rgba(99,00,00,0.3);*/
  }
}

/**
============================================
Header
============================================
**/

#ssc-headback {
  background-color: #00488B;
  background: url("/img/ssc-back.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: 60px;
}

#ssc-headback .ssc-container {
  padding: 0;
}

#ssc-logo {
  display: inline-block;

  padding: 8px;
  margin: 0px;
  height: 60px;
  width: 160px;
}

#ssc-logo img {
  height: 44px;
  width: auto;
}



#ssc-topmenu {
  display: block;
  height: 50px;
  width: 200px;
  line-height: 16px;
  font-size: 16px;
  text-align: right;
  float: right;
}

#ssc-topmenu>a.ssc-topmenu-link {
  display: none;
}

#ssc-hamburger {
  padding: 18px 14px 18px 14px;
}

#ssc-hamburger-menu a.ssc-mainmenu-link {
  white-space: nowrap;
  text-wrap: nowrap;
  color: #666666;
  padding: 5px 2px;
  display: block;
}

#ssc-hamburger-menu a.ssc-submenu-link {
  white-space: nowrap;
  text-wrap: nowrap;
  color: #666666;
  padding: 3px 2px 3px 15px;
  font-size: 12px;
  display: block;
}

.q-menu a.ssc-submenu-link {
  white-space: nowrap;
  text-wrap: nowrap;
  color: #666666;
  padding: 5px 2px 5px 2px;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #999999;
}

.q-menu a.ssc-submenu-link:last-child {
  border-bottom: none;
}



@media only screen and (min-width: 800px) {

  #ssc-topmenu {
    width: 630px;
    height: 60px;
  }

  #ssc-topmenu>a.ssc-topmenu-link {
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    padding: 6px 20px;
    border-left: 1px solid #FFFFFF90;
    margin-top: 32px;
  }

  #ssc-topmenu>a.ssc-topmenu-link:first-child {
    border: none;
  }

  #ssc-topmenu>a.ssc-topmenu-link:hover {
    color: rgba(255, 255, 255, 1);
  }

  #ssc-hamburger {
    display: none;
  }

}



/**
============================================
Footer
============================================
**/

footer.q-footer {
  padding-top: 38px;
  background-color: #ffffff !important;


}

#footermenu {

  background: linear-gradient(160deg,
      rgb(0, 152, 242) 0%,
      rgb(0, 53, 155) 100%);
}

footer div.row>div {
  padding: 30px 0px 30px 10px;
}


footer #footermenu b {
  display: block;
  font-family: SSC, Arial, Verdana, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 16px !important;
  color: #81d4fa !important;
}

footer #footermenu a {
  display: block;
  padding: 5px 0px;
  margin-left: 2px;
  font-size: 13px;
  color: #b3e5fc;
}

footer #footermenu a:hover {
  color: #ffffff;
}

footer #copyline {
  background-color: #11376b;
  width: 100%;
  padding: 8px 3px;
  text-align: center;
  vertical-align: middle;
  color: #83abbd;
  font-size: 11px;
  line-height: 11px;
}


footer #copyline .float-left,
footer #copyline .float-right {
  padding: 0px 3px;

}

footer #copyline a {
  padding: 0;
  margin: 0px;
  color: #83abbd;
  font-size: 11px;
  line-height: 11px;
}


@media only screen and (min-width: 640px) {}

/**
============================================
jsCharts
============================================
**/
div.ssc-chart-background {
  position: relative;
  background: rgb(248, 249, 252);
  padding: 4px;
  margin-top: 30px;
}

div.ssc-chart-background>h3 {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: bold;
}



div.ssc-chart-background>a.ssc-chart-download-link,
div.ssc-chart-background>a.ssc-chart-download-link:visited {
  float: right;
  color: rgb(0, 152, 242);
}

div.legend {
  color: #888888;
  font-size: 12px;
  margin-bottom: 1px;
  border: none;
}


@media only screen and (min-width: 480px) {
  div.ssc-chart-background>h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}

@media only screen and (min-width: 600px) {
  div.ssc-chart-background>h3 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  div.ssc-chart-background>h3 {
    font-size: 1.8rem;
    line-height: 1.9rem;
    padding: 10px 6px;
  }
}

/**
============================================
D-Check
============================================
**/

div.ssc-infobox-big {
  position: relative;
  border: solid 1px rgb(0, 152, 242);
  background-color: rgba(0, 152, 242, 0.05);
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 6px 6px 6px 50px;
  color: rgba(0, 0, 0, 0.6);
}

div.ssc-infobox-big i.q-icon {
  font-size: 2rem;
  position: absolute;
  left: 6px;
  top: 6px;
  color: rgb(0, 152, 242);
}

button.next-step span.q-btn__content {
  display: block;
}

.ssc-col24 {
  width: 4.1% !important;
  padding: 0px;
  margin: 0px;
  text-align: center;
  max-height: 100px;
}

.ssc-col24 div.q-slider--dense {
  height: 80px;
}

.ssc-col12 {
  width: 8.2% !important;
  padding: 0px;
  margin: 0px;
  text-align: center;

}

.ssc-col12,
.ssc-col24 {
  font-size: 11px;
  line-height: 15px;
}

div.ssc-col24 div.q-slider--dense div.q-slider__track-container--v,
div.ssc-col24 div.q-slider--dense div.q-slider__track-container--v {
  padding: 0px !important;
}

.ssc-box-padding {
  padding: 10px 4px;
}

button.ssc-button {
  background: linear-gradient(30deg, rgb(0, 152, 242) 0%, rgb(0, 53, 155) 100%);

  padding: 10px 68px;
  border: 0;
  font-family: SSC, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 8px 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.show-cursor {
  cursor: pointer;
}

div.items-max-width-300 div.q-field.q-input,
div.items-max-width-300 div.q-field.q-select,
div.items-max-width-300 label {
  max-width: 320px;
  padding-bottom: 24px;
}

div.items-max-width-420 div.q-field.q-input,
div.items-max-width-420 div.q-field.q-select,
div.items-max-width-420 label {
  max-width: 360px;
  min-width: 320px;
  padding-bottom: 24px;
}


.ssc-frame {
  border: 1px solid #0098F2;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 6px;
  position: relative;
}

.ssc-frame>h3.ssc-h3 {
  display: inline-block;
  position: relative;
  top: -24px;
  margin-left: 5px;
  background-color: #FFFFFF;
  padding: 0px 5px 0px 5px;
}

div.items-max-width-300 label.consumption {
  margin-top: 2px;
}


i.ssc-tooltip-icon {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #999999;
}

div.ssc-tooltip {
  background-color: #deeefe;
  color: #233343;
  font-size: 12px;
  line-height: 14px;
  width: 240px;
}

div.nomargin {
  margin: 0;
  padding: 0;
}

label.no-bottom-space {
  padding-bottom: 0 !important;
}

label.no-bottom-space div.q-field__control,
label.no-bottom-space div.q-field--auto-height.q-field--dense,
label.no-bottom-space div.q-field__native {
  min-height: 30px !important;
}

label.no-bottom-space div.q-toggle {
  min-height: 30px;
  ;
}


.ssc-bg-grey,
div.q-banner.ssc-bg-grey {
  background: rgba(236, 239, 241, 0.2) !important;
}

div.ssc-slider {
  font-size: 12px;
  line-height: 15px;
}

div.q-slider__track-container.q-slider__track-container--v {
  padding: 0 3px !important;
}

.ssc-slider div.q-slider__track {
  border-radius: 0px !important;
}

.ssc-slider div.q-slider__selection {
  background: linear-gradient(180deg,
      rgb(6, 201, 255) 0%,
      rgb(6, 81, 164) 100%) !important;
}

.ssc-slider div.q-slider__inner,
.ssc-slider div.q-slider__track {
  background: rgba(236, 239, 241, 0.2) !important;
}

div.q-item.ssc-header {
  background: linear-gradient(300deg,
      rgb(6, 201, 255) 0%,
      rgb(6, 81, 164) 100%);
  color: #ffffff;
}

div.q-item.ssc-header i.q-expansion-item__toggle-icon {
  color: #ffffff;
}

div.q-item.ssc-header .q-item__label.text-caption {
  margin: 0;
  color: #dddddd;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: normal !important;
}

div.items-max-width-420 label.ssc-label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 10.5px;
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 0 !important;
}

div.ssc-infobox {
  border: dashed 1px rgb(0, 152, 242);
  background-color: rgba(0, 152, 242, 0.05);
  margin-top: 8px;
  margin-bottom: 6px;
  padding: 6px;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.6);
}

div.ssc-infobox div.text-body2 {
  font-size: 12px !important;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}

div.q-expansion-item.q-item-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}




div#resizewatch {
  width: 100%;
  height: 1px;
  max-height: 1px;
}

div.q-stepper.q-stepper--flat {
  background: none;
}

div.q-stepper.big-stepper div.q-stepper__dot,
div.q-stepper.medium-stepper div.q-stepper__dot {
  width: 48px;
  height: 48px;
}

div.q-stepper.big-stepper div.q-stepper__dot i.q-icon,
div.q-stepper.medium-stepper div.q-stepper__dot i.q-icon {
  font-size: 32px;
}


div.q-stepper.big-stepper div.q-stepper__tab {
  padding: 8px 16px;
}

.q-stepper--horizontal .q-stepper__step-inner {
  padding: 0px !important;
}

div#resultbox {
  padding-top: 20px;
}

div#resultbox>h2.ssc-h2 {
  padding-bottom: 20px;
}

div#resultbox .q-card h3.ssc-h3 {
  margin: 0px !important;
}

div#resultbox div.table-overflow {
  overflow-x: scroll;
}

div#tariffs div.tariff {

  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  padding: 0;
}

div#tariffs div.tariff div.header {
  padding: 8px;
  min-height: 190px;
}

div#tariffs div.tariff div.header h6 {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 16px;
  line-height: 16px;
  font-family: RR, Arial, Helvetica, Verdana, sans-serif !important;
  ;
}

div#tariffs div.tariff div.header h6 b {
  font-family: SSC, Arial, Helvetica, Verdana, sans-serif !important;
}

div#tariffs div.tariff div.header h5 {
  margin: 24px 0px 0px 0px !important;
  padding: 0px !important;
  font-size: 18px;
  line-height: 18px;

}

div#tariffs div.tariff div.header h5.price {
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin: 0px !important;
  padding: 0px;
  font-family: RR, Arial, Helvetica, Verdana, sans-serif !important;
  font-size: 24px;
  line-height: 24px;
}

div#tariffs div.tariff div.header h5.price span.diff {
  display: block;
}

div#tariffs div.tariff div.header h5.price span.diff span.text {
  display: block;
  font-size: 12px;
  line-height: 12px;
  min-width: 200px;
  font-family: RR, Arial, Helvetica, Verdana, sans-serif !important;
}


div#tariffs div.tariff div.q-list--dense>.q-item,
.q-item--dense {
  padding: 2px 0px !important;
}

div#resultbox .inner {
  padding: 8px;
}




div.tariff div.header {
  padding: 6px;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
}

table.ssc-table>thead>tr>th {
  color: #666666;
}

table.ssc-table>thead>tr>th,
table.ssc-table>tbody>tr>td {
  text-align: right;
  line-height: 15px;
  ;
}

table.ssc-table>thead>tr>th.text-left,
table.ssc-table>tbody>tr>td.text-left {
  text-align: left;
}

div#autarky-info {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: rgb(15, 108, 220);
  ;
}

div#autarky-info div#autarky-bar {
  position: absolute;
  top: 0px;
  left: 0px;

  height: 20px;
  background-color: rgb(255, 99, 0);
  ;
}

div#autarky-info div#autarky-text {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 14px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px;
  width: 100%;
}





@media only screen and (min-width: 640px) {

  .ssc-col12,
  .ssc-col24 {
    font-size: 14px;
    line-height: 19px;
  }

  div.items-max-width-420 div.q-field.q-input,
  div.items-max-width-420 div.q-field.q-select,
  div.items-max-width-420 label {
    max-width: 480px;
    min-width: 420px;
    padding-bottom: 24px;
  }
}

/**
============================================
FAQ, Impressum, Privacy
============================================
**/

.last-edited {
  margin: 0;
  padding: 5px 0px;
  font-size: 12px;
  color: #999999;
}

@media only screen and (min-width: 800px) {
  .two-columns {
    column-count: 2;
    column-gap: 40px;
    ;
  }
}



.chart-wrapper canvas {
  max-height: 400px;
  width: 100%;
}


div.roadmap-card h2.ssc-h2 {
  position: relative;
  min-height: 88px;
  vertical-align: bottom;
  background: linear-gradient(160deg,
      rgb(0, 152, 242) 0%,
      rgb(0, 53, 155) 100%);
  color: #ffffff !important;
}

div.text45degrees {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 340px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  color: #33ff33;

  transform: rotate(-45deg);
}