@font-face {
    font-family: 'Avenir Next';
    font-weight: 300;
    font-style: normal;
    src: url("//cdn.hessen-agentur.de/fonts/Avenir_next_regular/Avenir_next_regular.eot");
    src: url("//cdn.hessen-agentur.de/fonts/Avenir_next_regular/Avenir_next_regular.eot") format("embedded-opentype"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_regular/Avenir_next_regular.woff") format("woff"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_regular/Avenir_next_regular.ttf") format("truetype"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_regular/Avenir_next_regular.svg") format("svg");
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: 600;
    font-style: normal;
    src: url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_Demi/AvenirNextLTW02-Demi.eot");
    src: url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_Demi/AvenirNextLTW02-Demi.eot") format("embedded-opentype"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_Demi/AvenirNextLTW02-Demi.woff") format("woff"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_Demi/AvenirNextLTW02-Demi.ttf") format("truetype"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_Demi/AvenirNextLTW02-Demi.svg") format("svg");
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: 700;
    font-style: normal;
    src: url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_bold/Avenir_next_LT_bold.eot");
    src: url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_bold/Avenir_next_LT_bold.eot") format("embedded-opentype"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_bold/Avenir_next_LT_bold.woff") format("woff"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_bold/Avenir_next_LT_bold.ttf") format("truetype"), url("//cdn.hessen-agentur.de/fonts/Avenir_next_LT_bold/Avenir_next_LT_bold.svg") format("svg");
}

html,
body {
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: "Avenir Next", sans-serif;
}

.navbar {
    height: 110px;
    width: 100%;
    z-index: 10000;
}

.navbar-brand {
    background: url(../img/Logo-Ministerium.svg) 0% 0% no-repeat padding-box, transparent;
    background-size: 100%;
    width: 200px;
    height: 64px;
    margin: 0rem 0;
    position: absolute;
    left: 3rem;
}

.navbar-toggler {
    border: 0;
    opacity: 1;
    position: relative;
    position: absolute;
    right: 3rem;
    z-index: 400;
    margin-top: -0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #7d1828;
    height: 2px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0px;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
    background-color: #7d1828;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
    background-color: #7d1828;
}

#navbarResponsive {
    position: fixed;
    top: 110px;
    right: 0;
    background-color: #fff;
    background-image: url(/img/Loewe-hellblaugrau.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: center;
    height: 100%;
    z-index: 200;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

#navbarResponsive ul {
    float: right;
    background: none;
    padding: 0 0 0 0;
    height: 100%;
    width: 50%;
    font-size: 1.5em;
    font-family: "Avenir Next", sans-serif;
    margin-top: 100px;
}

#navbarResponsive ul a.nav-link {
    color: #000;
}

#navbarResponsive ul a.nav-link strong {
    color: #7d1828;
    font-weight: bold;
}

#navbarResponsive ul a.nav-link:hover,
#navbarResponsive ul a.nav-link:active {
    font-weight: bold;
    font-style: italic;
}

.h1 {
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
}

.h3 {
    font-size: 36px;
    line-height: 48px;
    color: #7d1828;
    display: block;
}

.h4 {
    color: #7d1828;
    display: block;
}

p,
span {
    font-size: 20px;
    line-height: 30px;
}

p a {
    color: #7d1828;
    text-decoration: underline;
    word-wrap: break-word;
}

.centeredContent {
    margin: 0 auto;
    width: 100%;
}

#head-abstandhalter {
    height: 110px;
}

#abstandhalter {
    height: 300px;
}

#small-abstandhalter {
    height: 150px;
}

.textcenter {
    width: fit-content;
}

.pushIn {
    font-weight: normal;
    margin-left: 115px;
    margin-bottom: 5rem;
}

.pushIn strong {
    color: #7d1828;
}

.mobile-show {
    display: none;
}

.mobile-notshow {
    display: block;
}

.hl {
    font-weight: bold;
}

.regular-red {
    color: #7d1828;
    font-weight: 400;
}

.bold-red {
    color: #7d1828;
    font-weight: 700;
}

