/*
 * General
 */
@font-face {
    font-family: 'Raleway_Regular';
    src: url("../../fonts/Raleway_Regular-2bdf158ad4b76ae40e34ce2911a84ac7.ttf") format('truetype');
}

html {
    font: 100% Raleway_Regular, Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: 17px;
}

body {
    min-height: 100%;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
}

h1, h2, h3 {
    font-weight: normal;
}

p {
    font-size: 18px;
    line-height: 27px;
}

#main-1 {
    margin: 0 auto;
    padding-bottom: 375px;
    padding-top: 60px;
    min-height: 100%;
}

#main-2 {
    margin: 0 auto;
    padding-bottom: 160px;
    padding-top: 60px;
    min-height: 100%;
}

textarea,
input[type="text"],
input[type="email"],
label {
    font: 100% Raleway_Regular, Arial, Helvetica, sans-serif;
}

.content-wrapper {
    margin-top: 0;
}

.row-spacer-10 {
    height: 10px;
}

.row-spacer-20 {
    height: 20px;
}

a {
    font-size: 18px;
    line-height: 27px;
    color: #2C6FC2;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

a:hover {
    color: #3497FF;
}

.content-header {
    margin-bottom: 25px;
}

.nopn {
    margin-top: 25px;
}

.onPageNavigation {
    font-size: 14px;
    margin: 30px 0 25px 2px;
}

.onPageNavigation li {
    display: inline-block;
    margin-right: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #505050;
}

.onPageNavigation li:not(:first-child)::before {
    content: '>';
    margin-right: 35px;
}

.onPageNavigation a {
    color: #2C6FC2;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.onPageNavigation a:hover {
    color: #41C2FE;
}

/*
 * Cookie Consent
 */
.cookie-consent-container {
    background-color: #000;
    padding: 0;
}

.cookie-consent-container .ch-cookie-consent__btn {
    background: #2E7ED7;
    margin-top: 20px;
}

/*
 * Feedback
 */
#feedback {
    display: block;
    position: fixed;
    z-index: 10000;
    height: 200px;
    width: 420px;
    right: -330px;
    top: 225px;
    text-align: left;
    padding: 5px 10px 10px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

#feedback:hover {
    cursor: pointer;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5);
}

#feedback:hover #feedback-icon {
    background-color: transparent;
    color: #2C6FC2;
}

#feedback:hover #feedback-content {
    right: -14px;
}

#feedback-icon {
    display: inline-block;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    background-color: #2C6FC2;
    color: #FFFFFF;
    border-radius: 20px;
}

#feedback i {
    display: inline-block;
    padding: 5px 10px 10px 10px;
    font-size: 50px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);

}

#feedback-title {
    font-size: 25px;
    display: inline-block;
    vertical-align: text-top;
    font-family: Raleway_Regular, Arial, Helvetica, sans-serif;
    margin: -15px 0 0 10px;
}

#feedback-content {
    display: block;
    right: -344px;
    width: 340px;
    position: fixed;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

#feedback-content p {
    width: 290px;
    text-align: justify;
}

#feedback-content a {
    display: block;
    font-size: 18px;
    margin: 10px 0 0 0;
}

/*
 * Gallery
 */
#slide-container {
    position: relative;
    height: 600px;
    max-width: 1136px;
    margin: 0 auto 40px auto;
}

.gallery-slide {
    border: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.75s linear;
    -moz-transition: opacity 0.75s linear;
    -o-transition: opacity 0.75s linear;
    transition: opacity 0.75s linear;
    max-height: 600px;
    width: 100%;
}

.showMe {
    opacity: 1;
    z-index: 4;
}

#slide-container #btnprev {
    float: left;
    margin-left: 15px;
}

#slide-container #btnnext {
    float: right;
    margin-right: 15px;
}

.gallery-button {
    opacity: 0;
    z-index: 4;
    position: relative;
    margin-top: 275px;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transition: All 1s ease;
}

.gallery-button img {
    height: 40px;
    width: 40px;
}

#slide-container:hover .gallery-button {
    opacity: 0.8;
    cursor: pointer;
    z-index: 15;
}

/*
 * Home - Slider
 */
#slide0 {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#switch-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
}

.switch {
    position: absolute;
    width: 10%;
    height: 100%;
    opacity: 0.3;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}

.slide-inner-wrapper p {
    font-size: 20px;
    line-height: 30px;
}

#switch-left {
    left: 0;
}

#switch-right {
    right: 0;
}

#slide-content-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 50%;
}

#video-wasserkraft-startseite {
    display: block;
    margin: 0 0 25px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -5;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slide-content h1, .slide-content p {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2)
}

.slide-content {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
    display: none;
}

.slide-in {
    animation: slide-in 1s forwards;
    -webkit-animation: slide-in 1s forwards;
    display: block;
}

.slide-out {
    animation: slide-out 1s forwards;
    -webkit-animation: slide-out 1s forwards;
    display: block;
}

@keyframes slide-in {
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    99% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    99% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(-100%)
    }
}

#dot-container {
    list-style: none;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    text-align: center;
    width: 280px;
    cursor: default;
}

#dot-container li {
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
    margin-left: 3px;
    margin-right: 3px;
    background: #EEEEEE;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#dot-container li:hover {
    background: #2F93F1 !important;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

.dot-active {
    background: #2F93F1 !important;
}

.slide-button {
    margin: 20px auto 0 auto;
    display: block;
    border-radius: 4px;
    background-color: #2F93F1;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 80%;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.slide-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.slide-button span:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: 0.5s;
}

.slide-button:hover span {
    padding-right: 25px;
}

.slide-button:hover span:after {
    opacity: 1;
    right: 0;
}

/* SUMMER MODE */
#slide-bg0 {
    background-color: #FFFFFF;
}
#slide-bg1 {
    background: url("../../images/slider/1-c172eea866592a644ed71b1f37c1da4d.jpg") no-repeat center center;
}

#slide-bg2 {
    background: url("../../images/slider/2-6b8e9995f4e4ee657e9db5ccee53317e.jpg") no-repeat center center;
}

#slide-bg3 {
    background: url("../../images/slider/3-3371fd19df4d99082e6ee288a7c1ca53.jpg") no-repeat center center;
}

#slide-bg4 {
    background: url("../../images/slider/4-d3a790aea15e6fc3da83f557a464bdbf.jpg") no-repeat center center;
}
.slide-inner-wrapper h1 {
    margin-bottom: 10px;
}


/*!* WINTER MODE *!*/
#slide-winter-bg0 {
    background: url("../../images/slider/winter/0-140e5da7d317ce7a161004a36e057b38.jpg") no-repeat center center;
}

#slide-winter-bg1 {
    background: url("../../images/slider/winter/1-b7835cb1f8ab281e5be2f91ced1d10a5.jpg") no-repeat center center;
}

#slide-winter-bg2 {
    background: url("../../images/slider/winter/2-da98298a8295ff4f8cd8bcf5b755f8ca.jpg") no-repeat center center;
}

#slide-winter-bg3 {
    background: url("../../images/slider/winter/3-50ddd7b4c565fdd683f399434dc493d1.jpg") no-repeat center center;
}

#slide-winter-bg4 {
    background: url("../../images/slider/winter/4-10f5c0c49d232a7c0027a33d7902b122.jpg") no-repeat center center;
}
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 3px #000;
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}


.slide-inner-wrapper {
    position: relative;
    transform: translateY(-50%);
}
.slide-inner-content-wrapper {
    background-color: #4d8aaaa1;
    padding: 50px 20px;
}

.slide-inner-wrapper h1,
.slide-inner-wrapper p {
    margin-bottom: 10px;
}

