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

:root {
  --background-color: #FAF8F7;
  --text-color: #191A1E;
  --green-color: #C4E492;
  --blue-color: #C8DCF1;
  --white: #ffffff;
  color-scheme: only light;
}

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

html {
    scroll-behavior: smooth;
}

body {
  font-family: "Archivo", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-size: 28px;
  font-weight: 400;
  background: var(--background-color)
}

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

@media (min-width: 1600px) {
.container {
    max-width: 1420px!important;
}
}

@media (min-width: 2000px) {
.container {
    max-width: 1820px!important;
}
}

.abstand {
    margin-top: 160px;
    margin-bottom: 160px;
}

.abstandpadding {
    padding-top: 160px;
    padding-bottom: 160px;
}

.abstandcol {
  margin-bottom: 30px;
}

@media (max-width: 1599px) {
.abstand {
    margin-top: 120px;
    margin-bottom: 120px;
}

.abstandpadding {
    padding-top: 120px;
    padding-bottom: 120px;
}
}

@media (max-width: 991px) {
.abstandlg {
    margin-bottom: 40px;
}
.abstand {
    margin-top: 80px;
    margin-bottom: 80px;
}

.abstandpadding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.abstandcol-lg {
  margin-bottom: 30px;
}
}

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

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

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

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

.hero {
    width: 100%;
    height: 100%;
}

.hero .abstandpadding {
  padding-top: 20px;
}

@media (min-width: 1200px) {
.hero {
    height: calc(100vh - 129px);
    min-height: 650px;
}
.hero .abstandpadding {
  padding-top: 100px;
}
}

@media (min-width: 1600px) {
.hero {
    min-height: 785px;
}
}

@media (min-width: 2000px) {
.hero {
    min-height: 1120px;
}
}

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

.bg-blue {
  background-color: var(--blue-color);
}

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

a {
  color: var(--text-color);
}

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

a.link-white {
  color: var(--white);
}

a.link-white:hover {
  color: var(--background-color);
}

.link-underlined {
  text-decoration: underline!important;
}

h1 {
  font-size: 80px;
  font-weight: 400;
}

h2 {
  font-size: 66px;
  font-weight: 400;
}

h3 {
  font-size: 40px;
  font-weight: 400;
}

strong, .strong {
  font-weight: 500;
}

.text-small {
  font-size: 22px;
}

.text-tiny {
  font-size: 16px;
}

@media (max-width: 1599px) {
body {
  font-size: 20px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 56px;
}
h3 {
  font-size: 32px;
}
.text-small {
  font-size: 20px;
}
}