.backgroundLEON {
    background-image: url(/img/Loewe-hellblaugrau.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.redContainer {
    background-color: #7d1828;
    color: #fff;
    background-image: url(/img/Loewe-weiss.svg);
    background-repeat: no-repeat;
}

.redContainer.fixedContent {
    padding: 116px 100px 100px 100px;
    background-size: 140%;
    background-position-y: 5%;
}

.redContainer.fullContent {
    padding: 200px 0;
    background-size: 100%;
    background-position-x: center;
    background-position-y: 20%;
}

.redContainer.quadratContent {
    height: 540px;
    padding: 135px;
    background-size: 160%;
    background-position-y: 15%;
}

.absoluteContent {
    height: 525px;
}

.absoluteContent .minister-absolute {
    margin-top: 200px;
}

.redContainer a {
    color: #fff;
    margin-right: 20px;
    word-wrap: break-word;
}

.btn-primary {
    border-radius: 0;
    background-color: #7d1828;
    border-color: #fff;
    padding: 10px 30px;
}

.btn-primary:hover {
    color: #7d1828;
    background-color: #fff;
    border-color: #7d1828;
}

.btn-secondary {
    border-radius: 0;
    color: #000;
    background-color: #fff;
    border-color: #7d1828;
    padding: 10px 30px;
    border-width: 1px;
}

.btn-secondary:hover {
    background-color: #7d1828;
    border-color: #7d1828;
}

.btn-primary:focus,
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:active {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #7d1828;
    border-color: #7d1828;
}

.object-fit-cover {
    object-fit: cover;
}

.leon2026-btn,
.btn-anfahrt {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.leon2026-btn button,
.btn-anfahrt {
    font-size: 18px;
    padding: 15px 30px;
}

.btn-anmeldung {
    border-radius: 0;
    color: #fff;
    background-color: #7d1828;
    border-color: #7d1828;
    border-width: 1px;
}

.btn-anmeldung:hover {
    background-color: #000;
    border-color: #000;
}

.btn-anfahrt {
    font-size: 22px;
    padding: 22px 66px;
}

.btn-anfahrt:hover {
    border: 1px solid #7d1828;
    text-decoration: none;
}

.leon2026-btn:active {
    box-shadow: none;
    color: #fff!important;
    background-color: #7d1828 !important;
    border: 1px solid #7d1828 !important;
}

.btn-anfahrt:active {
    box-shadow: none;
    color: #7d1828 !important;
    background-color: #fff !important;
    border: 1px solid #7d1828 !important;
}

.btn-anfahrt:focus {
    box-shadow: none;
}

.cta {
    padding: 0.8rem 1.8rem;
    background: none;
    border: 1px solid #800022;
    font-size: 1rem;
    cursor: pointer;
}

/* Links: Logo + Text */
.left-intro {
    width: 30%;
    align-self: center;
    position: relative;
}

.left-intro .leon-logo {
    width: 300px;
}

.left-intro a:hover,
.item.j a:hover {
    text-decoration: none;
}

.left-intro .btn-intro {
    display: block;
    position: absolute;
    right: 0;
    top: -150px;
    width: 180px;
    height: 46px;
    border-radius: 0;
    color: #fff;
    background-color: #7d1828;
    border-color: #7d1828;
    padding: 10px 30px;
    border-width: 1px;
}

.left-intro .btn-intro:hover {
    background-color: #000;
    border-color: #000;
}

.subtitle {
    margin-top: 2rem;
    font-size: 24px;
    line-height: 32px;
}

/* Bild-Grid */
.grid5x7 {
    padding: 0 75px;
}

.hero {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /*grid-auto-rows: 1fr;*/
    grid-template-rows: repeat(5, calc(18vh + 0px));
    gap: 0;
    width: 65%;
}

.hero>* {
    overflow: hidden;
    min-width: 0;
    min-height: 0;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: auto;
}

.item {
    width: 100%;
    height: 100%;
}

/* --- Positionen --- */

.a {
    display: block;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.b {
    display: block;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.c {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
    background: #8c1f32;
}

.d {
    display: block;
    grid-column: 5 / 6;
    grid-row: 2 / 3;
}

.e {
    display: block;
    grid-column: 2 / 4;
    grid-row: 3 / 5;
}

.f {
    display: block;
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}

.g {
    grid-column: 5 / 8;
    grid-row: 3 / 5;
    background: #8c1f32;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.h {
    display: block;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.i {
    display: block;
    grid-column: 3 / 5;
    grid-row: 5 / 6;
}

.j,
.k,
.l {
    display: none;
}

.red-block {
    background: #8c1f32;
    background-image: url(/img/Loewe-weiss.svg);
    background-size: 150%;
    background-repeat: no-repeat;
}

.red-text-block {
    background: #8c1f32;
    color: #fff;
    padding: 2rem;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    background-image: url(/img/Loewe-weiss.svg);
    background-size: 150%;
    background-repeat: no-repeat;
}

.red-text-block p {
    font-size: 24px;
    line-height: 32px;
    margin: 1rem 0;
}

.introspeakslider .slick-prev,
.introspeakslider .slick-next,
.introvoiceslider .slick-prev,
.introvoiceslider .slick-next {
    width: 85px;
    height: 85px;
}

.anfahrtintrotext .textblock,
.speakOneSlide .textblock,
.voiceOneSlide .textblock {
    align-content: center;
}

.moderationImg img {
    height: 350px;
    object-fit: cover;
}

.ministerbild img {
    width: 250px;
}

/*** Impressum ***/

.contactbox span {
    font-size: 28px;
    line-height: 36px;
}

.contactbox span strong {
    font-weight: 700;
}

.impressum-text-container h2 {
    font-weight: normal;
}

.impressum-text-container h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin-top: 2rem;
}

/*** Anmeldung ***/
.anmeldung2025 .formBlock input[type="text"],
.anmeldung2025 .formBlock input[type="url"],
.anmeldung2025 .formBlock input[type="number"],
.anmeldung2025 .formBlock input[type="email"],
.anmeldung2025 .formBlock select {
    border: 1px solid #7d1828;
    border-radius: 0;
    height: 75px;
    margin: 35px 0;
    padding-left: 30px;
    font-size: 18px;
    background-color: transparent;
}

.anmeldung2025 .formBlock input[type="checkbox"] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    appearance: none;
    border-radius: 0;
    border: 1px solid #7d1828;
    box-shadow: none;
    cursor: pointer;
}

.anmeldung2025 .formBlock input[type='checkbox']:checked {
    background-color: #7d1828;
}

.anmeldung2025 .formBlock input[type='checkbox']:checked:after {
    content: '\2713';
    color: #fff;
    font-size: 30px;
}

.anmeldung2025 .datenschutztext {
    margin-left: 50px;
    margin-top: 20px;
}

#checkbutton {
    border-radius: 0;
    padding: 0 1.45rem;
    display: block;
    width: 240px;
    border: 0;
    color: #fff;
    background: #7d1828 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 48px;
}

/*** Footer ***/

.socialmedia-icons {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.Wicon {
    margin: 1.5rem 0 0 0;
}

.socialmedia-icons a {
    font-size: 36px;
    margin-right: 35px;
}

.socialmedia-icons a,
.socialmedia-icons a:hover {
    color: #7d1828;
    background-color: #fff;
}

.Wicon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    font-size: 0.9rem;
    transition: background .6s ease-in;
    -moz-transition: background .6s ease-in;
}

.socialmedia-icons a i,
.socialmedia-icons a svg {
    width: 36px;
    height: 36px;
    font-size: 36px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    top: 0;
}

.socialmedia-icons h4 {
    color: #7d1828;
}

.page-footer {
    background: #7d1828;
    color: #fff;
    width: 100%;
    font-size: 0.72rem;
    padding: 6rem 0 5rem 0;
}

.page-footer .footernavi a {
    background: none;
    width: 100%;
    float: left;
}

.page-footer a {
    color: #fff;
    padding: 0 1.2rem;
}

.footernavi a,
.metanavi a,
.footerlogos span {
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin-bottom: 2rem;
}

.footernavi a span {
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.metanavi a {
    text-decoration: underline;
}

.footerlogos span {
    width: 100%;
    display: block;
}

.flogo1 {
    width: 170px;
    margin: 0rem 2rem 2rem 0rem;
}

.flogo2 {
    width: 170px;
    margin: 2rem 0;
}

.flogo3 {
    width: 170px;
    margin: 0 0 2rem 0;
}

@media (max-width: 576px) {
    .hero {
        grid-template-rows: repeat(8, 150px);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero {
        grid-template-rows: repeat(8, 200px);
    }
}

@media (min-width: 576px) {
    .centeredContent {
        max-width: 540px;
    }
}

@media (max-width: 767px) {
    .redContainer.fixedContent {
        padding: 100px 50px;
        background-size: 600%;
        background-position-x: 40%;
        background-position-y: 12%;
    }

    .order2 {
        order: 2;
    }

    .h1,
    .h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .title {
        font-size: 16px;
        line-height: 22px;
    }

    .zitatbox {
        text-align: center;
    }

    .ministerbild {
        justify-content: center !important;
        margin-bottom: 2rem;
    }

    .ministerbild img {
        width: 175px;
    }

    .ministertext .order2 {
        margin-top: 3rem;
    }

    .ministertext button {
        display: block;
        margin: 0 auto;
    }

    .pushIn {
        font-size: 24px;
        line-height: 36px;
        margin: 0 auto 3rem auto;
        max-width: 50%;
        text-align: center;
    }

    .mobile-show {
        display: block;
    }

    .mobile-notshow {
        display: none;
    }

    #small-abstandhalter,
    #abstandhalter {
        height: 55px;
    }

    .backgroundLEON {
        background-size: 200%;
        background-position-x: center;
    }

    .redContainer.fullContent {
        padding: 100px 50px;
        background-size: 300%;
        background-position-x: 35%;
        background-position-y: -5%;
    }

    .redContainer.fixedContent h3,
    .redContainer.fullContent h3 {
        max-width: 150px;
        margin-left: auto;
        margin-bottom: 6rem;
    }

    .moderationImg {
        margin-bottom: 2rem;
    }

    .moderationImg img {
        height: 150px;
        width: 150px !important;
        margin: 0 auto;
        display: block;
    }

    .moderationText {
        text-align: center;
        padding: 0 3rem !important;
    }

    .moderationText p {
        font-size: 16px;
        line-height: 22px;
    }

    .absoluteContent .minister-absolute {
        margin: 100px auto 0 auto;
        width: 300px;
    }

    .leon2026-btn {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .about-us-part1 {
        margin-top: 5rem;
    }

    .about-us-part1,
    .about-us-part2,
    .anmeldungtext,
    .anmeldung2025,
    .anfahrt-container,
    .anfahrtintrotext .textblock,
    .impressum-text-container {
        padding: 0 50px;
    }

    .anmeldungtext h1 {
        font-weight: 500;
    }

    .anmeldung2025 .formBlock input[type="text"],
    .anmeldung2025 .formBlock input[type="url"],
    .anmeldung2025 .formBlock input[type="number"],
    .anmeldung2025 .formBlock input[type="email"],
    .anmeldung2025 .formBlock select {
        height: 50px;
    }

    .anmeldung2025 .formBlock input[type="checkbox"] {
        width: 40px;
        height: 40px;
    }

    .anmeldung2025 .datenschutztext {
        margin-top: 0;
        margin-left: 40px;
    }

    .igroup {
        margin-bottom: 1rem !important;
    }

    .anfahrtintrotext,
    .anfahrt-imgs-container {
        padding: 0;
        margin: 0 !important;
    }

    .anfahrt-imgs-container .anfahrt-imgs {
        margin: 25px 50px;
    }

    .anfahrt-imgs1 {
        margin: 50px;
    }

    .btn-anfahrt {
        padding: 12px 60px;
        font-size: 18px;
        margin-top: 4rem;
    }

    .redContainer.quadratContent {
        height: auto;
        padding: 100px;
        text-align: center;
    }

    .introspeakslider .slick-prev,
    .introspeakslider .slick-next,
    .introvoiceslider .slick-prev,
    .introvoiceslider .slick-next {
        top: 15%;
        width: 35px;
        height: 35px;
    }

    .socialmedia-icons {
        margin-bottom: 3rem;
        margin-left: 4rem;
    }

    .socialmedia-icons a {
        color: #7d1828;
        font-size: 25px;
        margin-right: 10px;
    }

    .socialmedia-icons a i,
    .socialmedia-icons a svg {
        width: 25px !important;
        height: 25px;
        font-size: 25px;
        text-align: center;
    }

    .socialmedia-icons h4 {
        position: absolute;
        top: 50px;
        color: #7d1828;
        font-size: 1.125rem;
    }

    .page-footer {
        padding: 3rem 50px 2rem 50px;
    }

    .page-footer > * {
        padding: 0;
    }

    .page-footer .footernavi {
        margin-bottom: 0 !important;
    }

    .page-footer .footernavi a {
        padding: 0;
    }

    .page-footer .metanavi {
        position: absolute;
        left: 75%;
        text-align: right;
        width: fit-content;
        padding: 0;
    }

    .page-footer .metanavi a {
        width: fit-content;
        margin-bottom: 1rem;
        padding: 0;
    }

    .flogo1 {
        width: 140px;
        margin-bottom: 4rem;
    }

    .flogo2 {
        margin: 2rem 0 2rem 15px;
    }

    .col-12.row {
        margin-left: 1px;
    }

    .redContainer.fullContent.contactbox .col-12.row {
        margin-left: -15px;
    }
}


@media (min-width: 768px) {
    .centeredContent {
        max-width: 720px;
    }
    #navbarResponsive ul {
        position: absolute;
        top: 0;
        right: 0;
    }
    .logo-absolute {
        position: absolute;
        bottom: 0;
        left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .redContainer.fixedContent {
        padding: 50px;
    }

    .ministerbild img {
        height: auto;
        align-self: start;
    }

    .h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .absoluteContent .minister-absolute {
        margin: 0;
    }

    .hero {
        grid-template-rows: repeat(5, 250px);
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        width: 125px;
        height: 31px;
        left: 2rem;
    }

    #navbarResponsive {
        background-size: 200%;
    }

    #navbarResponsive ul {
        width: 80%;
    }

    .grid5x7 {
        display: block !important;
        padding: 0;
    }

    .left-intro {
        display: none;
    }

    .hero {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .a {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .b {
        grid-column: 2 / 3;
        grid-row: 6 / 7;
    }

    .c {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }

    .d {
        grid-column: 3 / 4;
        grid-row: 5 / 6;
    }

    .e {
        grid-column: 2 / 4;
        grid-row: 7 / 9;
    }

    .f {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

    .g {
        grid-column: 2 / 4;
        grid-row: 3 / 4;
    }

    .g p {
        font-size: 18px;
        line-height: 24px;
    }

    .h {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }

    .i {
        display: none;
    }

    .j {
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-column: 2 / 4;
        grid-row: 4 / 5;
    }

    .j button {
        display: block;
        margin: 0 auto;
    }

    .k {
        display: block;
        grid-column: 2 / 4;
        grid-row: 2 / 3;
    }

    .k p {
        width: fit-content;
        font-size: 14px;
        line-height: 20px;
        margin-left: 62px;
        margin-top: 5px;
    }

    .l {
        display: block;
        grid-column: 2 / 6;
        grid-row: 1 / 2;
        width: 175px !important;
        height: auto !important;
        align-self: end;
        margin-left: 4rem;
    }

    #introSpeakers,
    #introVoices {
        padding: 0 50px;
    }

    .speakOneSlide .textblock,
    .voiceOneSlide .textblock {
        text-align: center;
    }

    .voiceOneSlide .textblock {
        display: grid;
    }

    .speakOneSlide .textblock .ohl,
    .voiceOneSlide .textblock .ohl {
        margin: 1.5rem auto;
        width: fit-content;
    }

    .speakOneSlide .textblock .hl,
    .voiceOneSlide .textblock .hl {
        max-width: 250px;
        margin: 0 auto;
    }

    .speakOneSlide .textblock .ohl,
    .speakOneSlide .textblock .teaser p,
    .voiceOneSlide .textblock .ohl,
    .voiceOneSlide .textblock .teaser p {
        font-size: 16px;
        line-height: 22px;
    }

    .speakOneSlide .card-img-top,
    .voiceOneSlide .card-img-top {
        width: 175px;
        margin: 0 auto;
    }

    .introspeakslider .slick-prev,
    .introspeakslider .slick-next,
    .introvoiceslider .slick-prev,
    .introvoiceslider .slick-next {
        width: 45px;
        height: 45px;
    }

    .introspeakslider .slick-prev,
    .introspeakslider .slick-next {
        top: 108px;
    }

    .introvoiceslider .slick-prev,
    .introvoiceslider .slick-next {
        top: 82px;
    }

}

@media (min-width: 992px) {
    .centeredContent {
        max-width: 960px;
    }
    .voiceOneSlide .textblock {
        padding: 0 0 0 50px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .redContainer.quadratContent {
        height: fit-content;
        padding: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #checkbutton {
        margin-bottom: 2.5rem;
    }
    .hero {
        grid-template-rows: repeat(5, 100px);
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .grid5x7 {
        display: block !important;
    }
    .left-intro {
        float: right;
        padding-left: 3rem;
        position: relative;
    }
    .left-intro .leon-logo {
        width: 250px;
    }
    .left-intro .btn-secondary {
        top: 100%;
        left: 3rem;
        margin: 0;
        width: 70%;
    }
    .introspeakslider .slick-prev,
    .introspeakslider .slick-next,
    .introvoiceslider .slick-prev,
    .introvoiceslider .slick-next {
        width: 65px;
        height: 65px;
    }
    .introspeakslider .slick-prev,
    .introvoiceslider .slick-prev {
        left: -5px;
    }
    .introspeakslider .slick-next,
    .introvoiceslider .slick-next {
        right: -5px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .hero {
        grid-template-rows: repeat(5, 150px);
    }
}

@media (min-width: 1200px) {
    .centeredContent {
        max-width: 1140px;
    }
}

@media (min-width: 1500px) {
    /*.grid5x7 {
        margin-top: -110px;
    }
    .a {
        z-index: 10000;
    }*/
    .introspeakslider .slick-prev,
    .introvoiceslider .slick-prev {
        left: -50px;
    }

    .introspeakslider .slick-next,
    .introvoiceslider .slick-next {
        right: -50px;
    }
}

@media (min-width: 1600px) {
    .centeredContent {
        max-width: 1330px;
    }
}