.slide-inner-wrapper a:hover {
    color: #FFFFFF;
}

.slide-content {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    text-align: center;
    width: 600px;
}

.slide-inner-wrapper img {
    max-width: 500px;
}

#slider {
    height: 700px;
    overflow: hidden;
}

.slide div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: 700px;
}

.slide {
    position: absolute;
    height: 750px;
    width: 100%;
    border: none;
    opacity: 0;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
    background-size: 100%;

}

.slide div {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    position: absolute;
    max-width: 100%;
    -moz-transition: all 12s;
    -webkit-transition: all 12s;
    transition: all 12s;
}

.show {
    opacity: 1;
}

#dot-wrapper {
    top: 670px;
    position: relative;
    z-index: 4;
}

/*
 * Home - Front Page
 */
.news-content {
    margin-bottom: 30px;
}

.home-news {
    margin-top: 40px;
}

.site-content-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
}

.news-logo {
    width: 100%;
    display: block;
    margin: 15px 0 0 -100px;
    -webkit-transition: opacity 0.5s Ease;
    -moz-transition: opacity 0.5s Ease;
    -o-transition: opacity 0.5s Ease;
    transition: opacity 0.5s Ease;
}

.news-logo:hover {
    opacity: 0.65;
}

/*
 * Forms
 */
#noscript {
    text-align: center;
    margin: 40px 0 0 0;
    color: #850e0e;
    font-size: 24px
}
#form-warning-tariff {
    display: none;
    text-align: center;
    margin: 40px auto 0 auto;
    color: #850e0e;
    font-size: 24px
}

.form-checkbox-wrapper > div > label {
    line-height: 0;
}
.form-checkbox-text {
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}

#register_orderSet_acceptsOrderPlacement,
#register_withdrawalSet_acceptsRightOfWithdrawal,
#register_privacySet_acceptsPrivacyStatement,
#change_supplier_orderSet_acceptsOrderPlacement,
#change_supplier_withdrawalSet_acceptsRightOfWithdrawal,
#change_supplier_privacySet_acceptsPrivacyStatement {
    float: left;
    margin-top: 2px;
}

#survey_websiteQuestionsSet > div > label,
#survey_serviceQuestionsSet > div > label {
    width: 100%;
    margin: 20px 0 20px 0;
}

.form-contact {
    max-width: 900px;
}
.form-contact .form-errors-spacer {
    display: none;
}
.form-contact .parsley-errors-list {
    margin-left: 0;
}
.form-contact input[type="text"] {
    height: 40px;
    width: 90%;
}

.form-wrapper {
    margin: 0 0 0 17%;
}

.form-wrapper h1 {
    margin-bottom: 20px;
}

input[type="radio"] {
    display: inline-block !important;
}

.radio-label {
    cursor: pointer;
    display: inline-block;
    min-width: 0 !important;
    margin-right: 20px;
}

.checkbox-label {
    cursor: pointer;
}

.lbl-wrapper {
    font-size: 18px;
    margin: 11px 0;
}
.lbl-wrapper-meter {
    display: inline-block;
    width: 20.35%;
    margin: 0;
}
.lbl-wrapper-meter input {
    width: 100%;
}
.meter-form-info {
    margin: 0 0 40px 0;
}
.form-collection-wrapper {
    margin-bottom: 30px;
}
.form-collection-wrapper .lbl-wrapper-child {
    margin-bottom: 50px;
}
.form-widget-container {
    display: inline-block;
}
.form-add-collection-item {
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 7px 10px;
    text-align: center;

    background-color: #fff;
    cursor: pointer;
    position: relative;
    border: 2px solid #2C6FC2;
    border-radius: 4px;
    color: #2C6FC2;
    font-size: 20px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
.form-add-collection-item:hover {
    background-color: #2C6FC2;
    color: #FFFFFF;
}
.form-add-collection-item > i {
    padding-right: 10px;
}
.form-remove-collection-item {
    float: right;
    margin: -7px -10px;
    font-size: 26px;
    color: #C21717;
    cursor: pointer;
}

.show-warning {
    display: block !important;
    color: #C21717;
    font-size: 20px;
}

.zaehler-staende label {
    min-width: 150px !important;
}

.zaehler-staende label:nth-child(3) {
    min-width: 80px !important;
}

/*** jQuery Popup ***/
/* Overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    margin-left: 0;
}

/* Popup container */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px 50px 40px 50px;
    z-index: 9999;
}

/* Popup content */
.popup-content {
    text-align: center;
}
.popup-content p {
    text-align: justify;
    margin-bottom: 10px;
}

/* Show button */
.popup-show-button {
    cursor: pointer;
}

/* Close button */
.popup-close-button {
    color: #aaa;
    float: right;
    font-size: 42px;
    font-weight: bold;
}

.popup-close-button:hover,
.popup-close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.4s ease;
}
.popup-close-button-large {
    display: none !important;
}
.popup-meter {
    width: 100%;
    margin-bottom: 15px;
}


input[type="radio"] {
    margin-right: 15px;

    vertical-align: text-bottom;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 9px;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
}
input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A4A4A4;
}
input[type="checkbox"] {
    margin-right: 15px;

    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
}
input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: .25em;
}
.form-label-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    min-width: auto !important;
    margin: 0 35px 0 0;
}
.form-errors-header {
    font-size: 24px;
    margin: 30px 0 -10px 0;
    color: #C21717;
}
.form-errors-header + .form-errors {
    margin-top: 15px;
}
.form-errors-header + .form-errors .form-errors-spacer {
    display: none;
}
.form-errors {
    margin: 5px 0 0 0;
}
.form-errors li {
    list-style-type: none;
    color: #C21717;
    font-size: 20px;
    line-height: 30px;
}
.form-errors-root .form-errors ul {
    margin: 0 0 0 30px;
}
.form-errors-root .form-errors li {
    list-style-type: inherit;
}
.form-errors-spacer {
    display: inline-block;
    min-width: 35%;
    height: 10px;
}
.parsley-errors-list {
    margin-left: 35.5%;
    list-style-type: none;
    color: #C21717;
    font-size: 22px;
    line-height: 30px;
}
.parsley-error,
.form-widget-error {
    border-color: #C21717 !important;
}
.choice-radio-wrapper {
    display: inline-block;
}
label.required:after {
    color: red;
    content: " *";
    font-size: 30px;
    vertical-align: text-bottom;
}
.choice-radio-wrapper label:after {
    content: '';
}
#cancel_billingAddress_billingAddress_wrapper,
#cancel_consumerAddress_businessDetails_wrapper {
    transition: opacity .25s ease-out 0s;
}

#warning-empty-msg,
#warning-auftragserteilung,
#warning-widerrufsbelehrung,
#warning-1,
#warning-2,
#warning-3,
#warning-4,
#warning-5,
#warning-6 {
    display: none;
}

#lieferstelle-type-gewerbe {
    margin-bottom: 25px;
}

#akzeptiere-bedingungen-label,
#akzeptiere-widerrufsbelehrung-label {
    font-size: 18px !important;
    margin: 10px 0 10px 0;
}

#auftraggeber-type-business {
    margin-bottom: 20px;
}

#sepa h2 {
    margin: 20px 0;
}

#sepa .row img {
    display: block;
    width: 85%;
    margin: 0 auto 45px;
}

#sepa-anchor {
    margin-bottom: 25px;
}

#sepa-anchor:hover {
    background: rgba(48, 161, 255, 0.91);
}

#form-main .row img {
    display: block;
    margin: auto;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
    width: 95%;
}

#form-main .row a {
    display: block;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

#form-main .row a:hover {
    color: #858585;
}