@media (max-width: 991px) {
body {
  font-size: 18px;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
.text-small {
  font-size: 18px;
}
.text-tiny {
  font-size: 14px;
}
}

ul.list-lines {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

ul.list-lines li {
    list-style-type: "–– ";
    padding-left: 20px;
}

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

.btn {
    padding: 0.55rem 1.75rem 0.5rem 1.75rem;
    border-radius: 2.55rem;
    font-size: 22px;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

.btn-sm {
    padding: 0.45rem 1.15rem 0.4rem 1.15rem;
    border-radius: 2.55rem;
    font-size: 16px;
}

.btn-navigation {
    padding: 0.45rem 1.55rem 0.4rem 1.55rem;
    border-radius: 2.55rem;
    font-size: 18px;
}

.btn-navigation-faq {
    padding: 0.45rem 0.95rem 0.4rem 0.95rem;
    border-radius: 2.55rem;
    font-size: 18px;
}

@media (max-width: 991px) {
.btn {
    padding: 0.45rem 1.55rem 0.4rem 1.55rem;
    font-size: 18px;
}
.btn-navigation {
    padding: 0.45rem 1.55rem 0.4rem 1.55rem;
    font-size: 18px;
}
.btn-navigation-faq {
    padding: 0.45rem 0.95rem 0.4rem 0.95rem;
    font-size: 18px;
}
.btn-sm {
    padding: 0.45rem 1.15rem 0.45rem 1.15rem;
    font-size: 16px;
}
}

.btn-main {
  color: var(--white)!important;
  background-color: var(--text-color);
  border-color: var(--text-color);
}

.btn-main:disabled {
  opacity: 0.2;
  pointer-events: none!important;
}

.btn-main:hover {
  color: var(--white);
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-main {
  color: var(--text-color);
  border-color: var(--text-color);
  border-width: 2px;
}

.btn-outline-main:hover {
  color: var(--white);
  background-color: #000000;
  border-color: #000000;
}

.btn-white {
  color: var(--text-color);
  background-color: var(--white);
  border-color: var(--white);
}

.btn-white:hover {
  color: var(--text-color);
  background-color: var(--background-color);
  border-color: var(--background-color);
}

.btn-outline-white {
  color: var(--white);
  border-color: var(--white);
  border-width: 2px;
}

.btn-outline-white:hover {
  color: var(--text-color);
  background-color: var(--background-color);
  border-color: var(--background-color);
}

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

.btn.btn-main.btn-arrow,
.btn.btn-white.btn-arrow {
    padding: 0.55rem calc(1.75rem - 10px) 0.5rem 1.75rem;
}

@media (max-width: 991px) {
.btn.btn-main.btn-arrow,
.btn.btn-white.btn-arrow {
    padding: 0.45rem calc(1.55rem - 10px) 0.4rem 1.55rem;
}
}

.btn.btn-main.btn-arrow::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 18px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.btn.btn-main.btn-arrow:hover::after {
    margin-left: 23px;
    margin-right: 5px;
}

.btn.btn-white.btn-arrow::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/arrow-right-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 18px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.btn.btn-white.btn-arrow:hover::after {
    margin-left: 23px;
    margin-right: 5px;
}

.btn.btn-navigation.btn-arrow,
.btn.btn-white.btn-navigation.btn-arrow {
    padding: 0.45rem calc(1.55rem - 10px) 0.4rem 1.55rem;
}

.btn.btn-navigation.btn-arrow::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.btn.btn-white.btn-navigation.btn-arrow::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/arrow-right-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.btn.btn-navigation.btn-arrow:hover::after {
    margin-left: 20px;
    margin-right: 6px;
}

.btn.btn-outline-main.btn-arrow-back,
.btn.btn-outline-white.btn-arrow-back {
    padding: 0.55rem 1.75rem 0.5rem calc(1.75rem - 10px);
}

@media (max-width: 991px) {
.btn.btn-outline-main.btn-arrow-back,
.btn.btn-outline-white.btn-arrow-back {
    padding: 0.45rem 1.55rem 0.4rem calc(1.55rem - 10px);
}
}

.btn.btn-outline-main.btn-arrow-back::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/arrow-left-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 18px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.btn.btn-outline-main.btn-arrow-back:hover::before {
    margin-left: 5px;
    margin-right: 23px;
    background-image: url(../img/icons/arrow-left-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn.btn-outline-white.btn-arrow-back::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/arrow-left-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 18px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.btn.btn-outline-white.btn-arrow-back:hover::before {
    margin-left: 5px;
    margin-right: 23px;
    background-image: url(../img/icons/arrow-left-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
.btn.btn-main.btn-arrow::after,
.btn.btn-white.btn-arrow::after {
    width: 18px;
    height: 18px;
    margin-left: 14px;
    margin-right: 8px;
    margin-top: -1px;
}

.btn.btn-main.btn-arrow:hover::after,
.btn.btn-white.btn-arrow:hover::after {
    margin-left: 16px;
    margin-right: 6px;
}

.btn.btn-outline-main.btn-arrow-back::before,
.btn.btn-outline-white.btn-arrow-back::before {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    margin-right: 14px;
    margin-top: -1px;
}

.btn.btn-outline-main.btn-arrow-back:hover::before,
.btn.btn-outline-white.btn-arrow-back:hover::before {
    margin-left: 6px;
    margin-right: 16px;
}
}

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

@media (min-width: 768px) {
.padding-top-image {
  padding-top: 10%;
}
}

@media (max-width: 767px) {
.padding-top-image {
  margin-top: 40px;
  margin-bottom: 30px;
}
}


    .sportarten-sidebar {
        position: fixed;
        width: 226px;
        background: var(--green-color);
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        padding: 20px 24px;
        border-radius: 10px 0 0 10px;
        z-index: 1500;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .sportarten-sidebar.default-state {
        background: white;
    }

    .sportarten-item {
        opacity: 0.4;
        font-size: 18px;
    }

    .sportarten-item.active {
        opacity: 1;
    }

    .sportarten-item img {
        height: 18px;
        width: 18px;
        display: inline-block;
        margin-top: -2px;
        margin-right: 10px;
    }


    @media (max-width: 1199px) {
        .sportarten-sidebar span {
            display: none;
        }

        .sportarten-sidebar {
            width: 48px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            margin-top: 50px;
            padding: 10px 14px;
            border-radius: 10px 0 0 10px;
            z-index: 1500;
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
                    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
            max-height: calc(100vh - 100px);
            overflow-y: auto;
        }

        .container-praeferenzen {
            padding-right: 60px
        }
    }

    .abstand-finder-block {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .option_sportsfinder {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 28px 1fr 20px;
        gap: 0px 30px;
        grid-template-rows: auto;
        grid-template-areas: "image content input";
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 30px;
        background-color: white;
        border-radius: 20px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        cursor: pointer !important;
    }

    .option_sportsfinder_noimg {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr 20px;
        gap: 0px 30px;
        grid-template-rows: auto;
        grid-template-areas: "content input";
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 30px;
        background-color: white;
        border-radius: 20px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        cursor: pointer !important;
    }

    .option_sportsfinder .form-check-label {
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .option_sportsfinder .label-small {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 450;
    }

    .option_sportsfinder:active:not(.disabled) {
        background-color: var(--green-color);
    }

    @media (min-width: 992px) {
    .option_sportsfinder:hover:not(.disabled),
    .option_sportsfinder:focus:not(.disabled) {
        background-color: var(--green-color);
    }
    }

    .option_sportsfinder:has(input:checked) {
        background-color: var(--green-color);
    }

    .option_sportsfinder .img-fluid {
        grid-area: image;
        aspect-ratio: 1/1;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
        align-self: center;
        max-width: 30px;
    }

    .option_sportsfinder .content {
        grid-area: content;
    }

    .option_sportsfinder .custom-control-input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;
    }

    .option_sportsfinder .input {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid var(--text-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .option_sportsfinder .input.input-checkbox {
        border-radius: 4px;
    }

    .option_sportsfinder:has(input:checked) .input .inner-circle {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: var(--text-color);
    }

    .option_sportsfinder:has(input:checked) .input.input-checkbox .inner-circle {
        border-radius: 2px;
    }

    .img-option-0 {
        margin-left: -5px;
        margin-right: -5px;
        max-width: 40px !important;
    }

    .steps span {
        width: 50px;
        height: 10px;
        border-radius: 5px;
        border: 1.5px solid var(--text-color);
        display: inline-block;
    }

    .steps span.active {
        background: var(--text-color);
    }

    .sportsfinder .form-control {
        height: 73px;
        border: none;
        border-radius: 20px;
        padding: 20px 30px;
        font-size: 22px;
        color: var(--text-color);
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }

    .invalid-feedback {
        display: none !important;
    }


    .option_sportsfinder_noimg.disabled {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr 30px;
        gap: 0px 30px;
        grid-template-rows: auto;
        grid-template-areas: "content img";
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 25px 20px 30px;
        background-color: white;
        border-radius: 20px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        cursor: auto !important;
        opacity: 0.6;
    }

    .option_sportsfinder_noimg.disabled img {
        height: 30px;
        width: 30px;
    }

    .default-state .option_sportsfinder .input.input-checkbox .inner-circle {
        border-radius: 2px;
    }

    .default-state .option_sportsfinder .input .inner-circle {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: var(--text-color);
    }

    @media (max-width: 991px) {
        .abstand-finder-block {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .option_sportsfinder .label-small {
            margin-bottom: 0;
        }

        .option_sportsfinder {
            display: grid;
            grid-auto-columns: auto;
            grid-template-columns: 28px 1fr 20px;
            gap: 8px 30px;
            grid-template-rows: auto;
            grid-template-areas:
                "image image input"
                "content content input";
            padding: 20px;
            border-radius: 20px;
        }

        .option_sportsfinder_noimg {
            display: grid;
            grid-auto-columns: auto;
            grid-template-columns: 1fr 20px;
            gap: 8px 30px;
            grid-template-rows: auto;
            grid-template-areas:
                "content input";
            padding: 20px;
            border-radius: 20px;
        }

        .img-option-0 {
            margin-left: 0;
            margin-right: -10px;
            max-width: 40px
        }

        .option_sportsfinder .form-check-label {
            font-size: 18px;
        }

        .option_sportsfinder .label-small {
            font-size: 16px;
        }

        .sportsfinder .btn.btn-outline-main.btn-arrow-back {
            padding: 0.35rem 1.15rem 0.35rem calc(1.15rem - 10px);
            font-size: 16px;
        }

        .sportsfinder .btn.btn-main.btn-arrow {
            padding: 0.35rem calc(1.15rem - 10px) 0.35rem 1.15rem;
            font-size: 16px;
        }

        .sportsfinder .btn.btn-outline-main.btn-arrow-back::before {
            width: 16px;
            height: 16px;
            margin-left: 6px !important;
            margin-right: 10px !important;
            margin-top: -1px;
        }

        .sportsfinder .btn.btn-main.btn-arrow::after {
            width: 16px;
            height: 16px;
            margin-left: 10px !important;
            margin-right: 6px !important;
            margin-top: -1px;
        }

        .sportsfinder .form-control {
            height: 67px;
            padding: 20px;
            font-size: 18px;
        }
    }

    .card-resultate {
        background: white;
        border-radius: 20px;
        border: none;
    }

    .card-resultate .card-body {
        padding: 30px;
    }

    .card-resultate .card-footer {
        padding: 0 30px 30px 30px;
        border: none;
        background: none;
    }

    .card-engagement {
        background: white;
        border-radius: 20px;
        border: none;
    }

    .card-engagement .card-body {
        padding: 30px;
    }


    @media (max-width: 991px) {
        .card-engagement .card-body {
            padding: 20px;
        }
    }

    .text-success {
        color: #6CA512 !important;
    }

    .text-warning {
        color: #D5A626 !important;
    }

    .text-danger {
        color: #FF535C !important;
    }

    .text-success::before,
    .text-warning::before,
    .text-danger::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 12px;
        margin-top: -4px;
        vertical-align: middle;
        background-position: center center;
        background-size: cover;
    }

    .text-success::before {
        background-image: url(../img/icons/icon-success.png);
    }

    .text-warning::before {
        background-image: url(../img/icons/icon-warning.png);
    }

    .text-danger::before {
        background-image: url(../img/icons/icon-danger.png);
    }

  
    #kontaktformular label,
    #filtervereine label {
        font-size: 18px;
    }
  
    #kontaktformular .form-control,
    #filtervereine .form-control {
        border: none;
        border-radius: 10px;
        font-size: 18px;
        padding: 22px;
        color: var(--text-color);
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }

    #kontaktformular .custom-select,
    #filtervereine .custom-select {
        border: none;
        border-radius: 10px;
        font-size: 18px;
        padding: 9.5px 22px;
        height: 44px;
        color: var(--text-color);
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }


.verein-logo {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: transparent;
}

@media (min-width: 768px) {
.verein-logo {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: -5px;
  margin-right: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: transparent;
}
}

@media (min-width: 992px) {
.verein-logo {
  width: 48px;
  height: 48px;
  margin-top: -8px;
  margin-right: 30px;
}
}

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


#navigation {
  z-index: 1031;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--background-color);
}

.navbar-logo {
  width: 260px;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      margin-right: 0.9rem;
      margin-left: 0.9rem;
      padding-left: 0;
      padding-right: 0;
  }
  .btn-navigation {
      margin-left: 2rem;
  }
  .btn-navigation-faq {
      margin-left: 1rem;
  }
  a.nav-link {
    position: relative;
    color: var(--text-color);
    text-decoration: none!important;
    font-size: 18px;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: 2rem;
    cursor: pointer!important;
  }
  a.nav-link:hover {
    color: var(--text-color);
  }
  a.nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    height: 1.5px;
    bottom: 4px;
    left: 0;
    color: var(--text-color);
    background-color: var(--text-color);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  a.nav-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  a.nav-link.active::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .hamburger, #fullscreen-menu {
      display: none !important;
  }
}


@media (max-width: 1199px) {
  .navbar-logo {
    width: 200px;
    position: relative;
    z-index: 1250;
  }

  #navigation {
    background: var(--background-color);
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0!important;
  }

  .hamburger {
    width: 30px;
    height: 26px;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
    z-index: 1040;
  }

  .hamburger span {
    background: var(--text-color);
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .hamburger.active span {
    background: white !important;
    }

  .hamburger span:nth-child(1) { top: 0; }
  .hamburger span:nth-child(2) { top: 10px; }
  .hamburger span:nth-child(3) { top: 20px; }

  .hamburger.active span:nth-child(1) { -webkit-transform: translateY(10px) rotate(45deg); transform: translateY(10px) rotate(45deg); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }

  /* Fullscreen Navigation */
  #fullscreen-menu {
    position: fixed;
    inset: 0;
    background: var(--text-color);
    color: white;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1029;
  }

  #fullscreen-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #fullscreen-menu .main-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #fullscreen-menu .main-links li {
    margin: 20px 0;
  }

  #fullscreen-menu .main-links a {
    font-size: 32px;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media (max-width: 328px) {
  .navbar-logo {
    width: 160px;
  }
}

/*--------------------------------------------------------------
# Sidenavigation
--------------------------------------------------------------*/

#collapsesidenav {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav .active a {
  color: var(--white);
}

#collapsesidenav a:hover {
  color: var(--white);
}

#collapsesidenav a {
  color: var(--white);
}


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

.footer {
  background-color: var(--text-color);
  color: var(--white);
  font-size: 22px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-mb {
  margin-bottom: 120px;
}

.footer-logo {
  width: 360px;
}

@media (max-width: 991px) {
.footer {
  font-size: 18px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-mb {
  margin-bottom: 60px;
}
.footer-logo {
  width: 200px;
}
}