input {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    border-left: 2px solid #000000;
    border-right-style: none;
    border-bottom: 2px solid #000000;
    border-top-style: none;
    font-size: 16px;
    line-height: 28px;
}

textarea {
    padding: 5px 10px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border-radius: 0;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-top-style: none;
    border-right-style: none;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #000000;
    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;
}

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

input[type=checkbox]:checked:before {
    content: url('/skripte/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 20px 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/skripte/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-top-style: none;
    border-right-style: none;
    font-size: 16px;
    line-height: 28px;
}

input[type=radio] {
    border: 2px solid #000000;
    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: #ffffff;
}

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

table {
    border-collapse: collapse;
    width: 100%;
}

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

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

.Flex {
    display: flex!important;
}

.PositionRelative {
    position: relative!important;
}

.Button {
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    font-weight: 500;
    border: 2px solid #000000;
    font-size: 16px;
    line-height: 28px;
}

.IconSVG {
    fill: #000000;
    stroke: #000000;
    stroke-width: 0;
}

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

.FlexCenterVertical {
    display: flex !important;
    align-items: center !important;
}

.ImageFit {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
}

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

.maxWidth1280px {
    max-width: 1280px !important;
}

.Margin0 {
    margin: 0 !important;
}

.MarginTop0 {
    margin-top: 0 !important;
}

.MarginBottom0 {
    margin-bottom: 0 !important;
}

.Padding0 {
    padding: 0 !important;
}

.PaddingTop0 {
    padding-top: 0 !important;
}

.PaddingBottom0 {
    padding-bottom: 0 !important;
}

.MarginBottom25px {
    margin-bottom: 25px !important;
}

.MarginTop25px {
    margin-top: 25px !important;
}

.MarginBottom50px {
    margin-bottom: 50px !important;
}

.MarginTop50px {
    margin-top: 50px !important;
}

.MarginBottom100px {
    margin-bottom: 100px !important;
}

.MarginTop100px {
    margin-top: 100px !important;
}

.PaddingBottom25px {
    padding-bottom: 25px !important;
}

.PaddingTop25px {
    padding-top: 25px !important;
}

.PaddingBottom50px {
    padding-bottom: 50px !important;
}

.PaddingTop50px {
    padding-top: 50px !important;
}

.PaddingBottom100px {
    padding-bottom: 100px !important;
}

.PaddingTop100px {
    padding-top: 100px !important;
}

.TxtWhite {
    color: #ffffff !important;
}

.TxtBlack {
    color: #000000 !important;
}

.WhitespaceNowrap {
    white-space: nowrap !important;
}

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

@media (min-width:501px) and (max-width:999px) {
    .WrapContent {
        padding: 50px 25px;
    }
}

@media (max-width:500px) {
    .WrapContent {
        padding: 50px 20px;
    }
}

.WrapContent50Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:750px) and (max-width:999px) {
    .WrapContent50Wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.WrapContent50 {
    width: 50%;
    padding: 50px 25px;
}

@media (max-width:500px) {
    .WrapContent50 {
        width: auto;
        padding: 25px 20px;
    }
}

@media (min-width:501px) and (max-width:749px) {
    .WrapContent50 {
        width: auto;
        padding: 25px;
    }
}

.WrapContent33Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:750px) and (max-width:999px) {
    .WrapContent33Wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:749px) {
    .WrapContent33Wrapper {
        display: block;
        padding: 25px 0;
    }

    .WrapContent50Wrapper {
        display: block;
        padding: 25px 0;
    }
}

.WrapContent33 {
    width: 33%;
    padding: 50px 25px;
}

@media (min-width:501px) and (max-width:749px) {
    .WrapContent33 {
        width: auto;
        padding: 25px;
    }
}

@media (max-width:500px) {
    .WrapContent33 {
        width: auto;
        padding: 25px 20px;
    }
}

