body {
    margin: 0;
    background-color: #ffffff;
    font-family: Roboto;
    color: #656565;
    font-size: 18px;
    line-height: 28px;
}

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

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

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

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

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'),local('Roboto-Black'),
 url('../media/font/roboto-black-900.woff2') format('woff2'),
 url('../media/font/roboto-black-900.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: local('Roboto Black Italic'),local('Roboto-Black-Italic'),
 url('../media/font/roboto-black-900italic.woff2') format('woff2'),
 url('../media/font/roboto-black-900italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'),local('Roboto-Light'),
 url('../media/font/roboto-light-300.woff2') format('woff2'),
 url('../media/font/roboto-light-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'),local('Roboto-Light-Italic'),
 url('../media/font/roboto-light-300italic.woff2') format('woff2'),
 url('../media/font/roboto-light-300italic.ttf') format('truetype');
}

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

p {
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #656565;
    font-weight: normal;
}

h1 {
    font-family: Roboto;
    font-size: 30px;
    color: #656565;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-family: Roboto;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #656565;
    font-weight: bold;
}

h3 {
    font-family: Roboto;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: 656565px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #656565;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #656565;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    color: #656565;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    color: #9B0E20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

span {
    color: #656565;
}

ul {
    list-style-type: square;
    padding-left: 20px;
}

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

label {
    color: #656565;
    font-weight: normal;
}

input {
    color: #656565;
    font-weight: normal;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

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

textarea::placeholder {
    color: #c9c9c9;
    font-size: 16px;
    font-family: Roboto;
}

textarea {
    padding: 5px 10px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 0;
    color: #656565;
    font-weight: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dddddd;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

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

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

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #ffffff;
    position: absolute;
    left: 5px;
    width: 13px;
    height: 13px;
    top: -1px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
    font-size: 16px;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border: 1px solid #808080;
    background-image: url('/media/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=radio] {
    border: 1px solid #808080;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-right: 5px;
}

input[type=radio]:checked {
    background-color: #7b0c1a;
}

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

.Button:hover {
    background-color: #7b0c1a;
    text-decoration: none;
}

.Button:active {
    background-color: #7b0c1a;
    text-decoration: none;
}

.Button:focus {
    background-color: #7b0c1a;
    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;
    margin-top: 0;
}

.H2Recht {
    margin-top: 50px;
    margin-bottom: 25px;
}

header {
    background-color: #efefef;
}

.TxtRed {
    color: #9B0E20;
}

.MarginBottom10px {
    margin-bottom: 10px;
}

.BGLightGrey {
    background-color: #efefef;
}

.TitleOverflowText h1 {
    color: #ffffff;
}

.TitleOverflowText h2 {
    color: #e0e0e0;
}

@media only screen and (max-width:500px) {
    .Icons3Wrap > div {
        width: 50%;
    }

    .TxtIcons {
        font-size: 16px;
    }

    .Icons3Image {
        height: 60px;
    }

    .HeaderLogo {
        margin-right: 10px;
        height: 100px;
    }
}

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

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

.MedikamentAnzlField {
    width: 30px;
}

.MedikamentDosisField {
    width: 75px;
}

.MedikamentNameWrap {
    width: 100%;
}

.MedikamentFormWrap {
    display: flex;
    gap: 10px;
}

input::placeholder {
    color: #dddddd;
}

.FormField30prc {
    width: 30%;
}

.FormField70prc {
    width: 70%;
}

.DisplayBlock {
    display: block;
}

.TeamNetImg1 {
    position: absolute;
    width: 15%;
    aspect-ratio: 1/1;
    left: 47%;
    top: 35%;
}

.TeamNetImg2 {
    position: absolute;
    width: 12%;
    aspect-ratio: 1/1;
    top: 8%;
    left: 38%;
}

.TeamNetImg3 {
    position: absolute;
    width: 12%;
    aspect-ratio: 1/1;
    top: 16%;
    left: 64%;
}

.TeamNetImg4 {
    position: absolute;
    width: 12%;
    aspect-ratio: 1/1;
    top: 28%;
    left: 83%;
}

.TeamNetImg5 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 51%;
    left: 84%;
}

.TeamNetImg6 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 79%;
    left: 84%;
}

.TeamNetImg7 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 50%;
    left: 19%;
}

