/*
    Main CSS // Scheurich GmbH
*/

/* =========================
    Global Styles
========================= */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55rem;
    /* hyphens: auto; */

}

body {
    color: #242424;
    background-color: #fff;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "inter", sans-serif;
    color: #0632ad;
}

h1 {
    margin: 1rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-align: center;
}

h2 {
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.2rem;
}

h3 {
    margin: 1rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8rem;
}

h4 {
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8rem;
}

img {
    max-width: 100%;
    height: auto;
}

.img-full-width figure {
    width: 100%;
}

.img-full-width img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* object-position: 0px 0px; */
}

a {
    color: #0632ad;
}

a:hover,
a:active {
    color: #031f6c;
}

.site-wrap {
    /* padding-top: 46px; */

}

.button,
.button a {
    padding: 0.4rem 0.8rem;
    color: #fff;
    background: #62a5df;
    font-weight: 700;
}

section.wp-block-group {
    margin: 2.5rem 0;
    padding: 1.5rem 0;
}

.wp-block-group:first-child {
    padding: 0 1rem;
}

.wp-block-group p strong>a {
    padding: 0 1rem;
}

.link-arrow::after,
.ebpg-readmore-btn::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0632ad;
    display: inline-block;
    margin-left: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* .index-template,
.page-template,
.single-template,
.home-template {
    padding-top: 0.2rem;
} */

.container {
    max-width: 1230px;
}

.page-header {
    position: relative;
    /* background-image: url(../img/scheurich-element.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center; */
}

.page-header::after {
    content: '';
    background-image: url(../img/scheurich-element-white-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
}

.page-header h1 {
    text-align: left;
    padding: 7rem 0 4rem 0;
}


/* .scheurich-element-grey{
    background-image: url(../img/scheurich-element-grey-top.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
} */

.scheurich-element-grey,
.scheurich-element-grey-top,
.scheurich-element-grey-bottom,
.scheurich-element-blue,
.scheurich-element-blue-top,
.scheurich-element-blue-bottom {
    position: relative;
}

.scheurich-element-grey::before,
.scheurich-element-grey-top::before,
.scheurich-element-blue::before,
.scheurich-element-blue-top::before {
    /* content: '';
    background-image: url(../img/scheurich-element-grey-top.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -49px;
    left: 0;
    right: 0;
    z-index: 1;
}

.scheurich-element-grey::after,
.scheurich-element-grey-bottom::after,
.scheurich-element-blue::after,
.scheurich-element-blue-bottom::after {
    /* content: '';
    background-image: url(../img/scheurich-element-grey-bottom.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -49px;
    left: 0;
    right: 0;
    z-index: 1;
}

.scheurich-element-grey::before,
.scheurich-element-grey-top::before {
    content: '';
    background-image: url(../img/scheurich-element-grey-top.svg);
}

.scheurich-element-blue::before,
.scheurich-element-blue-top::before {
    content: '';
    background-image: url(../img/scheurich-element-blue-top.svg);
}

.scheurich-element-grey::after,
.scheurich-element-grey-bottom::after {
    content: '';
    background-image: url(../img/scheurich-element-grey-bottom.svg);
}

.scheurich-element-blue::after,
.scheurich-element-blue-bottom::after {
    content: '';
    background-image: url(../img/scheurich-element-blue-bottom.svg);
    /* bottom: -49px; */
}

.flex-row-reverse {
    flex-direction: column-reverse !important;
}

@media screen and (min-width: 768px) {
    .flex-row-reverse {
        flex-direction: row !important;
    }
}

/* Scheurich List */

/* .scheurich-list {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.scheurich-list li {
    position: relative;
    margin-left: 25px;
}

.scheurich-list li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -15px;
    width: 8px;
    height: 8px;
    background-color: #083f88;
} */


.wp-block-group ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.wp-block-group ul li {
    position: relative;
    margin-left: 25px;
}

.wp-block-group ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    width: 8px;
    height: 8px;
    background-color: #0632ad;
}




/* =========================
    Wordpress
========================= */

.admin-bar .navbar {
    margin-top: 32px;
}

/* =========================
    Navigation
========================= */

.navbar-toggler {
    z-index: 2000;
}

.navbar {
    padding: 0;

    /* background: #fff url(../img/scheurich-linien-header.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom; */
}

/* .navbar::after {
    content: url(../img/scheurich-linien-header.svg);
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
} */

.navbar::after {
    content: '';
    background-image: url(../img/scheurich-linien-header.svg);
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
}




.navbar-brand {
    margin-left: 12px;
    padding: 0;
}

