body {
    margin: 0;
    background-color: #ffffff;
}

@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: #616161;
    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-family: Open Sans;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

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

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

a {
    font-family: Open Sans;
    color: #4C93D5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

span {
    font-family: Open Sans;
}

ul {
    list-style-type: disc;
}

li {
    font-family: Open Sans;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
}

label {
    font-family: Open Sans;
    font-size: 16px;
    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;
}

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: #4C93D5;
}

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;
    font-size: 16px;
    line-height: 28px;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    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: #4C93D5;
}

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: #4C93D5;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
    border-radius: 7px;
    transition: 0.3s;
}

.Button:hover {
    background-color: #3e79b0;
    text-decoration: none;
}

.Button:active {
    background-color: #3e79b0;
    text-decoration: none;
}

.Button:focus {
    background-color: #3e79b0;
    text-decoration: none;
}

.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;
}

.LogoFooter {
    width: 300px;
}

.FooterLColumnR a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.HeaderWrap {
    float: right;
}

@media only screen and (max-width:749px) {
    .HeaderLContactWrap {
        float: right;
    }
}

@media only screen and (min-width:750px) {
    .HeaderLHMenuLinks {
        width: 460px;
    }
}

@media (max-width:600px) {
    .HeaderTxt {
        display: none;
    }
}

.h3Title {
    font-weight: normal;
    color: #4C93D5;
    margin-top: 10px;
}

.ListTitle {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 10px;
    font-size: 16px;
}

.ListTitle li {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.MainTelIcon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #ffffff;
}

.TitleIcon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #ffffff;
}

.TitleTel {
    font-size: 22px;
    color: #ffffff;
}

.MainTelWrap {
    display: inline-flex;
    align-items: center;
    background-color: #259fbf;
    padding: 10px;
    position: fixed;
    z-index: 100000;
    bottom: 10px;
    right: 70px;
}

.TitleKontaktWrap {
    display: inline-flex;
    align-items: center;
    background-color: #4C93D5;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 31px;
    border-radius: 7px;
    transition: 0.3s;
}

.TitleTelWrap {
    display: inline-flex;
    align-items: center;
    background-color: #4C93D5;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 31px;
    border-radius: 7px;
    transition: 0.3s;
}

.TitleWrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.TitleBadgeTxt {
    text-align: center;
    color: #4C93D5;
    font-size: 20px;
    line-height: 36px;
}

.TitleBadgeH {
    font-size: 28px;
    line-height: 20px;
}

.TitleBadgePreis {
    font-weight: bold;
    font-size: 75px;
}

.TitleBadgeWrap {
    width: 180px;
    height: 180px;
    border-radius: 110px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 250px;
    left: 465px;
    border: 3px solid #4C93D5;
    box-shadow: 0px 0px 0 8px #f2faff, 0px 0px 0 11px #4C93D5 , 0 0 0 14px #ffffff;
    z-index: 10;
}

@media only screen and (max-width:670px) {
    .TitleBadgeWrap {
        top: 340px;
        left: 310px;
    }
}

@media only screen and (max-width:500px) {
    .TitleBadgeWrap {
        position: static;
        margin: 25px auto 30px;
    }
}

header {
    position: sticky;
    width: 100%;
    background: #ffffff;
    top: 0;
    z-index: 100000;
}

@media only screen and (max-width:500px) {
    .HeaderLogo {
        height: auto;
        margin-right: 0;
        width: 100%;
    }

    .HeaderLHMenuLinks a {
        color: #ffffff;
    }
}

.BGHellblau {
    background-color: #f1fcff;
}

.MainTelTxt {
    color: #abe0ef;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 12px;
}

.TitleTelTxt {
    color: #f2faff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 12px;
}

footer .FormBreakOben {
    fill: #f2faff;
}

.h2Uebersicht {
    text-align: center;
    padding-top: 30px;
}

.Icons3Wrap div {
    width: 420px;
}

.KartePreis {
    font-size: 50px;
    line-height: 50px;
    color: #4C93D5;
    font-weight: bold;
}

.KartePreisKlein {
    font-size: 30px;
    line-height: 50px;
    color: #E40000;
    font-weight: bold;
}