#form-main .row img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#homepage-suggestion,
#homepage-suggestion-label,
#service-suggestion,
#service-suggestion-label,
#umfrage-submit {
    margin: 10px 0 10px 20px;
}

#umfrage fieldset {
    margin-top: 0;
}

.grecaptcha-badge {
    z-index: 110;
}

.referrer {
    max-width: 300px;
    height: 30px;
    margin-top: 10px;
    font-size: 16px;
    font-family: Raleway_Regular, Arial, Helvetica, sans-serif;
}

.row-spacer-40 {
    display: block;
    height: 40px;
}

.empty-input {
    border-color: #C21717 !important;
}

fieldset legend {
    margin-bottom: 20px;
    font-size: 1.4em;
}

label {
    font-size: 17px;
    line-height: 25px;
}

.form-textarea {
    display: block !important;
    width: 97.5%;
    height: 100px;
    padding: 7px 7px 7px 7px;
    border-radius: 3px;
    border: 1px solid #A9A9A9;
}

.form-textarea:focus {
    outline: none;
    border-color: #2C6FC2;
    box-shadow: 0 0 5px #2C6FC2;
}

.text-box {
    height: 30px;
    width: 90%;
    max-width: 1000px;
    border: 1px solid darkgrey;
    font-size: 18px;
    color: #000000;
    padding: 3px 5px;
    border-radius: 3px;
}
.select-widget {
    height: 30px;
    margin: 0 4px;
}

.text-box:focus {
    outline: none;
    border-color: #2C6FC2;
    box-shadow: 0 0 5px #2C6FC2;
}

fieldset > div {
    margin-left: 20px;
}

.select-radio-wrapper {
    margin-bottom: 20px;
}

.select-radio-heiz-wrapper {
    float: left;
    margin-bottom: 20px;
}

.form-tarif-wrapper {
    width: 100%;
}

.form-tarif-wrapper > fieldset > span {
    text-align: left;
    margin-bottom: 30px;
    display: block;
    font-size: 18px
}

.form-tarif-wrapper > fieldset > label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-tarif-wrapper label {
    display: inline-block;
    width: 24.3%;
}

.form-tarif-wrapper label img {
    width: 80%;
    border: 4px solid transparent;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    padding: 5px 10px;
}

.form-tarif-wrapper span {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.form-tarif-wrapper input {
    display: none !important;
}

.form-tarif-wrapper img {
    filter: grayscale(100%);
    pointer-events: none;
}

.form-tarif-wrapper label:hover {
    cursor: pointer;
}

.form-tarif-wrapper input:checked + #tarif-1-img {
    filter: grayscale(0%);
    border: 4px #2C6FC2 solid;
}

.form-tarif-wrapper input:checked + #tarif-2-img {
    filter: grayscale(0%);
    border: 4px #94C11F solid;
}

.form-tarif-wrapper input:checked + #tarif-3-img {
    filter: grayscale(0%);
    border: 4px #FFDD00 solid;
}

.form-tarif-wrapper input:checked + #tarif-4-img {
    filter: grayscale(0%);
    border: 4px #BD1622 solid;
}

.form-tarif-wrapper input:checked + #tarif-5-img,
.form-tarif-wrapper input:checked + #tarif-6-img {
    filter: grayscale(0%);
    border: 4px #F39200 solid;
}

#tarif-description-1 {
    margin-bottom: 30px;
    font-size: 18px;
}

#tarif-description-2 {
    margin: 40px 0;
    text-align: center;
    font-size: 18px;
}

.select-img-wrapper {
    width: 50%;
    float: left;
    max-width: 530px;
}

.zaehler-label-nummer {
    min-width: 150px;
}

.zaehler-label-stand {
    min-width: 75px;
}

.zaehler-text-nummer {
    width: 263px !important;
    margin-right: 30px;
}

.zaehler-text-stand {
    width: 263px !important;
}

.select-img-wrapper {
    width: 50%;
    float: left;
    max-width: 530px;
}

.form-wrapper .lbl-wrapper label,
#kontakt label {
    min-width: 35%;
    display: inline-block;
    cursor: pointer;
}

.text-box {
    display: inline-block;
    width: 62%;
}

fieldset p {
    margin: 0 0 10px 20px;
    max-width: 1000px;
    font-size: 18px;
}

fieldset {
    border: none;
    border-radius: 3px;
    width: 90%;
    position: relative;
    margin-top: 40px;
}

/*
 * Kundenservice
 */
#kundenservice h1 {
    margin-bottom: 45px;
}

#kundenservice .row .col-md-4 {
    margin-bottom: 60px;
}

#kundenservice .row img,
#kundenservice .row i {
    display: block;
    margin: auto;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
    width: 65%;
}

#kundenservice .row a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #000000;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

#kundenservice .row .link-description {
    margin: 25px 0 40px 0;
}

#kundenservice .row img:hover,
#kundenservice .row i:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#beratung h2 {
    margin-bottom: 15px;
}

#beratung ul {
    margin-left: 25px;
}

#beratung .row {
    margin-top: 10px;
}

#beratung .row h2 {
    margin-top: 25px;
}

#kundenservice-beratung-img {
    width: 75%;
    margin: 20px auto 0 auto;
    display: block;
}

#stoerungsmeldung h2 {
    margin-bottom: 15px;
}

#stoerungsmeldung #stoerung-check {
    display: block;
    margin-left: 25px;
}

/*
 * Kontakt
 */
#kontakt p {
    font-size: 18px;
    line-height: 25px;
}

#kontakt h1 {
    margin-bottom: 25px;
}

#kontakt h2 {
    margin-bottom: 15px;
}

#kontakt .col-md-2.tab i {
    display: block;
    text-align: center;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
    font-size: 65px;
    height: 75px;
}

#kontakt .kontakt-title {
    margin-top: 15px;
    display: block;
    text-align: center;
}

#kontakt .row a:hover {
    color: #41C2FE;
}

#kontakt #kontakt-row {
    margin-bottom: 15px;
}

#kontakt textarea {
    display: block;
    margin: auto;
    font-size: 16px;
    width: 90%;
}

#kontakt label {
    margin: 15px 0 10px 0;
}

#kontakt .button-send {
    width: 90%;
}

#kontakt ul {
    margin-top: 20px;
}

#kontakt ul li {
    margin-left: 15px;
    list-style-type: none;
}

#kontakt .kontakt-error {
    color: #D61E1E;
}

#kontakt-select {
    margin-left: 10px;
}

.kontakt-img-profile img {
    width: 90%;
    height: auto;
    display: block;
}

a, a:hover {
    text-decoration: none;
}

/*
 * Netz
 */
#netz h1 {
    margin-bottom: 45px;
}

#netz .row .col-md-4 {
    margin-bottom: 60px;
}

#netz .row img,
#netz .row i {
    display: block;
    margin: auto;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
    width: 90%;
}

#netz .row a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #000000;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

#netz .row .link-description {
    margin: 25px 0 0 0;
}

#netz .row img:hover,
#netz .row i:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#wasserkraft {
    z-index: 100;
    margin-bottom: 75px;
}

#wasserkraft .header-wrapper {
    margin-bottom: 600px;
}

#wasserkraft h2 {
    margin-bottom: 25px;
}

#wasserkraft h3 {
    margin: 0 0 5px 20px;
}

#wasserkraft p {
    margin-bottom: 10px;
    text-align: justify;
}

#wasserkraft ul {
    margin: 0 0 20px 40px;
}

#wasserkraft .wasserkraft-content-segment {
    background-color: #FFFFFF;
    padding: 20px 15px 20px 15px;
}

