@font-face {
    font-family: "klavika-regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/KlavikaRegular-Plain.otf") format("opentype");
    src: url("../fonts/KlavikaRegular-Plain.eot"); /* IE9 Compat Modes */
    src: url("../fonts/KlavikaRegular-Plain.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/KlavikaRegular-Plain.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/KlavikaRegular-Plain.ttf")
            format("truetype"); /* Safari, Android, iOS */
}

@font-face {
    font-family: "klavika-italic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/KlavikaRegular-Italic.otf") format("opentype");
}

@font-face {
    font-family: "Stone-Sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Stone-Sans-Semi-Bold-Italic.otf") format("opentype");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/HelveticaNeue-Roman.woff") format("woff");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/HelveticaNeueBold.woff") format("woff");
}

body {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-header {
    margin: 0 !important;
}

.nav:after,
.nav:before {
    display: inline-block !important;
    content: " ";
}

a:visited,
.alink:visited {
    color: #337ab7;
}

a,
.alink {
    color: #337ab7;
}

.heading-bg.lp .block-category-link-inline a:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open_white.png);
    left: 15px;
    vertical-align: sub;
    padding: 0px;
    top: -8px;
    position: relative;
}

.categorypath-strom .page-title-wrapper,
.categorypath-erdgas .page-title-wrapper {
    display: none;
}

.category-strom .heading-bg,
.category-erdgas .heading-bg,
.category-fernwarme .heading-bg {
    margin-top: 40px;
}

.category-strom .heading-bg:hover,
.category-erdgas .heading-bg:hover,
.category-fernwarme .heading-bg:hover {
    margin-top: 40px;
    background-color: #0a9bc8;
    cursor: pointer;
}

/* Cookie Message on Stromnetz */
.message.global.cookie {
    width: 100%;
    left: 0;
}

.message.global.cookie .content p {
    text-align: left;
    float: left;
    width: 70%;
    padding-left: 10%;
}

.message.global.cookie #btn-cookie-allow,
.message.global.cookie #btn-session-cookie-allow {
    background-color: #0a9bc8;
    border: none;
    margin: -5px 0;
}

.message.global.cookie .actions {
    float: left;
    width: 30%;
}

.message.global.cookie #btn-cookie-allow:hover {
    background-color: #0c8eb6;
    border: none;
    margin: -5px 0;
}

.message.global.noscript,
.message.global.cookie {
    background: #032037;
    border-color: #3c443f;
    color: #fff;
}

.message.global.noscript a,
.message.global.cookie a {
    color: #fff;
    text-decoration: underline;
}

.message.global.cookie .actions {
    text-align: center;
}

p.mail-info {
    position: relative;
    margin-top: 0em;
    margin-bottom: 3.5em;
    padding-left: 5.1em;
}

p.mail-info:before {
    background: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%;
    content: "";
    margin-right: 1.5em;
    padding-top: 0px;
    width: 2.6em;
    height: 2.6em;
    padding-bottom: 0px;
    position: relative;
    top: 1em;
    margin-left: -4.1em;
    display: inline-block;
}

p.contact-info {
    position: relative;
    margin-top: 0em;
    margin-bottom: 3.5em;
    padding-left: 5.1em;
}

p.contact-info:before {
    background: url(../images/kontakt.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%;
    content: "";
    margin-right: 1.5em;
    padding-top: 0px;
    width: 2.6em;
    height: 2.6em;
    padding-bottom: 0px;
    position: relative;
    top: 1em;
    margin-left: -4.1em;
    display: inline-block;
}

/* HOMEPAGE */

/* Dienstleistung */
.container.dl-sorting {
    background-color: #eceff2;
    padding: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
}

.container.dl-sorting .row {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.dl-sorting-title {
    display: block;
    text-align: center;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 1.5em;
    width: 100%;
    margin-bottom: 15px;
}

.dl-selected,
.dl-deselected:hover {
    background-color: #012c47;
    color: #fff;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 5px 5px;
    text-align: center;
    max-height: 30px;
    width: 19%;
    cursor: pointer;
}

.dl-selected:before {
    position: relative;
    content: "\f00c";
    font-family: "FontAwesome";
    margin-right: 0px;
    padding: 0px 6px;
    top: -3px;
    vertical-align: sub;
    color: #ffffff;
}

.dl-deselected {
    background-color: #b5bec9;
    color: #fff;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 5px 5px;
    text-align: center;
    max-height: 32px;
    width: 19%;
}

.dl-element {
    border: 1px solid #b5bec9;
    margin-right: 20px;
    padding: 0px;
    width: 100%;
    margin-bottom: 2em;
    min-height: 370px;
}
.dl-element img {
    object-fit: cover;
    max-height: 170px;
    width: 100%;
}

.dl-element h4 {
    display: block;
    text-align: left;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 1.3em;
    width: 100%;
    margin-bottom: 15px;
    color: #012c47;
    padding: 0px 20px;
    margin-top: 30px;
    min-height: 40px;
}

.dl-element p {
    width: 100%;
    color: #333;
    padding: 0px 20px;
    min-height: 80px;
    text-align: left !important;
}

.dl-element a p:after {
    content: url(/media/wysiwyg/arrow_forward.png);
    margin-right: 10px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    bottom: 40px;
    position: absolute;
    right: 25px;
}

.investitionsbeispiel {
    margin: 10px 0px;
}

.investitionsbeispiel th h3,
.investitionsbeispiel th p {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.investitionsbeispiel th {
    border: 2px solid #fff;
    background-color: #0a9bc8;
    color: #fff;
    font-weight: normal;
}

.investitionsbeispiel td {
    background-color: #eceff2;
    border: 2px solid #fff;
}

.category-energie-dienstleistungen .page-title-wrapper {
    display: none;
}

.category-energie-dienstleistungen h1 {
    text-align: center;
}
.category-energie-dienstleistungen h2 {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.category-energie-dienstleistungen h3 {
    display: block;
    text-align: center;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 1.5em;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #012c47;
}

.category-energie-dienstleistungen .row,
.category-energie-dienstleistungen .container {
    width: 100%;
}

.category-energie-dienstleistungen .row {
    margin-right: 0px;
    margin-left: 0px;
}

.category-energie-dienstleistungen h2,
.category-energie-dienstleistungen p {
    text-align: center;
}

/* Navigation Menu */
.modal-footer:before {
    display: inline-block;
}

.nav-sections {
    position: relative;
    background: transparent;
    bottom: 4em;
    margin-bottom: -3em !important;
}

.nav-sections-item-content {
    position: relative;
    top: 0.9rem;
}

.navigation {
    background: none !important;
    text-align: center;
    margin-top: -7px;
}

.navigation .level0 {
    margin: 0 3px 0 0 !important;
}

ul.ui-menu {
    font-size: 18px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

#search_mini_form.minisearch {
    position: absolute;
    display: none;
    width: 320px;
    top: 4.3rem;
    bottom: 0.8rem;
    left: -28.5rem;
}

.egg-area-section-mobile {
    display: none;
}
.egg-area-section-mobile {
    vertical-align: top;
    float: right;
    text-align: center;
    width: 19px;
    margin-right: 0.5em;
}

.egg-area-section a.login-btn {
    position: relative;
    float: right;
    top: 3px;
    background: #003862;
    border: 1px solid #003862;
}

.egg-area-section a.login-btn .logo-kundenportal {
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.egg-area-section a.action.primary {
    padding: 5px 15px;
}

.block-search {
    width: auto !important;
    padding-left: 2px !important;
}

.login-btn {
    height: 30px !important;
}

#search {
    height: 40px !important;
}

.block-search .action.search {
    top: 7px !important;
    right: -60px !important;
}

.block-search .action.search:before {
    display: none !important;
}

.toggleSearchBtn {
    position: relative;
    background: #0a9bc8;
    padding: 6px 9px;
    top: 3px;
    text-decoration: none !important;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.toggleSearchBtn::before {
    content: "\f002";
    font-family: "FontAwesome";
    color: #ffffff;
}

.service-btn-font-mobile {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 14px;
    text-decoration: none !important;
}

.service-btn-mobile {
    color: #ffffff;
    padding: 3%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    background-color: #032037;
}

.caption {
    display: block;
    color: #032037 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: lighter !important;
}

/* Info Block Homepage */
.cms-energie-graz-home .homepage-img-container {
    height: 410px;
    position: relative;
}

.cms-energie-graz-home .homepage-img-container .blob {
    height: 150px;
    width: 150px;
    background-color: #003862;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 25px;
    padding: 38px 15px 0 15px;
    font-size: 1.08em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
    vertical-align: middle;
    -webkit-box-shadow: 0 0 15px 1px #76b2e6;
    box-shadow: 0 0 15px 1px #76b2e6;
}

.info-blocks {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 5em;
}

.info-block {
    position: relative;
    display: inline-block;
    width: 19%;
    float: left;
    padding-right: 3px;
}

.info-block-e {
    position: relative;
    display: inline-block;
}

.e-list {
    margin-top: 4em;
    margin-left: 2em;
    color: #032037;
    font-size: 16px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    text-align: left;
    line-height: 3em;
}

.icon_blue {
    position: relative;
    top: 0em;
    padding-right: 40px;
    display: inline-block;
}

.info-block.eg-fernwaerme {
    border-right: 1px solid #e6e6e6;
}

.info-block-title {
    position: relative;
    width: 100%;
    color: #032037;
    font-size: 20px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    text-align: left;
}

.title-icon,
.dl-title {
    position: relative;
    display: inline-block;
}

.title-icon {
    width: 20%;
    vertical-align: middle;
}

.title-box {
    border: 1px solid #e6e6ee;
    margin-bottom: 10px;
    padding: 0px 0px 0px 20px;
}

.title-box-custom {
    padding: 15px;
    min-height: 480px;
    border: 0px;
}

.title-box-custom ul {
    margin-left: 16px;
    padding: 0;
    margin-top: 15px;
}

.title-box-custom-img {
    width: 100%;
}

.dl-title {
    width: 73%;
    padding-left: 0.1em;
    vertical-align: middle;
    min-height: 56px;
}

.info-block-txt {
    margin-top: 2em;
    padding-right: 3em;
}

.blue_arrow_1 {
    position: relative;
    margin-top: 3em;
}

.blue_arrow_2 {
    position: relative;
    margin-top: 1.65em;
}

.blue_arrow_3 {
    position: relative;
    margin-top: 3em;
}

.blue_arrow_4 {
    position: relative;
    margin-top: 4.5em;
}

/* Image Info Block Homepage */
.homepage-image-info-container,
.homepage-image-info-container-s,
.homepage-image-info-container-ss {
    position: relative;
    float: left;
}

.homepage-image-info-container {
    width: 50%;
    margin-top: -1px;
}

.homepage-image-info-container-s {
    width: 33.33%;
}

.homepage-image-info-container-ss {
    width: 66.66%;
}

.homepage-info-txt,
.homepage-info-txt-s {
    position: relative;
    display: inline-block;
    float: left;
    border: 1px solid #e6e6e6;
}

.homepage-info-txt {
    width: 50%;
    height: 622px;
    max-height: 622px;
}

.homepage-info-txt-s {
    width: 50%;
    min-height: 206.5px;
}

.info-img-block-title,
.info-img-block-title-s {
    position: relative;
    margin-bottom: 1em;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 20px;
    color: #032037;
}

.info-img-block-title {
    margin-top: 0em;
    margin-left: 2em;
}

.info-img-block-title-s {
    margin-top: 0.8em;
    margin-left: 1.35em;
    word-wrap: break-word;
}

.info-img-block-txt,
.info-img-block-txt-s {
    position: relative;
    font-family: Verdana;
}

.info-img-block-txt {
    margin-right: 5em;
    margin-bottom: 80px;
    margin-left: 3em;
}

.info-img-block-txt-s {
    margin-right: 1.5em;
    margin-bottom: 20px;
    margin-left: 2em;
}

.img_info_small {
    position: relative;
    float: left;
    width: 310px;
    height: 310px;
}

.img_info_small_s {
    position: relative;
    float: left;
    width: 206.5px;
    height: 206.5px;
}

.img_info_big {
    width: 620px;
    height: 624px;
    object-fit: cover;
}

.img_info_big_s {
    width: 413px;
    height: 413px;
    object-fit: cover;
}

.img_info_big_ss {
    width: 827px;
    height: 413px;
    object-fit: cover;
}

.homepage-image-big-container,
.homepage-info-txt2 {
    position: relative;
    display: inline-block;
    float: left;
}

.homepage-info-txt2 {
    width: 100%;
    padding-right: 0em;
    border: 1px solid #e6e6e6;
    min-height: 413px;
}

.cms-energie-graz-home .homepage-info-txt2 {
    height: 624px;
}

.column-two {
    position: relative;
    top: 0px;
}

.btm-cont {
    margin-bottom: 50px;
}

.homepage-images-text,
.homepage-images-text-s {
    position: absolute;
    background-color: #ffffff;
    margin-bottom: 4rem;
    padding-right: 20px;
    padding-left: 20px;
    bottom: 8rem;
    left: 1em;
    color: #032037;
    font-size: 40px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    line-height: 2em;
    letter-spacing: 0.05em;
    text-align: left;
    z-index: 2;
}

.homepage-images-link-text,
.homepage-images-link-text-s {
    position: absolute;
    display: inline;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 20px;
    bottom: 1.9rem;
    left: 1.37em;
    color: #032037;
    font-size: 29px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-align: left;
    z-index: 2;
}

.homepage-images-link-text-s a {
    color: #032037;
    text-decoration: none;
}

.info-img-block-title2,
.info-img-block-title2-s {
    position: relative;
    margin-bottom: 1em;
    margin-left: 4em;
}

.info-img-block-title2 {
    margin-top: 5em;
}

.info-img-block-title2-s {
    margin-top: 2em;
}

.info-img-block-title2 .homepage-info-img-block-title1,
.info-img-block-title2 .homepage-info-img-block-title2,
.info-img-block-title2-s .homepage-info-img-block-title2-s {
    display: block;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    color: #032037;
}

.info-img-block-title2 .homepage-info-img-block-title1 {
    font-size: 35px;
}

.info-img-block-title2 .homepage-info-img-block-title2,
.info-img-block-title2-s .homepage-info-img-block-title2-s {
    font-size: 25px;
}

.info-img-block-txt {
    position: relative;
    margin-left: 3em;
    margin-bottom: 44px;
    margin-right: 5em;
    font-family: Verdana;
}

.info-img-block-txt2 {
    position: relative;
    margin-left: 4em;
}

.info-img-block-txt2-s {
    position: relative;
    margin-left: 2em;
}

.info-img-block-more,
.info-img-block-more-s {
    position: absolute;
}

.info-img-block-more {
    left: 16em;
    bottom: 3.5em;
}

.info-img-block-more-s {
    left: 13em;
    bottom: 1.4em;
}

.blue_arrow_grid,
.blue_arrow_grid_s {
    position: relative;
    margin-right: -0.3em;
    font-size: 0px;
    display: inline-block;
}

.dl-list {
    margin-top: 0.4em;
}

.blue_arrow_list {
    position: relative;
    margin-right: 1.5em;
    display: inline-block;
}

.info-img-block-button {
    margin-top: 2em;
}

a.blue.button {
    width: auto;
    display: inline-block;
    float: right;
    margin: 5% 6% 17.1% 0;
    padding: 10px 50px 10px 20px;
    text-decoration: none;
}

a.blue.button:before,
a.form-box.black.strom.button:before {
    content: url(/media/well-linked-media/well-linked-sgg-content-images/button-icon-arrow-forward.png);
    margin-right: 15px;
    vertical-align: sub;
    padding: 0px 6px;
}

.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    border: none !important;
}

/* Info Grid EG Block Homepage */
.info-grid-eg-container {
    position: relative;
    display: block;
    width: 100%;
}

.ig-two {
    margin-top: 2em;
}

.info-grid-eg-block {
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
}

.info-grid-eg-title {
    margin-bottom: 0.3em;
    color: #032037;
    font-size: 20px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    text-align: left;
}

.info-grid-eg-text {
    padding-right: 7em;
}

/* Info Address EG Block Homepage */
.address-info-eg-container {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 3em;
    border-top: 2px solid #e6e6e6;
}

.address-info-eg-container a,
.address-info-eg-container a:hover,
.address-info-eg-container a:active {
    color: #1d1d1b !important;
    cursor: pointer;
}

.address-info-eg-container a.e-termin,
a.e-termin.blue.button,
.address-info-eg-container a.newsletter,
a.newsletter.blue.button {
    color: #ffffff !important;
    padding: 10px 20px;
    float: left;
    margin-top: 1%;
}

.address-info-eg-container a.e-termin:before,
a.e-termin.blue.button:before,
.address-info-eg-container a.newsletter:before,
a.newsletter.blue.button:before {
    content: none;
}
.customer-service-eg,
.quicklinks-eg,
.services-eg,
.failure-report {
    position: relative;
    display: inline-block;
    float: left;
}

.customer-service-eg,
.services-eg {
    width: 30%;
}

.quicklinks-eg {
    width: 25%;
}

.failure-report {
    width: 15%;
}

.customer-service-title,
.quicklinks-title,
.services-title,
.failure-report-title {
    margin-bottom: 1em;
    color: #032037;
    font-size: 20px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    text-align: left;
}

.quicklinks-title,
.services-title {
    margin-left: 1.2em;
}

.quicklinks-text,
.services-text {
    position: relative;
    bottom: 0.7em;
}

.quicklinks-text ul,
.services-text ul,
.failure-report ul {
    list-style: none;
}

.failure-report ul {
    margin-left: -1.6em;
}

.quicklinks-text ul li,
.services-text ul li,
.failure-report ul li {
    margin-bottom: 0rem;
}

.quicklinks-text ul li:before,
.services-text ul li:before,
.failure-report ul li:before {
    content: url(../images/icon_footer.png);
    position: relative;
    display: inline-block;
    height: 0px;
    width: 0px;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    left: -1.4em;
}

.customer-service-text p {
    text-align: left;
}

.search__result-tabs {
    display: none;
}

.search__result-index ul li .title {
    font-weight: 400;
}

/*STROM*/
div.page-title-wrapper,
div.page-title-wrapper-shown {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 2.5em;
    padding-bottom: 1em;
}

/* Remove natural title of pages to allow a custom title */
.cms-bestaetigung-erhalten-stromliefervertrag div.page-title-wrapper,
.cms-bestatigung-erhalten-netzzugangsvertrags div.page-title-wrapper,
.cms-bestatigung-erhalten-erdgasliefervertrags div.page-title-wrapper {
    display: none;
}

.strom-headlines h1 {
    color: #1d1d1b;
    font-size: 35px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.05em;
    text-align: center;
}

.strom-headlines h4 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    text-align: center;
}

/* Prices */
div.stromTabs {
    overflow: hidden;
    display: inline;
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.stromTab {
    position: relative;
    display: inline-block;
    margin-bottom: -10px;
}

.stromTab p {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    text-align: center;
}

.stromTab p span {
    padding: 1rem 7rem;
    border: 1px solid #e6e6e6;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 18px;
}

.stromTab p span:hover,
.stromTab.active p span {
    color: #0a9bc8;
    cursor: pointer;
}

.stromTabLeft {
    left: 0.2%;
}

.stromTabRight {
    right: 0.2%;
}

.stromTabContent {
    display: none;
}

.stc-offers {
    margin-top: 10em;
}

.stc-bonus-cont:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/produktdetail_haken.png);
    right: 10px;
    vertical-align: sub;
    padding: 0px;
    top: -11px;
    position: relative;
    float: right;
}

.stc-bonus-cont.none:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/arrow_down.png);
    right: 13px;
    vertical-align: sub;
    padding: 0px;
    top: -11px;
    position: relative;
    float: right;
}