.navbar-brand img {
    display: inline-block;
    width: 140px;
    height: auto;
    padding: 0;
    transition: all 0.5s ease-in-out;
}

.navbar-nav {
    padding: 0;
}

.navbar-light {
    padding: 1rem;
    background: #fff !important;
    border-bottom: 1px solid #ececec;
    transition: all 0.5s ease-in-out;



}

.navbar-light .navbar-nav .nav-link {
    color: #0632ad;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #031f6c;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #031f6c;
    text-decoration: underline;
}

.nav-item {
    position: relative;
    font-weight: 400;
}

.navbar-light .navbar-toggler {
    margin-right: 1rem;
    background: #fff !important;
    border-color: #ddd !important;
}

.navbar-light .navbar-toggler:focus {
    outline: none !important;
    /* outline: 1px solid #62a5df !important; */
}

/* .navbar-light .navbar-toggler-icon {
    color: #242424 !important;
} */

/* .nav-item::before{
    content: '/';
    color: #62A5DF;
    position: absolute;
    top: 8px;
    left: -2px;
} */

.navbar-light .navbar-nav .nav-link {
    padding: 8px 12px;
}

ul.dropdown-menu.show {
    background: #fff;
}

a.dropdown-item {
    color: #0632ad;
}

a.dropdown-item:hover {
    color: #fff;
    background-color: #0632ad;
}

/* =========================
    Header
========================= */

/* Header Icons */

.header-icons {
    position: fixed;
    right: 4px;
    top: 280px;
    z-index: 2000;
    /*background: #fff;*/
}

.header-icons a {
    display: block;
    margin-bottom: 10px;
}

.header-icons i {
    display: inline-block;
    padding: 4px 8px;
    background: #175890;
}

.header-icons i:hover {
    background: #f4e321;
}

.header-icons i img {
    width: 20px;
    height: 20px;
}

/* =========================
    Frontpage
========================= */

/* Scheurich Frontpage List */

.special-list {
    list-style: none !important;
}

.special-list li {
    position: relative;
    margin-bottom: 1.2rem;
}

.special-list li::before {
    content: '';
    display: none;
}

.special-list li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -35px;
    /* background: #62a5df; */
    width: 0;
    height: 0;
    border-top: 0px solid #0632ad;
    border-left: 35px solid transparent;
    border-right: 0px solid #0632ad;
    border-bottom: 35px solid #0632ad;
}

.special-list li a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0rem 2rem;
    color: #fff;
    background-color: #0632ad;
    text-decoration: none;
    transition: padding 0.5s;
}

.special-list li a:hover {
    color: #fff;
    padding: 0rem 2rem 0 4rem;
    background-color: #031f6c;
}

.special-list li a:hover::before {
    border-top: 0px solid #031f6c;
    border-left: 35px solid transparent;
    border-right: 0px solid #031f6c;
    border-bottom: 35px solid #031f6c;
}

/* Frontpage Post Grid */

.ub-block-post-grid .is-grid article {
    position: relative;
    padding-bottom: 2rem;
    background-color: #fff;
}

.front-page .ub-block-post-grid-text {
padding: 0 1rem;
}

a.ub-block-post-grid-more-link.ub-text-link {
    color: #0632ad;
}

.news-grid-startpage a.ub-block-post-grid-more-link.ub-text-link {
    position: absolute;
    left: 1rem;
    bottom: 1rem;

}


/* Frontpage Site Header */

.frontpage-hero-header.wp-block-cover {
    position: relative;
    justify-content: flex-start;
    padding: 0;
    overflow-x: hidden;
}

/* Header Claim */

.frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container {
    position: relative;
    /* width: 110%; */
    max-width: 900px;
    padding: 1rem 3rem 1rem 10rem;
    background: #fff;
    transform: skew(-30deg);
    margin-left: -150px;
}

.frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container .wp-block-group {
    transform: skew(30deg);
}

.frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container p:first-of-type {
    font-size: 1.0rem;
    line-height: 1.1;
    color: #7f848a;
}

.frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container p:last-of-type {
    font-size: 0.9rem;
    line-height: 1.2;
}

.front-page .wp-block-group p strong>a {
    padding: 0;
}

/* .wp-block-columns.is-layout-flex.wp-container-5.wp-block-columns-is-layout-flex {
flex-direction: column-reverse;
} */

.gs_logo_single--inner {
    min-width: 120px;
}

.gs_logo_area.gs_logo_area_1.slider1.carousel_has--navs.carousel_nav_pos--left-right-out.gs_logo__loaded {
    max-width: 1110px;
}