.WrapContent25Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:501px) and (max-width:999px) {
    .WrapContent25Wrapper {
        flex-wrap: wrap;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .WrapContent25Wrapper {
        display: block;
        padding: 25px 0;
    }
}

.WrapContent25 {
    padding: 50px 25px;
    width: 25%;
}

@media (min-width:501px) and (max-width:999px) {
    .WrapContent25 {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 25px;
        box-sizing: border-box;
    }
}

@media (max-width:500px) {
    .WrapContent25 {
        padding: 25px 20px;
        width: auto;
    }
}

.ImgBG {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
}

.HeaderLogo {
    width: auto;
    height: 80px !important;
}

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

.HeaderIcon {
    width: 30px;
    height: 30px;
}

@media (max-width:500px) {
    .HeaderHLogo {
        width: 100px;
        height: 100px;
        margin-right: 0;
    }
}

@media (min-width:1000px) {
    .HeaderLHWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 50px;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }

    .HeaderLWrap {
        display: flex;
        justify-content: space-between;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 50px;
    }
}

.HeaderLContentWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.IconArrow {
    fill: none;
    stroke: #808080;
    stroke-width: 15px;
}

@media (min-width:501px) and (max-width:999px) {
    .HeaderLHWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 25px;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .HeaderLWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 25px;
    }
}

@media (max-width:500px) {
    .HeaderLHWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        align-items: center;
    }

    .HeaderLWrap {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 50px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:500px) {
    .HeaderH {
        padding: 10px 20px;
        align-items: center;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .HeaderH {
        padding: 10px 25px;
    }
}

@media (max-width:500px) {
    .MenuHamburg {
        position: absolute;
        left: 0px;
        top: 120px;
        background-color: #e4e4e4;
        padding: 20px;
        min-width: 50%;
        height: 100vh;
        z-index: 100000;
        overflow-y: scroll;
    }
}

.MenuHamburgWrap {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
    column-gap: 30px;
    row-gap: 10px;
}

@media (min-width:501px) {
    .MenuHamburgWrap {
        display: flex;
        flex-wrap: wrap;
    }
}

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

.MenuHamburgIcon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
}

.HamburgerIconBar {
    width: 40px;
    height: 4px;
    background-color: #808080;
    margin-bottom: 8px;
    margin-top: 8px;
}

.HeaderLHMenuLinks {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width:500px) {
    .MenuHamburg .HeaderMenuLink a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
}

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

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

.HeaderLContactLink {
    margin-left: 10px;
    white-space: nowrap;
}

.HeaderLContactWrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-left: 30px;
}

@media only screen and (max-width:749px) {
    .HeaderLContactWrap {
        margin-left: 0;
    }
}

.HeaderLIconWrap {
    display: flex;
    align-items: center;
}

.HeaderLHamburgerWrap {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
}

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

@media (max-width:500px) {
    .HeaderLMobileMenu {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: flex-start;
        margin-top: 38px;
        background-color: #ffffff;
    }
}

.HeaderMenuLink {
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 0;
}