.stc-offer .accordion h3:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_closed_blue.png);
    left: 10px;
    vertical-align: sub;
    padding: 0px;
    top: -4px;
    position: relative;
}

.stc-offer .accordion.active h3:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open_blue.png);
    left: 10px;
    vertical-align: sub;
    padding: 0px;
    top: -4px;
    position: relative;
}

.stc-offer {
    position: relative;
    display: inline-block;
    width: 22.59%;
    float: left;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.stc-offer-k {
    position: relative;
    margin-left: 3%;
    margin-right: 1.5%;
}

.stc-offer-fc {
    position: relative;
    margin-left: 1.5%;
    margin-right: 3%;
}

.stc-offer-bs {
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
}

.business {
    width: 18.239%;
}

.business-k {
    position: relative;
    margin-left: 2%;
    margin-right: 1%;
}

.business-o {
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

.business-fc {
    position: relative;
    margin-left: 1%;
    margin-right: 2%;
}

.category-produkte-preismodelle h2,
.category-produkte-preismodelle p {
    text-align: center;
}

.category-produkte-preismodelle .address-info-eg-container p {
    text-align: left;
}

.category-produkte-preismodelle h2 {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.category-produkte-preismodelle .page-title-wrapper {
    display: none;
}

.stc-heading {
    padding: 1.5rem 0rem 1rem 0rem;
    background: #032037;
    color: #ffffff;
}

.stc-heading sup {
    top: -0.6em;
    font-size: 80%;
}

.text-sup {
    top: -0.6em;
    font-size: 80%;
    position: relative;
}

.stoerer {
    position: absolute;
    background: #0a9bc8;
    width: 70px;
    height: 70px;
    right: -2.65rem;
    top: -4.5rem;
    border-radius: 50px;
    transform: rotate(20deg);
    line-height: 1;
}

.stoerer span {
    font-size: 1.3rem;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

.stoerer .psg {
    position: relative;
    top: 1rem;
}

.stoerer .op {
    position: relative;
    top: 2rem;
}

.stc-image img {
    width: 100%;
}

.stc-infos,
.stc-price-cont,
.stc-aboutPrice,
.stc-usedPrice1,
.stc-usedPrice2,
.stc-capPrice,
.stc-bonus,
.stc-settings,
.stc-nowSignIn {
    padding: 1.5rem 0rem;
}

.stc-aboutPrice,
.stc-bonus,
.stc-settings,
.stc-nowSignIn {
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    color: #032037;
}

.stc-price-cont,
.stc-aboutPrice,
.stc-usedPrice1,
.stc-usedPrice2,
.stc-bonus-cont,
.stc-settings-cont {
    font-size: 1.3rem;
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.stc-infos {
    min-height: 100px;
}

.stc-price-cont .gray {
    padding-bottom: 5px;
}

.stc-aboutPrice {
    font-size: 1.8rem;
    line-height: 1.2em;
    min-height: 70px;
    padding: 20px 10px 10px 10px;
}

.stc-price {
    padding: 2rem 0rem;
}

/* Eigenstrom Page */
ol.ol-mieterstrom {
    list-style: none;
}

ol.ol-mieterstrom li {
    height: 54px;
    padding-left: 44px;
    padding-top: 0px;
    margin-top: 30px;
}

ol.ol-mieterstrom li.mieterstrom-1-green {
    background: url("/media/wysiwyg/Strom/icons/mieterstrom_1.png") no-repeat
        left top;
}
ol.ol-mieterstrom li.mieterstrom-2-green {
    background: url("/media/wysiwyg/Strom/icons/mieterstrom_2.png") no-repeat
        left top;
}
ol.ol-mieterstrom li.mieterstrom-3-green {
    background: url("/media/wysiwyg/Strom/icons/mieterstrom_3.png") no-repeat
        left top;
}
ol.ol-mieterstrom li.mieterstrom-4-green {
    background: url("/media/wysiwyg/Strom/icons/mieterstrom_4.png") no-repeat
        left top;
}
ol.ol-mieterstrom li.mieterstrom-5-green {
    background: url("/media/wysiwyg/Strom/icons/mieterstrom_5.png") no-repeat
        left top;
}
ol.ol-mieterstrom li.mieterstrom-6-blue {
    background: url("/media/wysiwyg/Strom/icons/mieterstrom_6.png") no-repeat
        left top;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: none;
    margin-bottom: 0px;
}

.stc-aboutPrice,
.stc-price,
.stc-price-cont,
.stc-usedPrice1,
.stc-usedPrice2,
.stc-capPrice,
.stc-bonus,
.stc-settings {
    border-bottom: 1px solid #e6e6e6;
}

.gray {
    color: #868686;
}
.strong {
    font-weight: 600;
}

.stc-aboutPrice:before {
    content: "";
    position: absolute;
    width: 16%;
    left: 42%;
    top: 26.5rem;
    border-top: 2px solid #000000;
}

.stc-aboutPrice5:before {
    top: 23.5rem;
}

.stc-capPrice {
    height: 3.8rem;
}

.stc-price h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    color: #032037;
}

.stc-bonus h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.stc-settings h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.strom-infoBlock {
    clear: both;
    background: #0a9bc8;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

.strom-infoBlock.btm-cont a {
    color: #fff;
    text-decoration: none;
    padding: 10rem;
    display: inline-block;
}

.strom-infoBlockTxtBig,
a .strom-infoBlockTxtBig {
    font-size: 2.2rem;
    color: #fff;
    text-decoration: none;
}

.strom-infoBlockTxtSmall {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
}

a.form-box.black.strom.button {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0;
    padding: 10px 20px 10px 10px;
    text-decoration: none;
}

h2.tabber {
    display: inline-block;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 18px;
    width: 90%;
}

/* Remove when adapt */
#element1 > div[data-role="title"][aria-expanded="false"],
#element2 > div[data-role="title"][aria-expanded="false"],
#element3 > div[data-role="title"][aria-expanded="false"],
#element4 > div[data-role="title"][aria-expanded="false"],
#element5 > div[data-role="title"][aria-expanded="false"],
#element6 > div[data-role="title"][aria-expanded="false"],
#element7 > div[data-role="title"][aria-expanded="false"],
#element8 > div[data-role="title"][aria-expanded="false"],
#element9 > div[data-role="title"][aria-expanded="false"],
#element10 > div[data-role="title"][aria-expanded="false"],
#element11 > div[data-role="title"][aria-expanded="false"],
#element12 > div[data-role="title"][aria-expanded="false"],
#element13 > div[data-role="title"][aria-expanded="false"],
#element14 > div[data-role="title"][aria-expanded="false"],
#element15 > div[data-role="title"][aria-expanded="false"],
#element16 > div[data-role="title"][aria-expanded="false"],
#element17 > div[data-role="title"][aria-expanded="false"],
#element18 > div[data-role="title"][aria-expanded="false"],
#element19 > div[data-role="title"][aria-expanded="false"],
#element20 > div[data-role="title"][aria-expanded="false"],
#element21 > div[data-role="title"][aria-expanded="false"],
#element22 > div[data-role="title"][aria-expanded="false"],
#element23 > div[data-role="title"][aria-expanded="false"],
#element24 > div[data-role="title"][aria-expanded="false"],
#element25 > div[data-role="title"][aria-expanded="false"],
#element26 > div[data-role="title"][aria-expanded="false"],
#element27 > div[data-role="title"][aria-expanded="false"],
#element28 > div[data-role="title"][aria-expanded="false"],
#element29 > div[data-role="title"][aria-expanded="false"],
#element30 > div[data-role="title"][aria-expanded="false"],
#element31 > div[data-role="title"][aria-expanded="false"],
#element32 > div[data-role="title"][aria-expanded="false"],
#element33 > div[data-role="title"][aria-expanded="false"],
#element34 > div[data-role="title"][aria-expanded="false"],
#element35 > div[data-role="title"][aria-expanded="false"],
#element36 > div[data-role="title"][aria-expanded="false"],
#element37 > div[data-role="title"][aria-expanded="false"],
#element38 > div[data-role="title"][aria-expanded="false"],
#element39 > div[data-role="title"][aria-expanded="false"] {
    border: 1px solid #e6e6ee;
    margin-bottom: 10px;
    padding: 0px 0px 0px 20px;
}

#element1 > div[data-role="title"][aria-expanded="true"],
#element2 > div[data-role="title"][aria-expanded="true"],
#element3 > div[data-role="title"][aria-expanded="true"],
#element4 > div[data-role="title"][aria-expanded="true"],
#element5 > div[data-role="title"][aria-expanded="true"],
#element6 > div[data-role="title"][aria-expanded="true"],
#element7 > div[data-role="title"][aria-expanded="true"],
#element8 > div[data-role="title"][aria-expanded="true"],
#element9 > div[data-role="title"][aria-expanded="true"],
#element10 > div[data-role="title"][aria-expanded="true"],
#element11 > div[data-role="title"][aria-expanded="true"],
#element12 > div[data-role="title"][aria-expanded="true"],
#element13 > div[data-role="title"][aria-expanded="true"],
#element14 > div[data-role="title"][aria-expanded="true"],
#element15 > div[data-role="title"][aria-expanded="true"],
#element16 > div[data-role="title"][aria-expanded="true"],
#element17 > div[data-role="title"][aria-expanded="true"],
#element18 > div[data-role="title"][aria-expanded="true"],
#element19 > div[data-role="title"][aria-expanded="true"],
#element20 > div[data-role="title"][aria-expanded="true"],
#element21 > div[data-role="title"][aria-expanded="true"],
#element22 > div[data-role="title"][aria-expanded="true"],
#element23 > div[data-role="title"][aria-expanded="true"],
#element24 > div[data-role="title"][aria-expanded="true"],
#element25 > div[data-role="title"][aria-expanded="true"],
#element26 > div[data-role="title"][aria-expanded="true"],
#element27 > div[data-role="title"][aria-expanded="true"],
#element28 > div[data-role="title"][aria-expanded="true"],
#element29 > div[data-role="title"][aria-expanded="true"],
#element30 > div[data-role="title"][aria-expanded="true"],
#element31 > div[data-role="title"][aria-expanded="true"],
#element32 > div[data-role="title"][aria-expanded="true"],
#element33 > div[data-role="title"][aria-expanded="true"],
#element34 > div[data-role="title"][aria-expanded="true"],
#element35 > div[data-role="title"][aria-expanded="true"],
#element36 > div[data-role="title"][aria-expanded="true"],
#element37 > div[data-role="title"][aria-expanded="true"],
#element38 > div[data-role="title"][aria-expanded="true"],
#element39 > div[data-role="title"][aria-expanded="true"] {
    position: relative;
    background-color: #0a9bc8 !important;
    padding: 0px 70px 0px 20px !important;
    margin: 5px 0;
}

#element1 > div[data-role="title"][aria-expanded="true"] h2,
#element1 > div[data-role="title"][aria-expanded="true"] h3,
#element2 > div[data-role="title"][aria-expanded="true"] h2,
#element2 > div[data-role="title"][aria-expanded="true"] h3,
#element3 > div[data-role="title"][aria-expanded="true"] h2,
#element3 > div[data-role="title"][aria-expanded="true"] h3,
#element4 > div[data-role="title"][aria-expanded="true"] h2,
#element4 > div[data-role="title"][aria-expanded="true"] h3,
#element5 > div[data-role="title"][aria-expanded="true"] h2,
#element5 > div[data-role="title"][aria-expanded="true"] h3,
#element6 > div[data-role="title"][aria-expanded="true"] h2,
#element6 > div[data-role="title"][aria-expanded="true"] h3,
#element7 > div[data-role="title"][aria-expanded="true"] h2,
#element7 > div[data-role="title"][aria-expanded="true"] h3,
#element8 > div[data-role="title"][aria-expanded="true"] h2,
#element8 > div[data-role="title"][aria-expanded="true"] h3,
#element9 > div[data-role="title"][aria-expanded="true"] h2,
#element9 > div[data-role="title"][aria-expanded="true"] h3,
#element10 > div[data-role="title"][aria-expanded="true"] h2,
#element10 > div[data-role="title"][aria-expanded="true"] h3,
#element11 > div[data-role="title"][aria-expanded="true"] h2,
#element11 > div[data-role="title"][aria-expanded="true"] h3,
#element12 > div[data-role="title"][aria-expanded="true"] h2,
#element12 > div[data-role="title"][aria-expanded="true"] h3,
#element13 > div[data-role="title"][aria-expanded="true"] h2,
#element13 > div[data-role="title"][aria-expanded="true"] h3,
#element14 > div[data-role="title"][aria-expanded="true"] h2,
#element14 > div[data-role="title"][aria-expanded="true"] h3,
#element15 > div[data-role="title"][aria-expanded="true"] h2,
#element15 > div[data-role="title"][aria-expanded="true"] h3,
#element16 > div[data-role="title"][aria-expanded="true"] h2,
#element16 > div[data-role="title"][aria-expanded="true"] h3,
#element17 > div[data-role="title"][aria-expanded="true"] h2,
#element17 > div[data-role="title"][aria-expanded="true"] h3,
#element18 > div[data-role="title"][aria-expanded="true"] h2,
#element18 > div[data-role="title"][aria-expanded="true"] h3,
#element19 > div[data-role="title"][aria-expanded="true"] h2,
#element19 > div[data-role="title"][aria-expanded="true"] h3,
#element20 > div[data-role="title"][aria-expanded="true"] h2,
#element20 > div[data-role="title"][aria-expanded="true"] h3,
#element21 > div[data-role="title"][aria-expanded="true"] h2,
#element21 > div[data-role="title"][aria-expanded="true"] h3,
#element22 > div[data-role="title"][aria-expanded="true"] h2,
#element22 > div[data-role="title"][aria-expanded="true"] h3,
#element23 > div[data-role="title"][aria-expanded="true"] h2,
#element23 > div[data-role="title"][aria-expanded="true"] h3,
#element24 > div[data-role="title"][aria-expanded="true"] h2,
#element24 > div[data-role="title"][aria-expanded="true"] h3,
#element25 > div[data-role="title"][aria-expanded="true"] h2,
#element25 > div[data-role="title"][aria-expanded="true"] h3,
#element26 > div[data-role="title"][aria-expanded="true"] h2,
#element26 > div[data-role="title"][aria-expanded="true"] h3,
#element27 > div[data-role="title"][aria-expanded="true"] h2,
#element27 > div[data-role="title"][aria-expanded="true"] h3,
#element28 > div[data-role="title"][aria-expanded="true"] h2,
#element28 > div[data-role="title"][aria-expanded="true"] h3,
#element29 > div[data-role="title"][aria-expanded="true"] h2,
#element29 > div[data-role="title"][aria-expanded="true"] h3,
#element30 > div[data-role="title"][aria-expanded="true"] h2,
#element30 > div[data-role="title"][aria-expanded="true"] h3,
#element31 > div[data-role="title"][aria-expanded="true"] h2,
#element31 > div[data-role="title"][aria-expanded="true"] h3,
#element32 > div[data-role="title"][aria-expanded="true"] h2,
#element32 > div[data-role="title"][aria-expanded="true"] h3,
#element33 > div[data-role="title"][aria-expanded="true"] h2,
#element33 > div[data-role="title"][aria-expanded="true"] h3,
#element34 > div[data-role="title"][aria-expanded="true"] h2,
#element34 > div[data-role="title"][aria-expanded="true"] h3,
#element35 > div[data-role="title"][aria-expanded="true"] h2,
#element35 > div[data-role="title"][aria-expanded="true"] h3,
#element36 > div[data-role="title"][aria-expanded="true"] h2,
#element36 > div[data-role="title"][aria-expanded="true"] h3,
#element37 > div[data-role="title"][aria-expanded="true"] h2,
#element37 > div[data-role="title"][aria-expanded="true"] h3,
#element38 > div[data-role="title"][aria-expanded="true"] h2,
#element38 > div[data-role="title"][aria-expanded="true"] h3,
#element39 > div[data-role="title"][aria-expanded="true"] {
    color: #ffffff;
}

#element1 > div[data-role="content"],
#element2 > div[data-role="content"],
#element3 > div[data-role="content"],
#element4 > div[data-role="content"],
#element5 > div[data-role="content"],
#element6 > div[data-role="content"],
#element7 > div[data-role="content"],
#element8 > div[data-role="content"],
#element9 > div[data-role="content"],
#element10 > div[data-role="content"],
#element11 > div[data-role="content"],
#element12 > div[data-role="content"],
#element13 > div[data-role="content"],
#element14 > div[data-role="content"],
#element15 > div[data-role="content"],
#element16 > div[data-role="content"],
#element17 > div[data-role="content"],
#element18 > div[data-role="content"],
#element19 > div[data-role="content"],
#element20 > div[data-role="content"],
#element21 > div[data-role="content"],
#element22 > div[data-role="content"],
#element23 > div[data-role="content"],
#element24 > div[data-role="content"],
#element25 > div[data-role="content"],
#element26 > div[data-role="content"],
#element27 > div[data-role="content"],
#element28 > div[data-role="content"],
#element29 > div[data-role="content"],
#element30 > div[data-role="content"],
#element31 > div[data-role="content"],
#element32 > div[data-role="content"],
#element33 > div[data-role="content"],
#element34 > div[data-role="content"],
#element35 > div[data-role="content"],
#element36 > div[data-role="content"],
#element37 > div[data-role="content"],
#element38 > div[data-role="content"],
#element39 > div[data-role="content"] {
    margin-top: -16px;
    border: 0.1em solid rgb(221, 221, 221);
    padding: 40px;
    background: #ffffff;
    margin-bottom: 10px;
}

#element1 > div[data-role="content"][aria-hidden="true"],
#element2 > div[data-role="content"][aria-hidden="true"],
#element3 > div[data-role="content"][aria-hidden="true"],
#element4 > div[data-role="content"][aria-hidden="true"],
#element5 > div[data-role="content"][aria-hidden="true"],
#element6 > div[data-role="content"][aria-hidden="true"],
#element7 > div[data-role="content"][aria-hidden="true"],
#element8 > div[data-role="content"][aria-hidden="true"],
#element9 > div[data-role="content"][aria-hidden="true"],
#element10 > div[data-role="content"][aria-hidden="true"],
#element11 > div[data-role="content"][aria-hidden="true"],
#element12 > div[data-role="content"][aria-hidden="true"],
#element13 > div[data-role="content"][aria-hidden="true"],
#element14 > div[data-role="content"][aria-hidden="true"],
#element15 > div[data-role="content"][aria-hidden="true"],
#element16 > div[data-role="content"][aria-hidden="true"],
#element17 > div[data-role="content"][aria-hidden="true"],
#element18 > div[data-role="content"][aria-hidden="true"],
#element19 > div[data-role="content"][aria-hidden="true"],
#element20 > div[data-role="content"][aria-hidden="true"],
#element21 > div[data-role="content"][aria-hidden="true"],
#element22 > div[data-role="content"][aria-hidden="true"],
#element23 > div[data-role="content"][aria-hidden="true"],
#element24 > div[data-role="content"][aria-hidden="true"],
#element25 > div[data-role="content"][aria-hidden="true"],
#element26 > div[data-role="content"][aria-hidden="true"],
#element27 > div[data-role="content"][aria-hidden="true"],
#element28 > div[data-role="content"][aria-hidden="true"],
#element29 > div[data-role="content"][aria-hidden="true"],
#element30 > div[data-role="content"][aria-hidden="true"],
#element31 > div[data-role="content"][aria-hidden="true"],
#element32 > div[data-role="content"][aria-hidden="true"],
#element33 > div[data-role="content"][aria-hidden="true"],
#element34 > div[data-role="content"][aria-hidden="true"],
#element35 > div[data-role="content"][aria-hidden="true"],
#element36 > div[data-role="content"][aria-hidden="true"],
#element37 > div[data-role="content"][aria-hidden="true"],
#element38 > div[data-role="content"][aria-hidden="true"],
#element39 > div[data-role="content"][aria-hidden="true"] {
    display: none;
    height: 0px;
}