.TeamNetImg8 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 78%;
    left: 67%;
}

.TeamNetImg9 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 57%;
    left: 65%;
}

.TeamNetImg10 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 71%;
    left: 50%;
}

.TeamNetImg11 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 72%;
    left: 15%;
}

.TeamNetImg12 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 61%;
    left: 36%;
}

.TeamNetImg13 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 72%;
    left: 16%;
    display: none;
}

.TeamNetImg14 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 28%;
    left: 20%;
}

.TeamNetImg15 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 40%;
    left: 5%;
}

.TeamNetImg16 {
    position: absolute;
    width: 10%;
    aspect-ratio: 1/1;
    top: 17%;
    left: 3%;
}

.TeamNetWrapper {
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.TeamNetBG {
    position: relative;
    width: 100%;
    z-index: 1;
    aspect-ratio: 100/75;
}

.TeamNetInfoWrap {
    width: 80vw;
    position: absolute;
    top: 100%;
    display: flex;
    background-color: #9B0E20;
    z-index: 10;
    border-radius: 50px;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.25);
    max-width: 1200px;
}

.TeamNetInfoWrap1 {
    transform: translateX(-45%);
}

.TeamNetInfoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    max-height: 500px;
    display: block;
    object-position: 50% 20%;
}

.TeamNetInfoContentWrap {
    width: 50%;
    padding: 20px;
}

.TeamNetImg {
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: 5;
    display: block;
    position: relative;
    cursor: pointer;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));
}