.HeaderMenuLink a {
    position: relative;
    list-style-type: none;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.HeaderDropdownMenuLink:hover {
    background-color: #f3f3f3;
}

.MenuScrollWrap {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 20px;
    list-style-type: none;
    list-style-image: none;
    margin-top: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 100%;
    column-gap: 30px;
    row-gap: 10px;
}

@media (max-width:500px) {
    .MenuScrollWrap {
        overflow-x: scroll;
        overflow-y: visible;
        width: 100vw;
    }
}

.MenuDropdownWrapper {
    display: block;
}

.MenuDropdownArrow {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.MenuHamburgDropdownWrap {
    display: flex;
    align-items: center;
}

.MenuScrollDropdownWrap {
    display: flex;
    align-items: center;
}

.MenuScroll {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: auto;
}

@media (min-width:501px) {
    .MenuScroll {
        height: 100% !important;
    }
}

.MenuDropdown {
    position: absolute;
    background-color: #ffffff;
    z-index: 10100;
    list-style-type: none;
    list-style-image: none;
    padding-left: 0;
}

.MenuDropdown li {
    padding: 0;
    list-style-type: none;
}

.MenuDropdown a {
    display: block;
    padding: 10px;
}

@media (max-width:500px) {
    .MenuDropdownHamburg {
        position: relative;
        background-color: #e4e4e4;
    }
}

.MenuScrollArrow {
    width: 20px;
    height: 20px;
}

.HeaderLMenuScrollArrowBG {
    width: 50px;
    position: absolute;
    right: 0;
    height: 50px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 100;
}

.MenuScrollArrowBG {
    width: 50px;
    position: absolute;
    right: 0;
    height: 50px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 100;
}

.MenuScrollWrap::-webkit-scrollbar {
    display: none;
}

.MenuScrollPlaceholder {
    width: 50px;
    min-width: 50px;
}

@media (min-width:501px) {
    .HeaderLMenuScrollWrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 0;
        list-style-type: none;
        list-style-image: none;
        margin-top: 15px;
        padding-top: 5px;
        column-gap: 30px;
        row-gap: 10px;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width:500px) {
    .HeaderLMenuScrollWrap {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: visible;
        overflow-x: scroll;
        width: 100vw;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 20px;
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 0;
        margin-top: 10px;
        column-gap: 30px;
        box-sizing: border-box;
        height: 100%;
    }
}

.HeaderLMenuScrollWrap::-webkit-scrollbar {
    display: none;
}

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

    .HeaderLMenuScrollArrowBG {
        display: none;
    }
}

.MenuActive {
    font-weight: bold;
}

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

.MenuDropdownOffTouch {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10050;
    opacity: 0;
    display: none;
    background-color: transparent;
}

.MenuDropdown2ndLevel {
    display: block;
}

.SubmenuDropdown {
    position: absolute;
    background-color: #ffffff;
    z-index: 10100;
    display: none;
    list-style-type: none;
    list-style-image: none;
    left: 100%;
    margin-top: -40px;
    padding-left: 0;
}

.MenuDropdown2ndLevelLink {
    padding-right: 0;
}

@media (max-width:500px) {
    .SubmenuDropdown {
        position: relative;
        background-color: #e4e4e4;
        margin-top: 0;
        box-shadow: none;
        z-index: 10150;
        left: 0;
        padding-left: 10px;
    }
}

.MenuDropdownOffTouch2ndLevel {
    z-index: 10055;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}

.MenuDropdownArrow2ndLevel {
    margin-right: 5px;
}

@media only screen and (max-width:500px) {
    .MenuScroll .SubmenuDropdown {
        left: 100%;
        margin-top: -40px;
    }
}

.HeaderS {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    align-items: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:500px) {
    .HeaderS {
        padding: 10px 20px;
    }
}

@media (min-width:501px) and (max-width:749px) {
    .HeaderS {
        padding: 10px 25px;
    }
}

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

.HeroWrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

@media (min-width:750px) {
    .HeroTextWrap {
        padding: 50px 50px 50px 100px;
        width: 50%;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%);
        max-width: 800px;
    }
}

@media (max-width:749px) {
    .HeroTextWrap {
        padding: 100px 20px 50px;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%);
    }
}

.TitleImg {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
}

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

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

@media (min-width:750px) and (max-width:999px) {
    .TitleDivideTextWrap {
        width: 50%;
        padding: 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: 50px 20px;
    }
}

@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: 500px;
    }
}

.TitleOverflowImage {
    height: 500px;
    position: relative;
}

.TitleOverflowText {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    margin-top: -150px;
    background-color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    max-width: 1600px;
    position: relative;
}

