body {
    margin: 0;
    background-color: #ffffff;
    font-family: Open Sans;
}

@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: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: normal;
}

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

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

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

h4 {
    font-family: Open Sans;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #014288;
    font-weight: bold;
}

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

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

a {
    font-family: Open Sans;
    color: #00B8F1;
    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: #00B8F1;
}

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

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: #014288;
    padding: 12px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
    font-size: 18px;
    border-radius: 10px;
}

.Button:hover {
    background-color: #00B8F1;
    text-decoration: none;
}

.Button:active {
    background-color: #00B8F1;
    text-decoration: none;
}

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

.PostPaginationWrap {
    display: flex;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: center;
}

.PostPaginationNr {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #014288;
}

.PostPaginationNrWrap {
    display: flex;
    gap: 10px;
    max-width: calc (100% - 100px);
    flex-wrap: wrap;
}

.PostPaginationNrActive {
    background-color: #014288;
    color: #ffffff;
}

.ButtonBefore {
    display: inline-flex;
    align-items: center;
}

.ButtonBefore:before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.ButtonAfter {
    display: inline-flex;
    align-items: center;
    float: right;
}

.ButtonAfter:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.PaginationButtonWrap {
    width: 50px;
}

.HeaderBG {
    height: 99px;
    background-image: url('../media/Header-BG.jpg');
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-size: 100% 100%;
}

.HeaderLogo {
    background-color: #ffffff;
    display: block;
    height: 100px;
}

.HeaderWrapper {
    padding-top: 0;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    height: 99px;
}

.HeaderContentWrap {
    display: flex;
    padding-top: 15px;
    gap: 20px;
}

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

.HeaderMenuTxt {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -6px;
    line-height: 40px;
}

.MenuHamburgWrapper {
    display: flex;
    cursor: pointer;
}

@media only screen and (max-width:500px) {
    .HeaderMenuTxt {
        display: none;
    }
}

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

footer p {
    color: #000000;
}

.FooterMBG a {
    color: #014288;
}

.FooterTopWrap {
    height: 30px;
    background-color: #767676;
}

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

.Titelslider {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 17/7;
    width: 100%;
    height: auto;
    max-width: 1700px;
}

.TitelSliderSlide {
    background: unset !important;
    position: relative;
}

.TitleSliderBGImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

.SliderControl {
    box-shadow: none !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 80px !important;
}

.SliderPaginationItem {
    background-color: transparent;
    opacity: 1 !important;
    border: 3px solid #ffffff;
    width: 15x;
    height: 15px;
}

.TitelsliderTestsiegerWrapper {
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.33);
}

.SliderPagination {
    bottom: 50px !important;
    z-index: 10;
}