.absolute-pos {
    position: relative;
    right: 2%;
    top: 15px;
}

.plus {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url(/pub/media/well-linked-media/well-linked-sgg-content-images/icon-section-plus-blue.png);
    float: right;
}

.minus-white {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url(/pub/media/well-linked-media/well-linked-sgg-content-images/icon-section-minus-white.png);
    float: right;
    right: -5.3%;
}

#anlagen-accordion .strasse {
    background-color: #032037;
    color: white;
    text-align: center;
    padding: 0em 0.2em 0.2em;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    font-size: 22px;
    height: 100% !important;
}

#anlagen-accordion {
    width: 100%;
}

#anlagen-accordion a img.zaehlerartbild {
    float: left;
    border: 2px solid lightgrey;
    width: 16%;
    clear: both;
    margin: 0.5em;
}

#anlagen-accordion div.anlage-main .anlage-text-bold {
    font-weight: bold;
    color: #032037;
    clear: both;
}

#anlagen-accordion div.anlage-right a.anlage-editLink {
    background-color: #65bda8;
    width: 300px;
    clear: both;
    padding: 0.3em 2em;
    margin: 0 1em;
    color: white;
    font-size: 14pt;
}

#anlagen-accordion div.anlage-right a.anlage-verbrauchLink,
#anlagen-accordion div.anlage-right div.anlage-verbrauch {
    clear: both;
    margin: 0.2em 1.7em;
    position: relative;
    top: 1em;
}

#anlagen-accordion div.anlage-main > * {
    float: left;
}

#anlagen-accordion div.anlage-main div.anlage-person-text {
    clear: both;
}

#anlagen_accordion > * {
    float: left;
    padding: 0.2em;
}

.main div.container > * {
    float: left;
}

div.main div hr {
    clear: both;
}

.container div.anlage-group-box {
    width: 60%;
    padding: 0em 0em 0.7em 0.6em;
}

#anlagen-accordion div.anlage-main {
    float: left;
    width: 45%;
    padding: 1em 1em 1em 2.4em;
}

#anlagen-accordion div.anlage-right {
    float: left;
    width: 28%;
    padding: 1em;
}

#anlagen-accordion div.anlage-main div.energieart {
    font-weight: bold;
    color: #032037;
    font-size: 14pt;
}

div.container .anlage-search-box {
    width: 39%;
}

.container div.anlage-group-box select {
    width: 80%;
}

h3 {
    color: #032037;
    font-size: 1.8rem;
    clear: both;
    font-style: normal;
    margin-bottom: 0.3em !important;
}

h1,
h2 {
    color: #032037;
    clear: both;
    margin-bottom: 0.3em !important;
    font-weight: 400;
}