@media (max-width:749px) {
    .TitleOverflowText {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.TitleInsideBG {
    position: relative;
}

.TitleInsideWrap {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    max-width: 450px;
    padding: 20px;
}

@media (max-width:500px) {
    .TitleInsideWrap {
        left: 0;
        margin-right: 25px;
    }
}

.TitleInsideWrapper {
    height: 500px;
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.TxtImgTextWrap {
    margin-bottom: 50px;
}

@media (min-width: 750px) {
    .TxtImgTextWrap {
        width: 50%;
        margin-bottom: 0;
    }
}

@media (min-width: 750px) {
    .TxtImgImageWrap {
        width: 50%;
    }
}

@media (min-width:750px) {
    .TxtImgWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 50px;
    }
}

@media (max-width:749px) {
    .TxtImgWrapR {
        flex-direction: column-reverse;
        display: flex;
    }
}

.TxtImgBG {
    background-color: transparent;
}

.TxtImgBG:nth-child(even) {
    background-color: #f0f0f0;
}

@media (min-width:750px) {
    .TxtImgBG:nth-child(even) .TxtImgWrap {
        flex-direction: row-reverse;
    }
}

@media (min-width:750px) {
    .TxtImgFull {
        display: flex;
        justify-content: center;
    }
}

@media (min-width:750px) {
    .TxtImgFullImageWrap {
        width: 50%;
        max-height: 500px;
    }
}

@media (min-width:750px) and (max-width:999px) {
    .TxtImgFullTextWrapR {
        padding: 50px 25px;
        margin-top: auto;
        margin-bottom: auto;
        width: 50%;
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .TxtImgFullTextWrapR {
        width: 50%;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-start;
        padding: 50px;
        box-sizing: border-box;
    }
}

@media (min-width:750px) and (max-width:999px) {
    .TxtImgFullTextWrapL {
        width: 50%;
        padding: 50px 25px;
        margin-top: auto;
        margin-bottom: auto;
        box-sizing: border-box;
    }
}

@media (min-width:1000px) {
    .TxtImgFullTextWrapL {
        width: 50%;
        padding: 50px;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
    }
}

@media (max-width:749px) {
    .TxtImgFull {
        display: flex;
        flex-direction: column-reverse;
    }

    .TxtImgFullTextWrap {
        padding: 50px 20px;
    }

    .TxtImgFullL {
        display: flex;
        flex-direction: column;
    }
}

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

.TxtImgFullBG {
    background-color: transparent;
}

.TxtImgFullBG:nth-child(even) {
    background-color: #f0f0f0;
}

@media (min-width:1000px) {
    .TxtImgFullBG:nth-child(even) .TxtImgFullTextWrapL {
        justify-content: flex-start;
    }
}

@media (min-width:750px) {
    .TxtImgFullBG:nth-child(even) .TxtImgFull {
        flex-direction: row-reverse;
    }
}

@media (min-width:1000px) {
    .TxtImgFullBG:nth-child(even) .TxtImgFullTextWrapR {
        justify-content: flex-end;
    }
}

.TxtonImgBGR {
    padding: 50px 25px;
    display: flex;
    justify-content: flex-end;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.TxtonImgBGL {
    padding: 50px 25px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.TxtonImgWrap {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 25px;
    max-width: 450px;
}

@media (max-width:500px) {
    .TxtonImgBGL {
        padding-left: 0;
        padding-right: 50px;
    }

    .TxtonImgBGR {
        padding-right: 0;
        padding-left: 50px;
    }
}

.TxtonImgBG {
    position: relative;
}

.Icons3Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    gap: 25px;
}

.Icons3Image {
    width: auto;
    height: 100px;
}

.TxtIcons {
    margin-bottom: 0;
}

.Icon3Wrap {
    display: block;
}

@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(33.33% - (50px * 2/3));
    }
}

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

.CardWrap {
    background-color: #f0f0f0;
}

@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;
    height: 100%;
}

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

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

    .CardImgWrap {
        height: 250px;
    }
}

.OverviewWrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

.OverviewWrap {
    padding: 50px 25px;
    width: auto;
}

@media (min-width:501px) and (max-width:999px) {
    .OverviewWrap {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 50px;
        box-sizing: border-box;
    }
}