/* Frontpage Post Carousel */

.baosteel-post-carousel .eb-post-carousel-wrapper.style-1 .ebpg-carousel-post-holder {
    padding: 0rem;
}

.baosteel-post-carousel .eb-post-carousel-wrapper.style-1 .ebpg-carousel-post-holder .ebpg-entry-wrapper {
    padding: 1rem;
}

.baosteel-post-carousel .eb-post-carousel-wrapper.slick-arrows {
    margin-left: 0px;
    margin-right: 0px;
}

.baosteel-post-carousel .eb-post-carousel-wrapper.eb-post-carousel-c17u6tn.style-1 .ebpg-carousel-post-holder::after {
    background-color: #ced9e7;
}

.baosteel-post-carousel button.slick-prev.slick-arrow {
    position: absolute;
    top: -40px;
    left: auto !important;
    right: 54px !important;
    background-color: transparent !important;
}

.baosteel-post-carousel button.slick-next.slick-arrow {
    position: absolute;
    top: -40px;
    right: 14px;
}

/* Product Tabs Frontpage */

/* .baosteel-products h2{
    font-size: 3rem;
    font-weight: 700;
} */

.baosteel-product-tabs .wp-block-ub-tabbed-content-holder .wp-block-ub-tabbed-content-tabs-title {
    justify-content: center !important;
}

.baosteel-product-tabs .wp-block-ub-tabbed-content-tabs-title {
    margin-bottom: 15px;
}

.baosteel-product-tabs .wp-block-ub-tabbed-content-tab-title-wrap {
    margin: 0 8px;
    background-color: transparent !important;
    color: #818285 !important;
    border: 2px solid #818285 !important;
    border-radius: 80px;
}

.baosteel-product-tabs .wp-block-ub-tabbed-content-tab-title-wrap.active {
    background-color: #818285 !important;
    color: #fff !important;
}

/*Produkt Tabs auf der Produkseite*/

.baosteel-products-wrapper {
    position: relative;
    margin-top: -280px;
    z-index: 10;
}

.baosteel-products-wrapper .baosteel-products {
    background: #fff;
}

.baosteel-products-wrapper .all-products-link {
    display: none;
}

.frontpage-about-us h2 {
    margin-top: 0;
}

/* =========================
    Page Produkte
========================= */

.baosteel-product-tabs .wp-block-query .wp-block-post.baosteel_products .wp-block-group.is-layout-flow {
    padding: 0 !important;
}

/* =========================
    News
========================= */

.ub-block-post-grid header .ub-block-post-grid-title a {
    color: #0632ad;
}

.single-template .wp-block-group:first-of-type {
    padding: 0 1rem;
}

/* .news {
    padding: 4rem 0;
    background: #ececec;
}

.news-box {
    padding: 1.5rem;
    background: #fff;
}

.news-post-wrap {
    margin: 4rem 0;
    padding: 2rem;
    background: #edeeef;
}

.news-post-wrap h2 {
    font-size: 2rem;
}

.news-post {
    display: flex;
    flex-direction: column;
}

.news-post figure {
    flex-basis: 100%;
}

.news-post div {
    flex-basis: 100%;
} */

/* =========================
    Page Kontakt
========================= */

.contact-intro {
    margin: 0;
    padding: 2rem 1rem 0 1rem;
    /* color: #fff; */
    background: #62a5df;
}

.contact-adress {
    padding: 2rem 0 0 0;
}

.contact-box {
    padding: 1rem;
    color: #292829;
    background: #62a5df;
}

.contact-box h3 {
    padding: 2rem 1rem;
    color: #292829;
}

.contact-box form div {
    margin: 0.3rem 0;
}

.contact-box form span input {
    padding: 0.8rem;
}

.contact-box form input {
    width: 100%;
}

.contact-box .input-inline-block {
    display: block;
    width: 100%;
}

.contact-box .input-block {
    display: block;
    width: 100%;
}

.contact-box form textarea {
    width: 100%;
}

.contact-box .acceptance span {
    margin: 0;
}

.contact-box .acceptance span span span label input {
    width: 20px;
}

.contact-box form input[type="submit"] {
    width: 150px;
}

.wpcf7-form-control.wpcf7-acceptance span {
    margin-left: 0;
}

.wpcf7-form-control.wpcf7-acceptance span label {
    display: flex;
}

.wpcf7-form-control.wpcf7-acceptance span label input {
    margin-right: 8px;
}

input.wpcf7-form-control.wpcf7-file {
    padding-left: 0;
}

