@media (min-width: 750px) {
    .TxtImgRTextWrap {
        width: 50%;
        margin-left: 25px;
    }
}

@media (min-width: 750px) {
    .TxtImgLTextWrap {
        width: 50%;
        margin-right: 25px;
    }
}

.TxtImgBG {
    background-color: transparent;
}

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

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

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

.TxtImgTextWrap {
    margin-bottom: 50px;
}

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

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

.TxtImgLTextWrap {
    margin-bottom: 50px;
}

.TxtImgRTextWrap {
    margin-bottom: 50px;
}

@media (min-width: 750px) {
    .TxtImgLImageWrap {
        width: 50%;
        margin-left: 25px;
    }
}

@media (min-width: 750px) {
    .TxtImgRImageWrap {
        width: 50%;
        margin-right: 25px;
    }
}

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

@media (min-width:750px) {
    .TxtImgR {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }
}

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

@media (min-width: 750px) {
}

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

.FooterLinksList {
    list-style-type: none;
    margin-bottom: 10px;
}

ul {
    padding-left: 0;
}

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

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

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

.FooterLColumnR {
    margin-bottom: 50px;
}

.FooterLLogoWrap {
    width: 250px;
    height: auto;
    text-align: center;
}

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

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

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

.Icons3Image {
    width: 60px;
    height: 60px;
    margin-left: 50px;
    margin-right: 50px;
    fill: #4C93D5;
}

.HeaderLogo {
    width: 100%;
    height: auto;
    margin-right: 15px;
    max-width: 250px;
    display: block;
}

@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: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

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

@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-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

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

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

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

@media (max-width:500px) {
    .HeaderHMobileMenu {
        position: absolute;
        left: 0px;
        top: 80px;
        background-color: #4C93D5;
        padding: 20px;
        min-width: 50%;
        height: 100vh;
    }

    .MenuHamburg {
        position: absolute;
        left: 0px;
        background-color: #e4e4e4;
        padding: 20px;
        min-width: 50%;
        height: 100vh;
        z-index: 1;
    }
}

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

    .MenuHamburgWrap {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width:500px) {
}

@media (min-width:501px) {
}

.TxtIcons {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    font-weight: bold;
}

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

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

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

