html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #ffffff;
    font-family: Mulish;
    font-size: 16px;
    line-height: 28px;
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish Regular'),local('Mulish-Regular'),
 url('../media/font/mulish-regular.woff2') format('woff2'),
 url('../media/font/mulish-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: bold;
    src: local('Mulish Bold'),local('Mulish-Bold'),
 url('../media/font/mulish-700.woff2') format('woff2'),
 url('../media/font/mulish-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: normal;
    src: local('Mulish Italic'),local('Mulish-Italic'),
 url('../media/font/mulish-italic.woff2') format('woff2'),
 url('../media/font/mulish-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: bold;
    src: local('Mulish Bold Italic'),local('Mulish-Bold-Italic'),
 url('../media/font/mulish-700italic.woff2') format('woff2'),
 url('../media/font/mulish-700italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Timmana';
    font-style: normal;
    font-weight: normal;
    src: local('Timmana Regular'),local('Timmana-Regular'),
 url('../media/font/Timmana-Regular.woff2') format('woff2'),
 url('../media/font/Timmana-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Timmana Fallback';
    font-style: normal;
    font-weight: normal;
    size-adjust: 90%;
    src: local('Roboto Bold Italic'),local('Roboto-Bold-Italic'),
 url('../media/font/roboto-700italic.woff2') format('woff2'),
 url('../media/font/roboto-700italic.ttf') format('truetype');
}

p {
    font-family: Mulish;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: normal;
}

h1 {
    font-family: Timmana, Timmana Fallback;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 35px;
}

h2 {
    font-family: Mulish;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 24px;
}

h3 {
    font-family: Timmana, Timmana Fallback;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
    background-image: linear-gradient(90deg, #0f7f3d 0%, #a0c625 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: fit-content;
    line-height: 46px;
}

h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    color: #0F7F3D;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #A0C625;
}

a:focus {
    text-decoration: none;
    color: #A0C625;
}

a:active {
    text-decoration: none;
    color: #A0C625;
}

span {
    color: #000000;
}

ul {
    list-style-type: disc;
}

li {
    margin-top: 15px;
    margin-bottom: 15px;
}

label {
    color: #000000;
    font-weight: normal;
}

input {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
}

input::placeholder {
    color: #808080;
    font-size: 16px;
}

textarea {
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    position: relative;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #0F7F3D;
}

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #ffffff;
    position: absolute;
    left: 3px;
    width: 13px;
    height: 13px;
    top: 2px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border: 1px solid #808080;
    background-image: url('/media/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=radio] {
    border: 1px solid #808080;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-right: 5px;
}

input[type=radio]:checked {
    background-color: #0F7F3D;
}

input[type=radio]:checked:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

table {
    border-collapse: collapse;
}

th {
    border: 1px solid #000000;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: center;
}

td {
    padding: 5px 10px;
    border: 1px solid #000000;
}

tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.Button {
    color: #ffffff;
    text-decoration: none;
    background-color: #0F7F3D;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
}

.Button:hover {
    background-color: #A0C625;
    text-decoration: none;
    color: #ffffff;
}

.Button:active {
    background-color: #A0C625;
    text-decoration: none;
    color: #ffffff;
}

.Button:focus {
    background-color: #A0C625;
    text-decoration: none;
    color: #ffffff;
}

.RechtsTextWrap {
    padding: 50px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

@media (min-width: 501px) and (max-width: 999px) {
    .RechtsTextWrap {
        padding: 80px 25px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

@media (min-width:1000px) {
    .RechtsTextWrap {
        padding: 100px 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

.H1Recht {
    margin-bottom: 40px;
}

.H2Recht {
    margin-top: 50px;
    margin-bottom: 25px;
}

.HeaderLogoWrap {
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    max-width: 150px;
}

.HeaderLogoTxt {
    font-family: Timmana, Timmana Fallback;
    font-size: 19px;
    text-align: center;
    line-height: 30px;
}

.MenuActive a {
    color: #0F7F3D !important;
}

@media (min-width:601px) and (max-width:900px) {
    .HeaderLHMenuLinks {
        max-width: 390px;
        justify-content: flex-end;
    }

    .HeaderMenuLink {
        font-size: 16px;
    }
}

.TitleOverflowImage h1 {
    color: #ffffff;
    text-shadow: 0px 0px 10px #000000;
    text-align: center;
    margin-bottom: 10px;
}

.TitleOverflowContentWrap {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width:501px) {
    .TitleOverflowContentWrap h1 {
        font-size: 40px;
    }
}

.TitleOverflowContentWrap h2 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    font-weight: normal;
    margin-top: 10px;
}

@media (max-width:749px) {
    .TitleOverflowContentWrap {
        width: calc(100% - 30px);
    }
}

.BGLightGrey {
    background-color: #F6FAF8;
}

.PageBreakOverlay {
    margin-bottom: -100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 1000px;
    width: calc(100% - 140px);
    background-image: linear-gradient(125deg, #0f7f3c 0%, rgb(15, 127, 60) 50%, #9dc525 100%);
    position: relative;
    z-index: 10;
}

@media (min-width:501px) and (max-width:999px) {
    .PageBreakOverlay {
        width: calc(100% - 90px);
    }
}

@media (max-width:500px) {
    .PageBreakOverlay {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 60px);
    }
}

.StatisticsNumberWrapper {
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}

.StatisticsNumberWrap {
    display: block;
}

.StatisticsNumberTxt {
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 25px;
}

.StatisticsNumber {
    font-size: 60px;
    line-height: 40px;
    font-family: Timmana, Timmana Fallback;
    color: #ffffff;
}

.StatisticsNumberAni {
    font-family: Timmana, Timmana Fallback;
    font-size: 70px;
    color: #ffffff;
}

.TxtImgImageDescription {
    position: absolute;
    right: 0;
    bottom: -16px;
    background-color: rgba(15, 127, 61, 0.9);
    color: #ffffff;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    max-width: 80%;
}

.TxtImgImageWrap {
    position: relative;
}

.FontTimmana {
    font-family: Timmana, Timmana Fallback;
}

.FontSize26px {
    font-size: 26px;
    line-height: 36px;
}

.TxtLightGreen {
    color: #dbeea6;
}

.PageBreakOverlayBottom {
    margin-bottom: 0;
    margin-top: -100px;
}