@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Thin-Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Light-Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Regular-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Bold.otf') format('opentype');
    font-weight: 70;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Bold-Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src: url('/wp-content/themes/polstern/fonts/Nexa-Regular-Black-Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Nexa XBold';
    src: url('/wp-content/themes/polstern/fonts/Nexa-XBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa XBold Italic';
    src: url('/wp-content/themes/polstern/fonts/Nexa-XBold-Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

* {
    box-sizing: border-box;
    margin: 0;
}
html, body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Nexa';
}
body {
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nexa XBold';
    font-weight: 700;
    font-style: normal;
}
.elementor[data-elementor-type="wp-post"] .polstern-brand {
    display: none;
}
.elementor-widget-text-editor > .elementor-widget-container, .elementor-widget-text-editor > .elementor-widget-container * {
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.title-divider .elementor-widget-heading .elementor-heading-title {
    position: relative;
    padding-left: 52px;
}
.title-divider .elementor-widget-heading.mark .elementor-heading-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000;
    top: 18px;
    left: 0;
}
.navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.9)
}
ul.sub-menu {
    padding-left: 0;
    text-align: center;
}
.elementor-widget-image-carousel, .elementor-widget-image-carousel > .elementor-widget-container {
    width: 100%;
}
.elementor-widget-image-carousel > .elementor-widget-container {
    max-width: 100vw;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper.swiper {
    padding-bottom: 0!important;
}
.elementor-widget-image-carousel .swiper-slide img {
    display: block;
}
.home .elementor-widget-image-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 150px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.home .elementor-widget-image-carousel .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #444241;
}
.progress-bar {
    position: relative;
    top: 0;
    left: 0;
    width: 300px;
    height: 5px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 24px;
    z-index: 1000;
    transition: width 1s cubic-bezier(.17,.67,.83,.67);
}
.progress-bar-inner {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #8B8682;
}
.progress-bar, .progress-bar-inner {
    border-radius: 5px;
}
.polstern-brand {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 160px;
    z-index: 998;
}
.polstern-brand img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
#home-intro-banner {
    height: 100vh;
}
#home-intro-banner .swiper, #home-intro-banner .swiper .swiper-slide-inner, #home-intro-banner .swiper .swiper-slide-inner img {
    height: 100%;
}
.post-password-required {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-password-required form {
    text-align: center;
}
.post-password-required form p {
    font-size: 25px;
    line-height: 25px;
}
.post-password-required .form-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: max-content;
    height: 40px;
    margin: auto;
}
.post-password-required .form-wrapper .form-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
}
.post-password-required .form-wrapper label {
    display: none;
}
.post-password-required .form-wrapper input {
    height: 100%;
}
.post-password-required .form-wrapper .form-icon, .post-password-required .form-wrapper .form-icon i, .post-password-required .form-wrapper input#password {
    color: #7b7b7b;
}
.post-password-required .form-wrapper input#password {
    font-size: 20px;
    line-height: 25px;
    border: none;
    border-bottom: 1px solid #000;
    width: 400px;
    padding-left: 40px;
}
.post-password-required .form-wrapper input#password, .post-password-required .form-wrapper input#password:focus, .post-password-required .form-wrapper input#password:hover {
    outline: none;
}
.post-password-required .form-wrapper input[type="submit"] {
    border-radius: 6px;
    border: 1px solid #444241;
    background-color: #444241;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Nexa XBold';
    font-weight: 700;
    letter-spacing: 3.2px;
}
.post-password-required .form-wrapper input[type="submit"]:hover {
    background-color: transparent;
    color: #444241;
}
.post-password-required form p:not(:last-child) {
    margin-bottom: 20px;
}
#page {
    display: flex;
    flex-wrap: wrap;
}
#page, main, .entry-content {
    width: 100%;
}
.font-Nexa {
    font-family: 'Nexa';
}
.font-Nexa-XBold {
    font-family: 'Nexa XBold';
    font-weight: 700;
    font-style: normal;
}
.font-Nexa-XBold i, .font-Nexa-XBold em {
    font-style: italic;
}
.copyright, .copyright * {
    font-family: 'Nexa';
    font-weight: 400;
    font-style: normal;
}
footer#colophon {
    background-color: #444241;
}
#colophon .wpcf7 form p {
    margin-bottom: 12px;
}
#colophon .wpcf7 form p, #colophon .wpcf7 form p a {
    color: #fff;
}
#colophon .wpcf7 form p a {
    text-decoration: underline;
}
#colophon .wpcf7 form input.input-control {
    color: #fff;
    border: none;
    padding: 6px 10px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    border-bottom: 1px solid #fff;
}
#colophon .wpcf7 form .wpcf7-submit {
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #8b8682;
    background-color: #8b8682;
    line-height: 1;
    padding: 16px 30px;
}
#colophon .wpcf7 form .wpcf7-submit:hover {
    background-color: transparent;
}
.wpcf7-submit {
    cursor: pointer;
}
.eael-contact-form {
    width: 100%;
}
.footer-social-media .elementor-icon-list-items {
    gap: 12px;
}
.footer-social-media .elementor-icon-list-items .elementor-icon-list-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background-color: #8B8682;
}
.footer-social-media .elementor-icon-list-items .elementor-icon-list-item a:hover {
    opacity: 0.8;
}
.footer-social-media .elementor-icon-list-items .elementor-icon-list-item:first-child a span {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: flex;
    align-items: flex-end;
}
.footer-social-media .elementor-icon-list-items .elementor-icon-list-item a svg {
    margin-right: 0;
}
.footer-social-media .elementor-icon-list-items .elementor-icon-list-item a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    #masthead {
        height: 76px;
    }
    .polstern-brand {
        top: 20px;
    }
    #masthead .navbar > button {
        top: 22px;
        left: 25px;
    }
    #home-intro-banner .swiper .swiper-slide .swiper-slide-inner {
        height: 550px;
    }
    #home-intro-banner .swiper .swiper-slide .swiper-slide-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .home .elementor-widget-image-carousel .swiper .swiper-pagination {
        top: 80px;
    }
    .home .elementor-widget-image-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 100px;
    }
    .navbar .navbar-nav {
        padding: 0 70px;
    }
    .post-password-required .entry-content {
        padding: 70px 25px;
    }
    .post-password-required .form-wrapper {
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 55px;
    }
    .post-password-required .form-wrapper input#password {
        width: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .post-password-required .form-wrapper input[type="submit"] {
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        top: 100%;
        margin-top: 20px;
    }
    .text-mb-center .hfe-nav-menu nav .hfe-nav-menu {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) and (orientation: landscape) {
    .home .polstern-brand {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #page > main {
        min-height: 50vh;
    }
    .ehf-header #page > header {
        width: 100px;
    }
    .ehf-header #page > main {
        width: calc( 100% - 100px );
    }
    #page > header, #page > footer {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {
    .home .elementor-widget-image-carousel .swiper .swiper-pagination {
        top: 90px;
    }
    .home .elementor-widget-image-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
    #masthead {
        height: 86px;
    }
    .polstern-brand {
        top: 26px;
    }
    #masthead .navbar > button {
        top: 26px;
        left: 50px;
    }
    .navbar .navbar-nav {
        padding: 0 100px;
    }
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    body > #page {
        flex: 1;
    }
    #page > main {
        height: 100%;
    }
    .home .elementor-widget-image-carousel .swiper .swiper-pagination {
        top: 80px;
    }
    .home .elementor-widget-image-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 100px;
    }
    .post-password-required .entry-content {
        padding: 90px 50px;
    }
    .post-password-required .form-wrapper {
        max-width: max-content;
    }
}
@media (max-width: 1199px) and (orientation: portrait) {
    #masthead {
        width: 100%;
        background-color: #8b8682;
    }
    #page > main, .entry-content, .form-wrapper, .post-password-required .form-wrapper {
        width: 100%;
    }
    #masthead .navbar .hamburger {
        position: absolute;
        width: 32px;
        height: 32px;
    }
    #masthead .navbar.navbar-opened .hamburger {
        visibility: hidden;
        opacity: 0;
    }
    .navbar .hamburger span, .navbar .hamburger span::before, .navbar .hamburger span::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
    }
    .navbar .hamburger span::before, .navbar .hamburger span::after {
        content: '';
    }
    .navbar .hamburger span {
        top: 50%;
        transform: translate(0, -50%);
        font-size: 0;
    }
    .navbar .hamburger span::before {
        top: -10px;
    }
    .navbar .hamburger span::after {
        bottom: -10px;
    }
    .hamburger .hamburger-inner-text {
        transform: rotate(0);
        color: transparent;
    }
    .polstern-brand {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    body:not(.home) .polstern-brand {
        filter: invert(1);
    }
}
@media (min-width: 1200px) {
    .home .polstern-brand {
        width: 300px;
        top: 50px;
    }
}
@media (min-width: 1900px) {
    .ehf-header .polstern-brand {
        top: 50px;
        right: 50px;
    }
    .home .elementor-widget-image-carousel .swiper .swiper-pagination {
        top: 150px;
    }
}