#wasserkraft-video {
    display: block;
    margin-bottom: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -5;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#wasserkraft .wk-table {
    min-width: 90px;
    display: inline-block;
}

.wa-video-staumauer {
    margin: 0 auto 0 30px;
    float: right;
}

.wasserkraft-background {
    display: block;
    width: 100%;
    background-size: 100% !important;
}

#e-mobilitaet .background {
    background: url("../../images/e-tankstelle-rabe-113de2fa81715ae0ba1c9e79f361f899.jpg") no-repeat center center;
    height: 400px;
    margin-bottom: 50px;
}

#e-mobilitaet p {
    text-align: justify;
    margin-bottom: 25px;
}

#e-mobilitaet .row img {
    width: 85%;
    display: block;
    margin: auto;
}

#e-mobilitaet #map-e-mobilitaet {
    height: 450px;
}

#grundversorgung p {
    margin-bottom: 15px;
}

#strassenbeleuchtung h2 {
    margin-bottom: 20px;
}

#strassenbeleuchtung .str-col-1 {
    width: 100px;
    font-weight: bold;
    vertical-align: top;
    line-height: 25px;
}

#strassenbeleuchtung .str-col-2 {
    line-height: 25px;
}

#strassenbeleuchtung .col-md-4 img {
    width: 75%;
    margin: 20px auto 0 auto;
    display: block;
}

#strassenbeleuchtung .col-md-5 img {
    width: 75%;
    margin: 20px auto 0 auto;
    display: block;
}

#strassenbeleuchtung #chart-strassenbeleuchtung {
    width: 100%;
    height: 500px;
}

#netzgebiet #map-netzgebiet {
    height: 450px;
    margin-top: 20px;
}

#netzgebiet p {
    text-align: justify;
}

#chart-wasserkraft-months,
#chart-wasserkraft-years,
#chart-photovoltaik-months,
#chart-photovoltaik-years {
    width: 100%;
    height: 450px;
    margin: 30px 0;
}

/*
 * SideNav
 */
.side-nav label > span {
    float: right;
    font-size: 30px;
    margin-right: 45px;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .5s ease;
    vertical-align: middle;
    line-height: 50px;
}

.side-nav input[type=checkbox] {
    display: none;
}

.side-nav input[type=checkbox]:checked + label > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu-sub-item span {
    margin-right: 30px !important;

}

.side-nav {
    overflow-y: scroll;
    height: 100%;
}

#nav-close-btn {
    cursor: pointer;
}

#side-menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

.overlay {
    background-color: #000000;
    z-index: 6 !important;
}

#menu-wrapper a {
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    background-color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    line-height: 50px;
    font-size: 17px;
}

.side-nav ul li ul li a {
    padding-left: 40px;
}

#menu-wrapper label {
    line-height: 50px;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 50px;
    color: #000000;
    background-color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    font-size: 17px;
}

#menu-wrapper a:hover,
#menu-wrapper label:hover {
    display: block;
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    background-color: #2F93F1;
    cursor: pointer;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
}

#menu-wrapper li {
    line-height: 50px;
    height: 100%;
    display: block;
    width: 100%;
}

#menu-wrapper {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

#side-menu-wrapper {
    width: 330px;
    height: 100%;
    background-color: #FFFFFF;
}

#side-menu-closer-wrapper {
    height: 68px !important;
}

#side-menu-closer {
    height: 68px;
    width: 68px;
    background-color: #FFFFFF;
    float: right;
}

#side-menu-closer img {
    height: 40px;
    width: 40px;
    margin-top: 14px;
    margin-left: 14px;
}

#side-menu-logo {
    height: 150px;
}

.side-list,
.side-sub-list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.side-nav-list input[type=checkbox]:checked + label + ul {
    max-height: 500px;
}

.side-menu-sub-item {
    padding-left: 40px !important;
}

.side-sub-list li a {
    padding-left: 70px !important;
}

/*
 * TopNav
 */
#nav-menu-btn,
#nav-home-btn {
    width: 100%;
    cursor: pointer;
    height: 60px;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
#nav-menu-btn:hover {
    background: #2BA4F0;
}

#nav-menu-btn img {
    width: 32px;
    height: 32px;
    margin: 15px auto 0 auto;
}

#nav-home-btn a {
    height: 60px;
}

#nav-home-btn i {
    font-size: 32px;
    line-height: 30px;
    padding: 15px 0 0 0;
    display: block;
}

#nav-list-top > li {
    float: left;
    position: relative;
}

#nav-home-btn-anchor {
    padding: 0;
    color: #fff;
}

.nav-top {
    position: fixed;
    width: 100%;
    z-index: 5;
}

.second-level span {
    float: right;
    font-size: 25px;
    margin-top: -5px;
}

.nav-top ul {
    list-style: none;
    background: #2C6FC2;
    text-align: center;
}
.nav-top > ul {
    -webkit-box-shadow: 0 1px 10px 0 rgba(21, 29, 105, 0.5);
    -moz-box-shadow: 0 1px 10px 0 rgba(21, 29, 105, 0.5);
    box-shadow: 0 1px 10px 0 rgba(21, 29, 105, 0.5);
}
.nav-top > ul > li > a {
    color: #fff;
}

.nav-top ul:after {
    clear: both;
}

.nav-top ul:after,
.nav-top ul:before {
    content: "";
    display: table;
}

.nav-top ul a {
    display: block;
    padding: 15px;
    line-height: 30px;
    color: #000;
}

.nav-top ul a:hover {
    background: #2BA4F0;
    color: #fff;
}

.nav-top ul li ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 4;
    -webkit-box-shadow: 0 2px 12px -3px rgba(21, 29, 105, 0.5);
    -moz-box-shadow: 0 2px 12px -3px rgba(21, 29, 105, 0.5);
    box-shadow: 0 2px 12px -3px rgba(21, 29, 105, 0.5);
}

.nav-top ul li ul li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 300ms ease;
    -moz-transition: max-height 300ms ease;
    -o-transition: max-height 300ms ease;
    transition: max-height 300ms ease;
}

.nav-top ul li ul li a {
    line-height: 16px;
    font-size: 16px;
}

.second-level ul {
    left: 100% !important;
    background-color: #fff;
}

#tarif-privat-drop {
    top: 0 !important;
}

#tarif-gewerbe-drop {
    top: 46px !important;
}

#formular-drop {
    top: 46px !important;
}

#nav-list-top > .first-level:hover ul > li {
    max-height: 150px;
}

#nav-list-top > .first-level:hover ul li ul li {
    max-height: 0;
}

.second-level:hover ul li {
    max-height: 150px !important;
}

/*
 * Ueber Uns
 */
#about-us h1 {
    margin-bottom: 45px;
}

#about-us .row .col-md-4 {
    margin-bottom: 60px;
}

#about-us img,
#about-us i {
    display: block;
    margin: auto;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
    width: 89%;
}

#about-us a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #000000;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

#about-us .row .link-description {
    margin: 25px 0 0 0;
}

#about-us img:hover,
#about-us i:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#neuigkeiten img {
    max-height: 185px;
    display: block;
    margin: 0 auto 20px auto;
}

#neuigkeiten p {
    margin-top: 15px;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
}

#neuigkeiten h2 a {
    font-size: 26px;
}

#neuigkeiten .row {
    margin-bottom: 40px;
}

.news-author {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.news-more {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.news-element {
    margin: 10px 0 25px 0;
}

.news p {
    margin: 0 0 15px 0;
    line-height: 28px;
    font-size: 18px;
}

.news img {
    width: 80%;
    margin: auto;
    display: block;
}

#unternehmen p {
    font-size: 18px;
    line-height: 25px;
}

#unternehmen h1 {
    margin-bottom: 25px;
}