h1,
h2 {
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

h1 {
    margin-bottom: 0 !important;
}

/* Elektromobilität */
.page-header-img-container {
    position: relative;
}

.page-header-img-container .blob {
    height: 150px;
    width: 150px;
    background-color: #003862;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 25px;
    padding: 38px 15px 0 15px;
    right: 25px;
    font-size: 1.08em;
    text-align: center;
    text-decoration: none;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    vertical-align: middle;
    -webkit-box-shadow: 0 0 15px 1px #76b2e6;
    box-shadow: 0 0 15px 1px #76b2e6;
}

.page-header-img {
    width: 100%;
    max-height: 370px;
    object-fit: cover;
    margin-bottom: 30px;
}

p.font-small {
    font-size: 90%;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    padding-top: 10px;
}

.price-info-privat,
.price-info-business {
    clear: both;
}

img.content {
    margin-bottom: 20px;
}

.categorypath-unternehmen-geschaftsbereiche-licht-musterprojekte img.content {
    max-height: 370px;
    object-fit: cover;
}

ol.usermanual li,
ul.usermanual li {
    margin-top: 30px;
}

ol.usermanual li img,
ul.usermanual li img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.category-downloads .category-cms h2 {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.category-downloads .category-cms ul {
    list-style-type: none;
    padding: 0px 0px 10px 0px;
}

.category-downloads .category-cms ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0em;
}

.category-downloads .category-cms ul li a {
    width: 100%;
}

.category-downloads .category-cms ul li a:after {
    content: url(/media/well-linked-media/well-linked-sgg-content-images/download.png);
    margin-right: 15px;
    vertical-align: sub;
    padding: 0px 6px;
    float: right;
}

.rechnungsmail {
    font-weight: bold;
    color: #032037;
    padding: 0px;
    width: 100%;
    border: 1px solid #a4b1bc;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    font-size: 2em;
    font-style: normal;
}

.zahlungsdaten_abweichendemail .label,
.zahlungsdaten_bestätigung .label {
    display: none !important;
}

.minicart-wrapper {
    display: none !important;
}

/* FORMS */
.form-step a:hover,
.alink:hover {
    text-decoration: none !important;
}

.form-step a:visited,
.alink:visited {
    text-decoration: none !important;
}

.form-step a,
.alink {
    color: #000;
    text-decoration: underline;
}

.floatleft {
    float: left;
    margin-right: 0.2em !important;
}

div.webforms-fields-11256 {
    display: table;
    width: auto;
}

.webforms-fields-14753 {
    float: left;
}

.webforms-fields-15042 .control {
    width: 150px;
}

.webforms-fields-kundendaten_typ label.label,
.webforms-fields-customer_type label.label {
    display: none !important;
}

.webforms-description-text h3 {
    margin-top: 0px;
    font-size: 3em;
}

div.awesomplete {
    display: block !important;
}

.art_des_bezugs .field.choice,
.stammdaten_abweichende_rechnungsadresse .field.choice,
.rechnung_per_email .field.choice,
.zahlungsdaten_abweichendemail
    .field.choice
    .zahlungsdaten_bestätigung
    .field.choice {
    border-bottom: 4px solid white;
    clear: both;
}

.art_des_bezugs .field,
.stammdaten_abweichende_rechnungsadresse .field,
.rechnung_per_email .field,
.zahlungsdaten_abweichendemail .field,
.zahlungsdaten_bestätigung .field {
    width: 98.3%;
    background-color: #f1f1f2;
    padding: 10px;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
    margin-bottom: 0px !important;
}

.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice label {
    padding-left: 5px !important;
    padding-right: 15px;
}

.header-bars {
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-style: normal;
    font-size: 1.5em;
    background: #032037;
    color: #fff;
    padding: 0.2em 0.2em 0.2em 0.8em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

.webforms-description-text {
    margin-bottom: 2rem !important;
}

.actions-toolbar {
    margin-top: -20px;
    min-width: 43%;
}

.grey-background-width-98-2 .field.choice {
    border: 2px solid #fff !important;
    width: 98.2%;
    clear: both;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    border: 1px solid #a4b1bc;
    border-radius: 0px;
    width: 99.8%;
    font-size: 13px;
    height: 2.5em;
}

.footer input[type="email"] {
    height: 3em;
}

.form-box {
    border: 1px solid #efefef;
    padding: 30px 20px;
    margin: 10px;
    background-color: #0a9bc8;
    color: #fff;
    display: block;
    width: 20%;
    float: left;
    margin-bottom: 20px;
}

.form-box:hover {
    color: #fff;
    text-decoration: none;
    background-color: #012c47;
}

.strasse {
    width: 49.4%;
    float: left;
    clear: both;
}

.hnr {
    width: 16.66%;
    float: left;
    margin-left: 0.2% !important;
}

.tuer {
    width: 16.66%;
    float: left;
    margin-left: 0.2% !important;
}

.stock {
    width: 16.66%;
    float: left;
    margin-left: 0.2% !important;
}

.ort {
    width: 50.4%;
    float: left;
    margin-left: 0.2% !important;
}

.plz {
    width: 49.4%;
    float: left;
    clear: left;
}

.art_des_bezugs .field.choice {
    border: 2px solid #fff !important;
}

.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
    content: "*";
    color: #000;
    font-size: 1.2rem;
    margin: 0 0 0 0px;
}

.fieldset {
    margin: 0 0 30px;
}

button,
a.action.primary {
    border-radius: 0px;
}

.webforms-fields-weiterer_zaehler div.control,
.webforms-fields-basis_kostenpflichtige_ablesung_netzbetreiber div.control {
    background-color: #f1f1f2;
    padding: 0.2em;
    border: 2px solid #fff;
}

.webforms-fields-weiterer_zaehler div div.control,
.webforms-fields-basis_kostenpflichtige_ablesung_netzbetreiber div div.control {
    background-color: none;
    padding: 0em;
    border: 0px;
    font-size: 1.38rem;
    white-space: nowrap;
}

div.besondere_anmerkungen {
    clear: both;
    margin-top: 2.3rem;
}

.stammdaten_vorname,
.webforms-fields-vorname {
    width: 28%;
    float: left;
    padding-right: 0.2em;
}

.stammdaten_nachname,
.webforms-fields-nachname {
    width: 32%;
    float: left;
    padding-right: 0.2em;
}

.stammdaten_anrede select {
    height: 33px !important;
    border: 1px solid #a4b1bc;
}

.stammdaten_anrede,
.webforms-fields-anrede {
    width: 12% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_titel {
    padding-right: 0.2em;
}

.webforms-fields-stammdaten_email {
    width: 32%;
    float: left;
    padding-right: 0.2em;
}

.webforms-fields-email {
    width: 67%;
    float: left;
    padding-right: 0.2em;
}

.stammdaten_firma,
.webforms-fields-firma {
    width: 45% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_zusatz {
    width: 20% !important;
    padding-right: 0.2em;
    float: left;
}

.webforms-fields-zusatz {
    width: 42% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_zuhanden {
    width: 20% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_uuid,
.webforms-fields-uid {
    width: 20% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_fibu,
.webforms-fields-fibu {
    width: 20% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_anspechpartner {
    width: 32% !important;
    padding-right: 0.2em;
    float: left;
}

.webforms-fields-ansprechperson {
    width: 59% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_anspechpartner_mail {
    width: 32% !important;
    padding-right: 0.2em;
    float: left;
}

.stammdaten_anspechpartner_tel,
.webforms-fields-telefonummer {
    width: 32% !important;
    padding-right: 0.2em;
    float: left;
}

.grad,
.webforms-fields-grad {
    display: block;
    width: 13%;
    float: left;
    clear: right;
    padding-right: 0.2em;
}

.titel {
    display: block;
    width: 13%;
    float: left;
}

.webforms-fields-15312.webforms-fields-titel {
    display: block;
    width: 13%;
    float: left;
    margin-right: 4px !important;
}

.webforms-fields-stammdaten_geburtsdatum {
    width: 25% !important;
    float: left;
}

.webforms-fields-15316.webforms-fields-birthday {
    width: 100% !important;
    clear: both;
    float: left;
}

.webforms-fields-15199 {
    width: 23%;
}

.customer-dob .dob-day input.input-text,
.customer-dob .dob-month input.input-text {
    width: 57px !important;
}

.stammdaten_telefonnummer {
    width: 27.7% !important;
    float: left;
    padding-right: 0.2em;
    margin-left: 0px !important;
}

.webforms-fields-kundendaten_geburtsdatum,
.webforms-fields-customer_private_birthday {
    float: left;
}

.webforms-fields-kundendaten_email,
.webforms-fields-customer_email,
.webforms-fields-rechnungsdaten_email {
    float: left;
    width: 30%;
}

.webforms-fields-same_rechnungsadresse .checkbox,
.webforms-fields-digitale_rechnung .checkbox,
.webforms-fields-zahlen_anders .checkbox,
.webforms-fields-werbung .checkbox,
.webforms-fields-naturstrom_lieferdaten .checkbox,
.webforms-fields-weiterer_zaehler .checkbox,
.webforms-fields-anderer_zahlt .checkbox,
.type-select-checkbox .checkbox {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.webforms-fields-same_rechnungsadresse,
.webforms-fields-aktueller_lieferant,
.webforms-fields-eg_lieferant,
.webforms-fields-werbung,
.webforms-fields-lieferdaten_produkt,
.webforms-fields-naturstrom_lieferdaten,
.webforms-fields-weiterer_zaehler,
.webforms-fields-ausweis,
.webforms-fields-anderer_zahlt .webforms-fields-15237 {
    width: 100% !important;
    float: left;
    clear: left;
}

.webforms-fields-ausweis .control {
    position: relative;
}

.webforms-fields-ausweis .control .tooltip-icon,
.webforms-fields-ausweis .control .tooltip-icon-close {
    position: absolute !important;
    left: 270px !important;
    top: 6px !important;
}

.webforms-fields-digitale_rechnung,
.webforms-fields-digital_invoice_email {
    float: none !important;
    clear: both;
}

.type-select-checkbox {
    width: 100%;
    float: left;
}

.webforms-fields-zaehlerstand_ht .tooltip-icon,
.webforms-fields-zaehlerstand_ht .tooltip-icon-close {
    left: -75em;
}

.webforms-fields-zaehlerstand,
.webforms-fields-zaehlerstand_2 {
    max-width: 190px;
}

.zaehlerstand-feld #field-zs-1030704703-back,
.zaehler_nachkomma_width {
    width: 55px !important;
}

.zaehlerstand-feld #field15292back,
.zaehlerstand-feld #field15293back {
    width: 44px !important;
}

#field_eSOJSI15292 .control {
    width: 15%;
}

.infolabel_mandadoryfield {
    margin-top: 10px;
    margin-bottom: 30px;
}

.webforms-fields-zahlungsart,
.webforms-fields-payment_method {
    max-width: 750px;
}

.webforms-fields-zahlen_anders {
    max-width: 735px;
}

.infolabel_mandadoryfield {
    margin-top: 10px;
    margin-bottom: 30px;
}

.webforms-fields-strom_beziehen .field.choice,
.webforms-fields-zahlungsart .field.choice,
.webforms-fields-payment_method .field.choice,
.webforms-fields-erdgas_beziehen .field.choice {
    width: 100%;
}

.webforms-fields-15271,
.webforms-fields-15104 {
    width: 100%;
    display: inline-block;
}

#sum_produkt_short {
    border-top: 5px solid #032037;
}

.kundendaten_email_pre {
    width: 100%;
}

.webforms-fields-auftraggeber,
.webforms-fields-15128,
.webforms-fields-15237 {
    clear: both;
}

.webforms-fields-lieferdaten_produkt,
.webforms-fields-lieferbeginn {
    width: 50% !important;
    clear: left;
}

.webforms-fields-werbung .field.choice label,
.type-select-checkbox .field.choice label {
    width: 88%;
}

.webforms-fields-kundendaten_zusatz,
.webforms-fields-customer_company_addition {
    width: 30%;
}

.webforms-fields-kundendaten_firma,
.webforms-fields-customer_company {
    width: 50%;
}

.zaehlernummer_input {
    height: 2.5em !important;
}

#field14616back,
#field14617back,
#field14618back,
#field14619back,
#field14701back,
#field14702back,
#field15589back,
#field15590back,
#field15089back,
#field15245back,
#field15297back {
    width: 44px !important;
}

.webforms-fields-15128,
.webforms-fields-lieferdaten_produkt {
    float: left;
}

.webforms-fields-image_sicherheitscode img {
    max-width: 43em;
}

.webforms-fields-15308 .field.choice {
    width: 50%;
}

.webforms-fields-stammdaten_email {
    width: 46.4% !important;
    float: left;
}

.webforms-fields-stammdaten_abweichende_rechnungsadresse .label {
    font-size: 0pt;
}

.rechnung_per_email .label,
.zahlungsdaten_sepa .label,
.bestaetigung_1 .label,
.bestaetigung_2 .label,
.bestaetigung_3 .label {
    display: none !important;
}

.fieldset > .field .field.choice:nth-child(1) {
    float: left;
}

.info-img-block-txt a,
.info-img-block-txt a:hover,
.info-block-txt a,
.info-block-txt a:hover,
.info-img-block-txt-s a,
.info-img-block-txt-s a:hover {
    color: #000;
    text-decoration: none;
}

.info-block-txt a,
.info-block-txt a:hover {
    display: block;
    height: 200px;
}

.info-block-title .dl-title a,
.info-block-title .dl-title a:hover,
.info-img-block-title a,
.info-img-block-title a:hover,
.info-img-block-title-s a,
.info-img-block-title-s a:hover {
    color: #032037;
    text-decoration: none;
}

.weitere_zahlarten {
    position: relative;
    top: -13px;
    left: 25px;
}

.zahlungsdaten_abweichendemail .label {
    display: none;
}

.art_des_bezugs .label {
    font-size: 0pt;
}

.art_des_bezugs .label::after {
    color: white !important;
}

.webforms-fields-stammdaten_abweichende_rechnungsadresse > div div {
    width: 99.2%;
    background-color: #f1f1f2;
}

.webforms-fields-weiterer_zaehler .label,
.webforms-fields-basis_kostenpflichtige_ablesung_netzbetreiber .label {
    font-size: 0pt;
    display: none !important;
}

.webforms-fields-vertragsbeginn {
    width: 100%;
    float: left;
    display: table-row;
    height: 45px;
}

.vertragsbeginn label {
    background-color: #f1f1f2 !important;
}

.webforms-fields-vertragsbeginn div.control {
    background-color: #fff !important;
}

.stammdaten_abweichende_rechnungsadresse .label {
    display: none !important;
}

.stammdaten_abweichende_rechnungsadresse .field.choice:nth-child(1),
.rechnung_per_email .field.choice:nth-child(1),
.zahlungsdaten_bestätigung .field.choice:nth-child(1) {
    float: none !important;
}

.fieldset > .legend {
    margin: 0 0 0px;
}

.clearboth {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearigth {
    clear: right;
}

.half_left {
    width: 40%;
    float: left;
}

.half_right {
    display: block;
    width: 40%;
    float: left;
    margin-left: 10px !important;
}

.breadcrumb {
    display: inline-block;
    overflow: hidden;
    counter-reset: flag;
    border: 1px solid #a4b1bc;
    width: 100%;
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    line-height: 3.3rem;
    color: white;
    background: #a4b1bc;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    white-space: nowrap;
}

.validation-advice {
    margin-top: 0.2rem !important;
    font-size: 1.2rem !important;
    color: #e02b27 !important;
    clear: both !important;
    line-height: 1.2em !important;
    padding-bottom: 0px !important;
}

.validation-advice-position-fix .validation-advice {
    position: absolute;
}

.telefonnummer + .validation-advice {
    display: inline-block;
}

.action.primary {
    font-weight: 400;
    background: #032037;
    border: 1px solid #032037;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.action.primary:hover {
    background: #224b8c;
    border: 1px solid #224b8c;
    color: #fff;
}

a.button:visited {
    color: #fff;
}

.footer .action.primary {
    font-weight: 400;
    background: #0a9bc8;
    border: 1px solid #0a9bc8;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 150px;
}

.footer .action.primary:hover {
    background: #003862;
    border: 1px solid #003862;
    color: #fff;
}

.footer .action.primary:before {
    content: url(/media/well-linked-media/well-linked-sgg-content-images/button-icon-check.png);
    margin-right: 15px;
    vertical-align: sub;
    padding: 0px 6px;
}

.copyright {
    display: none;
    background: #032037;
}

.navigation .level0 > .level-top {
    color: #032037 !important;
    font-size: 19px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

.navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
}

.page-header .panel.wrapper {
    display: none;
    background: #fff !important;
    border: 0px !important;
    color: #032037;
}

.page-header .panel.wrapper a,
.header.panel > .header.links > li > a:hover,
.header.panel > .header.links > li > a:visited {
    text-decoration: underline;
    color: #032037;
}

.footer.links .nav.item:after {
    content: ".";
    margin-left: 0px;
    margin-right: 10px;
}

.footer.links .nav.item:last-child:after {
    content: "";
}

.footer.content {
    padding-top: 0px;
}

.footer.content .links {
    padding-right: 30px !important;
}

.page-footer {
    background: #032037 !important;
    color: #fff;
    padding-bottom: 0px !important;
    margin-top: 2em !important;
}

.page-footer a {
    color: #fff !important;
}

.page-footer li {
    float: left;
}

.page-footer li a {
    margin-right: 10px;
}

input#newsletter {
    color: #000000;
}

.block.newsletter {
    margin-bottom: 0px;
    padding: 7px 15px 7px 95px;
    border-left: 1px solid #fff;
}

.block.newsletter .field .control:before {
    display: none;
}

.block.newsletter input {
    padding-left: 15px;
}
.footer.content .block {
    padding-top: 12px;
}

.block.newsletter .label {
    position: relative;
    float: left;
    overflow: visible;
    margin-left: -82px;
    margin-top: 12px;
    color: #ffffff !important;
    font-size: 14px;
}

.footer.content .links li {
    padding-top: 5px !important;
}

.block.youtube {
    margin-bottom: 0 !important;
    padding: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.actions-toolbar,
.actions-toolbar > .primary,
.actions-toolbar > .secondary,
.actions-toolbar > .tertiary,
.infolabel_mandadoryfield {
    float: right !important;
}

.actions-toolbar > .primary .action {
    width: 12em !important;
    margin-bottom: 0 !important;
    background: #012c47 !important;
    border: 0px;
    height: 32px;
}

.actions-toolbar > .secondary,
.infolabel_mandadoryfield {
    margin-right: 0.4rem;
}

.actions-toolbar > .tertiary {
    display: inline-block;
    margin-right: 0.4rem;
}

button:not(.primary) {
    width: 12em !important;
    box-shadow: none;
    background-color: #979797;
    color: #fff;
    font-weight: normal;
    border: 0px;
    height: 32px;
}

.webforms-fields-zaehlerauswahl_both img {
    width: 55%;
    clear: both;
    margin-left: 42%;
}

.webforms-fields-1_zaehlerauswahl.field .field.choice:nth-child(1) {
    background: url("https://egg.well-linked.com/pub/media/wysiwyg/zaehler_foto_single.jpg");
    height: 100px;
    background-position: 34px 31px;
    background-repeat: no-repeat;
    border: 0px;
    padding: 8px 80px 8px 10px;
    background-size: 80% auto;
}

.webforms-fields-1_zaehlerauswahl .choice:last-child {
    margin-left: 0% !important;
    background-image: url("https://egg.well-linked.com/pub/media/wysiwyg/zaehler_foto_double.jpg");
    height: 100px;
    background-position: 34px 30px;
    background-repeat: no-repeat;
    position: relative;
    left: 7%;
    padding: 8px 100px 8px 10px !important;
    background-size: 80% auto;
}

.webforms-fields-1_zaehlernummer,
.webforms-fields-2_zaehlernummer {
    width: 40%;
    float: left;
    padding: 0.2em 0.5em;
}

.zaehlpunktsnummer {
    width: 56.6%;
    float: left;
    padding: 0.2em 0.5em;
}

.aendern {
    float: right;
    font-size: 80%;
}

a.aendern {
    float: right;
    font-size: 9pt;
    text-decoration: none !important;
    font-style: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.zahlungsdaten_info_auftraggeber_fix .control {
    text-align: center;
}

.breadcrumb a:first-child:before {
    left: 14px;
}

/* Hover/Active Styles*/
.breadcrumb a.active {
    background: #333;
    background: linear-gradient(#333, #000);
}

.breadcrumb a.active:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}

.breadcrumb a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -13px;
    width: 36px;
    height: 36px;
    width: 27px;
    height: 27px;
    transform: rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #666, #333);
}

.breadcrumb-arrow {
    position: absolute;
    top: 3px;
    right: -13px;
    width: 27px;
    height: 27px;
    transform: rotate(45deg);
    z-index: 1;
    background: white;
}

a.active .breadcrumb-arrow {
    background: #032037;
}

/* Removing Arrow after last link */
.breadcrumb a:last-child:after {
    content: none;
}

.flat a,
.flat a:after {
    background: white;
    color: black;
}

.flat a:before {
    background: white;
    box-shadow: 0 0 0 1px #ccc;
}

.flat a.active,
.flat a.active:after {
    background: #032037;
    color: white;
    cursor: pointer;
}

.breadcrumb a:hover,
.breadcrumb a:visited,
.breadcrumb a:link,
.breadcrumb a:active {
    text-decoration: none;
}

/* Webforms */
.fieldset > .field,
.fieldset > .fields > .field {
    margin: 0 0 15px;
    min-height: 4px;
}

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
    line-height: 1.5em;
    font-weight: 400;
    font-size: 90%;
    margin: 0px 0 0px;
}

input[type="radio"] {
    margin: 4px 4px 0 0 !important;
}

.webforms-fields-plz {
    margin-bottom: 1.5em;
}

.form-table {
    display: table;
    width: 100%;
}

.form-table-row {
    display: table;
    width: 50%;
    margin-bottom: 10px;
}

.form-table-row div div div {
    float: left;
}

.form-table-row-sgg .label {
    background: #def0e9 !important;
}

.form-table-row .label {
    background: #ffffff;
    display: table-row !important;
    width: 40%;
    padding: 0.2em 0.5em;
    vertical-align: middle;
    font-size: 100%;
    font-weight: normal !important;
    text-align: left;
    line-height: 1.4em;
}

.form-table-row div.control {
    padding: 0.2em 5px 0.5em 0;
    display: table-cell;
    background: #ffffff;
    width: 73%;
    border-bottom: 4px solid #fff;
    vertical-align: middle;
    position: relative;
}

.form-table-row div div.control {
    height: auto;
    background-color: #ffffff;
    width: 90%;
    border: 0px;
    float: left;
}

.itsText {
    width: 100%;
}

.itsText div.control {
    width: 100%;
    background: transparent;
}

.label {
    color: #333 !important;
}

.welllinked-webform .h1,
.welllinked-webform h1 {
    margin-top: 0px;
}

.webforms-fields-itsAnrede select,
.webforms-fields-itsFakturaAnrede select {
    border: 1px solid #a4b1bc;
    height: 33px;
    background: url(../images/select-bg.svg) 82% 45% / 30px 60px no-repeat
        rgb(255, 255, 255);
}

.webforms-fields-itsAnrede,
.webforms-fields-itsTitel,
.webforms-fields-itsFakturaAnrede,
.webforms-fields-itsFakturaTitel {
    width: 13%;
}

.webforms-fields-itsNachname,
.webforms-fields-itsFakturaNachname {
    width: 28%;
    float: left;
}

.webforms-fields-itsVorname,
.webforms-fields-itsFakturaVorname {
    width: 46%;
}

.webforms-fields-13967 {
    width: 50%;
    float: left;
}

.webforms-fields-itsAkademischerGrad {
    float: left;
    width: 22%;
    clear: right;
}

.webforms-fields-itsEMail,
.webforms-fields-itsEMailB {
    float: left;
    width: 35%;
}

.webforms-fields-itsTelefon {
    float: left;
    width: 30%;
}

.webforms-calendar .ui-datepicker-trigger {
    top: 5px !important;
    left: -3rem;
}

input._has-datepicker {
    padding-left: 4rem;
}

.webforms-fields-przSpendenbetragsart,
.webforms-fields-przKundennummer,
.webforms-fields-kundennummer,
.webforms-fields-itsAnrede,
.webforms-fields-itsTitel,
.webforms-fields-itsNachname,
.webforms-fields-itsStrasse,
.webforms-fields-itsHausnummer,
.webforms-fields-itsEtage,
.webforms-fields-itsWohnung,
.webforms-fields-itsPLZ,
.webforms-fields-itsTelefon,
.webforms-fields-itsEMail,
.webforms-fields-przEmailadresse,
.webforms-fields-zmtIBAN,
.webforms-fields-zmtBIC,
.webforms-fields-itsFakturaAnrede,
.webforms-fields-itsFakturaNachname,
.webforms-fields-itsFakturaTitel,
.webforms-fields-itsFakturaStrasse,
.webforms-fields-itsFakturaHausnummer,
.webforms-fields-itsFakturaEtage,
.webforms-fields-itsFakturaPLZ,
.webforms-fields-itsFakturaWohnung,
.webforms-fields-przZaehlernummer1,
.webforms-fields-przZaehlernummer2,
.webforms-fields-przZaehlernummer3,
.webforms-fields-przAusweisart,
.webforms-fields-przEnergielieferant,
.webforms-fields-przZaehler1,
.webforms-fields-przZaehler2,
.webforms-fields-itsZuHanden,
.webforms-fields-itsFakturaZuHanden,
.nurFakturaEmail,
.nurEmailB,
.webforms-fields-itsAnlageStrasse,
.webforms-fields-itsAnlageHausnummer,
.webforms-fields-itsAnlageEtage,
.webforms-fields-itsAnlageWohnung,
.webforms-fields-przGeraetenummer,
.webforms-fields-przZaehlerstand1M3,
.webforms-fields-przZaehlerstand1H {
    position: relative;
    float: left;
}

.webforms-fields-itsStrasse,
.webforms-fields-przZaehlernummer2 {
    clear: left;
}

.webforms-fields-zmtBankinstitut,
.webforms-fields-itsFakturaUidNummer,
.webforms-fields-itsAkademischerGrad,
.webforms-fields-przBeschreibung {
    clear: both;
}

.webforms-fields-itsHausnummer,
.webforms-fields-itsFakturaHausnummer,
.webforms-fields-itsAnlageHausnummer {
    width: 20%;
}

.nurHausnummer {
    width: 50%;
}

.webforms-fields-zmtZahlungsart .label {
    width: 27%;
}

.webforms-fields-itsEtage,
.webforms-fields-itsWohnung,
.webforms-fields-itsFakturaEtage,
.webforms-fields-itsFakturaWohnung,
.webforms-fields-itsAnlageEtage,
.webforms-fields-itsAnlageWohnung {
    width: 15%;
}

.webforms-fields-itsHausnummer .label,
.webforms-fields-itsFakturaHausnummer .label,
.webforms-fields-itsAnlageHausnummer .label {
    width: 20%;
}

.webforms-fields-itsEtage .label,
.webforms-fields-itsWohnung .label,
.webforms-fields-itsFakturaEtage .label,
.webforms-fields-itsFakturaWohnung .label,
.webforms-fields-itsAnlageEtage .label,
.webforms-fields-itsAnlageWohnung .label {
    width: 15%;
}

.webforms-fields-itsHausnummer div.control,
.webforms-fields-itsEtage div.control,
.webforms-fields-itsWohnung div.control,
.webforms-fields-itsFakturaHausnummer div.control,
.webforms-fields-itsFakturaEtage div.control,
.webforms-fields-itsFakturaWohnung div.control,
.webforms-fields-itsAnlageHausnummer div.control,
.webforms-fields-itsAnlageEtage div.control,
.webforms-fields-itsAnlageWohnung div.control {
    width: 30%;
}

.webforms-fields-zmtZahlungsart div.label {
    width: 27%;
}

.webforms-fields-przSpendenbestaetigung .label,
.webforms-fields-przAnlagennummer .label,
.webforms-fields-itsNachname .label,
.webforms-fields-itsVorname .label,
.webforms-fields-itsPLZ .label,
.webforms-fields-itsOrt .label,
.webforms-fields-itsTelefon .label,
.webforms-fields-itsFakturaNachname .label,
.webforms-fields-itsFakturaVorname .label,
.webforms-fields-itsFakturaPLZ .label,
.webforms-fields-itsFakturaOrt .label,
.webforms-fields-przZaehlerstand1 .label,
.webforms-fields-przZaehlerstand2 .label,
.webforms-fields-przZaehlerstand3HT .label,
.webforms-fields-przAusweisnummer .label,
.webforms-fields-przNetzbetreiber .label,
.webforms-fields-przZaehlpunkt1 .label,
.webforms-fields-przZaehlpunkt2 .label,
.webforms-fields-itsUidNummer .label,
.webforms-fields-itsFax .label,
.nurFakturaEmailB .label,
.webforms-fields-itsAnlagePLZ .label,
.webforms-fields-itsAnlageOrt .label,
.webforms-fields-przAblesedatum .label {
    border-left: 4px solid #fff;
}

.webforms-fields-itsAnrede .label,
.webforms-fields-itsAnrede div.control,
.webforms-fields-itsNachname .label,
.webforms-fields-itsNachname div.control,
.webforms-fields-itsStrasse .label,
.webforms-fields-itsStrasse div.control,
.webforms-fields-itsEtage .label,
.webforms-fields-itsEtage div.control,
.webforms-fields-itsWohnung .label,
.webforms-fields-itsWohnung div.control,
.webforms-fields-itsPLZ .label,
.webforms-fields-itsPLZ div.control,
.webforms-fields-itsEMail .label,
.webforms-fields-itsEMail div.control,
.webforms-fields-itsFakturaAnrede .label,
.webforms-fields-itsFakturaAnrede div.control,
.webforms-fields-itsFakturaNachname .label,
.webforms-fields-itsFakturaNachname div.control,
.webforms-fields-itsFakturaStrasse .label,
.webforms-fields-itsFakturaStrasse div.control,
.webforms-fields-itsFakturaEtage .label,
.webforms-fields-itsFakturaEtage div.control,
.webforms-fields-itsFakturaWohnung .label,
.webforms-fields-itsFakturaWohnung div.control,
.webforms-fields-itsFakturaPLZ .label,
.webforms-fields-itsFakturaPLZ div.control,
.webforms-fields-itsAnlageStrasse .label,
.webforms-fields-itsAnlageStrasse div.control,
.webforms-fields-itsAnlageEtage .label,
.webforms-fields-itsAnlageEtage div.control,
.webforms-fields-itsAnlageWohnung .label,
.webforms-fields-itsAnlageWohnung div.control,
.webforms-fields-itsAnlagePLZ .label,
.webforms-fields-itsAnlagePLZ div.control {
    position: relative;
    border-bottom: 0;
}

.nurTelefon .label {
    border-left: 0;
}

.ecoachingKundennummer,
.ecoachingTelefon,
.nurHausnummerNoFloat {
    float: none;
}

.webforms-fields-anlagennummer {
    position: relative;
    width: 13.4%;
    float: left;
    margin-left: 15px !important;
}

.webforms-fields-15202.webforms-fields-kundennummer,
.webforms-fields-15078.webforms-fields-kundennummer {
    width: 13.4%;
    top: 0.1em;
}

.webforms-fields-15202.webforms-fields-kundennummer input[type="text"] {
    height: 2.6em;
}

.webforms-fields-15334.webforms-fields-captcha,
.webforms-fields-15329.webforms-fields-captcha {
    float: left;
    clear: left;
}

.webforms-fields-15335.webforms-fields-captcha-wert,
.webforms-fields-15330.webforms-fields-captcha-wert {
    width: 24.5em;
}

.field.type-html.webforms-fields-15084,
.field.type-html.webforms-fields-15204,
.webforms-fields-itsUidNummer {
    clear: both;
}

.webforms-fields-rechnungsdaten_telefon {
    float: left;
    clear: both;
    margin-right: 0.2em !important;
}

.webforms-fields-rechnungsdaten_email {
    float: left;
}

.webforms-fields-przZaehler1 .validation-advice {
    margin-bottom: -29px;
}

.tooltip-icon {
    background-image: url("../images/tooltip.png") !important;
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    top: -24px;
    right: 10px;
    float: right;
}

/* Tooltip icon fix */
.tooltip-icon-field {
    position: relative;
}

.tooltip-icon-field .tooltip-icon {
    position: absolute;
    top: 33px;
}

.tooltip-icon-field .tooltip-icon-close {
    position: absolute;
    top: 33px;
}

.naturstrom-lieferdaten {
    position: relative;
}

.naturstrom-lieferdaten .field {
    width: 100%;
}

.naturstrom-lieferdaten .tooltip-icon,
.naturstrom-lieferdaten .tooltip-icon-close {
    top: 0;
    right: 5%;
    position: absolute;
}

.bestaetigung_strom_2 {
    position: relative;
}

.bestaetigung_strom_2 .tooltip-icon,
.bestaetigung_strom_2 .tooltip-icon-close {
    position: absolute !important;
    top: 2px !important;
}

.form-table-row .control .tooltip-icon {
    background-image: url("../images/tooltip.png");
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip-icon-close {
    background-image: url("../images/tooltip-close.png");
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    top: -24px;
    right: 10px;
    float: right;
}

.form-table-row .control .tooltip-icon-close {
    background-image: url("../images/tooltip-close.png");
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-3 {
    width: 33%;
    float: left;
}

.col-3.last {
    width: 34%;
    float: left;
}

.col-3 h4,
.headline-underline {
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-style: normal;
    font-size: 1.3em;
    color: #032037;
    padding: 0.2em 0.2em 0.2em 0.2em;
    margin-top: 1em;
    margin-bottom: 0.2em;
    border-bottom: 5px solid #032037;
    margin-right: 5%;
}

.col-3 h5 {
    margin-bottom: 1rem;
}

.col-3 p {
    font-size: 100%;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background-color: #032037;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev span {
    border-color: transparent #032037 transparent transparent;
}

.ui-datepicker .ui-datepicker-next span {
    border-color: transparent transparent transparent #032037;
}

.form-table-row.dynamic .label {
    background: inherit !important;
    border-bottom: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
}

.form-table-row.dynamic .control .field .field {
    clear: both;
}

.zaehlernummer_outer {
    width: 51%;
    float: left;
    padding-left: 0.5em;
}

.zaehlernummer_input {
    height: 2.5em !important;
}

.zaehlpunktnummer_outer {
    width: 49%;
    float: left;
    padding-left: 0;
}

.dashboard-icon {
    width: 48%;
    background: #fcfcfc;
    border-color: #b5bec9;
    border-style: solid;
    border-color: #b5bec9;
    border-width: 1px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

.dashboard-icon-title {
    margin-top: 26px;
    color: #032037;
    margin-bottom: 4px;
    font: 25px "Arial Regular", Arial;
    text-align: left;
    width: auto;
    clear: right;
}

.dashboard-icon-subtitle {
    color: #000000;
    font: 16px "Arial Regular", Arial;
    text-align: left;
    clear: right;
}

.dashboard-icon-image {
    height: 100%;
    width: auto;
    float: left;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.webforms-fields-netzbetreiber-script {
    display: none;
}

/* Password strength bar */
#ppbar {
    background: #ccc;
    width: 100%;
    height: 15px;
}
#pbar {
    margin: 0px;
    width: 0px;
    background: #032037;
    height: 100%;
}

/*START LEFT CATEGORY*/
.row {
    clear: both;
}

.wdsperson img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    margin-bottom: 10px;
    height: 200px;
}

.wds-article article {
    padding: 20px;
}

.wds-article article img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    margin-bottom: 10px;
    text-align: center;
}

img.ogw {
    width: 150px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 25px;
}

.page-layout-1column .block.filter.category {
    display: none;
}

.block.filter.category {
    margin-top: 83px;
}

.category dt {
    background-color: #032037;
    padding: 8px 10px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px;
}

.category dt:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open.png);
    margin-right: 5px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    margin-top: -4px;
}

.category dt:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open.png);
    margin-right: 5px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    margin-top: -4px;
}

.legend-fernwaerme,
.legend-nahwaerme {
    font-weight: bold;
}

.legend-fernwaerme .subline,
.legend-nahwaerme .subline {
    font-style: italic;
    font-weight: normal;
}

.legend-fernwaerme:before {
    content: "";
    padding-right: 5px;
    vertical-align: sub;
    padding: 0px;
    float: left;
    margin-top: 8px;
    border-top: 3px solid #ff7877;
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}

.legend-nahwaerme:before {
    content: "";
    padding-right: 5px;
    vertical-align: sub;
    padding: 0px;
    float: left;
    margin-top: 8px;
    border-top: 3px solid #3bb0d3;
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}

.item.level1,
.item.level2,
.item.level3,
.item.level4,
.item.level5 {
    color: #000;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0rem;
}

.item.level2.current {
    margin-left: 5px;
}

.item.level2 a:after,
.item.level3 a:after,
.item.level4 a:after,
.item.level5 a:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_closed_blue.png);
    margin-right: 5px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    margin-top: 0px;
}