@media (min-width:501px) and (max-width:999px) {
    .OverviewWrapper {
        flex-wrap: wrap;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .OverviewWrapper {
        display: block;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .OverviewWrap {
        padding: 25px 20px 50px;
        width: auto;
    }
}

.OverviewIcon {
    width: 50px;
    height: 50px;
}

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

.Checklist {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

@media (min-width:750px) {
    .Checklist {
        columns: 2;
        margin-left: auto;
        margin-right: auto;
        column-gap: 300px;
        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;
    margin-top: 0;
}

.ChecklistSign {
    padding-right: 5px;
}

.PriceListItemWrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.PriceListItemNr {
    font-weight: bold;
    margin-right: 10px;
}

.PriceListItemName {
    font-weight: bold;
}

.PriceListItemPrice {
    font-weight: bold;
    margin-left: 15px;
}

.PriceListItemWrap:nth-child(even) {
    background-color: #f0f0f0;
}

@media only screen and (min-width:501px) and (max-width:999px) {
    .PriceListItemWrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width:500px) {
    .PriceListItemWrap {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        padding-bottom: 20px;
    }
}

.AccordionWrap {
    display: block;
}

.AccordionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.AccordionHeadTxt {
    font-weight: bold;
}

.AccordionContent {
    display: block;
}

.AccordionCloseIcon {
    font-size: 32px;
}

.ConsentExtBG {
    height: 315px;
    position: relative;
    max-width: 560px;
}

.ConsentExtWrap {
    padding: 70px 30px 30px;
    text-align: center;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    box-sizing: border-box;
}

.ConsentFrame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.DividerBG {
    position: relative;
    display: flex;
}

.DividerIconsWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    text-align: center;
    width: 100%;
    gap: 25px;
}

.DividerIconWrap {
    display: block;
}

.DividerIcon {
    width: auto;
    height: 100px;
}

.DividerIcnsTxt {
    margin-bottom: 0;
}

.DividerOverlay {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    z-index: 0;
}

.DividerQuote {
    font-size: 24px;
}

.DividerQuoteWrap {
    z-index: 1;
}

.DividerQuoteImg {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 25px;
    object-fit: cover;
}

.DividerWrap {
    z-index: 1;
}

.FormBreakBelow {
    fill: #ffffff;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 10000;
}

.FormBreakAbove {
    fill: #ffffff;
    position: absolute;
    width: 100%;
    margin-top: -100px;
    height: 100px;
}

.ContactForm2Cmns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.ContactForm2CmnsFieldWrap {
    margin-bottom: 20px;
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width:999px) {
    .ContactForm2CmnsFieldWrap {
        width: 100%;
    }
}

.Input0 {
    height: 0;
    border-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border: none;
}

.CheckboxConfirm {
    position: absolute !important;
    left: -100vw;
}

.ContactAreaWrap {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media only screen and (max-width:749px) {
    .ContactAreaWrap {
        padding: 25px 0;
        display: block;
    }
}

.ContactArea50 {
    width: 50%;
    padding: 50px 25px;
}

@media (min-width:501px) and (max-width:749px) {
    .ContactArea50 {
        width: auto;
        padding: 25px;
    }
}

@media (max-width:500px) {
    .ContactArea50 {
        width: auto;
        padding: 25px 20px;
    }
}

.ContactIcon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ContactAreaFormItmWrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media (min-width:501px) and (max-width:749px) {
    .ContactAreaIconsWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 15px;
    }
}

.FooterLegalLink {
    margin-left: 25px;
    margin-right: 25px;
}

.FooterLegalLinkWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.FooterLinksList {
    list-style-type: none;
}

.FooterSocialmediaIcon {
    width: 30px;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.FooterContactIcon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.FooterLegalText {
    margin-top: 0;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 0;
}

.FooterLegalLine {
    height: 20px;
    width: 1px;
    background-color: #808080;
}

.FooterS {
    background-color: #f0f0f0;
}

.FooterSWrap {
    display: flex;
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 25px;
    flex-wrap: wrap;
}

.FooterSLogo {
    width: auto;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.FooterSTextWrap {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.FooterSSocialmediaIconWrap {
    align-items: center;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}

.FooterMWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width:501px) {
    .FooterMColumnL {
        width: 40%;
        min-width: 250px;
        margin-right: 50px;
        margin-bottom: 50px;
    }
}

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

.FooterMColumnM {
    margin-right: 50px;
    margin-bottom: 50px;
}

.FooterMColumnR {
    margin-bottom: 50px;
}

.FooterMLogo {
    width: 250px;
    height: auto;
}

.FooterMBG {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
}

.FooterMColumnM ul {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

.FooterLLegalWrap {
    display: flex;
    justify-content: center;
    background-color: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.FooterLMenuLink {
    margin-right: 30px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.FooterLWrap25 {
    padding: 50px 25px;
    width: 25%;
    box-sizing: border-box;
}

@media (min-width:501px) and (max-width:749px) {
    .FooterLWrap25 {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width:500px) {
    .FooterLWrap25 {
        padding: 25px 20px;
        white-space: nowrap;
        min-width: 50%;
        width: auto;
    }
}

.FooterL25Wrapper {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1650px;
}

@media (min-width:501px) and (max-width:749px) {
    .FooterL25Wrapper {
        flex-wrap: wrap;
        padding: 25px 0;
    }
}

@media (max-width:500px) {
    .FooterL25Wrapper {
        padding: 25px 0;
        flex-wrap: wrap;
    }
}

.FooterLLogo {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.FooterLDscrptn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}

.FooterLBG {
    background-color: #F7F7F7;
    padding-top: 40px;
}

.FooterLWrap25 ul {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}