/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --gold: #C79245;
  --red: #A64B26;
  --green: #838F80;
  --text-color: #000000;
  --white: #ffffff;
  color-scheme: only light;
}

@font-face {
    font-family: 'FFF-AcidGrotesk-Normal';
    src: url('fonts/FFF-AcidGrotesk-Book.woff2') format('woff2'), 
         url('fonts/FFF-AcidGrotesk-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: FFF-AcidGrotesk-Normal, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-size: 20px;
  line-height: 28px;
  background-color: #FCFAF7;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.img-fluid {
  min-width: 100%;
}

.main-container {
  padding-left: 32px;
  padding-right: 32px;
}

.abstandpaddingxl {
    padding-top: 300px;
    padding-bottom: 300px;
}

.abstandpaddinglg {
    padding-top: 180px;
    padding-bottom: 180px;
}

@media (max-width: 991px) {
.main-container {
  padding-left: 24px;
  padding-right: 24px;
}
.abstandpaddingxl {
    padding-top: 120px;
    padding-bottom: 120px;
}
.abstandpaddinglg {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mb-images {
  margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.abstandmd {
    margin-bottom: 40px;
}
}

.slidescroller {
    margin-top: -93px;
    padding-top: 93px;
}

@media (max-width: 991px) {
.slidescroller {
    margin-top: -88px;
    padding-top: 88px;
}
}

@media (min-width: 1600px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        max-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
}

@media (max-width: 1599px) {
.abstandcolxxl {
  margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.abstandcolmd {
  margin-bottom: 20px;
}
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/

.bg-primary {
    background-color: var(--primary-color)!important;
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a,
p.link {
  color: var(--text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus, a:hover {
  color: var(--green);
  text-decoration: none;
}

a.link-white {
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.link-white:focus, a.link-white:hover {
  color: var(--white);
  opacity: 0.7;
  text-decoration: none;
}

h1 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h3.smallerh3 {
  font-size: 24px;
  line-height: 32px;
}

.t2 {
  font-size: 18px;
  line-height: 24px;
}

.lead {
  font-size: 40px;
  line-height: 48px;
}

.image-caption {
  font-size: 16px;
  margin-top: 20px;
}

.extrasmall {
  font-size: 14px;
  line-height: 20px;
}

.fade-in-title-container {
  max-width: 800px;
  margin-bottom: 64px;
}

.marked {
  color: var(--secondary-color);  
}

@media (max-width: 991px) {
h1 {
  font-size: 16px;
  line-height: 24px;
}
h2 {
  font-size: 16px;
  line-height: 24px;
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
h3.smallerh3 {
  font-size: 20px;
  line-height: 28px;
}
body {
  font-size: 16px;
  line-height: 24px;
}
.t2 {
  font-size: 14px;
  line-height: 20px;
}
.lead {
  font-size: 24px;
  line-height: 32px;
}
.extrasmall {
  font-size: 10px;
  line-height: 15px;
}
}

@media (min-width: 2400px) {
h1 {
  font-size: 22px;
  line-height: 30px;
}
h2 {
  font-size: 22px;
  line-height: 30px;
}
h3 {
  font-size: 40px;
  line-height: 50px;
}
h3.smallerh3 {
  font-size: 28px;
  line-height: 36px;
}
body {
  font-size: 22px;
  line-height: 30px;
}
.t2 {
  font-size: 20px;
  line-height: 28px;
}
.lead {
  font-size: 48px;
  line-height: 58px;
}
}

/*--------------------------------------------------------------
# Spacing Typografie
--------------------------------------------------------------*/

.mb-title {
  margin-bottom: 30px;
}

.mb-small-title {
  margin-bottom: 20px;
}

.mb-big-title {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
.mb-title {
  margin-bottom: 20px;
}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
  font-size: 18px;
  padding: 0.5rem 20px;
  border-radius: 1.55rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none!important;
  border: none!important;
}

.btn-sm {
  font-size: 16px;
  padding: 0.45rem 18px;
}

.btn-primary {
  color: var(--white)!important;
  background-color: var(--green)!important;
}

.btn-primary:hover {
      -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.4)!important;
              box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.4)!important;
}

.btn-outline-primary {
  color: var(--green)!important;
  background-color: var(--white)!important;
        -webkit-box-shadow: inset 0 0 0 1px var(--green);
                box-shadow: inset 0 0 0 1px var(--green);
}

.btn-outline-primary:hover {
  color: var(--white)!important;
  background-color: var(--green)!important;
      -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.4)!important;
              box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.4)!important;
}

.btn-outline-dark {
  color: var(--text-color);
        -webkit-box-shadow: inset 0 0 0 1px var(--text-color);
                box-shadow: inset 0 0 0 1px var(--text-color);
}

.btn-outline-dark:hover {
  color: var(--white);
  background-color: var(--green);
      -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3)!important;
              box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3)!important;
}

.btn-outline-light {
  color: var(--white);
        -webkit-box-shadow: inset 0 0 0 1px var(--white);
                box-shadow: inset 0 0 0 1px var(--white);
}

.btn-outline-light:hover {
  color: var(--green);
  background-color: var(--white);
      -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3)!important;
              box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3)!important;
}

.btn-arrow-down-white::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/arrow-down-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-arrow-down-white:hover::after {
    background-image: url(../dmxDaten/icons/arrow-down-green.png);
}

.btn-arrow-right-white::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/arrow-right-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-arrow-right-white:hover::after {
    background-image: url(../dmxDaten/icons/arrow-right-green.png);
}

.btn-arrow-right-primary::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/arrow-right-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-arrow-right-primary:hover::after {
    background-image: url(../dmxDaten/icons/arrow-right-white.png);
}

.btn-sm.btn-arrow-right-primary::after {
    width: 12px;
    height: 12px;
    margin-left: 12px;
    margin-top: -4px;
}

.btn-arrow-down-primary::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/arrow-down-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-arrow-down-primary:hover::after {
    background-image: url(../dmxDaten/icons/arrow-down-white.png);
}

.arrow-down-link::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/arrow-down-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.arrow-down-link:hover::after {
    background-image: url(../dmxDaten/icons/arrow-down-green.png);
}

.arrow-topright-link::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/arrow-topright-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.arrow-topright-link:hover::after {
    background-image: url(../dmxDaten/icons/arrow-topright-green.png);
}

.btn-arrow-check-primary::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/check-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-arrow-check-white::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../dmxDaten/icons/check-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-arrow-check-white:hover::after {
    background-image: url(../dmxDaten/icons/check-primary.png);
    background-size: contain;
    background-repeat: no-repeat;
}

div.btn-gold {
    font-size: 18px;
    padding: 0.5rem 20px;
    border-radius: 1.55rem;
    color: var(--white) !important;
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    pointer-events: none;
    display: inline-block;
}

div.btn-red {
    font-size: 18px;
    padding: 0.5rem 20px;
    border-radius: 1.55rem;
    color: var(--white) !important;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    pointer-events: none;
    display: inline-block;
}

div.btn-green {
    font-size: 18px;
    padding: 0.5rem 20px;
    border-radius: 1.55rem;
    color: var(--white) !important;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    pointer-events: none;
    display: inline-block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.card-termine {
  border-radius: 24px;
  aspect-ratio: 1/1;
}

.card-body-termine {
  padding: 40px;
  height: 100%;
}

@media (min-width: 1600px) {
.card-body-termine h2 {
  font-size: 24px;
}
}

.bg-green {
    background-color: var(--green) !important;
}

.bg-red {
    background-color: var(--red) !important;
}

.bg-gold {
    background-color: var(--gold) !important;
}

    .link-underlined {
        background: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(0, transparent), color-stop(0, currentColor)) var(--d, 0%) 100% /300% 1.4px no-repeat;
        background: linear-gradient(90deg, currentColor calc(100%/3), transparent 0 calc(200%/3), currentColor 0) var(--d, 0%) 100% /300% 1.4px no-repeat;
        padding-bottom: 4px;
    }

    .link-underlined:hover {
        --d: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s
    }

.img-border {
  border-radius: 24px;
}

.home-wohnungsangebot {
  padding-left: 80px;
}

.home-wohnungsangebot h3 {
  max-width: 780px;
}

.textblock {
  margin-bottom: 80px;
  max-width: 860px;
}

.textblockleft {
  max-width: 620px;
}

.referenzen {
  margin-top: 40px;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
.home-wohnungsangebot {
  padding-left: 15px;
  margin-bottom: 40px;
}
.textblock {
  margin-bottom: 40px;
}
.textblockleft {
  margin-bottom: 40px;
}
.referenzen {
  margin-top: 0;
  margin-bottom: 40px;
}
}

.container-standort {
    max-width: 400px;
    margin-left: -80px;
    position: relative;
    margin-bottom: -23px;
}

.snazzy-map {
    aspect-ratio: 3 / 2;
    height: auto;
    width: 100%;
    border-radius: 24px;
}

@media (max-width: 991px) {
    .container-standort {
        max-width: 350px;
        margin-left: 0;
        margin-bottom: -21.5px;
        z-index: 3;
    }
  .snazzy-map {
      margin-bottom: 40px;
  }
}

.arrow-img {
    height: 46px;
    width: 46px;
}

.ml-container-standort {
    margin-left: 40px;
}

.hr-layout {
  margin-top: 24px;
  margin-bottom: 24px;
  border-color: var(--text-color);
}

.grid-prozess {
  display: grid; 
  grid-template-columns: 150px 1fr; 
  grid-template-rows: 1fr; 
  gap: 30px 30px; 
  grid-template-areas: 
    "btns-prozess ."; 
}

.btns-prozess {
  grid-area: btns-prozess;
}

@media (max-width: 767px) {
.grid-prozess {
  display: block;
}
}

ul.auflistung {
    -webkit-padding-start: 22px;
    padding-inline-start: 22px;
}

ul.auflistung li {
    list-style-type: "― ";
    padding-left: 8px;
    margin-bottom: 0px;
}

.mehrwerte-01 {
  width: 200px;
  padding-right: 30px;
}

.mehrwerte-02 {
  width: 240px;
  padding-right: 30px;
}

.mehrwerte-03 {
  width: 240px;
  padding-right: 30px;
}

.mehrwerte-04 {
  width: 220px;
  padding-right: 30px;
}

.mehrwerte-05 {
  width: 240px;
  padding-right: 30px;
}

.mehrwerte-03-container {
  padding-top: 64px;
}

.pt-mehrwerte {
    padding-top: 90px;
}

@media (max-width: 991px) {
.mehrwerte-01 {
  width: 180px;
  padding-right: 0;
  margin-bottom: 24px;
  margin-top: 40px;
}
.mehrwerte-02 {
  width: 220px;
  padding-right: 0;
  margin-bottom: 24px;
  margin-top: 40px;
}
.mehrwerte-03 {
  width: 220px;
  padding-right: 0;
  margin-bottom: 24px;
  margin-top: 40px;
}
.mehrwerte-04 {
  width: 200px;
  padding-right: 0;
  margin-bottom: 24px;
  margin-top: 40px;
}
.mehrwerte-05 {
  width: 220px;
  padding-right: 0;
  margin-bottom: 24px;
  margin-top: 40px;
}
.mehrwerte-03-container {
  padding-top: 0;
}
.pt-mehrwerte {
    padding-top: 0;
}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


    /* ==========================================================================
       Navigation Base Styles
       ========================================================================== */

    #navigation {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 997;
        padding: 32px 0;
    }

    .navbar-logo {
        width: 296px;
    }

    @media (max-width: 991px) {
        .navbar-logo {
            width: 250px;
        }
    }

    @media (max-width: 767px) {
        .navbar-logo {
            width: 180px;
        }
    }

    /* ==========================================================================
       Navigation States (Default & Scrolled)
       ========================================================================== */

    /* Default State */
    #navigation .stroke-logo-holenacker {
        fill: var(--white);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #navigation .btn-menu {
        color: var(--white);
        background: none;
        -webkit-box-shadow: inset 0 0 0 1px var(--white);
                box-shadow: inset 0 0 0 1px var(--white);
    }

    @media (min-width: 768px) {
        #navigation .btn-menu:hover {
            color: var(--green);
            background-color: var(--white);
            -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3) !important;
            box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3) !important;
        }
    }

    /* Scrolled State */
    #navigation.header-scrolled {
        background: #FCFAF7;
    }

    #navigation.header-scrolled .stroke-logo-holenacker {
        fill: var(--text-color);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #navigation.header-scrolled .btn-menu {
        color: var(--text-color);
        background: none;
        -webkit-box-shadow: inset 0 0 0 1px var(--text-color);
                box-shadow: inset 0 0 0 1px var(--text-color);
    }

    @media (min-width: 768px) {
        #navigation.header-scrolled .btn-menu:hover {
            color: var(--white);
            background-color: var(--green);
            -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3) !important;
            box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3) !important;
        }
    }

    /* ==========================================================================
       Menu Button & Overlay Controls
       ========================================================================== */

    .clickable-area {
        position: absolute;
        top: -7.5px;
        right: 0;
        width: 98px;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        white-space: nowrap;
    }

    nav input[type=checkbox]:checked+div.navigation-container .clickable-area {
        width: 152px;
    }

    nav input[type=checkbox]:checked+div.navigation-container .btn-menu {
        color: var(--white) !important;
        background: none !important;
        -webkit-box-shadow: inset 0 0 0 1px var(--white) !important;
                box-shadow: inset 0 0 0 1px var(--white) !important;
    }

    @media (min-width: 768px) {
        nav input[type=checkbox]:checked+div.navigation-container .btn-menu:hover {
            color: var(--green) !important;
            background-color: var(--white) !important;
        }
    }

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

    nav input[type=checkbox]:checked+div.navigation-container .stroke-logo-holenacker {
        fill: #ffffff !important;
    }

    nav input:checked~#overlay {
        background: var(--green);
        opacity: 1;
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    /* Overlay Container */
    nav div.overlay-container {
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow-y: auto;
        overflow-x: hidden;
        color: #ffffff !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
    }

    nav div.overlay-container::-webkit-scrollbar {
        display: none;
    }

    nav input:checked~div.overlay-container {
        max-height: calc(100vh - 95px);
        height: calc(100vh - 95px);
        margin-top: 32px;
        opacity: 1;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out;
        overflow-y: auto;
    }

    @media (max-width: 991px) {
    nav input:checked~div.overlay-container {
        margin-top: 32px;
        padding-top: 32px;
    }
    }

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

    .navigation-links {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        cursor: pointer !important;
        color: var(--white);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        width: auto;
    }

    .navigation-links:hover,
    .navigation-links.active {
        opacity: 0.7;
        color: var(--white);
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }

    .navigation-links .klammern {
        opacity: 0;
        color: var(--white);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        display: inline-block;
    }

    .navigation-links .klammern:first-child {
        right: 100%;
        margin-right: 5px;
    }

    .navigation-links .klammern:last-child {
        left: 100%;
        margin-left: 5px;
    }

    .navigation-links:hover .klammern,
    .navigation-links.active .klammern {
        opacity: 0.7;
    }

    /* ==========================================================================
       Cards Styling
       ========================================================================== */

    .card-navigation {
        background: #ffffff20;
        border: none;
        border-radius: 32px;
    }

    .card-navigation .card-body {
        padding: 40px;
    }

    .card-zueri-west {
        background-image: url(../dmxDaten/nav/zueri-west-2025-lg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        border-radius: 32px;
    }

    @media (max-width: 991px) {
    .card-zueri-west {
        background-image: url(../dmxDaten/nav/zueri-west-2025-sm.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    }

    .card-zueri-west .card-body {
        padding: 24px;
    }

    .card-zueri-west-inner {
        -webkit-backdrop-filter: blur(24px) brightness(50%);
                backdrop-filter: blur(24px) brightness(50%);
        background-color: rgba(255, 255, 255, 0.4);
        /* Falls Hintergrundtransparenz gewünscht ist */
        border: none;
        border-radius: 24px;
        width: 350px;
        max-width: 100%;
    }

    .card-zueri-west-inner .card-body {
        padding: 24px;
    }

    .text-zueri-west-1 {
        font-size: 16px;
    }

    .text-zueri-west-2 {
        font-size: 12px;
        opacity: 0.6;
    }

    @media (max-width: 1449px) {
        .card-navigation .card-body {
            padding: 24px;
        }

        .text-zueri-west-3 {
            font-size: 18px;
        }

        .card-navigation {
            font-size: 16px;
        }
    }

    @media (max-width: 991px) {
        .text-zueri-west-3 {
            font-size: 16px;
        }

        .card-zueri-west .card-body {
            padding: 120px 10px 10px 10px;
        }

        .card-zueri-west-inner .card-body {
            padding: 18px;
        }
    }

    /* ==========================================================================
       Utility Classes
       ========================================================================== */

    .logo-navigation {
        height: 45px;
        width: auto;
        margin-bottom: 32px;
    }

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

    @media (max-width: 1449px) {
        .navigation-links {
            font-size: 30px;
            line-height: 30px;
        }
    }

    @media (max-width: 991px) {
        .navigation-links {
            font-size: 28px;
            line-height: 28px;
        }
    }

    @media (max-width: 430px) {
        .navigation-links {
            font-size: 24px;
            line-height: 24px;
        }
    }

    /* ==========================================================================
       Navigation Container & Checkbox Controls
       ========================================================================== */

    nav div.navigation-container {
        display: block;
        margin: 0;
        height: 100%;
    }

    nav label {
        cursor: pointer;
        display: inline;
        height: 100%;
    }

    nav input {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    #menu-icon {
        display: inline-block;
        max-width: 100%;
        position: relative;
    }

    nav div #menu-icon {
        float: right;
    }

    /* Hide overlay by default */
    nav input #overlay {
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    /* Add these new styles right after your existing navigation styles */
    .hamburger-icon {
        display: none;
        width: 24px;
        height: 18px;
        position: relative;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .hamburger-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--white);
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .hamburger-icon span:nth-child(1) {
        top: 0px;
    }

    .hamburger-icon span:nth-child(2) {
        top: 8px;
    }

    .hamburger-icon span:nth-child(3) {
        top: 16px;
    }

    .hamburger-icon.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .hamburger-icon.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-icon.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    #navigation.header-scrolled .hamburger-icon span {
        background: var(--text-color);
    }

    nav input[type=checkbox]:checked+div.navigation-container .hamburger-icon span {
        background: var(--white) !important;
    }

    @media (max-width: 767px) {
        .clickable-area {
            width: 46px;
            height: 46px;
            padding: 0;
            top: -7.5px;
        }

        nav input[type=checkbox]:checked+div.navigation-container .clickable-area {
            width: 46px;
        }

        .btn-menu .menu-text {
            display: none;
        }

        .hamburger-icon {
            display: inline-block;
            margin: 0 auto;
            margin-top: 13.5px;
        }
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: var(--green);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
# Tiny MCE
--------------------------------------------------------------*/

.tox-tinymce {
  top: auto!important;
  bottom: 0!important;
  position: fixed!important;
}

.tox-form__group--stretched .tox-label {
  display: none!important;
}

.tox-form__group {
  margin-bottom: 10px!important;
}