.TitelsliderTestsiegerContentWrap {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.TitelsliderTestsiegerImg {
    height: 40px;
}

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

.TxtImgImageWrap img {
    border-radius: 0;
}

.ProgrammeWrapper {
    background-color: #f0f0f0;
}

.ProgrammeHeadingWrap {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.BGGrey {
    background-color: #dddddd;
}

.BGLightGrey {
    background-color: #f6f6f6;
}

.FontSize18px {
    font-size: 18px;
}

.ProgrammeList {
    padding-left: 20px;
    margin-bottom: auto;
    margin-top: 0;
}

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

.ListItemPlus:before {
    content: '+';
    margin-right: 6px;
    margin-left: -16px;
    font-weight: bold;
    color: #014288;
}

.ProgrammeList li {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 22px;
}

.ProgrammePreis {
    color: #014288;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    text-align: right;
    line-height: 40px;
}

.ProgrammePreisInfoTxt {
    color: #808080;
    margin: 0 10px 0 auto;
}

.InfoButton {
    color: #ffffff;
    width: 25px;
    height: 25px;
    background-color: #014288;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (min-width:501px) and (max-width:749px) {
    .ProgrammeWrapper .CardTxtWrap {
        width: 100%;
    }
}

.AccordionHeadTxtIconWrap {
    display: flex;
}

.AccordionHeadIcon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 10px;
}

.TxtHellblau {
    color: #00B8F1;
}

.AccordionHeadActiveTxt {
    font-weight: bold;
    color: #014288;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

.PaddingLeft0 {
    padding-left: 0;
}

.PaddingRight0 {
    padding-right: 0;
}

.ImgOverlayWrapper {
    width: auto;
    position: relative;
}

.ImgOverlayImg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.ImgOverlayWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.ImgOverlayTxt {
    margin-top: 0;
    margin-bottom: 0;
    color: #014288;
    text-align: center;
    font-weight: bold;
}

.TitleOverlayHeading {
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    text-shadow: 4px 4px 10px #000000;
    position: absolute;
    bottom: 100px;
    left: 20px;
    right: 20px;
}

@media only screen and (min-width:750px) {
    .TitleOverlayHeading {
        font-size: 50px;
    }
}

.VideoStartImg {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    border: 1px solid #808080;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
}

@media (min-width:750px) {
    .VideoStartContentWrap {
        width: calc(50% + 210px);
    }

    .VideoStartVideoWrap {
        width: calc(50% - 210px);
    }
}

.VideoStartVideoWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.VideoPlayBG {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.VideoPlayWrap {
    position: relative;
    width: 80%;
}

.VideoPlayFrame {
    width: 100%;
    max-height: calc(100vh - 50px);
    aspect-ratio: 4/3;
}

.VideoPlayClose {
    color: #ffffff;
    font-size: 30px;
    float: right;
    cursor: pointer;
}

.FontSize14px {
    font-size: 14px;
    line-height: 22px;
}

.TxtGrey {
    color: #808080;
}

@media (min-width:1200px) {
    .CardPflege1H {
        margin-bottom: 45px;
    }
}

@media (min-width:750px) {
    .Cards5Columns .CardWrap {
        width: calc(33% - (25px * 2/3));
    }
}

@media (min-width:1200px) {
    .Cards5Columns .CardWrap {
        width: calc(20% - (25px * 4/5));
    }
}

.MarginBottom10px {
    margin-bottom: 10px;
}

@media (max-width:749px) {
    .TitleOverlayHeading {
        top: 50%;
        transform: translateY(-100%);
        bottom: auto;
    }
}

@media (max-width:500px) {
    .TitleOverlayHeading {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 0;
        margin-top: 10%;
    }
}

@media (min-width:601px) {
    .AccordionHeadTxtIconWrap {
        width: 600px;
    }
}

.TxtRot {
    color: #FF0101;
}

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

@media (min-width:1200px) {
    .CardProgrammeHeading {
        min-height: 50px;
    }
}

.SchritteHead {
    background-color: #ffffff;
    padding: 15px 0;
}

.SchritteHeadTxt {
    font-weight: bold;
    color: #014288;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.SchritteSchrittSubTxt {
    color: #014288;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-style: italic;
}

.DisplayNone {
    display: none;
}

.SchritteMehrInfosBtn {
    font-size: 22px;
}

.SchritteHeadImg {
    width: 50%;
}

.SchritteWrapper {
    max-width: 1000px;
}

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

    .SchritteHeadImg {
        width: auto;
        max-width: 450px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.SchritteWrap {
    margin-bottom: 0;
    border-bottom: 2px solid #014288;
}

.TitleOverflowImgBGWrap {
    height: 100%;
}

.LocationStartButtonWrap {
    display: inline-flex;
    padding-left: 10px;
    padding-right: 15px;
    border: 1px solid #808080;
    border-radius: 15px;
    width: 140px;
    background-color: #f6f6f6;
    text-align: left;
    align-items: center;
}

.LocationStartButtonIcon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.LocationStartButtonWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

@media (max-width:500px) {
    .LocationStartButtonWrapper {
        padding-left: 10px;
        padding-right: 10px;
        gap: 15px;
    }
}

.CardImgWrap img.ImageFit {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

@media (min-width:501px) and (max-width:749px) {
    .CardImgWrap img.ImageFit {
        border-top-right-radius: 0;
        border-bottom-left-radius: 25px;
    }
}

@media (max-width:500px) {
    .ImgOverlayWrap {
        position: relative;
    }
}

.TxtLightBlue {
    color: #00B8F1;
}

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

    .PaddingBottom20pxMobile {
        padding-bottom: 20px !important;
    }

    .PaddingTop20pxMobile {
        padding-top: 20px;
    }
}

.StandortMapLinkTxt {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.33);
    padding: 5px 10px;
}

.ti-widget-container {
    font-family: Open Sans;
}

.LocationStartButtonWrap p {
    line-height: 20px;
}