.HeaderIconWrap {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

.TextCenter {
    text-align: center;
}

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

.Flex {
    display: flex;
}

@media (max-width:500px) {
    .HeaderLMobileMenu {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        margin-top: 50px;
    }
}

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

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

.HeroWrap {
    position: relative;
    overflow: hidden;
}

@media (min-width:750px) {
    .HeroTextWrap {
        padding: 50px 50px 50px 100px;
        width: 50%;
        max-width: 640px;
    }
}

@media (max-width:749px) {
    .HeroTextWrap {
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.Button {
    color: #ffffff;
    background-color: #4C93D5;
    padding: 10px;
}

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

.MenuScrollWrap {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 100%;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.MenuScrollWrap a {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

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

.MenuHamburgDropdownWrap {
    display: flex;
    padding-right: 10px;
}

.MenuScrollDropdownWrap {
    display: flex;
    padding-right: 10px;
}

.MenuScroll {
    position: relative;
    height: 100%;
    display: flex;
}

.MenuHamburgWrap a {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}

.MenuDropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    z-index: 10100;
    display: none;
    right: 0;
}

.MenuDropdown li {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    list-style-type: none;
}

@media (max-width:500px) {
    .MenuDropdownHamburg {
        position: relative;
        background-color: transparent;
        z-index: 10;
    }
}

.HeaderLHMenuLinks a {
    list-style-type: none;
    margin-right: 10px;
    margin-left: 10px;
}

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

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

.FooterS {
    background-color: #f0f0f0;
}

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

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

.FooterSLogo {
    width: 80px;
    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;
}

@media (min-width:750px) {
    .KarteWrap {
        width: 30%;
        background-color: #ffffff;
        box-shadow: 0px 8px 30px rgba(26, 80, 94, 0.15);
        border-radius: 10px;
    }
}

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

.KarteTxtWrap {
    padding: 10px;
    text-align: center;
    width: auto;
}

@media (min-width:501px) and (max-width:749px) {
    .KarteWrap {
        background-color: #ffffff;
        width: 100%;
        margin-bottom: 50px;
        box-shadow: 0px 8px 30px rgba(26, 80, 94, 0.15);
        border-radius: 10px;
    }
}

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

@media (max-width:500px) {
    .KarteWrap {
        background-color: #ffffff;
        margin-bottom: 50px;
        box-shadow: 0px 8px 30px rgba(26, 80, 94, 0.15);
        border-radius: 10px;
    }

    .KarteImgWrap {
        height: 250px;
    }
}

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

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

    .TxtImgVollTextWrapL {
        width: 44%;
        padding: 50px 3%;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-end;
    }

    .TxtImgVollTextWrapR {
        width: 44%;
        padding: 50px 3%;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-start;
    }
}

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

    .TxtImgVollTextWrap {
        padding: 50px 20px;
    }

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

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

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

.ChecklistHaken {
    padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

    .TitelGeteiltWrap {
        display: flex;
        justify-content: center;
    }

    .TitelGeteiltTextWrap {
        width: 44%;
        padding: 50px 3%;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        justify-content: flex-end;
    }
}

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

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

    .TitelGeteiltImage {
        max-height: 500px;
        width: 50%;
    }
}

.TitelOverflowImage {
    height: 500px;
    background-image: url('../media/PG-Basic-Img.jpg');
    background-position: center center;
    background-size: cover;
}

.TitelOwerflowText {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    margin-top: -150px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    max-width: 1280px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.HeaderLMobileMenu {
    position: absolute;
}

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

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

@media (min-width:501px) {
    .HeaderLMenuScrollWrap {
        display: flex;
        list-style-type: none;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width:500px) {
    .HeaderLMenuScrollWrap {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        height: 100%;
        width: 100vw;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

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

.HeaderLMenuScrollWrap a {
    position: relative;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}

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

    .HeaderLMenuScrollArrowBG {
        display: none;
    }
}

.MenuActive {
    font-weight: bold;
}

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

.TitelInsideBG {
    background-image: url('../media/PG-Basic-Img.jpg');
    background-size: cover;
    background-position: center center;
}

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

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

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

.TxtonImgBGL {
    padding: 50px 25px;
    max-width: 1280px;
    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 {
    background-image: url('../media/PG-Basic-Img.jpg');
    background-position: center center;
    background-size: cover;
}

.TitelInsideWrapper {
    height: 500px;
    position: relative;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

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

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

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

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

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

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

@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: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.DividerBG {
    background-image: url('../media/PG-Basic-Img.jpg');
    background-position: center center;
    background-size: cover;
    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%;
}

.DividerIcon {
    width: 100px;
    height: 100px;
    margin-left: 50px;
    margin-right: 50px;
}

.DividerIcnsTxt {
    margin-bottom: 50px;
}

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

.DividerZitat {
    font-size: 24px;
}

.DividerZitatWrap {
    z-index: 1;
}

.DividerZitatImg {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-image: url('../media/PG-Basic-Img.jpg');
    background-position: center center;
    background-size: cover;
    margin-right: 25px;
}

.DividerWrap {
    z-index: 1;
}

.ZustimmungExtBG {
    background-image: url('../media/PG-Basic-Img.jpg');
    background-position: center center;
    background-size: cover;
    height: 315px;
    position: relative;
    max-width: 560px;
}

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

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

.AccordionWrap {
    display: block;
    margin-bottom: 25px;
}

.AccordionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #f2faff;
}

.AccordionContent {
}

.AccordionCloseIcon {
    font-size: 32px;
    fill: #4C93D5;
}

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

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

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

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

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

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

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

.PreislisteItemName {
    font-weight: bold;
}

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

.PreislisteItemWrap:nth-child(even) {
    background-color: #d5d5d5;
}

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

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

.Formular2Sp {
    display: flex;
    flex-wrap: wrap;
}

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

.FormularTextarea {
    padding: 5px 10px;
    height: 50px;
}

.Formularfeld {
    padding: 5px 10px;
}

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

.FormularCheckbox {
    width: 20px;
    height: 20px;
    border-style: none;
}

.FormularButton {
    -webkit-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
}

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

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