.wp-block-column.google-maps iframe {
    max-width: 100%;
}

/* =========================
    Page Karriere
========================= */

.career-offer .wp-block-column {
    position: relative;
    margin-left: 2rem;
}

.career-offer .wp-block-column::before {
    content: '+';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -30px;
    color: #0632ad;
    font-size: 2rem;
    font-weight: 900;
}


.job-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2rem;
}

.job-form-wrapper label,
.job-form-wrapper input,
.job-form-wrapper textarea {
    width: 100%;
}

.job-form-wrapper input,
.job-form-wrapper textarea {
    padding: 1rem;
}

.job-form-left-box {
    flex-basis: 100%;
}

.job-form-right-box {
    flex-basis: 100%;
}


.job-form-center-box {
    flex-basis: 100%;
    text-align: center;
}

.job-form-center-box input {
    width: 300px;
    margin-top: 1rem;
    color: #fff;
    background-color: #0632ad;
    font-size: 1.2rem;
}

.job-form-center-box input:hover {
    background-color: #031f6c;
}

.job-form-center-box .wpcf7-spinner {
    display: block;
    width: 40px;
    margin: 0 auto;
}


/* =========================
    Page 404
========================= */

.template-404 {
    padding: 4rem 0;
}

.template-404 article {
    padding: 2rem 1rem 4rem 1rem;
    text-align: center;
}

.template-404 h2 {
    margin-bottom: 3rem;
    font-size: 8rem;
}

.template-404 p {
    font-size: 1.2rem;
    font-weight: 700;
}

/* =========================
    Page Produkte
========================= */

.product-page-header {
    padding: 3rem 0 2rem 0;
}

.product-page-header h1 {
    margin: 1rem 0 1.4rem 0;
    font-size: 4rem;
}

.product-page-header img {
    box-shadow: 0px 0px 4px rgba(8, 63, 136, 0.2),
        0px 4px 8px rgba(8, 63, 136, 0.2);
}

.wp-block-column.product-page-nav {
    margin: 2rem 0 0 0;
    border-right: 1px solid #ced9e7;
}

.more-products {
    padding: 4rem 0;
}

.more-products h2 {
    margin: 0;
}

/* .more-products p {
    text-align: right;
}

.more-products p a {} */

/* =========================
    Page
========================= */



/* =========================
    Footer
========================= */

footer {
    position: relative;
    padding: 5rem 0 0 0;
    color: #fff;
    background: #0632ad;
    font-size: 14px;
    /* background-image: url(../img/scheurich-linien-footer.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center; */
}

footer::before {
    content: '';
    background-image: url(../img/scheurich-linien-footer.svg);
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; */
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    /* z-index: 1; */
}

footer p {
    font-size: 16px;
}

footer p strong {
    /* color: #175890; */
    font-weight: 700;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    font-weight: 700;
}

.footer-box-about figure img {
    width: 120px;
    height: auto;
}

.footer-box-about h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

.footer-nav-container {
    margin-top: 2rem;
    background: #031f6c;
}

