:root {
    --primary: #252921;
    --primary-hover: #252921;
    --secondary: #95b533;
    --secondary-hover: #d8d7d6;
    --tertiary: #E9DACA;
    --tertiary-hover: #c0b09e;
    
    --dark: #202020;
    --light: #FFFFFF;
    --black: #000000;
    --white: #FFFFFF;
    
    font-size: 16px;
    @media (min-width: 768px) {
        font-size: 18px;
    }
    @media (min-width: 992px) {
        font-size: 20px;
    }
    @media (min-width: 1200px) {
        font-size: 22px;
    }
    @media (min-width: 1400px) {
        font-size: 24px;
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 350px;
}

@media (min-width: 576px) {
    html {
        scroll-padding-top: 200px;
    }
}

body {
    background: var(--light);
    --iw-font-size-base: 1rem;
    --iw-h1-font-size: calc(var(--iw-font-size-base) * 2);
    --iw-h2-font-size: calc(var(--iw-font-size-base) * 1.8);
    --iw-h3-font-size: calc(var(--iw-font-size-base) * 1.6);
    --iw-h4-font-size: calc(var(--iw-font-size-base) * 1.2);
    --iw-h5-font-size: calc(var(--iw-font-size-base) * 1);
    --iw-h6-font-size: calc(var(--iw-font-size-base) * 1);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-weight: 400;
}
@media (min-width: 576px) {
    body {
        hyphens: unset;
        --iw-h1-font-size: calc(var(--iw-font-size-base) * 2.8);
        --iw-h2-font-size: calc(var(--iw-font-size-base) * 2);
    }
}
@media (min-width: 992px) {
    body {
        --iw-h6-font-size: calc(var(--iw-font-size-base) * .85);
    }
} 

/* Standard Textelemente */

a,
p,
ul,
li,
td {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-weight: 400;
    font-size: var(--iw-font-size-base);
    letter-spacing: 0;
    line-height: 150%;
    color: var(--primary);
}

b {
    font-weight: 700;
}

p {
    margin-bottom: calc(var(--iw-font-size-base) * .85);
}

p:last-child {
    margin-bottom: 0;
}

small {
    font-size: calc(var(--iw-font-size-base) * .85);
}

.text-frame *:last-child {
    margin-bottom: 0;
}

p a {
    color: var(--primary);
    text-decoration: underline;
    transition: ease 150ms color;
}

p a:hover {
    color: var(--secondary);
}


/* Überschriten & Unterüberschriften */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.element-header,
.element-subheader {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    margin-bottom: 0;
    font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.element-header {
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 125%;
    color: var(--primary);
    text-transform: unset;
}

.element-subheader {
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
    color: var(--primary);
    text-transform: uppercase;
}

.element-subheader.subheader-h1 {
    font-size: var(--iw-h4-font-size);
}

.element-subheader.subheader-h2,
.element-subheader.subheader-h3 {
    font-size: var(--iw-h5-font-size);
}

.element-subheader.subheader-h4,
.element-subheader.subheader-h5,
.element-subheader.subheader-h6 {
    font-size: var(--iw-h6-font-size);
}

h1,
.h1 {
    font-size: var(--iw-h1-font-size);
}

h2,
.h2 {
    font-size: var(--iw-h2-font-size);
}

h3,
.h3 {
    font-size: var(--iw-h3-font-size);
}

h4,
.h4 {
    font-size: var(--iw-h4-font-size);
}

h5,
.h5 {
    font-size: var(--iw-h5-font-size);
}

h6,
.h6 {
    font-size: var(--iw-h6-font-size);
}




.text-secondary {
    color: var(--secondary) !important;
}







/* SPACING */

.pl {
    padding: 40px 0;
}

.ml {
    margin: 40px 0;
}

@media (min-width: 992px) {
    .pl {
        padding: 80px 0;
    }

    .ml {
        margin: 80px 0;
    }
}

@media (min-width: 1400px) {
    .pl {
        padding: 140px 0;
    }

    .ml {
        margin: 140px 0;
    }
}

.row {
    --bs-gutter-x: 15px;
    gap: 15px 0;
}

@media (min-width: 576px) {
    .row {
        --bs-gutter-x: 30px;
        gap: 30px 0;
    }
}

@media (min-width: 1200px) {
    .row {
        --bs-gutter-x: 60px;
        gap: 60px 0;
    }
}



/* Buttons */

.btn,
.rounded-pill {
    font-weight: 400;
    line-height: 125%;
    
    
    font-size: var(--iw-h6-font-size);
    padding: .5rem 1.25rem;
    border-radius: 9999px;
    
    text-transform: unset;
    
    color: var(--white) !important;
    
    
    border: unset;
    box-shadow: unset;
    outline: unset;
    
    text-decoration: none !important;
    
    transition: ease 400ms background, ease 400ms color;
}


.btn-primary {
    background-color: var(--primary);
    border: unset;
}
.text-bg-primary {
    background-color: var(--primary) !important;
}
.btn-primary:hover {
    background-color: var(--primary-hover);
}
.btn-secondary {
    background-color: var(--secondary);
    border: unset;
}
.text-bg-secondary {
    background-color: var(--secondary) !important;
}
.btn-secondary:hover {
    background-color: var(--secondary-hover);
}
.btn-white {
    color: var(--secondary);
    background-color: var(--white);
    border: unset;
}
.text-bg-white {
    background-color: var(--white) !important;
}
.btn-white:hover {
    background-color: var(--primary);
}