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

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

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

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

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

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

h1 {
    font-family: Open Sans;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

h3 {
    font-family: Open Sans;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

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: #00aaff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

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 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #00aaff;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

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

textarea {
    color: #000000;
    font-weight: normal;
    padding: 5px 15px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #00aaff;
    background-color: #ffffff;
    border-radius: 20px;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 28px;
}

textarea::placeholder {
    color: #c0c0c0;
    font-size: 16px;
}

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

input[type=checkbox]:checked {
    background-color: #00aaff;
}

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #ffffff;
    position: absolute;
    left: 5px;
    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: 15px;
    font-size: 16px;
    line-height: 28px;
}

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: #00aaff;
}

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: #00aaff;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
    border-radius: 15px;
}

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

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

.Button:focus {
    background-color: #008dd4;
    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;
}

.LogoHeadingFont {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.LogoHeadingSubFont {
    color: #808080;
    font-size: 17px;
}

.LogoHeadingFontWrap {
    text-align: center;
    line-height: 18px;
    padding-top: 5px;
}

.FlexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.LogoHeadingLogo {
    position: absolute;
    width: 120px;
    top: 0;
}

.LogoHeadingWrap {
    display: flex;
    justify-content: center;
    position: relative;
    height: 70px;
}

.HeroCarImg {
    position: absolute;
    width: 100%;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
    top: 12%;
}

.HeroVertragImg {
    width: 100%;
    position: absolute;
    top: 38%;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
}

.HeroZeusImgWrap {
    aspect-ratio: 1/1;
    position: relative;
}

.Form {
    background-color: #E8F7FF;
    padding: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.MarginBottom10px {
    margin-bottom: 10px;
}

.TextareaHigh {
    height: 200px;
}

.MarginBottom5px {
    margin-bottom: 5px;
}

.TxtBlau {
    color: #00aaff;
}

.Button svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.BGGreen {
    background-color: #25d366;
}

.WhatsAppImg {
    max-height: 500px;
    object-fit: contain;
}