.item.level3 a:after {
    margin-right: -5px !important;
}

.item.level2.current a.current:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open_blue.png);
    margin-right: 5px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    margin-top: 0rem;
}

.item.level3.current a.current:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open_blue.png);
    margin-right: -5px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    margin-top: 0rem;
}

.item.level4.current a.current:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open_blue.png);
    margin-right: -15px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    margin-top: 0rem;
}

.item.level5.current a.current:after {
    content: url(/media/well-linked-media/well-linked-egg-content-images/menu_open_blue.png);
    margin-right: -25px;
    vertical-align: sub;
    padding: 0px;
    float: right;
    margin-top: 0rem;
}

.item.level2.noSub a:after,
.item.level3.noSub a:after,
.item.level4.noSub a:after,
.item.level5.noSub a:after,
.item.level2.noSub:after,
.item.level3.noSub:after,
.item.level4.noSub:after,
.item.level5.noSub:after,
.item.level2.current.noSub a.current:after,
.item.level3.current.noSub a.current:after,
.item.level4.current.noSub a.current:after,
.item.level5.current.noSub a.current:after {
    content: none;
}

.item.level1 a,
.item.level2 a,
.item.level3 a,
.item.level4 a,
.item.level5 a {
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}

.item.level3 a,
.item.level3 a:hover {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.item.level4 a,
.item.level4 a:hover {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.item.level5 a,
.item.level5 a:hover {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.category a.current,
.category a:hover {
    background-color: #eceff2;
    text-decoration: none;
}

.category a.current,
.category a.current:hover,
.category a:hover {
    padding: 8px 10px;
}

.category a:hover {
    padding: 8px 10px 8px 15px;
}

.category .closed {
    display: none;
}

.category .open {
    display: block;
}

.category a:visited,
.category .alink:visited {
    color: #000;
}

.category a,
.category .alink {
    color: #000;
}

.block-compare {
    display: none;
}

/*CONTENT*/
a.pdf-info {
    text-decoration: underline;
    position: relative;
    top: -5px;
}

a.pdf-info:before {
    background: url(/media/well-linked-media/well-linked-egg-content-images/pdf.png)
        no-repeat 50% 50%;
    margin-right: 15px;
    vertical-align: sub;
    content: "";
    padding: 0px 6px;
    position: relative;
    height: 3em;
    width: 3em;
    top: 1em;
    background-size: 100%;
    display: inline-block;
    margin-left: 0.8em;
}

p.phone-info {
    position: relative;
    margin-top: 0em;
    margin-bottom: 3.5em;
    padding-left: 5.1em;
}

p.phone-info:before {
    background: url(../images/telefon.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%;
    content: "";
    margin-right: 1.5em;
    padding-top: 0px;
    width: 2.6em;
    height: 2.6em;
    padding-bottom: 0px;
    position: relative;
    top: 1em;
    margin-left: -4.1em;
    display: inline-block;
}

p.person-info {
    position: relative;
    margin-top: 0em;
    margin-bottom: 3.5em;
    padding-left: 5.1em;
}

p.person-info:before {
    background: url(../images/kontakt-personlich.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%;
    content: "";
    margin-right: 1.5em;
    padding-top: 0px;
    width: 2.6em;
    height: 2.6em;
    padding-bottom: 0px;
    position: relative;
    top: 1em;
    margin-left: -4.1em;
    display: inline-block;
}

p.phone-person-info {
    position: relative;
    margin-top: 0em;
    margin-bottom: 3.5em;
    padding-left: 5.1em;
}

p.phone-person-info:before {
    background: url(../images/kontakt-telefon-person.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%;
    content: "";
    margin-right: 1.5em;
    padding-top: 0px;
    width: 2.6em;
    height: 2.6em;
    padding-bottom: 0px;
    position: relative;
    top: 25px;
    margin-left: -4.1em;
    display: inline-block;
}

.webforms-blank-id .address-info-eg-container {
    display: none;
}

.center-width {
    width: 25.5%;
}

.center-two-width {
    width: 30%;
}

.center-one-width {
    width: 37.5%;
}

.center-one {
    margin-left: 37.5%;
}

.center-two {
    margin-left: 24%;
}

.center-three {
    margin-left: 12%;
}

.heading-bg {
    background: #032037;
}

.heading-bg h1 a {
    color: #ffffff;
    font-family: "klavika-italic", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 2rem 3rem 1rem 6rem;
}

label {
    padding-right: 10px;
}

.sum-content {
    padding-right: 20px;
}

.col-md-6.image-block-sl {
    padding-right: 0;
}

.col-md-6.image-block-sr {
    padding-right: 0;
    padding-left: 0;
}

.ich-benotige-text-container img {
    float: right;
    margin-right: 1em;
    padding-top: 3px;
}
.ich-benotige-text-container span {
    float: left;
    margin-left: 1em;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 20px;
    color: #032037;
    word-break: break-all;
}

.ich-benotige-text-container {
    display: inline-block;
    width: 100%;
    min-height: 6.3rem;
    margin-top: 1em;
}

.ich-benotige-border {
    border: 1px solid #e6e6e6;
    padding-bottom: 1em;
}

.ich-benotige-border .img-full-size {
    width: 100%;
}

.gas-notruf {
    font-size: 2em;
    margin-left: 1em;
}

.gas-notruf i {
    background: #ccc;
    border-radius: 3em;
    padding: 1.1em;
    width: 3em;
    height: 3em;
    color: #ffffff;
}

.strom-beziehen img {
    width: 150px;
    height: 100px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.strom-beziehen {
    font-size: 17px;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    color: #032037;
    margin-bottom: 3em;
}

div[class*="_zaehlerauswahl "] .field.choice:nth-child(1) {
    background: url("../images/zaehler_foto_single.jpg");
    height: 100px;
    background-position: 5px 31px;
    background-repeat: no-repeat;
    border: 0px;
    margin-right: 1em;
    padding: 8px 80px 8px 10px;
    background-size: 80% auto;
}

div[class*="_zaehlerauswahl "] .field.choice:nth-child(2) {
    margin-left: 0% !important;
    background-image: url("../images/zaehler_foto_double.jpg");
    height: 100px;
    background-position: 10px 30px;
    background-repeat: no-repeat;
    position: relative;
    padding: 8px 80px 8px 10px !important;
    background-size: 80% auto;
}

.webforms-success-text {
    background: none !important;
    border: none !important;
}

.webforms-success-text h1 {
    padding-bottom: 0.5em !important;
}

.hide-label label {
    display: none !important;
}

.hide-label .control label {
    display: inherit !important;
}

.webforms-fields-rechnungsdaten_switch .label,
.webforms-fields-billing_address_customer_type .label,
.hide-label .label {
    display: none !important;
}

.hide-label .control .label {
    display: inherit !important;
}

.categorypath-ich-mochte-energie-sparen .col-md-3.text-center img {
    max-width: 211px;
}

.energie-sparen {
    margin-top: 40px;
}

.webforms-fields-15283.webforms-fields-wiederruf .field.choice {
    width: 100%;
}

/* Newsletter Anmeldung Form */
.newsletter-customer-number,
.newsletter-customer-email {
    width: 45%;
    float: left;
}

.newsletter-customer-pin,
.newsletter-customer-email-confirm {
    width: 45%;
    float: left;
    margin-left: 10% !important;
}

.newsletter-register-checkbox .label {
    display: none !important;
}

.newsletter-register-checkbox .choice label {
    font-weight: normal;
}

.newsleltter-identification-error {
    width: 100%;
    float: left;
    margin: 0;
    height: auto;
    padding: 0;
    line-height: 1.8;
    color: red;
    visibility: hidden;
}

.newsletter-email-match-error,
.error-invalid-email-inputs,
.error-empty-email-inputs {
    display: none;
}

.anmeldung + .actions-toolbar button.submit {
    width: 15em !important;
    margin-right: 0;
}

ol.ol-ladekarte {
    list-style: none;
}

ol.ol-ladekarte li {
    height: 74px;
    padding-left: 74px;
    padding-top: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
}

ol.ol-ladekarte li.ladekarte-1 {
    background: url(/pub/media/well-linked-media/well-linked-egg-content-images/1-Ladekarte.png)
        no-repeat left top;
}

ol.ol-ladekarte li.ladekarte-2 {
    background: url(/pub/media/well-linked-media/well-linked-egg-content-images/2-Ladekarte.png)
        no-repeat left top;
}

ol.ol-ladekarte li.ladekarte-3 {
    background: url(/pub/media/well-linked-media/well-linked-egg-content-images/3-Ladekarte.png)
        no-repeat left top;
}

.ladestation-map {
    border: 4px solid #dde1dd;
    padding: 0px;
    margin: 0px;
}

.ladestation-map .map {
    padding: 0px;
    margin: 0px;
}

.ladestation-map .map-text h2 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 32px;
}

.ladestation-map a.button {
    position: relative;
    float: right !important;
    margin: 10px !important;
}

.ladestation-app-download {
    width: 200px;
}

table.Ladetarife {
    border-collapse: collapse;
    border-spacing: 0;
    width: 75%;
}

table.Ladetarife td {
    font-size: 14px;
    padding: 5px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
    text-align: left;
}

table.Ladetarife td.text-center {
    text-align: center;
}

table.Ladetarife tr.labels td {
    vertical-align: top;
    border-top: none;
}

table.Ladetarife tr.values td {
    background-color: #00314d;
    color: #fff;
}

.unsere-box {
    border: 4px solid #00314d;
    margin: 15px;
    padding: 0px;
}

.unsere-box hr {
    background-color: #00314d;
    height: 1px;
    width: 100%;
}

.unsere-box .unsere-package {
    margin: 15px;
}

.unsere-details {
    margin-top: 10px;
}

h3.schritte {
    line-height: 25px;
}

h4.bolder {
    font-weight: bold;
}

.ladekarte-customer-type-radio-cont > label,
.ladekarte-customer-egg-radio-cont > label,
.ladekarte-ladekarte-plan-cont > label,
.bindungsbonus-cont > label,
.zusammenfassung-agb-1-input-cont > label,
.zusammenfassung-agb-2-input-cont > label,
.zusammenfassung-agb-3-input-cont > label,
.zusammenfassung-agb-4-input-cont > label,
.zusammenfassung-agb-1-tel-input-cont > label,
.zusammenfassung-agb-2-tel-input-cont > label,
.zahlungdaten-otherpayer-input-cont > label,
.zusammenfassung-agbs-input-cont > label,
.ladekarte-captcha-wert-cont > label,
.captcha-wert-cont > label,
.label-hide > label {
    display: none !important;
}

.zusammenfassung-agbs-input-cont .choice > label,
.zusammenfassung-agb-1-input-cont .choice > label,
.zusammenfassung-agb-2-input-cont .choice > label,
.zusammenfassung-agb-3-input-cont .choice > label,
.zusammenfassung-agb-4-input-cont .choice > label,
.zusammenfassung-agb-1-tel-input-cont .choice > label,
.zusammenfassung-agb-2-tel-input-cont .choice > label {
    font-weight: normal;
}

.zusammenfassung-agbs-input-cont .choice > label a {
    font-weight: bold;
}

.zusammenfassung-agb-1-tel-input-cont,
.zusammenfassung-agb-2-tel-input-cont {
    width: 90%;
    margin-left: 10% !important;
}

.zusammenfassung-agb-1-tel-input-cont .field,
.zusammenfassung-agb-2-tel-input-cont .field {
    width: 80%;
}

.small-paragraph {
    font-size: 0.9em;
}

.small-paragraph span {
    color: rgb(18, 122, 201);
}

.ladekarte-ladekarte-number-cont {
    width: 33.3% !important;
    padding-right: 0.2em;
    float: left;
}

.kundendaten-birthdate-text-input-cont {
    float: left;
    clear: both;
}

.ladekarte-customer-type-radio {
    width: 194px;
}

.ladekarte-customer-address-header-cont {
    width: 100% !important;
    float: left;
}

.ladekarte-customer-egg-radio-cont .choice {
    width: 100% !important;
}

.ladekarte-customer-egg-radio-cont .tooltip-icon,
.ladekarte-customer-egg-radio-cont .tooltip-icon-close {
    top: 0px !important;
    float: none !important;
}

.fieldset > .field.ladekarte-customer-egg-radio-cont {
    margin-top: 35px;
}

.ladekarte-customer-number-cont,
.ladekarte-facility-number-cont {
    width: 33.3% !important;
    padding-right: 0.2em;
    display: inline-block;
}

.ladekarte-customer-type-radio-cont .field.choice,
.ladekarte-customer-egg-radio .field.choice {
    float: left;
}

.ladekarte-customer-type-radio-cont {
    display: inline-block;
}

.ladekarte-e-taxi-plan-container {
    line-height: 1em;
    color: #00557f;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.ladekarte-e-taxi-plan-container p {
    margin: 3px;
}

.ladekarte-e-taxi-plan-container p.italic {
    font-style: italic;
    font-size: 0.9em;
    font-weight: bold;
}

.ladekarte-e-taxi-plan-container p.hint {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.ladekarte-e-taxi-plan-container .ladekarte-e-taxi-plan-row {
    display: flex;
    flex-direction: row;
    margin-top: 3px;
}

.ladekarte-e-taxi-plan-container .title {
    flex: 1;
    display: flex;
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: left;
    font-weight: bold;
    color: #fff;
}

.ladekarte-e-taxi-plan-container .title p {
    align-self: center;
}

.ladekarte-e-taxi-plan-container .value {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    flex: 3;
}

.ladekarte-e-taxi-plan-container .tarif-value {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ladekarte-e-taxi-plan-container .tarif-row {
    flex-direction: row;
}

.ladekarte-e-taxi-plan-container .tarif-row .tarif {
    display: flex;
    flex-direction: column;
    margin-top: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 2em;
}

.ladekarte-e-taxi-plan-container .tarif-row .tarif p {
    text-align: center;
}

.ladekarte-e-taxi-plan-container .tarif-row .exclusive-plan {
    border-right: 3px #fff solid;
}

.ladekarte-e-taxi-plan-container .tarif-row .exclusive-plan,
.ladekarte-e-taxi-plan-container .tarif-row .open-plan {
    padding: 5px;
}

.ladekarte-e-taxi-plan-container .navy-bg {
    background-color: #00314d;
}

.ladekarte-e-taxi-plan-container .gray-bg {
    background-color: #f9f9f9;
}

.ladekarte-e-taxi-plan-container .dark-gray-bg {
    background-color: #eeeeee;
}

.ladekarte-e-taxi-plan-container h3,
.ladekarte-e-taxi-plan-container h4 {
    color: #00557f;
    font-size: 2rem;
    font-weight: bold;
    margin: 0px;
}

.ladekarte-e-taxi-plan-container h4 {
    font-size: 1.5rem;
}

.ladekarte-e-taxi-plan-container label {
    text-align: left;
    margin-top: 5px;
}

.ladekarte-e-taxi-plan-container input[type="checkbox"] {
    float: left;
    margin-left: 2%;
}

.kundendaten-kfz-additional-text-input-cont,
.kundendaten-car-pallete-additional-text-input-cont,
.kundendaten-car-model-additional-text-input-cont {
    width: 33.2%;
    float: left;
}

.kundendaten-kfz-additional-text-input-cont {
    clear: both;
}

.kundendaten-car-pallete-additional-text-input-cont,
.kundendaten-car-model-additional-text-input-cont {
    margin-left: 0.2% !important;
}

a#additional-ladekarte {
    float: left;
    clear: both;
    margin-bottom: 30px;
}

a#additional-ladekarte.shown {
    color: #999;
    text-decoration: underline;
}

.third-width-input-cont {
    width: 33.33% !important;
}

div[test="15395-opentip"] {
    top: 297px !important;
}

.kundendaten-kfz-text-input-cont,
.kundendaten-car-pallete-text-input-cont,
.kundendaten-car-model-text-input-cont {
    width: 33.2%;
    float: left;
}

.kundendaten-grad-text-input-cont {
    width: 15%;
}

.kundendaten-company-text-input-cont {
    width: 43.5%;
}

.kundendaten-zusatz-input-cont {
    width: 27.05%;
}

.kundendaten-email-text-input-cont {
    width: 36%;
}

.kundendaten-kfz-text-input-cont {
    clear: both;
}

.kundendaten-car-pallete-text-input-cont,
.kundendaten-car-model-text-input-cont {
    margin-left: 0.2% !important;
}

.ladekarte-captcha-cont,
.ladekarte-captcha-wert-cont {
    width: 100%;
    float: left;
}

.zahlungdaten-zahlungsart-radio-input-cont {
    margin-bottom: 60px !important;
}

.zahlungdaten-zahlungsart-radio-input-cont .tooltip-icon,
.zahlungdaten-zahlungsart-radio-input-cont .tooltip-icon-close {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

.ladekarte-ladekarte-plan-cont {
    width: 100% !important;
    float: left;
}

.ladekarte-ladekarte-plan-cont .choice {
    width: 50% !important;
    float: left;
}

.ladekarte-plan-container {
    min-height: 290px;
    width: 49%;
    margin-right: 1%;
    float: left;
    border: 3px solid #00314d;
}

.plan-description-1 {
    font-size: 14px;
    margin: 15px 0;
    padding-left: 1%;
    float: left;
    width: 100%;
}

.plan-description-2 {
    font-size: 14px;
    margin: 0;
    padding-left: 1%;
    float: left;
    width: 100%;
}

.plan-description-1 span {
    text-decoration: underline;
}

.plan-options {
    float: left;
    width: 100%;
}

.plan-option {
    padding: 4px;
    padding-bottom: 0;
    text-align: center;
}

.plan-option p {
    margin: 0;
    padding: 5px;
}

.plan-option .size {
    font-weight: bold;
}

.plan-option .price {
    background-color: #00314d;
    color: #fff;
}

.plan-price-total {
    background-color: #00314d;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.sum-plan-options {
    border: 1px solid #0f4766;
    margin-bottom: 15px;
}

.sum-plan-options .plan-option {
    padding-bottom: 4px;
}

.dark-blue {
    color: #0f4766;
}

.logo-img {
    max-width: 150px;
}

.center-img {
    margin: 0 auto;
    display: inherit;
}

.graz-drive {
    font-style: italic;
    font-size: 1.8em;
    color: black;
    font-weight: bold;
    font-family: Stone-Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.graz-drive span {
    color: #878787;
}

.graz-drive i {
    color: #0b314e;
}

.plan-highlight {
    background-color: #dff6ff;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.user_search_error {
    display: none;
}

.digital-bill-street-cont .validation-advice,
.sepa-street-cont .validation-advice,
.digital-bill-zip-cont .validation-advice,
.sepa-zip-cont .validation-advice {
    position: fixed;
}

.ladekarte-customer-number-cont .validation-advice,
.ladekarte-facility-number-cont .validation-advice {
    float: left;
}

.zaehlernummer_outer .control .validation-advice {
    position: absolute;
}

.zaehlpunktnummer_outer .control {
    position: relative;
}

.zaehlpunktnummer_outer .tooltip-icon,
.zaehlpunktnummer_outer .tooltip-icon-close {
    position: absolute;
    top: 10px;
}

.kein_erdgasanschluss {
    margin-top: 25px !important;
}

.kein_erdgasanschluss .field {
    width: 100%;
}

.form-row-1-3 {
    width: 33.3333333% !important;
    float: left;
    padding-right: 0.2em;
    position: relative;
}

.form-row-1-4 {
    width: 25% !important;
    float: left;
    padding-right: 0.2em;
    position: relative;
}

.form-row-1-6 {
    width: 50% !important;
    float: left;
    padding-right: 0.2em;
    position: relative;
}

.form-row-1-2 {
    width: 12.5% !important;
    float: left;
    padding-right: 0.2em;
    position: relative;
}

.form-row-1-12 {
    width: 100% !important;
    float: left;
    padding-right: 0.2em;
    position: relative;
}

.form-row-1-4 .control,
.form-row-1-6 .control,
.form-row-1-2 .control {
    width: 98%;
}

.form-field-1-3 {
    width: 33.3333333%;
}

.form-field-1-4 {
    width: 25%;
}

.form-field-1-6 {
    width: 50%;
}

.form-field-1-2 {
    width: 12.5%;
}

.form-field-1-12 {
    width: 100%;
}

.form-field-1-4 .control,
.form-field-1-6 .control,
.form-field-1-2 .control,
.form-field-1-12 .control {
    width: 98%;
}

.form-row-1-3 .tooltip-icon,
.form-row-1-3 .tooltip-icon-close {
    position: absolute;
    top: 32px;
}

/* Data Protection Form step for Erdgas and strom Beziehen. */
.data-protection-checkbox > label {
    display: none !important;
}

.data-protection-checkbox .control .field {
    width: 100%;
}

.data-protection-checkbox .control .field label {
    font-weight: normal;
}

.data-protection-checkbox .control .field label a {
    font-weight: bold;
}

.data-protection-info {
    padding-left: 29px;
    float: left;
    width: 90%;
    margin-bottom: 0 !important;
}

.data-protection-tel {
    padding-left: 40px;
}

.explain-btn {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

/* Form 161 */
.gegenarmut-geburstag-info {
    width: 90%;
    float: left;
    font-size: 12px;
    padding-bottom: 25px;
    margin-top: -16px !important;
}

.gegenarmut-geburstag {
    width: 23%;
    float: left !important;
}

.gegenarmut-ort {
    float: left !important;
}

.gegenarmut-vorname {
    float: left;
}

.gegenarmut-title {
    margin-right: 60% !important;
}

.gegenarmut-spendenbestatigung .field {
    width: 98%;
}

.gegenarmut-spendenbestatigung .field label {
    width: 55% !important;
}

.gegenarmut-spendenbestatigung .tooltip-icon,
.gegenarmut-spendenbestatigung .tooltip-icon-close {
    right: 45% !important;
    top: 14px !important;
}

.erdgas-zusammenfassung,
.ladekarte-zusammenfassung {
    float: left;
    width: 100%;
    margin-bottom: 50px !important;
}

.agb-egg-ist-lieferant-2 .field {
    width: 90% !important;
}

.full-label .choice {
    width: 100%;
    margin-bottom: 30px !important;
}

/*Gutscheincode Style*/
.gutscheincode-cont {
    margin-bottom: 45px;
    padding-right: 5%;
    display: none;
}

.gutscheincode-hide-btn {
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.gutscheincode-show-btn {
    text-decoration: underline;
    cursor: pointer;
}

.gutscheincode-cont label {
    display: none;
}

.agb-voucher-container {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}

.agb-container {
    float: left;
    width: 66%;
}

.agb-container-full {
    width: 100%;
}

.voucher-container {
    float: left;
    width: 100%;
    margin-top: 18px;
    position: relative;
}

.voucher-container .tooltip-icon,
.voucher-container .tooltip-icon-close {
    position: absolute;
    top: 70px;
    right: 30px;
}

.voucher-container .col-3 {
    width: 100% !important;
}

.voucher-container .col-3 h4 {
    margin-top: 0 !important;
}

.strom-zusammenfassung #sum_sec_zahlungsdaten {
    float: right;
}

.strom-zusammenfassung #sum_sec_gutscheincode {
    clear: both;
}

.gutscheincode-input.validation-confirmation {
    border-color: #3f9635;
}

.validation-confirmation-message {
    color: #3f9635;
    margin-top: 0.2rem;
    font-size: 1.2rem;
    clear: both;
    line-height: 1.2em;
    padding-bottom: 0px;
}

.add-pointer {
    cursor: pointer;
}

/* Star rating component */
.star-rating s:hover,
.star-rating s.active {
    color: orange;
}

.star-rating s {
    color: black;
    font-size: 37px;
    cursor: default;
    text-decoration: none;
    line-height: 38px;
}
.star-rating {
    padding: 2px;
}

.star-rating s:hover:before,
.star-rating s.rated:before,
.star-rating s.active:before {
    content: "\2605";
}
.star-rating s:before {
    content: "\2606";
}

.confirm-sepa-payment label,
.confirm-digital-bill-payment label,
.eco-invoice-checkbox label {
    font-weight: 400 !important;
}

/*Feedback From*/
.feedback-text-container label {
    padding: 0;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.feedback-text-input {
    resize: none;
    height: 100px;
}

.feedback-btn {
    position: fixed;
    top: 50%;
    right: -56px;
    z-index: 10000;
    transform: rotate(-90deg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .feedback-btn {
        right: -37px;
    }
}

.feedback-btn a {
    background-color: #003862;
    font-size: 16px;
    color: white;
    width: 150px;
    padding: 6px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.feedback-btn a:hover {
    background-color: #337ab7;
}

.feedback-star-rating-container {
    margin-bottom: 50px !important;
}

.feedback-star-rating-container label {
    display: none !important;
}

.feedback-star-rating-container .control .field input {
    width: 0px;
    visibility: hidden;
}

.feedback-star-rating-container .control .field label {
    display: none;
}

.webforms-fields-feedback_star_rating_view {
    margin: 0 !important;
}

.invisible {
    visibility: hidden;
    height: 0;
    opacity: 0;
    margin: 0 !important;
    min-height: 0 !important;
}

.invisible input {
    visibility: hidden;
    height: 0;
    opacity: 0;
    margin: 0 !important;
    min-height: 0 !important;
}

.info-img-block-title2-s {
    margin-top: 1em;
    margin-bottom: 0;
}

/* Modal */
.modal-content {
    box-shadow: none !important;
    border: none !important;
}

.modal-slide .action-close {
    text-align: right !important;
    padding-right: 2rem !important;
}

.modal-footer {
    border-top: none !important;
}

.modal-header {
    border-bottom: none !important;
}

#payment-method-error {
    font-size: 1.5rem !important;
    padding-right: 30% !important;
}

/* Circle for Online Bonus section */
.circle-online-bonus {
    position: absolute;
    background: #012c47;
    width: 90px;
    height: 90px;
    left: 2em;
    z-index: 100;
    color: #fff;
    top: 1em;
    border-radius: 200px;
    text-align: center;
    padding-top: 15px;
    font-size: 1.2em;
    line-height: 1.1em;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

/* E-Taxi Ladetarife Block */
.e-taxi .ladekarte-img {
    padding-top: 25px;
    text-align: center;
}

.e-taxi .ladestation-img {
    scroll-padding-top: 100px;
    text-align: center;
}

.e-taxi .question {
    font-weight: 700;
    margin: 0;
}

.e-taxi .tabber {
    display: inline-block;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 18px;
    width: 90%;
    font-family: "klavika-regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

.col-sm-9 .minus-white {
    right: -8.5%;
}

/* Class for Removing labels */
.remove-label .label {
    display: none !important;
}

/* Adjusting space in Ladekarte form - Plates */
.auto-plate-position {
    padding-left: 89px;
}

/* Class for hidding Radio Button */
.hide-radio-button input {
    display: none;
}

/* Class for hidding Radio Button */
.hide-radio-button-with-tooltip input {
    visibility: hidden;
}

/*
* CSS Sprites
*/

/* Two hands - Energie Dienstleistungen Icon */
.bg-energie_dienstleistungen {
    width: 40px;
    height: 48px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -10px -10px;
}
/* Stecken - Strom Icon */
.bg-strom {
    width: 40px;
    height: 48px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -10px -78px;
}
/* Fire - Erdgas Icon */
.bg-erdgas {
    width: 40px;
    height: 48px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -70px -10px;
}
/* Heater in Home - Fernwärme Icon */
.bg-fernwaerme {
    width: 40px;
    height: 48px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -130px -10px;
}
/* Car - Ich ziehe um Icon */
.bg-umziehen {
    width: 32px;
    height: 19px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -190px -104px;
    top: 7px;
}
/* Power On/Off Button - Ich Benötige Energie Icon */
.bg-energie_benotigen {
    width: 32px;
    height: 22px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -190px -62px;
    top: 7px;
}
/* Leaf - Ich möchte Energie Spare Icon */
.bg-energie_sparen {
    width: 32px;
    height: 35px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -123px -78px;
    top: 7px;
}
/* Arrow Forward */
.bg-arrow_forward {
    width: 10px;
    height: 14px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -86px -146px;
}
/* Serviceportal icon */
.bg-icon_serviceportal {
    width: 12px;
    height: 14px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -54px -146px;
    display: inline-block;
}
/* Login Buttons */
.bg-button_responsive480_icon_search {
    width: 24px;
    height: 24px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -10px -146px;
    display: inline-block;
}
.bg-button_responsive_icon_login {
    width: 33px;
    height: 43px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -70px -78px;
}
.bg-youtube {
    width: 32px;
    height: 32px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -190px -10px;
}
.bg-icon_footer {
    width: 4px;
    height: 7px;
    background: url("/pub/media/wysiwyg/energie-graz-css-sprites.png") -116px -146px;
}

.disabled-text {
    color: #c9c9c9;
}

.post-content .post-description .post-ftimg-hld {
    width: 10%;
}

/* Hide On Desktop show on Mobile Class */
.mobile-show-block {
    display: none;
}
.mobile-hide-block {
    display: block;
}
.mobile-show-inline-block {
    display: none;
}
.mobile-hide-inline-block {
    display: inline-block;
}

.click-to-call {
    color: #032037 !important;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .mobile-show-block {
        display: block;
    }
    .mobile-hide-block {
        display: none;
    }
    .mobile-show-inline-block {
        display: inline-block;
    }
    .mobile-hide-inline-block {
        display: none;
    }
}

.phone-icon {
    position: relative;
}

.phone-icon:before {
    background: url(../images/icon_phone.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 100%;
    content: "";
    margin-right: 0.5em;
    padding-top: 0px;
    width: 1em;
    height: 1em;
}

/*
* Pop-Ups
*/
.modal-forms,
.modal {
    display: none;
    position: fixed;
    padding-top: 175px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal {
    z-index: 1000;
}

.modal-forms {
    z-index: 1100;
}

.modal-forms h3,
.modal h3 {
    color: #333;
}

.modal-content-forms,
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 30px 40px 30px;
    border: 1px solid #888;
    width: 35%;
}

.close-forms,
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-forms:hover,
.close-forms:focus,
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .modal-content-forms,
    .modal-content {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .modal-content-forms,
    .modal-content {
        width: 90%;
    }
}

/* Modal Content Buttons */
.modal-button-content {
    margin: 0;
}

.modal-button {
    background-color: #032037;
    padding: 0;
    margin-bottom: 5px;
    transition: 0.3s;
}

.modal-button:hover {
    background-color: #006bb4;
}

.modal-button a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}

.inline-form-field {
    float: left;
}

.half-full-width {
    width: 50% !important;
}

.disabled-meter-number-element {
    border: none !important;
    padding: 0 !important;
    font-weight: bold;
    opacity: 1;
}

.disabled-meter-number-element:focus {
    box-shadow: none !important;
}

/* Object-fit Cover Class */
.image-cover {
    object-fit: cover;
}

/* Background Color of BIC when disabled */
.webforms-fields-przBIC input[type="text"]:disabled,
.webforms-fields-bic input[type="text"]:disabled,
.reading-input-1:disabled,
.reading-input-2:disabled,
.reading-1 input:disabled,
.reading-2 input:disabled {
    background-color: #b8b8b8;
}

/* Class for making checkbox bigger */
.large-checkbox .checkbox {
    width: 25px;
    height: 25px;
}

/* Big Checkbox */
.big-checkbox .checkbox {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    left: 2px;
    top: 0;
}

/* Fixing Issue of second row input field  */
.form-second-row-fix {
    width: 33.5% !important;
}

.eco-invoice-checkbox {
    margin-top: 50px !important;
    margin-bottom: 5px !important;
}

.checkbox-fix .checkbox {
    margin-top: 0px;
}

.error-field-fix .validation-advice {
    position: absolute !important;
}

/* Modal for Anderung des Rechnungsintervalls */
#modal-content-1 {
    width: 50% !important;
}

#modal-content-1 #payment-method-error {
    padding-right: 0 !important;
}

/* Hover Show/Hide Text Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: media-volume-slider;
    background-color: #fff;
}

.tooltip i {
    color: #b5bec9;
    font-size: 1.8em;
}

.tooltip:focus {
    background-color: #fff;
}

.tooltiptext {
    width: 350px;
    font-weight: normal;
    background-color: #d8d8d8;
    color: #012c47 !important;
    font-size: 1em;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 99%;
}

.tooltiptext-bill {
    top: -60px;
    left: 40%;
}

.tooltip-info {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-info .tooltiptext {
    visibility: hidden;
    width: 350px;
    font-weight: normal;
    background-color: #d8d8d8;
    color: #012c47;
    font-size: 1em;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip-info:hover .tooltiptext {
    visibility: visible;
}

/* Digitale Rechnung Summary page */
.digitale-rechnung-summery-page {
    margin-bottom: 30px;
}

.digitale-rechnung-summery-page .tooltip-icon {
    top: 0;
    right: 0;
    float: inherit;
}

.digitale-rechnung-summery-page .list {
    padding-left: 15px;
    margin-top: 10px;
}

.digitale-rechnung-summery-page .list li {
    margin-bottom: 0;
}

/* SEPA-Lastschrift-Mandat Summary page */
.eco-invoice-checkbox {
    margin-top: 0 !important;
}

.eco-invoice-checkbox .tooltip-icon {
    top: -24px;
    left: 450px;
    float: left;
}

.meter-text p {
    margin: 0;
    padding-top: 16px;
    padding-left: 25px;
    font-size: 12px;
}

.unsubscribe-form,
.digitale-rechnung-form {
    margin-bottom: 70px;
}

/* I Am Student */
#student-offer .what-to-expect ul {
    padding-left: 18px;
}

#student-offer .what-to-expect li {
    margin-bottom: 0;
}

#student-offer .what-to-expect h4 {
    margin-bottom: 5px;
}

.student-aktion-icon-charity {
    width: 64px;
    height: 50px;
    margin: auto;
    background: url("/pub/media/wysiwyg/student-aktion-icons.png") -10px -10px;
}

.student-aktion-icon-lightbulb {
    width: 34px;
    height: 50px;
    margin: auto;
    background: url("/pub/media/wysiwyg/student-aktion-icons.png") -10px -80px;
}

.student-aktion-icon-sales {
    width: 46px;
    height: 50px;
    margin: auto;
    background: url("/pub/media/wysiwyg/student-aktion-icons.png") -94px -10px;
}

.student-voucher-inputs {
    visibility: hidden;
    height: 0px !important;
}

.hide-input {
    visibility: hidden;
    height: 0px !important;
}

#student-modal-btn {
    cursor: pointer;
}

.student-modal {
    display: none;
    position: fixed;
    z-index: 1100;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.student-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 40px;
    border: 1px solid #888;
    width: 50%;
    height: auto;
}

.student-modal-content-text {
    border-bottom: 1px solid #eaeaea;
}

.student-modal-content-text p {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 7px;
}

.iam-verify {
    padding-top: 30px;
}

.iam-verify iframe {
    min-height: 0px !important;
}

.what-to-expect {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.what-to-expect .margin-p {
    margin-top: 25px;
}

.what-to-expect .icon {
    margin-top: 10px;
    margin-left: 0;
}

.what-to-expect-fix {
    margin-top: 30px;
}

.what-to-expect .center-headline {
    height: 30px;
    display: flex;
    align-items: center;
}

.what-to-expect .center-headline p {
    margin: 0;
}

#student-offer .minus-white {
    right: -4%;
}

.page-products .columns {
    z-index: auto;
}

@media (max-width: 768px) {
    .student-modal-content {
        width: 75%;
        height: 1100px;
    }

    .what-to-expect-fix {
        margin-top: 70px;
    }

    .iam-verify iframe {
        height: 1000px !important;
    }
}

@media (max-width: 425px) {
    .student-modal-content {
        width: 98%;
        padding: 0px;
    }

    .student-modal-content-text {
        padding: 0 10px;
    }

    .student-modal-content-text p {
        font-size: 1.4rem;
    }

    .what-to-expect-fix {
        margin-top: 0px;
    }
    .choose-value-page-content {
        padding: 00px;
    }
}

.choose-value-page-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    width: 100%;
}

.choose-value-page-content-text header {
    background: #cdcdcd;
    margin: 0px -40px;
    padding: 0 40px;
    font-weight: bold;
    font-size: 2rem;
}

.choose-value-page-content-text .header-list ul {
    padding-left: 15px;
}

.choose-value-page-content-text .choose-voucher .input-element {
    display: block;
}

.choose-value-page-content-text .end-text {
    padding-top: 20px;
}

.page-products .columns {
    z-index: auto;
}

.width-100 {
    width: 100%;
}

.width-25 {
    width: 25%;
}

/* Strom and Erdgas Unsubscribe */
#sum_counter_reading {
    margin-bottom: 0.5rem;
}

/* Hide and show Class depending on screen resolution */
.desktop-show-block {
    display: block;
}
.desktop-show-inline-block {
    display: inline-block;
}
.desktop-hide-block {
    display: none;
}

.amgdprcookie-modal-container .modal-content {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
    max-width: none;
}

.amgdprcookie-bar-container {
    background-color: #ffffff;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
    color: #0a9bc8;
}

.amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:not(.disabled)
    + .amgdprcookie-label {
    background: #0a9bc8;
}

#custom-gdpr-cookie-modal .modal-content {
    padding: 0px 20px;
    border-radius: 0px;
}

.amgdprcookie-policy {
    line-height: 1.2em;
    font-size: 1.2em;
}

.amgdprcookie-policy a {
    display: block;
    margin-top: 15px;
}

#btn-cookie-disallow {
    cursor: pointer;
    float: right;
    line-height: 60px;
    margin-right: 30px;
    color: #006bb4;
}

#btn-cookie-allow {
    color: #ffffff !important;
    padding: 10px 20px;
    float: right;
    width: auto;
    cursor: pointer;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn {
    display: block;
    background-color: #0a9bc8;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    box-shadow: none;
    font-size: 1.2em;
    height: 60px;
    text-align: center;
}

.egg-button {
    display: block;
    background-color: #0a9bc8;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px 20px;
    border: 1px solid #efefef;
    margin: 10px;
    line-height: 1.2em;
}

.egg-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #012c47 !important;
}

