@font-face {
    font-family: EtelkaText;
    src: url(/fonts/Etelka-Text.woff2) format("woff2"), url(/fonts/Etelka-Text.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: EtelkaText;
    src: url(/fonts/Etelka-Bold.woff2) format("woff2"), url(/fonts/Etelka-Bold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: EtelkaMedium;
    src: url(/fonts/Etelka-Medium.woff2) format("woff2"), url(/fonts/Etelka-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: EtelkaLight;
    src: url(/fonts/Etelka-Light.woff2) format("woff2"), url(/fonts/Etelka-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Etelka;
    src: url(/fonts/Etelka-Light.woff2) format("woff2"), url(/fonts/Etelka-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Etelka;
    src: url(/fonts/Etelka-Text.woff2) format("woff2"), url(/fonts/Etelka-Text.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Etelka;
    src: url(/fonts/Etelka-Medium.woff2) format("woff2"), url(/fonts/Etelka-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Etelka;
    src: url(/fonts/Etelka-Bold.woff2) format("woff2"), url(/fonts/Etelka-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Etelka;
    src: url(/fonts/Etelka-Black.woff2) format("woff2"), url(/fonts/Etelka-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

html {
    font-family: EtelkaText, sans-serif;
    color: #1a171b
}
body {
    font-family: Etelka, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.logo {
    width: 100px;
    height: auto;
    margin-top: -6px;
}

@media only screen and (max-width: 991px) {
    .logo {
        position: absolute;
        top: 10px;
        left: 45%;
        margin-top:0px;
    }
}
h1 {
    font-family: EtelkaText,sans-serif;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
@media only screen and (min-width: 992px) {
    h1 {
        font-size: 40px;
    }
}

.c-header--background-grey {
    background-color: #f8f8f8;
}

.o-retain {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {
    .o-retain {
        max-width: 1432px;
        padding-left: 0;
        padding-right: 0;
        width: 85%;
    }
}

.o-layout {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.o-layout--align-right {
    justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
    .c-header--gutter, .c-header--small-gutter {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.u-mb-flatten {
    margin-bottom: 0;
}

.c-service-menu {
    font-family: Etelka, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

@media only screen and (min-width: 1024px) {
    .c-service-menu {
        margin-left: -40px;
    }
}


.c-service-menu a {
    font-size: 12px;
    display: block;
    color: #8c8b8d;
    text-decoration: none;
    margin-top: 2px;
    border-bottom: 2px solid transparent;
    transition: color .3s ease, border .3s ease;
}
@media screen and (min-width: 992px) {
    .c-service-menu a {
        font-size: 14px;
    }
}
.c-service-menu .c-service-menu__item {
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
}

.c-service-menu a.is-active, .c-service-menu a:hover {
    color: #1a171b;
    text-decoration: none;
    border-bottom: 2px solid;
}

.c-my-eneco__text {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .c-my-eneco__text {
       display: block;
       font-size: 16px;
   }
}
.c-my-eneco a {
    display: block;
    color: #1a171b;
    transition: color .3s ease, border .3s ease;
}

@media only screen and (min-width: 1024px) {
    .c-my-eneco a {
        border-bottom: 2px solid transparent;
        margin-top: 2px;
    }
}

.c-my-eneco a, .c-my-eneco a.is-active, .c-my-eneco a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .c-my-eneco a.is-active, .c-my-eneco a:hover {
        color: #eb4356;
        border-bottom: 2px solid;
    }
}

.c-my-eneco__login-icon, .c-my-eneco__logout-icon {
    display: none;
    margin: 4px;
    transition: color .3s ease;
}

@media only screen and (max-width: 1023px) {
    .c-my-eneco__login-icon {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .c-my-eneco__login-icon {
        position: absolute;
        top: 15px;
        right: 10px;
    }
}
.c-icon {
    display: block;
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.c-icon--s {
    width: 24px;
    height: 24px;
}


:root {
    font-family: EtelkaLight, sans-serif
}

:root, p.c-paragraph {
    font-size: 18px;
    line-height: 25px
}


nav.navbar {
    background-color: #ffffff;
    padding-left: 50px;
    font-size: 20px;
    line-height: 35px;
    font-family: Etelka, sans-serif;
    font-weight: 500;
    min-height: 65px;
}
@media (min-width: 992px) {
    nav.navbar {
        background-color: #ffffff;
        min-height: 100px;
    }
}
.navbar-light .navbar-toggler {
    color: #000000;
    border: 0px;
    padding: 0px;
    border-radius: initial;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(235, 67, 86);
    text-decoration-line: none;
}

.navbar-light .navbar-nav .nav-link {
    animation-delay: 0.9s;
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
}
@media (min-width: 1220px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 20px;
    }
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(235, 67, 86);
    text-decoration-line: none;
}

.container {
    max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

.bg-sms {
    background-image: url("/images/1200x640-Eneco-hero-reminder1.jpg");
    background-size: cover;
    background-position-x: left;
    height: 640px;
}
@media screen and (min-width: 1200px) {
    .bg-sms {
        background-image: url("/images/1920x640-Eneco-hero-reminder1.jpg");
        background-size: cover;
        background-position-x: center;
        height: 640px;
    }
}

@media screen and (max-width: 576px) {
    .bg-sms {
        background-size: cover;
        background-position-x: center;
        background-repeat: no-repeat;
        min-height: 640px;
    }
    .text-panel {
        margin-top: 400px !important;
    }
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */


/*
 * Extra utilities
 */

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}