.footer-nav {
    width: 100%;
    padding: 1rem;
    text-align: right;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav ul li {
    margin: 0 0 0 1em;
    display: inline-block;
}

.footer-logo {
    margin-bottom: 2rem;
}

.footer-logo figure {
    padding-right: 1rem;
}

.footer-logo figure a img {
    width: 100%;
    max-width: 180px;
    padding: 0.4rem;
    background: #fff;
}

.footer-sub-nav ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.footer-sub-nav ul li a {
    padding: 8px 12px;
    border: solid 2px #fff;
    font-weight: 700;
}

/* =========================
    Media Queries
========================= */

@media screen and (min-width: 600px) {
    .img-full-width img {
        width: 100%;
        height: 300px;
    }

    h1 {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    h2 {
        font-size: 2rem;
        line-height: 3rem;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

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

    .page-header h1 {
        padding: 7rem 0;
    }

    .site-header img {
        height: 500px;
    }

    .header-slogan {
        top: 80px;
        left: 70px;
    }

    .header-slogan h1 {
        font-size: 2rem;
    }

    .header-slogan a {
        font-size: 1.2rem;
    }

    .header-icons {
        right: 10px;
        top: 150px;
    }

    .header-icons i {
        padding: 8px 16px;
    }

    .header-icons i img {
        width: 40px;
        height: 40px;
    }

    .contact-box {
        padding: 2rem;
    }

    .contact-adress {
        padding: 0 0 0 4rem;
    }

    .page-header-cover.wp-block-cover,
    .page-header-cover.wp-block-cover-image {
        min-height: 400px;
    }

    .wp-block-cover__inner-container h1 {
        font-size: 4rem;
    }

    .frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container {
        max-width: 900px;
        padding: 3rem 2rem 3rem 12rem;
        margin-left: -100px;
    }

    .frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container h1 {
        font-size: 2.5rem;
        margin-bottom: 2.8rem;
    }

    .frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container p:first-of-type {
        font-size: 1.6rem;
    }

    .frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container p:last-of-type {
        font-size: 1.1rem;
    }
}

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

    section.wp-block-group {
        margin: 4rem 0;
        padding: 2rem 0;
    }

    /* .navbar-brand {
        padding: 1rem 1rem 1rem 4rem;
    } */

    /* Aktuell */
    .news-post {
        flex-direction: row;
    }

    .news-post figure {
        flex-basis: 50%;
    }

    .news-post div {
        flex-basis: 50%;
        padding-left: 2rem;
    }

    .site-header img {
        height: 600px;
    }

    /*   .header-slogan{
        top: 80px;
        left: 70px;
    } */
    .header-slogan h1 {
        font-size: 2.4rem;
    }

    .header-slogan a {
        font-size: 1.4rem;
    }

    .img-full-width img {
        width: 100%;
        height: 400px;
    }

    .job-form-wrapper {
        flex-direction: row;
        margin-top: 3rem;
    }

    .job-form-left-box {
        padding-right: 2rem;
        flex-basis: 50%;
    }

    .job-form-right-box {
        padding-left: 2rem;
        flex-basis: 50%;
    }

    .contact-box .input-inline-block {
        display: inline-block;
        width: 49.7%;
    }

    .contact-box .input-block {
        display: block;
        width: 99.7%;
    }
}

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

    .wp-block-group:first-child {
        padding: 0;
    }

    .wp-block-group p strong>a {
        padding: 0;
    }

    .single-template .wp-block-group:first-of-type {
        padding: 0;
    }
    /* .index-template,
    .page-template,
    .single-template,
    .home-template {
        padding-top: 0.8rem;
    } */

    .site-wrap {
        padding-top: 80px;
    }

    /*     .navbar {
        max-height: 80px;
    } */

    .navbar-light {
        padding: 1rem;
    }

    .navbar-nav {
        padding: 1rem;
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    #menu-item-34 {
        position: static;
    }

    #menu-item-34 .dropdown-menu.show {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -2px;
    }

    .site-header img {
        height: 700px;
    }

    .header-slogan {
        top: 150px;
        left: 100px;
    }

    .header-slogan h1 {
        font-size: 3rem;
    }

    .header-slogan a {
        font-size: 1.4rem;
    }

    .frontpage-hero-header.wp-block-cover .wp-block-cover__inner-container h1 {
        font-size: 3.5rem;
        margin-bottom: 2.8rem;
    }
}

@media screen and (min-width: 1400px) {
    .navbar-brand {
        margin-left: 100px;
    }

    .navbar-light {
        padding: 1rem 1rem 0.2rem 1rem;
    }

}

/* =========================
    Webfonts
========================= */

/* inter-100 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 100;
    src: url("../webfonts/inter/inter-v12-latin-100.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-100.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-100.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-100.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-100.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-100.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 200;
    src: url("../webfonts/inter/inter-v12-latin-200.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-200.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-200.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-200.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-200.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-200.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/inter/inter-v12-latin-300.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-300.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-300.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-300.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-300.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-300.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/inter/inter-v12-latin-regular.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-regular.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-regular.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-regular.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 500;
    src: url("../webfonts/inter/inter-v12-latin-500.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-500.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-500.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-500.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-500.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-500.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 600;
    src: url("../webfonts/inter/inter-v12-latin-600.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-600.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-600.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-600.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-600.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-600.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 700;
    src: url("../webfonts/inter/inter-v12-latin-700.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-700.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-700.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-700.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-700.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-700.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 800;
    src: url("../webfonts/inter/inter-v12-latin-800.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-800.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-800.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-800.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-800.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-800.svg#inter") format("svg");
    /* Legacy iOS */
}

/* inter-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "inter";
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/inter/inter-v12-latin-900.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/inter/inter-v12-latin-900.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/inter/inter-v12-latin-900.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-900.woff") format("woff"),
        /* Modern Browsers */
        url("../webfonts/inter/inter-v12-latin-900.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/inter/inter-v12-latin-900.svg#inter") format("svg");
    /* Legacy iOS */
}