.mini {
    font-size: 0.8em;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn.save {
    margin-right: 20px;
    background-color: #d9d9d9;
    color: #fff;
    line-height: 2.5em;
    transition: 0.5s;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn.save:hover {
    text-decoration: none;
    background-color: #bebebe !important;
}

@media (max-width: 992px) {
    .tablet-show-block {
        display: block;
    }
    .tablet-show-inline-block {
        display: inline-block;
    }
    .tablet-hide-block {
        display: none;
    }
}

@media (max-width: 450px) {
    .mobile-show-block {
        display: block;
    }
    .mobile-show-inline-block {
        display: inline-block;
    }
    .mobile-hide-block {
        display: none;
    }
}

/* Footer Image Styling */
.e-termin-footer,
.newsletter-footer {
    margin-bottom: 0 !important;
    color: #fff !important;
}

.newsletter-footer {
    margin-left: 1.8em !important;
}

.clr-float {
    clear: both;
}

.show-on-tablet {
    display: none;
}

.award-logo {
    display: flex;
    justify-content: flex-end;
    height: 110px;
}

.top-3-logo {
    margin-right: 20px;
}

.side-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    transform: rotate(270deg);
    background: #003862;
    width: 200px;
    height: 32px;
    top: calc(50% - (32px / 2));
    right: -85px;
}

.side-btn:hover {
    background: #224b8c;
}

.side-btn a:before {
    content: url("/media/wysiwyg/icons/newsletter-white.svg");
    margin-right: 10px;
}

.side-btn a {
    color: #fff;
    font-size: 16px;
}

.side-btn a:hover {
    text-decoration: none;
}

.webforms-blank-id .side-btn {
    display: none;
}

@media (max-width: 988px) {
    .award-logo {
        justify-content: center;
    }
    .show-on-tablet {
        display: block;
    }
}

.hide-btn {
    display: none !important;
}

#g-recaptcha {
    clear: both !important;
}

