html {
    scroll-behavior: smooth;
}

body {
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;

    margin: 0 auto;
    padding: 0rem;
    font-size: 1rem;

    line-height: 1.5;

    background-color: #FFFFFF;
    color: #333;

    /* make text look nicer */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    box-sizing: border-box;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

body p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* main content */
main {
    flex: 1;
}

.content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

h1 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-variation-settings:
        "slnt" 0;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
    line-height: 1.2;
}

a {
    font-weight: 500;
    color: rgba(0, 181, 130, 0.9);
    /* text-decoration: none;*/
}

b {
    font-weight: 600;
}

a:hover {
    color: #0B926A;
    transition: 0.5s;
}

a.button:hover {
    background-color: #0B926A;
    color: #FFFFFF;
    /*background-color: #A23A11;*/
}

a.button {
    border-radius: 4px;
    /*color: #333;*/
    /*background-color: rgba(0, 181, 130, 0.9);*/
    background-color: #F8F9FA;
    text-decoration: none;
    padding: 0.5rem;
}

a.primary {
    background-color: rgba(0, 181, 130, 0.9);
    color: #FFFFFF;
}

a.primary:hover {
    background-color: #0B926A;
}

button {
    background-color: #635A51;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
}

button:hover {
    background-color: #939598;
}

button.primary {
    background-color: rgba(0, 181, 130, 0.9);
    color: #FFFFFF;

}

button.primary:hover {
    background-color: #00b582;
}

.icon-next {
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-width: 100px;
    display: block;
}

.text-secondary {
    color: #939598;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.icon {
    text-decoration: none !important;
}

section {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

figure {
    margin: 0 0 1rem;
}

.blockquote {
    /* border-left: 5px solid hsl(0, 0%, 86%);*/
    border-left: 5px solid rgba(0, 181, 130, 0.9);
    padding: 0.75em;
    margin: 0 0 1rem;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "— ";
}

.columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.columns-reverse {
    flex-direction: row-reverse;
}

.columns-md-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.columns-md-wrap>div,
.columns-md-wrap>a {
    max-width: 200px;
}

.max-height-md {
    max-height: 50px;
}

.banner-container {
    position: relative;
    overflow: hidden;
}


.banner {
    position: absolute;
    top: 1.6rem;
    right: -1.4rem;
    rotate: 30deg;
    background-color: rgba(0, 181, 130, 0.9);
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 200px;
}

.columns>div {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.columns>div:first-child {
    padding-left: 0rem;
}

.columns-reverse>div:first-child {
    padding-left: 0.5rem;
    padding-right: 0rem;
}

.columns>div:last-child {
    padding-right: 0rem;
}

.columns-reverse>div:last-child {
    padding-left: 0rem;
    padding-right: 0.5rem;
}

.columns>div.col-double {
    flex-grow: 2;
    flex-shrink: 2;
}

.mt-auto {
    margin-top: auto !important;
}

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

.img-round {
    border-radius: 4px;
}

/* list formatting */
main ul {
    margin-top: 0;
    margin-bottom: 0;
}

main ul li {
    list-style: disc;
    list-style-position: inside;
}

main ul li::marker {
    color: rgba(0, 181, 130, 0.9);
}

main ul.list-questions>li,
main ul.list-check>li {
    list-style-type: none;
}

main ul.list-questions>li:before {
    color: rgba(0, 181, 130, 0.9);
    content: "\F047";
    font-family: 'remixicon';
    font-size: 1.5em;
    display: inline-block;
    margin-left: -1.5em;
    /* same as padding-left set on li */
    width: 1.5em;
    /* same as padding-left set on li */
    position: relative;
    top: 0.25em;
}


main ul.list-check>li:before {
    color: rgba(0, 181, 130, 0.9);
    content: "\EB7A";
    font-family: 'remixicon';
    font-size: 1.5em;
    display: inline-block;
    margin-left: -1.5em;
    /* same as padding-left set on li */
    width: 1.5em;
    /* same as padding-left set on li */
}

main ol {
    /* numbered list styling */
    counter-reset: my-counter;
    padding-left: 1em;
}

main ol li {
    list-style: none;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1em;
    margin-left: 0em;
}

main ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.5em;
    font-weight: 400;
    color: rgba(0, 181, 130, 0.9);
}

#dataprivacy ul {
    margin-top: 0em;
    margin-bottom: 0.25em;
}

#dataprivacy li {
    list-style: none;
}

#dataprivacy li ul {
    margin-top: 0rem;
}

#dataprivacy li ul li {
    list-style: none;
}

section:nth-child(even) {
    background-color: #F8F9FA;
}

.bg-dark {
    background-color: #D0D1CD;
}

.bg-light {
    background-color: #F8F9FA;
}

.bg-transparent {
    background-color: transparent;
}

hr {
    max-width: 50px;
    /*color: #0B926A;*/
    border: 0;
    border-top: solid 3px rgba(0, 181, 130, 0.9);
    margin-bottom: 1rem;
}