.KartePreisListe {
    margin-top: 30px;
    margin-bottom: 30px;
    list-style-type: none;
}

.KartePreisListe li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef6f8;
}

.FormUebergangAbstand {
    padding-bottom: 125px;
}

.TextBlau {
    color: #259fbf;
}

.PositionRelative {
    position: relative;
}

.AniTelefonIcon {
}

.MainTelWrap a {
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (min-width:501px) {
    .MainTelWrap {
        display: none;
    }
}

.MainWhatsappIcon {
    fill: #ffffff;
    width: 30px;
    height: 30px;
}

.MainWhatsappWrap {
    background-color: #259fbf;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100000;
    padding: 11px;
}

@media only screen and (min-width:501px) {
    .MainWhatsappWrap {
        display: none;
    }
}

.KontaktIconsWrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.KarteBG {
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.KarteQuelletxt {
    font-size: 12px;
    margin-top: 0;
}

.ImgKarte {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.List {
    list-style-type: disc;
}

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

@media (min-width:501px) {
    .ChecklistWrap {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width:750px) {
    .Checklist {
        columns: 2;
        margin-left: auto;
        margin-right: auto;
        column-gap: 10px;
        padding-left: 0;
    }
}

.ChecklistItem {
    display: flex;
    align-items: center;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style-type: none;
    margin-bottom: 20px;
}

.ChecklistSign {
    padding-right: 10px;
    color: #4C93D5;
}

.Checklist {
    padding-left: 0;
}

.VorteilFeldWrap {
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0px 8px 30px rgba(26, 80, 94, 0.15);
}

.TxtHighlight {
    font-weight: bold;
    color: #4C93D5;
}

.H1Title {
    color: #259fbf;
    font-size: 24px;
}

.H2Title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}

.AccordionHead p {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.MenuDropdownArrow {
    width: 20px;
    height: 20px;
    stroke: #259fbf;
}

@media only screen and (max-width:500px) {
    .MenuDropdownArrow {
        stroke: #ffffff;
    }

    .HeaderLHMenuLinks a {
        padding-left: 0;
        margin-left: 0;
    }
}

@media (min-width:1500px) {
    .MenuDropdown {
        right: auto;
    }
}

.PrewviewImage {
    width: 150px;
    height: 150px;
    margin-bottom: 50px;
}

.MenuDropdownOffTouch {
    background-color: transparent;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.HeroAutooeffnung {
    background-image: url('../media/Autooeffnung-Titelbild.jpg');
}

.TxtBlue {
    color: #259fbf;
}

.CardCenter {
    margin-left: auto;
    margin-right: auto;
}

.AutoImg {
    width: 100%;
}

.HerstellerWrap {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-evenly;
    column-gap: 20px;
}

.HerstellerImg {
    width: calc(25% - 20px);
    max-width: 150px;
}

.HeroGaragenoeffnung {
    background-image: url('../media/Garagenoeffnung-Titelbild.jpg');
}

.TitleImg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(100%);
}

.TitleImgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E40000;
    opacity: 0.6;
}

.TitleImgOverlayColor {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E40000;
    mix-blend-mode: color;
}

@media (max-width:999px) {
    .HeaderTxt {
        display: none;
    }
}

@media (max-width:500px) {
    .HeaderIconMailWrap {
        display: none !important;
    }
}

@media only screen and (max-width:500px) {
    .HeaderIcon {
        width: 40px;
        height: 40px;
    }
}

.BGHellgrau {
    background-color: #f2faff;
}

.TxtGrau {
    color: #616161;
}

.TxtRed {
    color: #4C93D5;
}

.ContactButtonRed {
    display: inline-flex;
    align-items: center;
    background-color: #4C93D5;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 31px;
    border-radius: 7px;
}

.FillWhite {
    fill: #ffffff !important;
}

.TxtWhite {
    color: #ffffff;
}

@media only screen and (min-width:501px) {
    .HeroTextWrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media only screen and (min-width:501px) and (max-width:749px) {
    .ListTitle {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width:671px) and (max-width:749px) {
    .TitleBadgeWrap {
        top: 300px;
    }
}

@media (min-width:750px) {
    .TitleDivideWrap {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media (max-width:749px) {
    .TitleDivideWrap {
        display: flex;
        flex-direction: column;
        background-color: #ffffff !important;
    }
}

@media (min-width:750px) and (max-width:999px) {
    .TitleDivideTextWrap {
        width: 50%;
        padding: 50px 0 50px 25px;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .TitleDivideTextWrap {
        width: 50%;
        padding: 50px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width:749px) {
    .TitleDivideTextWrap {
        padding: 0 20px 50px;
    }
}

@media (min-width:750px) {
    .TitleDivideText {
        max-width: 800px;
    }

    .TitleDivideImage {
        width: 50%;
        object-fit: cover;
    }
}

@media only screen and (max-width:749px) {
    .TitleDivideImage {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
}

@media (min-width:1000px) {
    .TitleDivideImage {
        max-height: 700px;
    }
}

.TitleDivideWrap {
    background-color: #f2faff;
}

.TitleDivideTextWrap {
    position: relative;
}

.MobileMenuEdge {
    position: absolute;
    top: 0;
    height: 100%;
    left: 99%;
}

.TitleEdge {
    position: absolute;
    left: 100%;
    top: 0;
    fill: #f2faff;
    width: 100px;
    display: none;
}

@media (max-width:749px) {
    .TitleEdge {
        display: none;
    }
}

.TitleEdgeMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    margin-top: -99px;
    fill: #f2faff;
    display: none;
}

@media (min-width:750px) {
    .TitleEdgeMobile {
        display: none;
    }
}

@media (min-width:501px) {
    .MobileMenuEdge {
        display: none;
    }
}

.HeaderTxt {
    padding-left: 15px;
}

.HeaderTxt p {
    margin-top: 0;
    margin-bottom: 0;
}

.HeaderLHMenuLinks li {
    margin-top: 0;
    margin-bottom: 0;
}

.TxtBlau {
    color: #4C93D5;
}

@media (min-width:750px) {
    .Cards {
        display: flex;
        gap: 50px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width:750px) {
    .Cards2Columns .CardWrap {
        width: calc(50% - (50px / 2));
    }
}

@media (min-width:750px) {
    .Cards3Columns .CardWrap {
        width: calc(33.33% - (50px * 2/3));
    }
}

@media (min-width:750px) {
    .Cards4Columns .CardWrap {
        width: calc(50% - (50px / 2));
    }
}

@media (min-width:1000px) {
    .Cards4Columns .CardWrap {
        width: calc(25% - (50px * 3/4));
    }
}

.CardWrap {
    background-color: #f2faff;
    border-radius: 10px;
}

@media (min-width:750px) {
    .CardWrap {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:501px) and (max-width:749px) {
    .CardWrap {
        width: 100%;
        display: flex;
        margin-bottom: 50px;
    }
}

@media (min-width:501px) and (max-width:749px) {
    .CardImgWrap {
        width: 40%;
    }
}

@media (min-width:1000px) {
    .CardImgWrap {
        height: 250px;
    }
}

.CardTxtWrap {
    padding: 10px 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media (min-width:501px) and (max-width:749px) {
    .CardTxtWrap {
        width: 60%;
    }
}

@media (max-width:500px) {
    .CardWrap {
        margin-bottom: 50px;
    }

    .CardImgWrap {
        height: 250px;
    }
}

.CardImgWrapObj {
    margin-top: -50px;
}

.CardImgWrapObj img {
    object-fit: contain;
}

@media (max-width:500px) {
    .Cards {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:750px) {
    .TitleOverflow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 150px;
        margin-right: -149px;
        background-image: linear-gradient(to right, rgb(242, 250, 255) 0%, rgba(242, 250, 255, 0) 100%);
    }
}

.TitleTel:hover {
    text-decoration: none;
}

.TitleTelWrap:hover {
    transform: scale(1.1);
}

.TitleKontaktWrap:hover {
    transform: scale(1.1);
}

.Button:hover {
    transform: scale(1.1);
}

@media (max-width:749px) {
    .TitleOverflow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 150px;
        margin-top: -149px;
        background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }
}

.MarginTop0 {
    margin-top: 0;
}

.MarginBottom0 {
    margin-bottom: 0;
}

.TxtImgImageWrap img {
    border-radius: 10px;
}