.page .messages {
    display: none;
}

/* Removing border around blog posts */
.post-holder {
    border: none;
}

/* Tooltip for Counter Fix */
.tooltip-counter-fix .tooltip-icon {
    top: 20px !important;
    left: 170px !important;
    right: 0 !important;
}

.tooltip-counter-fix .tooltip-icon-close {
    top: 20px !important;
    left: 175px !important;
    right: 0 !important;
}

/* Landing Subpage Fix */
.sub-homepage .second-row-mid .homepage-box,
.sub-homepage .third-row .homepage-box {
    width: 206.5px;
    height: 206.5px;
    position: relative;
    display: inline-block;
    float: left;
}

.border-none {
    border: none;
}

.sub-homepage .homepage-border-right {
    border-right: 1px solid #e6e6e6;
}

.grid-area-text {
    grid-area: grid-area-text;
}
.grid-area-image {
    grid-area: grid-area-image;
}

.sub-homepage .homepage-grid {
    display: grid;
    grid-template-areas: "grid-area-text grid-area-image";
}

@media (max-width: 1280px) {
    .sub-homepage .second-row-mid .image-small-fix {
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .sub-homepage .second-row-mid .homepage-info-txt-s {
        width: 163.5px;
    }

    .sub-homepage .second-row-mid .image-small-fix,
    .sub-homepage .third-row .image-small-fix {
        height: 206.5px;
        width: 163.5px;
        object-fit: cover;
    }

    .sub-homepage .third-row .homepage-box {
        width: 165.5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sub-homepage .second-row-mid .image-small-fix,
    .sub-homepage .third-row .image-small-fix {
        width: 100%;
        height: 100%;
    }

    .sub-homepage .second-row-mid .homepage-info-txt-s,
    .sub-homepage .third-row .homepage-info-txt-s {
        width: 100%;
    }

    .sub-homepage .second-row-mid .homepage-box,
    .sub-homepage .third-row .homepage-box {
        width: 100%;
    }

    .sub-homepage .margin-bottom-fix {
        margin-bottom: 1rem;
    }

    .sub-homepage .homepage-grid {
        display: grid;
        grid-template-areas:
            "grid-area-image"
            "grid-area-text";
    }
}

@media (max-width: 767px) {
    .sub-homepage .second-row-mid .homepage-box,
    .sub-homepage .third-row .homepage-box {
        width: 100%;
    }

    .sub-homepage .minus-rem {
        margin-top: -1rem;
    }

    .sub-homepage .second-row-mid .image-small-fix,
    .sub-homepage .third-row .image-small-fix {
        width: 100%;
        height: 100%;
    }

    .sub-homepage .second-row-mid .homepage-info-txt-s,
    .sub-homepage .third-row .homepage-info-txt-s {
        min-height: 206.5px !important;
    }

    .sub-homepage .second-row-mid .info-img-block-more-s {
        left: auto;
    }

    .sub-homepage .homepage-grid {
        display: grid;
        grid-template-areas:
            "grid-area-image"
            "grid-area-text";
    }

    .sub-homepage .minus-rem-zt {
        margin-top: -1.5rem !important;
    }
}

/* Block 147 - Fernwarmeversorgung */
.heat-supply .legend h4 {
    margin-top: 0;
}

.heat-supply .legend img {
    margin-bottom: 10px;
}

/* Herbstaktion */
.what-to-expect {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.what-to-expect .icon {
    margin-top: 10px;
    margin-left: 0;
}

.what-to-expect-fix {
    margin-top: 30px;
}

#autumn-offer .minus-white {
    right: -4%;
}

.page-products .columns {
    z-index: auto;
}

#autumn-offer .strom.button {
    margin-bottom: 30px;
}

/* Automn offer icons */
.autumn-action-icon-charity {
    width: 64px;
    height: 50px;
    background: url("/pub/media/wysiwyg/autumn-action/autumn-action-icons.png") -10px -10px;
}

.autumn-action-icon-gas {
    width: 40px;
    height: 50px;
    background: url("/pub/media/wysiwyg/autumn-action/autumn-action-icons.png") -10px -80px;
}

.autumn-action-icon-sales {
    width: 46px;
    height: 50px;
    background: url("/pub/media/wysiwyg/autumn-action/autumn-action-icons.png") -94px -10px;
}

/* Naturstrom icons */
.naturstrom-icon-lightbulb {
    width: 50px;
    height: 60px;
    background: url("/pub/media/wysiwyg/Strom/naturstrom/naturstrom-icons.png") -10px -10px;
}

.naturstrom-icon-heart-in-hand {
    width: 50px;
    height: 60px;
    background: url("/pub/media/wysiwyg/Strom/naturstrom/naturstrom-icons.png") -80px -10px;
}

.naturstrom-icon-leaf-in-hand {
    width: 50px;
    height: 60px;
    background: url("/pub/media/wysiwyg/Strom/naturstrom/naturstrom-icons.png") -150px -10px;
}

/* Career Icons and Buttons */
.career-icons {
    padding-top: 20px;
}

.career-icons .what-to-expect {
    margin-bottom: 35px;
    padding-bottom: 5px;
}

a.form-box.black.strom.button.career-btn {
    margin-bottom: 10px;
    min-width: 170px;
}

.education-icon {
    width: 34px;
    height: 30px;
    background: url("/pub/media/wysiwyg/icons/career-icons.png") -10px -10px;
}

.kindergarden-icon {
    width: 30px;
    height: 30px;
    background: url("/pub/media/wysiwyg/icons/career-icons.png") -64px -10px;
}

.flexible-working-icon {
    width: 30px;
    height: 30px;
    background: url("/pub/media/wysiwyg/icons/career-icons.png") -10px -60px;
}

.phone-work-icon {
    width: 30px;
    height: 30px;
    background: url("/pub/media/wysiwyg/icons/career-icons.png") -60px -60px;
}

.work-security-image {
    width: 500px;
}

@media (max-width: 768px) {
    .what-to-expect-fix {
        margin-top: 70px;
    }
}

@media (max-width: 425px) {
    .what-to-expect-fix {
        margin-top: 0px;
    }

    .what-to-expect {
        margin-bottom: 0;
    }
}

.coupon-img {
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    position: relative;
}

.coupon-img p {
    position: absolute;
    top: 43px;
    left: 31px;
}

.display-as-block {
    display: block;
}

#i-am-moving .minus-white {
    right: -4%;
}