hr.light {
    border-top-color: #fff;
}

form input,
form textarea {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #C4A990;

    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;

    font-size: 0.9rem;

    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin: 0.25rem;
}

form .form-firstname {
    display: none;
}

form label {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5rem;
}

form button {
    margin-top: 1rem;
    margin-bottom: 0.5rem
}

/* table */
table {
    background-color: #404040;
    /*width: 100%;*/
    border: 0;
    color: #FFFFFF;
    border-spacing: 0;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

tr:nth-child(even) {
    background-color: #666;
}

tr.summary {
    background-color: #fff;
    color: #222;
}

tr.summary>td {
    vertical-align: middle;
}

tr.summary strong {
    font-size: 2em;
    color: #0B926A;
    margin-left: 4px;
}

tr.summary strong.highlight {
    color: #C04D00;
}


th,
td {
    padding: 10px;
    width: 33%;
    text-align: center;
    vertical-align: baseline;
    border: 1px solid #222;
}

th {
    color: #fff;
    background-color: #0B926A;
    height: 60px;
    vertical-align: middle;
    font-size: 1.2em;
}

th.highlight {
    background-color: #C04D00;
}

td {
    font-size: 0.9em;
}

/* Custom CSS for form handling */
#loading,
#error,
#success {
    display: none;
}

#error {
    color: #FF0000;
    margin-bottom: 0.25rem;
}

section.teaser {
    position: relative;
    width: 100%;
    min-height: 50vh;
    text-align: center;
    color: #0B926A;
    background-image: url(../images/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}

.teaser h1 {
    font-size: 3rem;
    margin-top: 0;
}

.teaser-boxes {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    gap: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.teaser-boxes>div {
    position: relative;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    /*background-color: #8B8274;*/
    background-color: #EFF0EB;
    /*color: #FFFFFF;*/
    border-radius: 4px;
    display: flex;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.teaser-boxes>div>div i {
    color: rgba(0, 181, 130, 0.9);
}

.teaser-boxes>div>div {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;

}

.teaser-boxes h2 {
    margin-top: 0;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
}

/* header and navigation */
header {
    background-color: #FFFFFF;
}

.header-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.5em;
    padding-right: 0.5em;

    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: space-between;

    align-items: flex-end;
}

.nav-logo {
    height: 48px;
    width: auto;
}

.nav {
    flex-grow: 1;
    flex-shrink: 1;

    align-self: center;
    text-align: end;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
}

.nav li {
    display: inline-block;
    margin-right: 16px;
}

header a {
    color: #3D3933;
    text-decoration: none;
    font-weight: 400;
}

.nav-hamburger {
    cursor: pointer;
    position: absolute;
    top: 0.75em;
    right: 0;
    z-index: 51;

    display: block;
    background-color: #FFFFFFAA;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.nav-hamburger-icon>.line {
    display: block;
    background-color: rgba(0, 181, 130, 0.9);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 3px;
    width: 32px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 8px;
    margin-right: 32px;
}


/* footer */
footer {
    padding-top: 2em;
    padding-bottom: 3em;
    color: #FFFFFF;
    background-color: #222;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

footer .columns>div:nth-child(even) {
    text-align: right;
    padding-right: 5rem;
}


/* responsive code */
@media all and (max-width: 768px) {
    .columns {
        display: inline;
    }

    .columns>div {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .columns-md-wrap>div,
    .columns-md-wrap>a {
        max-width: 120px;
    }
}


@media all and (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}

@media all and (max-width: 991.98px) {
    .hide-mobile {
        display: none !important;
    }

    .header-content {
        display: block
    }

    .nav {
        visibility: hidden;

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 181, 130, 1.0);

        z-index: 50;
        overflow-y: scroll;

        padding-left: 0.5em;
        padding-right: 2em;

        padding-top: 0.75em;
        padding-bottom: 0.75em;

        text-align: start;

        color: #FFFFFF;
    }

    .nav-container {
        margin-top: 2em;
        margin-bottom: 2em;
        padding-left: 2.5em;
    }

    .nav a {
        color: #FFFFFF;
        font-weight: 700;
    }

    .nav li {
        display: block;
        margin-top: 0.5em;
        font-size: 2em;
        font-weight: 700;

        text-align: left;
    }

    body.menu-open {
        overflow: hidden;
    }

    .menu-open .nav {
        visibility: visible;
    }

    .nav-hamburger {
        position: fixed;
    }

    .menu-open .nav-hamburger {
        background-color: transparent;
    }

    /* hamburger opening transitions */
    /*.menu-open .nav-hamburger {
        position: fixed;
    }*/

    .menu-open .nav-hamburger .line {
        background-color: #FFFFFF;
    }

    .menu-open .nav-hamburger .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .menu-open .nav-hamburger .line:nth-child(2) {
        opacity: 0;
    }

    .menu-open .nav-hamburger .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }


}