#unternehmen h2 {
    margin-bottom: 15px;
}

#unternehmen section {
    margin-bottom: 25px;
}

#unternehmen-img-buero {
    margin-bottom: 25px;
}

#unternehmen-img-buero img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.row-spacer-60 {
    height: 60px;
}

.unternehmen-img-profile img {
    width: 95%;
    height: auto;
    display: block;
}

.history ul li {
    position: relative;
    width: 5px;
    margin: 0 auto;
    padding-top: 50px;
    list-style-type: none;
    background-color: #787878;
}

.history ul li::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 60px;
    padding: 3px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #787878;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.history ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    color: #FFFFFF;
    background-color: #30A2E1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.history ul li div::before {
    content: '';
    position: absolute;

    width: 0;
    height: 0;
    border-style: solid;
}

.history ul li div time {
    font-size: 18px;
    font-weight: bold;
    padding-right: 4px;
}

.history ul li:nth-child(odd) div {
    left: 45px;
}

.history ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #30A2E1 transparent transparent;
}

.history ul li:nth-child(even) div {
    left: -439px;
}

.history ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #30A2E1;
}

.history ul li.in-view::before {
    background-color: #30A2E1;
}

.history ul li.in-view div {
    opacity: 1 !important;
    transform: none !important;
}

#oekomodell p {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 18px;
}

#oekomodell .background {
    display: block;
    height: 275px;
    margin-bottom: 25px;
}

/*
 * Versorgung
 */
.icon-24px {
    font-size: 24px !important;
}

#versorgung h1 {
    margin-bottom: 45px;
}

#versorgung .row .col-md-4 {
    margin-bottom: 60px;
}

#versorgung .row img,
#versorgung .row i {
    display: block;
    margin: auto;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
    width: 90%;
}

#versorgung .row a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #000000;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

#versorgung .row .link-description {
    margin: 25px 0 0 0;
}

#versorgung .row img:hover,
#versorgung .row i:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.tarif-overview h1 {
    margin-bottom: 55px;
}

.tarif-overview .col-md-6 {
    margin-bottom: 80px;
}

.tarif-overview .row img {
    display: block;
    margin: auto;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
    width: 55%;
}

.tarif-overview .row a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #000000;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.link-description {
    margin-top: 30px;
}

.tarif-overview .row a:hover {
    color: #858585;
}

.tarif-overview .row img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#tarife-gewerbe p {
    margin-top: 45px;
    color: #BE611D;
    font-size: 20px;
}

.tarif .row img {
    width: 85%;
    margin-top: 60px;
}

.tarif table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}

.tarif th {
    height: 30px;
}

.tarif td {
    height: 36px;
    padding: 0 15px;
}

.tarif tr:nth-child(2) td {
    height: 25px !important;
    font-size: 13px;
    padding-top: 2px;
}

.tarif tr:nth-child(3) td {
    height: 25px !important;
    font-size: 13px;
    padding-bottom: 10px;
}

.tarif tr:nth-child(n+4) td:nth-child(n+2) {
    font-family: Arial, Helvetica, sans-serif;
}

.tarif tr:nth-child(3n+4) td {
    height: 30px;
}

.tarif .button-download {
    margin-top: 10px;
}

.tarif p {
    text-align: justify;
}

.tarif .background {
    display: block;
    height: 250px;
    margin-bottom: 25px;
}

#tarif-achental-strom .background {
    background: url("../../images/achental-2a98bdb93d65d3f3b76a26afd8258c5a.jpg") no-repeat center center;
}

#tarif-achental-strom-oeko .background {
    background: url("../../images/oeko2-464cf5b860bc07bae6bc5b5080d42864.jpg") no-repeat center center;
}

#tarif-heiz-strom .background {
    background: url("../../images/waermepumpe-80ba53e8103381e6d085103583fc654b.jpg") no-repeat center center;
}

#tarif-woessen-strom .background {
    background: url("../../images/woessen-e2feb32f8b51f8bd8b13b7f4e4a65b9f.jpg") no-repeat center center;
}

#tarif-woessen-strom-oeko .background {
    background: url("../../images/woessen-e2feb32f8b51f8bd8b13b7f4e4a65b9f.jpg") no-repeat center center;
}

#tarif-achental-strom-gewerbe .background {
    background: url("../../images/achental-2a98bdb93d65d3f3b76a26afd8258c5a.jpg") no-repeat center center;
}

#tarif-woessen-strom-gewerbe .background {
    background: url("../../images/woessen-e2feb32f8b51f8bd8b13b7f4e4a65b9f.jpg") no-repeat center center;
}

#tarif-achental-strom tr:nth-child(n+4) td:nth-child(2n+3) {
    color: #558FCE;
}

#tarif-achental-strom tr:nth-child(3n+4) td {
    background-color: rgba(113, 187, 255, 0.15);
}

#tarif-achental-strom-oeko tr:nth-child(n+4) td:nth-child(2n+3) {
    color: #65C833;
}

#tarif-achental-strom-oeko tr:nth-child(3n+4) td {
    background-color: rgba(127, 255, 56, 0.15);
}

#tarif-achental-strom-oeko .button-download {
    background-color: #65C833;
}

#tarif-heiz-strom table {
    font-family: Arial, Helvetica, sans-serif !important;
}

#tarif-heiz-strom td:nth-child(2n+4) {
    color: #C84B3A;
}

#tarif-heiz-strom tr:nth-child(1) td,
#tarif-heiz-strom tr:nth-child(6) td {
    background-color: rgba(255, 91, 43, 0.16);
}

#tarif-heiz-strom .button-download {
    background-color: #C84B3A;
}

#tarif-woessen-strom tr:nth-child(n+4) td:nth-child(2n+3) {
    color: #C8B43D;
}

#tarif-woessen-strom tr:nth-child(3n+4) td {
    background-color: rgba(243, 255, 37, 0.18);
}

#tarif-woessen-strom .button-download {
    background-color: #E1D740;
}

#tarif-woessen-strom-oeko tr:nth-child(n+4) td:nth-child(2n+3) {
    color: #65C833;
}

#tarif-woessen-strom-oeko tr:nth-child(3n+4) td {
    background-color: rgba(127, 255, 56, 0.15);
}

#tarif-woessen-strom-oeko .button-download {
    background-color: #65C833;
}

#tarif-woessen-strom-gewerbe tr:nth-child(3n+4) td {
    background-color: rgb(255 188 37 / 18%)
}

#tarif-woessen-strom-gewerbe tr:nth-child(n+4) td:nth-child(2n+3) {
    color: #F39200;
}

#tarif-woessen-strom-gewerbe .button-download {
    background-color: #F39200;
}

.text-align-center {
    text-align: center;
}

.table-wrapper {
    overflow-x: auto;
}

.text-spacer-left {
    padding-left: 33px !important;
}

.text-center {
    text-align: center;
}

.doc-list-year {
    margin: 25px 0 25px 0;
}

.doc-list-year-head {
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    background-color: #2C6FC2;
    padding: 10px 0 10px 15px;
    margin: 20px 0;
}

.doc-list-year-content {
    width: 100%;
    padding: 0 15px;
}

.doc-list-year-content .col-lg-4 {
    margin-bottom: 25px;
}

.doc-list-year-content .col-lg-4 p {
    font-size: 16px;
    margin-bottom: 10px;
}