.moving-boxes p {
    padding-top: 15px;
}

/* Form Fields */
.form-field {
    position: relative;
    float: left;
}

.form-field .label {
    border-left: 4px solid #fff;
}

.form-field .label,
.form-field div.control {
    position: relative;
    border-bottom: 0;
}

.salutation-field,
.titel-field {
    width: 13%;
}

.salutation-field select,
.option-field select {
    border: 1px solid #a4b1bc;
    height: 33px;
    background: url(../images/select-bg.svg) 82% 45% / 30px 60px no-repeat
        rgb(255, 255, 255);
}

.first-name-field {
    width: 28%;
    float: left;
}

.last-name-field {
    width: 46%;
}

.street-field {
    clear: left;
}

.house-number-field {
    width: 20%;
}

.floor-field,
.door-field {
    width: 15%;
}

.double-size-label .label {
    font-size: 2rem;
}

/* Heating Cost Form Unsubscribe - Number 173 */
.fieldset > .field.margin-zero {
    margin: 0;
}

.option-field-fix select {
    background: url(../images/select-bg.svg) 95% 45% / 30px 60px no-repeat
        rgb(255, 255, 255);
}

.room-id {
    visibility: hidden;
    height: 0px;
}

.margin-top-20 {
    margin-top: 20px;
}

.wmz {
    height: 5rem;
}

.room-type,
.reading-type-hide,
.input-hide {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
}

.input-to-text {
    border: none !important;
    display: inline !important;
    font-family: inherit !important;
    font-size: inherit !important;
    width: auto !important;
    padding: 0 !important;
    opacity: 1 !important;
}

.input-to-text:focus {
    box-shadow: none !important;
}

.form-table-row.room-0-device label,
.form-table-row.room-0-scale label,
.form-table-row.room-0 label,
.form-table-row.hkvv-colors label {
    font-weight: bold !important;
}

.fieldset > .field.hkvv-colors {
    margin-top: 20px;
}

/* Heating Cost Form Unsubscribe - Number 174 */
.message-area-tooltip-fix .tooltip-icon,
.message-area-tooltip-fix .tooltip-icon-close {
    top: -8px !important;
}

.customer-private-phone-use .tooltip-icon,
.customer-private-phone-use .tooltip-icon-close {
    top: 5px;
}

.customer-private-phone-use .field {
    width: 90%;
}

.customer-private-phone-use .field.choice label {
    margin: 0;
    width: 100%;
}

.customer-private-phone-use .checkbox {
    margin-top: 0px;
}

.form-174-payment-method .field.choice {
    float: inherit !important;
}

#sum-system-data {
    margin-bottom: 20px;
}
.webforms-fields-customer_private_use_phone.field .field.choice,
.webforms-fields-customer_private_use_phone.fields
    > .field
    .field.choice
    label {
    padding-right: 0;
}

/* Full width field */
.full-width-field .field.choice {
    width: 100%;
}

/* Naturstrom Page */
.naturstrom-img {
    width: 100%;
    object-fit: cover;
    height: 320px;
    margin-bottom: 30px;
}

.solar-graz-logo {
    height: 90px;
    width: auto;
}

a.form-box.black.strom.button.naturstrom-btn {
    margin-bottom: 10px;
}

/* Padding Zero */
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}

.strom-beziehn-button-section {
    display: flex;
    justify-content: flex-end;
}

.strom-beziehn-button-section .submit {
    margin-right: 15px;
}

.strom-beziehn-button-section button {
    height: 40px;
    width: 12em;
}

.no-margin {
    margin: 0 !important;
}

.strom-beziehn-button-section {
    display: flex;
    justify-content: flex-end;
}

.strom-beziehn-button-section .submit {
    margin-right: 15px;
}

.strom-beziehn-button-section button {
    height: 40px;
    width: 12em;
}

/* Styling for Block 216 - Energiegemeinschaften */
.energy-community h3 {
    margin-bottom: 10px !important;
}

.energy-community-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.energy-community-icon h4 {
    font-size: 1.1em;
    color: #23527c;
    margin: 0 !important;
}

.energy-community-icon img {
    height: 55px;
    width: 55px;
    object-fit: contain;
    margin-right: 40px;
}

.energy-community-icon-45 img {
    height: 45px;
    width: 45px;
}

.energy-community ul {
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .energy-community-image {
        height: 350px;
        margin-bottom: 30px;
    }
}

/* AGB Page */
.agbs-in-detail {
    margin-top: 84px;
    text-align: center;
}

.agbs-in-detail .page-header-img {
    height: 350px;
    object-position: left;
}

.agbs-in-detail h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.agbs-in-detail .tables {
    margin: auto;
    width: 500px;
}

.agbs-in-detail table {
    border-collapse: collapse;
}

.agbs-in-detail td {
    width: 50%;
    border: 1px solid #dddddd;
    text-align: center;
}

.agbs-in-detail .agb-pdfs {
    background-color: #dddddd;
    padding: 30px 50px;
    margin-top: 20px;
}

.agbs-in-detail .agb-pdfs .agb-pdfs-row {
    margin-top: 20px;
}

.agbs-in-detail .agb-pdfs a {
    margin-top: 25px;
    color: #333;
}

.agbs-in-detail .agb-pdfs a:hover {
    color: #333;
    text-decoration: none;
}

@media (max-width: 991px) {
    .agbs-in-detail .agb-pdfs .agb-pdfs-row {
        margin-top: 0;
    }

    .agbs-in-detail .agb-pdf {
        margin-top: 20px;
    }

    .agbs-in-detail .tables {
        width: 100%;
    }
}

/* Warning Box */
.warning-box {
    margin-top: 15px;
    /* border: 1px solid #ff0000;
    padding: 10px 20px; */
}

.warning-box p {
    margin: 0;
}

/* Erdgas Beziehen Page */
.erdgas-beziehen .large-text {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.erdgas-beziehen .image-text-content {
    margin-bottom: 20px;
}

.erdgas-beziehen .image-text-content .list {
    margin-top: 20px;
    margin-bottom: 30px;
}

.erdgas-beziehen .image-text-content .list ul li {
    margin: 0;
}

.erdgas-beziehen .image-text-content img {
    object-fit: cover;
    min-height: 300px;
}

.erdgas-beziehen .image-text-content h2 {
    margin-top: 0;
}

.erdgas-beziehen .image-text-content .information {
    margin-top: 15px;
}

.bold {
    font-weight: bold;
}

.center-text {
    text-align: center;
}

/* Grundversorgung */
.e-termin-list > li {
    margin-bottom: 20px;
}

a.blue.e-termin-page {
    color: #ffffff !important;
    padding: 10px 20px;
    float: initial;
    margin: 0;
    display: block;
    width: 180px;
    text-align: center;
}

.large-phone-text {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 2em;
}

/* Table */
.eg-table {
    overflow-x: auto;
}

.eg-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

.eg-table td,
.eg-table th {
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
}

.eg-table thead th,
.eg-table tbody td {
    text-align: left;
    vertical-align: middle;
}

.eg-table thead th {
    background-color: #003862;
    border-color: inherit;
}

.eg-table thead th span {
    color: #fff;
}

.eg-table tbody td span {
    color: #000;
}

.eg-table tbody td.gray-td-bg {
    background-color: #f2f2f2;
}

/* EGG Strom Photovoltaik */
.photovoltaik-img {
    padding: 0;
    margin-top: 4px;
}

.photovoltaik-img img {
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .photovoltaik-img img {
        width: 20%;
    }
}

.photovoltaik-row {
    margin-bottom: 8px;
}

.photovoltaik-strom {
    margin-top: 8px;
}

/* EGG EET Solmate */
.solmate-offer {
    margin-bottom: 10px;
}

.solmate-prices {
    color: #032037;
    margin-bottom: 3px;
}

.solmate-small {
    font-size: 10px;
    color: #032037;
}

.margin-zero {
    margin: 0;
}

.lightmate-img {
    padding: 0 60px;
    padding-top: 25px;
}

.youtube-video {
    height: 500px;
}

@media (max-width: 991px) {
    .youtube-video {
        height: 350px;
    }
}

@media (max-width: 425px) {
    .youtube-video {
        height: 250px;
    }
}