.TeamNetInfoMainheading {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.TeamNetInfoSubheading {
    margin-top: 10px;
    color: #ffffff;
    font-weight: normal;
}

.TeamNetInfoListHading {
    background-color: #ffffff;
    color: #9B0E20;
    font-weight: normal;
    padding: 2px 10px;
    width: fit-content;
    margin-bottom: 10px;
}

.TeamNetInfoList {
    padding-left: 15px;
    color: #ffffff;
    margin-top: 10px;
}

.TeamNetInfoImgWrap {
    width: 50%;
}

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

.TeamNetInfoClose {
    color: #ffffff;
    font-size: 25px;
    margin-left: 10px;
    cursor: pointer;
}

.TeamNetInfoWrap2 {
    transform: translateX(-45%);
}

.TeamNetInfoWrap3 {
    transform: translateX(-60%);
}

.TeamNetInfoWrap4 {
    transform: translateX(-80%);
}

.TeamNetInfoWrap5 {
    transform: translateX(-80%);
}

.TeamNetInfoWrap6 {
    transform: translateX(-80%);
}

.TeamNetInfoWrap7 {
    transform: translateX(-35%);
}

.TeamNetInfoWrap8 {
    transform: translateX(-70%);
}

.TeamNetInfoWrap9 {
    transform: translateX(-70%);
}

.TeamNetInfoWrap10 {
    transform: translateX(-45%);
}

.TeamNetInfoWrap11 {
    transform: translateX(-10%);
}

.TeamNetInfoWrap12 {
    transform: translateX(-45%);
}

.TeamNetInfoWrap13 {
    transform: translateX(-25%);
}

.TeamNetInfoWrap14 {
    transform: translateX(-30%);
}

.TeamNetInfoWrap15 {
    transform: translateX(-10%);
}

.TeamNetInfoWrap16 {
    transform: translateX(-10%);
}

@media only screen and (min-width:750px) and (max-width:999px) {
    .TeamNetImg2 {
        width: 15%;
    }

    .TeamNetImg16 {
        width: 13%;
    }

    .TeamNetImg14 {
        width: 13%;
    }

    .TeamNetImg3 {
        width: 15%;
    }

    .TeamNetImg4 {
        width: 14%;
    }

    .TeamNetImg5 {
        width: 13%;
    }

    .TeamNetImg6 {
        width: 13%;
    }

    .TeamNetImg8 {
        width: 14%;
    }

    .TeamNetImg9 {
        width: 13%;
    }

    .TeamNetImg10 {
        width: 13%;
    }

    .TeamNetImg1 {
        width: 18%;
        left: 43%;
        top: 33%;
    }

    .TeamNetImg12 {
        width: 13%;
    }

    .TeamNetImg11 {
        width: 13%;
    }

    .TeamNetImg13 {
        width: 13%;
    }

    .TeamNetImg7 {
        width: 13%;
    }

    .TeamNetImg15 {
        width: 13%;
    }
}

.HeaderLogoWrap {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

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

.LogoTxt1 {
    font-weight: bold;
    color: #9B0E20;
    font-size: 26px;
}

.H2Big {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
}

.MaskottchenImgOverlay {
    position: absolute;
    bottom: -20px;
    right: -20px;
    object-fit: contain;
    height: 50%;
    max-height: 250px;
}

.MarginRightAuto {
    margin-right: auto;
}

.OpeningTimesDay {
    color: #ffffff;
    background-color: #9B0E20;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.TileStartWrap {
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:749px) {
    .HeaderMenuLink a {
        color: #ffffff;
    }
}

@media only screen and (min-width:750px) and (max-width:1100px) {
    .MenuHamburgWrap {
        max-width: 410px;
        column-gap: 20px;
    }
}

.MarginTop30px {
    margin-top: 30px;
}

.TeamNetBGMobile {
    position: relative;
    width: 100%;
    z-index: 1;
}

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

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

    .TeamNetImg2 {
        width: 24%;
        top: 2%;
        left: 35%;
    }

    .TeamNetImg16 {
        width: 22%;
        top: 13%;
        left: 7%;
    }

    .TeamNetImg3 {
        width: 25%;
        top: 10%;
        left: 63%;
    }

    .TeamNetImg4 {
        width: 25%;
        top: 23%;
        left: 70%;
    }

    .TeamNetImg1 {
        width: 27%;
        top: 31%;
        left: 50%;
    }

    .TeamNetImg14 {
        width: 24%;
        top: 25%;
        left: 5%;
    }

    .TeamNetImg15 {
        width: 25%;
        top: 45%;
        left: 12%;
    }

    .TeamNetImg5 {
        width: 25%;
        top: 42%;
        left: 74%;
    }

    .TeamNetImg9 {
        width: 23%;
        top: 53%;
        left: 63%;
    }

    .TeamNetImg12 {
        width: 25%;
        left: 25%;
        top: 55%;
    }

    .TeamNetImg13 {
        width: 25%;
        top: 69%;
        left: 12%;
    }

    .TeamNetImg10 {
        width: 25%;
        top: 80%;
        left: 23%;
    }

    .TeamNetImg8 {
        width: 25%;
        top: 68%;
        left: 57%;
    }

    .TeamNetImg6 {
        width: 22%;
        top: 88%;
        left: 46%;
    }
}

@media only screen and (max-width:500px) {
    .TeamNetImg1 {
        width: 32%;
        top: 30%;
        left: 43%;
    }

    .TeamNetImg2 {
        width: 30%;
    }

    .TeamNetImg14 {
        width: 30%;
    }

    .TeamNetImg8 {
        width: 30%;
    }

    .TeamNetImg10 {
        width: 30%;
    }

    .TeamNetImg12 {
        width: 30%;
    }
}

@media only screen and (max-width:749px) {
    .TeamNetInfoWrap {
        flex-direction: column-reverse;
        border-radius: 25px;
    }

    .TeamNetInfoContentWrap {
        width: auto;
    }

    .TeamNetInfoImgWrap {
        width: auto;
    }

    .TeamNetInfoImg {
        border-top-left-radius: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .TeamNetInfoWrap6 {
        transform: translateX(-50%);
    }

    .TeamNetInfoWrap14 {
        transform: translateX(-5%);
    }

    .TeamNetInfoWrap12 {
        transform: translateX(-20%);
    }

    .TeamNetInfoWrap13 {
        transform: translateX(-10%);
    }

    .TeamNetInfoWrap10 {
        transform: translateX(-20%);
    }
}

.MainMenuIcon {
    width: 120px;
    height: 120px;
    display: block;
}

.HeaderLogoTxt {
    line-height: 20px;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.MapWrap {
    margin-top: auto;
    margin-bottom: auto;
}

.TxtImgImageWrap {
    position: relative;
}

.TickerWrap {
    background-color: #9B0E20;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
    width: 100%;
}

.TickerItem {
    display: inline-block;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    padding-right: 100%;
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.TickerTxt {
    color: #ffffff;
}

.TickerWrapper {
    width: 100%;
    overflow: hidden;
}

.FooterMColumnL {
    display: flex;
}

.FooterLogoZertifizierung {
    width: 100%;
    align-self: flex-start;
    margin-top: 20px;
    max-width: 230px;
}

.TitelZertifizierung {
    width: 250px;
}

@media only screen and (min-width:1000px) {
    .TxtImgImageWrap img.ImageFit {
        max-height: 700px;
    }
}

.ObjectFitContain {
    object-fit: contain;
}

@media only screen and (max-width:749px) {
    .HeaderMenuLink {
        font-size: 18px;
    }
}

@media only screen and (max-width:500px) {
    .MedikamentDosisField {
        width: 55px;
    }

    .MedikamentNameFeld {
        width: calc(100% - 10px);
    }
}

@keyframes AniMascotHover {
    0% {
        transform: scaleY(1);
    }

    25% {
        transform: scaleY(1.1);
    }

    50% {
        transform: scaleY(0.9);
    }

    100% {
        transform: scaleY(1);
    }
}

.Icons3Wrap > div:hover img {
    animation-name: AniMascotHover;
    animation-duration: 1s;
}

.HeadingStroke {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:749px) {
    .TeamNetWrapper {
        aspect-ratio: 5/16;
    }
}

.FontChalkduster {
    font-family: Chalkduster;
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
    .MenuHamburgWrap {
        gap: 20px;
    }
}

.FormField50prc {
    width: 50%;
}

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

.FormFieldWrapper {
    display: flex;
    gap: 10px;
}

@media only screen and (max-width:500px) {
    .FormFieldWrapper {
        flex-wrap: wrap;
        gap: 0;
    }
}

.Height100px {
    height: 100px;
}

.MarginTop10px {
    margin-top: 10px;
}

.FooterLogoContentWrap {
    width: 50%;
    min-width: 180px;
}

.FooterLogoTxt {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width:500px) {
    .FooterMColumnL {
        flex-direction: column;
    }
}

.NewsGalerieGrid {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: minmax(50px, 100px);
}

.NewsGaleriePlaceholder {
    object-fit: contain;
}

.Teamfoto {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 2000px;
}

.FontSize12px {
    font-size: 12px;
}

@media only screen and (max-width:749px) {
    .TeamNetImg11 {
        width: 20%;
        top: 70%;
    }

    .TeamNetInfoWrap11 {
        transform: translateX(0%);
    }
}

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

.AwardsTitle {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
}

@media only screen and (max-width:500px) {
    .AwardsTitle {
        font-size: 16px;
    }
}

.LogoStart {
    width: 100%;
    max-width: 450px;
}

.AwardsTitleWrap {
    display: flex;
    flex-wrap: wrap;
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 50px;
    justify-content: space-evenly;
    gap: 20px;
}

.AlertWrap {
    color: #9B0E20;
    padding: 20px;
    border: 2px solid #9b0e20;
}

#OldNews {
    display: none;
}

.InfoWrap {
    color: #004d81;
    padding: 20px;
    border: 2px solid #004d81;
}

.TxtBlue {
    color: #004d81;
}

.MaxWidth750px {
    max-width: 750px;
}

@media (min-width:1100px) and (max-width:1300px) {
    .MenuHamburgWrap {
        max-width: 550px;
    }
}

.InfoWrapAlert {
    color: #ffffff;
    background-color: #f07d00;
}

.PraxisschwerpunkteIconsWrapper {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

.ChecklistBig {
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
    margin-top: 0;
    margin-bottom: 0;
}

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

.ChecklistBigItem {
    display: flex;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style-type: none;
    margin-bottom: 25px;
    margin-top: 0;
    background-color: #ffffff;
    padding: 10px;
}

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