.doc-list-year-element {
    display: block;
    padding: 15px 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(89, 176, 245, 0.6);
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.doc-list-year-element:hover {
    background-color: rgba(89, 176, 245, 0.41);
    color: #FFFFFF;
}

.doc-list-year-element:not(:first-child):not(:last-child) {
    margin: 10px 0 10px 0;
}

.doc-list-year-content h3:nth-child(1) {
    margin-bottom: 15px;
}

.doc-list-year-content h3:not(:first-child) {
    margin: 25px 0 15px 0;
}

.doc-list-year-element h4 {
    font-weight: normal;
    font-size: 16px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
    margin: 15px 0 0 65px;
}

.toggle-switch input {
    display: none;
}

.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCCCCC;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 6px;
    bottom: 5px;
    background-color: #FFFFFF;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.toggle-switch input:checked + .toggle-switch-slider {
    background-color: #2C6FC2;
}

.toggle-switch input:checked + .toggle-switch-slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #2C6FC2;
    margin: 18px auto 0 0;
}

.tooltip .tooltip-text {
    visibility: hidden;
    display: inline-block;
    white-space: nowrap;
    min-width: 240px;
    top: -10px;
    left: 220%;
    background-color: #2C6FC2;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 15px;
    position: absolute;
    font-family: Raleway_Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    z-index: 1;
    border-radius: 5px;
    line-height: 20px;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
}

.tooltip .tooltip-text::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #2C6FC2 transparent transparent;
}

.radio-button {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-button input {
    visibility: hidden;
    position: absolute;
}

.radio-button input + span {
    cursor: pointer;
    border-bottom: 4px solid transparent;
    display: block;
    padding: 10px 7px 10px 7px;
    margin-right: 15px;
    font-size: 19px;
    margin-top: 5px;
    color: #000000;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.radio-button input:checked + span {
    border-bottom: 4px solid #2C6FC2;
}

#ta-plz {
    text-align: center;
}

#tarifassistent h1 {
    margin-bottom: 25px;
}

#tarifassistent p {
    text-align: justify;
}

#tarifassistent-description {
    margin-bottom: 25px;
}

#tarifassistent .fa-question-circle {
    font-size: 25px;
}

#tarifassistent .text-box {
    margin-left: 60px !important;
    width: 65px !important;
    font-family: Arial, Helvetica, sans-serif;
}

#ta-wechsel-wrapper {
    margin-left: 65px;
}

#tarifassistent-tarife {
    margin-top: 35px;
}

#tarifassistent-tarife div {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#tarifassistent-tarife img {
    width: 20%;
}

#tarifassistent-tarife span {
    margin-top: 10px;
    font-size: 18px;
    display: block;
    text-align: center;
}

#tarifassistent-links {
    text-align: center;
    margin-top: 30px;
}

#tarifassistent-links a:first-child {
    margin-right: 10px;
}

.button-spacer {
    display: inline-block;
    width: 10px;
}

#tarif-achental-strom-gewerbe img {
    width: 80%;
    display: block;
    margin: 35px auto;
}

/*
 * Impressum & Datenschutz
 */
#impressum h2,
#datenschutz h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

#impressum table,
#datenschutz table {
    text-align: left;
    border-spacing: 25px 0;
    margin-left: -25px;
}

#impressum td,
#datenschutz td {
    padding: 3px 0;
}

.imprint-address {
    padding-left: 15px !important;
}

/*
 * Footer & Partner
 */
#footer {
    background-color: #1E1E1E;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-side {
    width: 10% !important;
    height: 100%
}

#footer-content-wrapper a {
    vertical-align: middle;
    font-size: 14px !important;
    text-decoration: none;
    color: #FFFFFF;
    line-height: normal;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

#footer-content-wrapper a:hover {
    color: #808080;
    -webkit-transition: color 500ms linear;
    -moz-transition: color 500ms linear;
    -o-transition: color 500ms linear;
    transition: color 500ms linear;
}

#partner-wrapper {
    display: block;
    height: 130px;
    background-color: #FFFFFF;
    padding-top: 25px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0;
    bottom: 40px;
    z-index: 4;
}

.hr-centered {
    position: absolute;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #D2D2D2;
    text-align: center;
    bottom: 130px;
}

.hr-centered > span {
    font-size: 18px;
    font-style: italic;
    background-color: #FFFFFF;
    color: #8C8C8C;
    padding: 10px 40px;
}

#partner-res {
    display: none;
    text-align: center;
    margin-top: -10px;
    font-size: 16px;
    font-style: italic;
}

.partner {
    display: inline-block;
    margin: auto;
    width: 25%;
    float: left;
}

.partner img {
    display: block;
    height: 75px;
    margin: 0 auto;
}

/*
 * Buttons
 */
.button-send {
    width: 97.5%;
    background-color: white;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10px 50px;
    border: 2px solid #2C6FC2;
    border-radius: 4px;
    color: #2C6FC2;
    font-size: 20px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.button-send:hover {
    background-color: #2C6FC2;
    color: #FFFFFF;
}

.button-download {
    display: inline-block;
    background-color: #2E7ED7;
    padding: 9px 11px 7px 11px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

.button-download i {
    vertical-align: middle;
    margin-right: 10px;
}

.button-download:hover {
    color: #FFFFFF;
}

.button-home-overview {
    position: absolute;
    bottom: 20px;
    left: 15%;
    display: inline-block;
    border-radius: 4px;
    background-color: #2F93F1;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    width: 70%;
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease;
    cursor: pointer;
    vertical-align: middle;
    margin: 20px 5px 5px 5px;
}

.button-home-overview span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 18px;
}

.button-home-overview span:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -40px;
    transition: 0.5s;
}

.button-home-overview:hover span {
    padding-right: 25px;
}

.button-home-overview:hover span:after {
    opacity: 1;
    right: 0;
}

/*
 * Tabs with navigation
 */
.c-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-tabs-nav-img {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-tabs-nav__image {
    display: block !important;
    margin-right: 4px;
    padding: 12px;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.c-tabs-nav__image:last-child {
    margin-right: 0;
}

.c-tabs-nav__image.is-active i {
    color: #2C6FC2;
}

.c-tabs-nav__image i,
.c-tabs-nav__image span {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: rgba(51, 157, 251, 0.65);
}

.c-tabs-nav__image i {
    font-size: 18px;
}

.c-tabs-nav__image span {
    display: none;
    font-size: 18px;
}

.c-tabs-nav__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 4px;
    padding: 12px;
    color: #FFFFFF !important;
    background-color: rgba(47, 156, 250, 0.43);
    text-align: center;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.c-tab__content p,
.c-tab__content h2 {
    text-align: left !important;
}

.c-tabs-nav__link:last-child {
    margin-right: 0;
}

.c-tabs-nav__link:hover {
    color: #FFFFFF;
    background-color: rgba(47, 156, 250, 0.73);
}

.c-tabs-nav__link.is-active {
    color: #FFFFFF;
    background-color: #2F93F1;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.c-tabs-nav__link i {
    font-size: 18px;
}

.c-tabs-nav__link span {
    display: none;
    font-size: 18px;
}

.c-tab {
    display: none;
    background-color: #FFFFFF;
}

.c-tab.is-active {
    display: block;
}

.c-tab__content {
    padding: 20px 0 20px 0;
    text-align: center;
}

.c-tab__content-wrapper {
    margin: auto;
    display: block;
}

.c-tabs.no-js .c-tabs-nav {
    display: none;
}

.c-tabs.no-js .c-tabs-nav-img {
    display: none;
}

.c-tabs.no-js .c-tab {
    display: block;
    margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
    margin-bottom: 0;
}

/*
 * Disruption / Failures
 */
/*.disruption-legend img:nth-child(n+2) {*/
/*    margin-left: 15px;*/
/*}*/
.disruption-history h2 {
    margin: 0 0 20px 0 !important;
}
.disruption-history h3 {
    margin: 0 0 10px 0;
}
.disruption-history p {
    margin: 0 0 20px 0;
}

/*
 * Media Queries
 */

@media screen and (min-width: 1600px) {

    /* General */
    .background,
    .slide-element {
        background-size: 100% !important;
    }

}

@media screen and (max-width: 1200px) {

    /* Disruption */
    .disruption-history h2 {
        margin: 40px 0 20px 0 !important;
    }

    /* General */
    #main-1 {
        padding-bottom: 475px;
    }

    .gallery-button {
        margin-top: 245px;
    }

    #partner-wrapper {
        height: 230px;
    }

    .hr-centered {
        bottom: 230px;
    }

    .partner {
        width: 50%;
        margin: 10px 0;
    }

    /* Popup */
    .popup {
        width: 80%;
    }

    /* Versorung */
    #tarifassistent-tarife img {
        width: 35%;
    }

    /* Netz */
    #e-mobilitaet .row img {
        width: 100%;
        margin-bottom: 30px;
    }

    /* Kontakt */
    #kontakt h2 {
        margin-top: 0;
    }

    /* Formulare */
    .form-textarea {
        width: 98%;
    }

    .form-wrapper .button-send {
        width: 98%;
    }

}

@media screen and (min-width: 1200px) {

    /* TopNav */
    #nav-open,
    #nav-alternate-home {
        display: none;
    }

    .nav-spacer {
        width: 10% !important;
        display: block;
    }

    #nav-list-top > li {
        width: 11.33%;
    }

}

@media screen  and (max-width: 1199px) and (min-width: 760px) {

    #nav-open,
    #nav-alternate-home {
        display: block;
        width: 10% !important;
    }

    .nav-spacer,
    #nav-home,
    #nav-about-us {
        display: none;
    }

    #nav-list-top > li {
        width: 16%;
    }

}

@media screen and (max-width: 992px) {

    /* Disruption */
    .disruption-legend img:nth-child(n+2) {
        margin-left: 0;
    }

    .disruption-report {
        margin-top: 0 !important;
    }

    .disruption-report > div > span {
        margin-top: 30px;
        display: block;
    }

    /* Feedback */
    #feedback {
        display: none;
    }

    /* Meter Reading Form */
    .lbl-wrapper-meter {
        display: block;
        width: 100%;
        margin: 12px 0 0 0;
    }
    .lbl-wrapper-meter input {
        width: 100%;
    }

    .form-add-collection-item {
        width: 96%;
    }

    .popup {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .popup-meter-right {
        margin-top: 20px;
    }
    .popup-close-button-large {
        display: block !important;
        width: 100%;
        margin-top: 20px;
    }

    /* Gallery */
    .gallery-button {
        margin-top: 175px;
    }

    /* Kundenservice */
    #kundenservice-beratung-img {
        width: 90% !important;
    }

    /* Versorgung */
    .tarif-overview .link-description {
        margin: 20px 0 0 0 !important;
        text-align: center;
    }

    .tarif-overview .col-md-6 img {
        width: 70%;
    }

    #versorgung .link-description {
        margin: 20px 0 0 0 !important;
        text-align: center;
    }

    #versorgung .col-md-6 img {
        width: 70%;
    }

    .tooltip .tooltip-text {
        white-space: normal;
    }

    /* Netz */
    #wasserkraft .header-wrapper {
        margin-bottom: 400px;
    }

    #netzgebiet #map-netzgebiet {
        height: 400px;
    }

    .wa-video-staumauer {
        display: block;
        float: none;
        margin-bottom: 25px;
    }

    .wa-video-staumauer video {
        display: block;
        margin: 0 auto;
    }

    /* Kontakt */
    #kontakt input[type="text"],
    #kontakt textarea,
    #kontakt label {
        margin: auto;
        display: block;
        width: 90%;
    }

    #kontakt input[type="text"] {
        margin-bottom: 20px;
    }

    #kontakt .button-send {
        width: 90%;
    }

    #kontakt h2 {
        margin-top: 15px;
    }

    .kontakt-img-profile img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Kundenservice */
    #kundenservice .row img {
        width: 80%
    }

    .form-add-collection-item {
        margin: initial;
    }
}

@media screen and (min-width: 981px) {

    /* Home */
    .site-content-wrapper {
        max-width: 1500px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .site-content-segment {
        width: 33%;
        float: left;
    }

    .content-wrapper-outer {
        margin-left: 10%;
        width: 80%;
        height: 250px;
        position: relative;
        overflow: hidden;
        -webkit-transition: top 0.5s Ease;
        -moz-transition: top 0.5s Ease;
        -o-transition: top 0.5s Ease;
        transition: top 0.5s Ease;
    }

    .content-animation:hover > .content-wrapper-inner {
        top: 0;
        background-color: rgba(0, 0, 0, 0.65);
    }

    .content-animation:hover > .content-wrapper-inner h2 {
        margin-top: 10px;
    }

    .site-content-spacer {
        height: 50px;
    }

    .content-image-wrapper {
        background-color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: inline-block;
        justify-content: center;
        align-items: center;
    }

    .content-image-wrapper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .content-image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .content-wrapper-inner {
        background-color: rgba(0, 0, 0, 0.4);
        color: #FFFFFF;
        position: absolute;
        top: 210px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        height: 100%;
        -webkit-transition: top .5s Ease, background .5s Ease;
        -moz-transition: top .5s Ease, background .5s Ease;
        -o-transition: top .5s Ease, background .5s Ease;
        transition: top .5s Ease, background .5s Ease;
    }

    .content-wrapper-inner h2 {
        padding-top: 8px;
        font-size: 20px;
        -webkit-transition: margin .5s Ease;
        -moz-transition: margin .5s Ease;
        -o-transition: margin .5s Ease;
        transition: margin .5s Ease;
    }

    .content-wrapper-inner p {
        padding-top: 30px;
        padding-right: 5%;
        padding-left: 5%;
        font-size: 18px;
    }

    .content-wrapper-inner a:hover {
        color: #FFFFFF;
    }

}

@media screen and (max-width: 980px) {

    /* Home */
    .button-home-overview {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
        width: 80%;
    }

    .news-logo {
        margin: 0;
    }

    .content-side-spacer {
        display: none;
    }

    .site-content-spacer {
        height: 25px;
    }

    .content-wrapper-outer {
        width: 100%;
        position: relative;
        min-height: 100px;
        overflow: hidden;
    }

    .content-wrapper-outer:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .content-image-wrapper {
        margin: 10px 5%;
        float: left;
        overflow: hidden;
        width: 40%;
    }

    .content-image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .content-wrapper-inner {
        color: #000000;
        width: 50%;
        float: right;
        margin-top: 10px;
        min-height: 100px;
        overflow: hidden;
    }

    .content-wrapper-inner p {
        margin-right: 5%;
        margin-top: 10px;
    }

    /* Ueber Uns */
    .unternehmen-img-profile img {
        margin-bottom: 25px;
    }

    .history ul li {
        margin: 0 0 0 25px;
    }

    .history ul li:nth-child(even) div {
        left: 45px !important;
    }

    .history ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #30A2E1 transparent transparent;
    }

    /* Formulare */
    #tarif-description-2 {
        margin: 40px 0 10px 0;
    }

    .form-tarif-wrapper > fieldset > label {
        width: 85%;
        margin: 40px auto;
        display: block;
    }

    .form-tarif-wrapper > fieldset > label > span {
        font-size: 22px;
        margin-top: 30px;
    }

    .form-tarif-wrapper {
        width: 98%;
    }

    .form-tarif-wrapper label {
        margin-bottom: 25px;
    }

    .select-img-wrapper {
        width: 50%;
        float: left;
    }

    .form-wrapper label,
    #kontakt label {
        min-width: 100px;
    }

    .text-box {
        display: block;
        margin-right: 50px;
        width: 95% !important;
    }

    fieldset p {
        margin: 0 0 10px 20px;
        font-size: 18px;
    }

    .form-textarea {
        width: 96%;
    }

    .form-wrapper .button-send {
        width: 96%;
    }

    fieldset {
        border: none;
        border-radius: 3px;
        width: 100%;
        position: relative;
        margin-top: 40px;
    }

    .form-wrapper {
        margin-left: 10%;
    }

    /* Kontakt */
    #kontakt-select {
        margin: 0;
        text-align: center;
    }

}

@media screen and (max-width: 760px) {

    /* Disruption */
    .disruption-report > div > span > span {
        margin-left: 40px !important;
    }

    /* General */
    .onPageNavigation {
        display: none;
    }

    .content-header {
        margin: 20px 0;
    }

    #main-1 {
        padding-bottom: 750px;
    }

    #main-2 {
        padding-bottom: 225px;
    }

    /* Partner */
    #partner-wrapper {
        height: 510px;
    }

    #partner-title {
        padding: 0 15px;
    }

    .partner {
        width: 100%;
        margin: 20px 0;
    }

    .hr-centered {
        bottom: 480px;
    }

    /* Gallery */
    .gallery-button {;
        display: none;
    }

    /* Versorgung */
    .toggle-switch {
        margin-left: 0;
    }

    #tarifassistent .text-box {
        margin-left: 0 !important;
    }

    #tarifassistent-tarife img {
        width: 65%;
    }

    /* TopNav */
    .nav-spacer,
    #nav-service,
    #nav-kontakt,
    #nav-about-us,
    #nav-home,
    #nav-strom,
    #nav-netz,
    #nav-portal {
        display: none;
    }

    #nav-open {
        display: block;
        width: 15% !important;
    }

    #nav-alternate-home {
        float: right !important;
        display: block;
        width: 20% !important;
    }

    #nav-list-top > li {
        width: 35%;
    }

    /* Netz */
    #wasserkraft .header-wrapper {
        margin-bottom: 250px;
    }

    #wasserkraft .wasserkraft-content-segment {
        padding: 20px 0 25px 0;
    }

    .wa-video-staumauer {
        display: none;
    }

    /* Formulare */
    #umfrage label {
        display: block !important;
    }

}

@media all and (min-width: 720px) {
    .c-tabs-nav__link i {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .c-tabs-nav__link span {
        display: block;
    }
}

@media screen and (max-width: 510px) {

    /* Ueber Uns */
    .history ul li {
        margin: 0 0 0 10px;
    }

    .history ul li div {
        width: 200px;
    }

    .news p,
    #oekomodell p {
        text-align: justify;
    }

}

@media screen  and (max-width: 979px)  and (min-width: 480px) {

    /* Home Slider */
    .slide-content {
        width: 400px;
    }

    .slide-inner-wrapper img {
        max-width: 400px;
    }

    #slider {
        height: 500px;
    }

    .slide div {
        height: 500px;
    }

    .slide {
        height: 500px;
    }

    #dot-wrapper {
        top: 470px;
    }

}

@media screen  and (min-width: 480px) {

    /* Footer */
    #footer-content-wrapper {
        height: 40px;
        overflow: hidden;
        text-align: center;
    }

    #footer-content-wrapper div {
        line-height: 40px;
        width: 21.5%;
        vertical-align: middle;
        float: left;
    }

    #copyright {
        width: 36.5% !important;
    }

    /* Home Slider */
    .smooth div {
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }

    #slide-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
    }

}

@media screen and (max-width: 479px) {

    /* General */
    #main-1 {
        padding-bottom: 800px;
    }

    #main-2 {
        padding-bottom: 245px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px !important;
    }

    p,
    a,
    label {
        font-size: 16px !important;
    }

    legend {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    fieldset {
        margin-top: 20px !important;
    }

    textarea,
    .button-send {
        display: block !important;
        margin: 0 auto;
        width: 95% !important;
    }

    .button-spacer {
        display: none !important;
    }

    /* Footer */
    #footer-content-wrapper {
        height: 125px;
        text-align: center;
        overflow: hidden;
    }

    #footer-content-wrapper div {
        padding-top: 15px;
        width: 80%;
        vertical-align: middle;
        float: left;
    }

    /* Partner */
    #partner-wrapper {
        bottom: 170px;
    }

    .hr-centered {
        padding-top: 20px;
        display: none;
    }

    .hr-centered > span {
        background-color: transparent;
    }

    #partner-res {
        display: block;
    }

    /* Home */
    .button-home-overview {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        margin: 20px auto 15px auto;
        padding: 10px;
        width: 90%;
    }

    #content {
        position: relative;
    }

    .content-image-wrapper {
        width: 100%;
        margin: 20px 0;
    }

    .content-image-wrapper img {
        height: auto;
    }

    .content-wrapper-inner {
        color: #000000;
        width: 100%;
    }

    .content-wrapper-inner p, .content-wrapper-inner h2 {
        margin-top: 10px;
        margin-right: 5%;
        margin-left: 5%;
    }

    /* Home Slider */
    .slide-content {
        width: 280px;
    }

    .slide-inner-wrapper img {
        max-width: 280px;
    }

    .slide-inner-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .slide-button {
        margin: 20px auto 0 auto;
        font-size: 16px;
        padding: 6px;
        width: 80%;
    }

    #slider {
        height: 300px;
    }

    .slide div {
        height: 300px;
    }

    .slide {
        height: 300px;
    }

    .slide div {
        position: absolute;
        max-width: 100%;
        -moz-transition: all 12s;
        -webkit-transition: all 12s;
        transition: all 12s;
    }

    #slide-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .slide-content {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #FFFFFF;
        text-align: center;
        width: 280px;
    }

    #dot-wrapper {
        display: none;
    }

    /* TopNav */
    #nav-open {
        width: 20% !important;
    }

    #grundversorgung p {
        text-align: justify;
    }

    /* Formulare */
    .form-tarif-wrapper label {
        margin-bottom: 25px;
    }

    .select-img-wrapper {
        width: 100%;
        float: left;
    }

    .select-radio-heiz-wrapper {
        margin-top: 10px;
        float: left;
        width: 100% !important;
    }

    .referrer {
        width: 100%;
    }

    fieldset {
        padding: 10px;
    }

    .form-wrapper label,
    #kontakt label {
        display: inline-block;
        min-width: 200px;
    }

    .form-tarif-wrapper > fieldset > label {
        width: 100%;
        margin: 40px auto;
        display: block;
    }

    .text-box {
        display: inline-block;
        margin-right: 0;
    }

    .form-wrapper {
        margin: 0 4%;
    }

    .form-wrapper h1 {
        font-size: 20px;
    }

    fieldset p {
        margin: 0 0 10px 0;
        max-width: 90%;
        font-size: 18px;
    }

    label.checkbox-lbl {
        max-width: 300px !important;
    }

    .form-textarea {
        width: 91.2%;
    }

    fieldset > div {
        margin-left: 0;
    }

    label {
        margin-left: 0 !important;
    }

    fieldset {
        border: none;
        border-radius: 3px;
        position: relative;
        margin-top: 40px;
        margin-left: 0;
    }

    .legend-long {
        margin-top: 30px;
    }

    .show-warning {
        font-size: 16px;
    }

    #sepa p {
        text-align: justify;
    }

}