﻿@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/fira-sans-v16-latin-300.eot");
    src:
        local("Fira Sans"),
        url("../fonts/fira-sans-v16-latin-300.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fira-sans-v16-latin-300.woff2") format("woff2"),
        url("../fonts/fira-sans-v16-latin-300.woff") format("woff"),
        url("../fonts/fira-sans-v16-latin-300.ttf") format("truetype"),
        url("../fonts/fira-sans-v16-latin-300.svg#FiraSans") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fira-sans-v16-latin-regular.eot");
    src:
        local("Fira Sans"),
        url("../fonts/fira-sans-v16-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fira-sans-v16-latin-regular.woff2") format("woff2"),
        url("../fonts/fira-sans-v16-latin-regular.woff") format("woff"),
        url("../fonts/fira-sans-v16-latin-regular.ttf") format("truetype"),
        url("../fonts/fira-sans-v16-latin-regular.svg#FiraSans") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/fira-sans-v16-latin-500.eot");
    src:
        local("Fira Sans"),
        url("../fonts/fira-sans-v16-latin-500.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/fira-sans-v16-latin-500.woff2") format("woff2"),
        url("../fonts/fira-sans-v16-latin-500.woff") format("woff"),
        url("../fonts/fira-sans-v16-latin-500.ttf") format("truetype"),
        url("../fonts/fira-sans-v16-latin-500.svg#FiraSans") format("svg");
    font-display: swap;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

html {
    word-break: normal;
}

style {
    word-break: normal;
}

body {
    font-family: "Fira Sans", sans-serif;
    color: #000;
    background-color: #f1f1f1;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }
}

@media (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

section > div.container > div.row {
    padding: 0 10px 0 10px;
}

@media (min-width: 768px) {
    section > div.container > div.row {
        padding: 0 20px 0 0px;
    }
}

.border-bottom-xs-only {
    border-bottom: 1px solid #dee2e6;
}

.border-top-xs-only {
    border-top: 1px solid #dee2e6;
}

.border-blue50 {
    border-color: #006a93 !important;
}

.border-error {
    border: 1px solid #e6007e !important;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .border-bottom-xs-only {
        border-bottom: none;
    }

    .border-top-xs-only {
        border-top: none;
    }
}

svg.separator {
    height: 50px;
}

svg.separator line {
    height: 50px;
    stroke-width: 1;
    stroke: #dedede;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.noborder {
    border: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #e6007e !important;
    border-color: #e6007e !important;
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #e6007e !important;
    border-color: #e6007e !important;
}

.btn-primary:focus {
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #000 !important;
    outline-offset: 1px !important;
    outline-style: auto !important;
    outline-width: 1px !important;
    box-shadow: 0 0 0 0.25rem rgb(155 155 155 / 70%);
}
.btn-outline-info:focus {
    color: #fff !important;
    background-color: #e6007e;
    border-color: #fff !important;
    outline-color: #000 !important;
    outline-offset: 1px !important;
    outline-style: auto !important;
    outline-width: 1px !important;
    box-shadow: 0 0 0 0.25rem rgb(155 155 155 / 70%);
}
.btn-outline-book:focus {
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #000 !important;
    outline-offset: 1px !important;
    outline-style: auto !important;
    outline-width: 1px !important;
    box-shadow: 0 0 0 0.25rem rgb(155 155 155 / 70%);
}

.btn-outline-book {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-book:hover,
.btn-outline-book:active {
    color: #e6007e;
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-info {
    color: #e6007e;
    background-color: #fff;
    background-image: none;
    border-color: #e6007e;
}

.btn-outline-info:hover,
.btn-outline-info:active {
    color: #fff;
    box-shadow: none;
    background-color: #e6007e;
    border-color: #e6007e;
}

.btn-register {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-register:hover,
.btn-register:active {
    color: #e6007e;
    background-color: #fff;
    border-color: #fff;
}

button.navbar-toggler {
    background-color: #fff;
}

.hide-me[aria-expanded="true"] {
    display: none;
}

.btn-call {
    color: #fff !important;
    background-color: green !important;
    border-color: green !important;
}

.btn-call:hover,
.btn-call:active,
.btn-call:focus {
    color: #fff !important;
    background-color: green !important;
    border-color: green !important;
}

.card {
    background-color: #fff;
    border: none;
}

.card-body {
    padding: 1rem 1.5rem;
}

.card.faculty {
    padding: 15px;
}

.card.faculty img {
    border-radius: 50%;
    filter: grayscale(100%);
    display: block;
    max-width: 100%;
    height: auto;
}

.card.faculty h3 {
    min-height: 70px;
}

.map-container-5 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-5 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.detailinfo table {
    font-size: 16px;
}

@media (max-width: 576px) {
    .detailinfo table {
        font-size: 16px;
    }
}

.detailinfo table tr td {
    vertical-align: top;
    padding: 7px 0 7px 0;
    border-bottom: 1px solid #dee2e6;
}

.detailinfo table tr td.noborder {
    border-bottom: none;
    padding-bottom: 0px;
}

.detailinfo thead tr td {
    width: 100%;
}

.detailinfo tbody tr td:first-child:not(.aftertreatment) {
    font-weight: 500;
}

.detailinfo tbody tr td .col-6:nth-child(2) {
    font-weight: 400;
}

.detailinfo table tr td.pricedetail {
    font-weight: 400;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.card.times p {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.cc-revoke.cc-bottom.cc-right.cc-color-override-641303648 {
    display: none;
}

.ekomi-info {
    margin-bottom: 20px;
}

.ekomi-rating p {
    display: none;
}

.ekomi-rating.rating-even {
    border: 1px #ddd solid;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.rating-value {
    color: #047bba;
    font-size: 20px;
    margin-bottom: 10px;
}

.rating-value span {
    font-weight: 400;
}

.rating-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.rating-message {
    font-size: 18px;
}

.stars {
    display: inline-flex;
    height: 20px;
    font-size: 16px;
}

.stars i {
    font-size: 20px;
    padding-right: 5px;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    margin-left: 0;
    padding-left: 0;
}

footer li {
    list-style: none;
}

footer h3 {
    color: #fff;
}

header h2 {
    color: #0099d0;
    font-weight: 300;
}

@media (max-width: 767px) {
    header h2 {
        color: #fff;
        margin: 10px 0 0 0;
        text-align: center;
        font-size: 16px;
    }
}

.hero--textbox {
    align-items: center;
    height: auto;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.hero--textbox p {
    display: none;
}

.hero--textbox h1 {
    color: #fff;
}

@media (min-width: 992px) {
    .hero--textbox {
        width: 100%;
        background-color: #fff;
        display: block;
        height: auto;
        margin: 50px 0 0 0;
        text-align: left;
    }

    .hero--textbox p {
        display: inline;
    }

    .hero--textbox h1 {
        color: #0099d0;
    }
}

.hero--standard {
    background: #0099d0;
    height: auto;
}

.hero--standard .hero--textbox {
    padding: 10px 0 10px 0;
}

@media (min-width: 992px) {
    .hero--standard {
        color: #fff;
        height: 250px;
    }

    .hero--standard .hero--textbox {
        padding: 20px 30px 20px 30px;
    }

    .no-webp .hero--standard {
        background:
            url(/img/hero/3x3dots_gray.gif) left top repeat,
            url(/img/hero/hero_standard_lg.jpg) 50% top no-repeat;
    }

    .webp .hero--standard {
        background:
            url(/img/hero/3x3dots_gray.gif) left top repeat,
            url(/img/hero/hero_standard_lg.webp) 50% top no-repeat;
    }
}

@media (max-width: 991px) {
    .hero--home {
        height: auto;
    }

    .hero--home p {
        line-height: 1.2;
    }

    .hero--home .hero--textbox {
        padding: 20px;
    }

    .no-webp .hero--home {
        background: url(/img/hero/hero_home_xs.jpg) 50% top no-repeat;
    }

    .webp .hero--home {
        background: url(/img/hero/hero_home_xs.webp) 50% top no-repeat;
    }
}

@media (min-width: 992px) {
    .hero--home {
        height: 350px;
    }

    .hero--home .hero--textbox {
        padding: 20px 30px 20px 30px;
    }

    .no-webp .hero--home {
        background:
            url(/img/hero/2px_dotted_gradient.png) left top repeat,
            url(/img/hero/hero_home_lg.jpg) 50% top no-repeat;
    }

    .webp .hero--home {
        background:
            url(/img/hero/2px_dotted_gradient.png) left top repeat,
            url(/img/hero/hero_home_lg.webp) 50% top no-repeat;
    }
}

@media (min-width: 1400px) {
    .hero--home {
        height: 350px;
    }

    .hero--home .hero--textbox {
        padding: 20px 30px 20px 30px;
    }

    .no-webp .hero--home {
        background:
            url(/img/hero/2px_dotted_gradient.png) left top repeat,
            url(/img/hero/hero_home_xxl.jpg) 50% top no-repeat;
    }

    .webp .hero--home {
        background:
            url(/img/hero/2px_dotted_gradient.png) left top repeat,
            url(/img/hero/hero_home_xxl.webp) 50% top no-repeat;
    }
}

.hero--klink-birkenwerder {
    background: #0099d0;
    height: auto;
}

@media (min-width: 992px) {
    .hero--klink-birkenwerder {
        height: 250px;
    }

    .no-webp .hero--klink-birkenwerder {
        background:
            url(/img/hero/3x3dots_black.gif) 50% top repeat,
            url(/img/hero/hero_klinik_birkenwerder_lg.webp) 50% top no-repeat;
    }

    .webp .hero--klink-birkenwerder {
        background:
            url(/img/hero/3x3dots_black.gif) 50% top repeat,
            url(/img/hero/hero_klinik_birkenwerder_lg.webp) 50% top no-repeat;
    }
}

.hero--klink-berlin {
    background: #0099d0;
    height: auto;
}

@media (min-width: 992px) {
    .hero--klink-berlin {
        height: 250px;
    }

    .no-webp .hero--klink-berlin {
        background:
            url(/img/hero/3x3dots_black.gif) left top repeat,
            url(/img/hero/hero_klinik_berlin_lg.webp) 70% top no-repeat;
    }

    .webp .hero--klink-berlin {
        background:
            url(/img/hero/3x3dots_black.gif) left top repeat,
            url(/img/hero/hero_klinik_berlin_lg.webp) 70% top no-repeat;
    }
}

.hero--team {
    background: #0099d0;
    height: auto;
}

@media (min-width: 992px) {
    .hero--team {
        height: 300px;
    }

    .no-webp .hero--team {
        background: url(/img/hero/hero_team_lg.jpg) 50% top no-repeat;
    }

    .webp .hero--team {
        background: url(/img/hero/hero_team_lg.webp) 50% top no-repeat;
    }
}

.hero--miradry {
    background-color: #003da7;
    background-image: url(/img/hero/hero_miradry_lg.jpg);
    background-size: 100% auto;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    height: 600px;
}

@media (min-width: 576px) {
    .hero--miradry {
        background-size: 110% auto;
        background-position: 300px bottom;
        height: 400px;
    }
}

@media (min-width: 768px) {
    .hero--miradry {
        background-size: 90% auto;
        background-position: 500px bottom;
        height: 400px;
    }
}

@media (min-width: 992px) {
    .hero--miradry {
        background-size: 85% auto;
        background-position: 400px bottom;
        height: 450px;
    }
}

@media (min-width: 1200px) {
    .hero--miradry {
        background-size: 70% auto;
        background-position: right bottom;
        height: 450px;
    }
}

@media (min-width: 1400px) {
    .hero--miradry {
        background-size: 880px auto;
        background-position: 90% bottom;
        height: 450px;
    }
}

.hero h1 {
    font-size: 36px;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.2;
}

.hero p {
    font-weight: 300;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .hero--page {
        background: none;
        height: auto;
    }

    .hero--news {
        background: none;
        height: auto;
    }

    .textbox {
        background-color: rgba(255, 255, 255, 0.9);
        margin: 10px;
        padding: 10px;
    }
}

.img-responsive:not([src^="data:image/gif"]) {
    display: block;
    max-width: 100%;
    height: auto;
}

img.circle {
    border-radius: 50%;
    display: block;
    max-width: 100%;
    height: auto;
}

img.cliniclogo {
    max-width: 100%;
    display: block;
    object-fit: contain;
}

/* Basis: Box bleibt Bezugspunkt (hast du schon) */
.teaser-box {
    position: relative;
    transition:
        box-shadow 160ms ease,
        transform 160ms ease,
        border-color 160ms ease;
    will-change: box-shadow, transform;
}

/* dezenter Schatten + leichtes Anheben bei Hover/Fokus */
.teaser-box:hover,
.teaser-box:focus-within {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.06),
        0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}

/* Button bleibt in Sync (wie zuvor) */
.teaser-box:hover .btn.btn-outline-info,
.teaser-box:focus-within .btn.btn-outline-info {
    background-color: #e6007e;
    border-color: #e6007e;
    color: #fff;
}

/* Zeiger */
.teaser-box:hover {
    cursor: pointer;
}

/* stretched-link Konflikte vermeiden */
.teaser-box .stretched-link::after {
    z-index: 0;
}
.teaser-box a:not(.stretched-link) {
    position: relative;
    z-index: 1;
}

/* sichtbarer Tastaturfokus (falls noch nicht gesetzt) */
.teaser-box:focus-within {
    outline: 3px solid #e6007e;
    outline-offset: 2px;
}

/* Bewegungen für Nutzer mit eingeschränkter Bewegung reduzieren */
@media (prefers-reduced-motion: reduce) {
    .teaser-box {
        transition: none;
        transform: none;
    }
}

/* Formular Styling */
#contact-form .input-group-meta,
miradry-form .input-group-meta {
    position: relative;
}

#contact-form .form-group,
#miradry-form .form-group {
    margin-bottom: 2rem;
}

#contact-form .form-group .help-block ul,
#miradry-form .form-group .help-block ul {
    margin-bottom: 0;
}

#contact-form.is-sent .form-group,
#contact-form.is-sent button {
    display: none !important;
}

#miradry-form.is-sent .form-group,
#miradry-form.is-sent button {
    display: none !important;
}

.pattern-bg-one {
    background-color: #ffefe3;
    background-image: url(/images/assets/bg-6.png);
    background-repeat: repeat;
    background-position: center;
}

#contact-form li,
#miradry-form li {
    color: red;
}

.with-errors {
    color: red;
}

.email,
.terms {
    display: none;
}

.mt-200--xs {
    margin-top: -200px;
}

.mt-170--xs {
    margin-top: -170px;
}

.mt-150--xs {
    margin-top: -150px;
}

.mt-120--xs {
    margin-top: -120px;
}

.mt-100--xs {
    margin-top: -100px;
}

.mt-50--xs {
    margin-top: -50px;
}

.mt-40--xs {
    margin-top: -40px;
}

.mt-30--xs {
    margin-top: -30px;
}

.mt-20--xs {
    margin-top: -20px;
}

.mt-10--xs {
    margin-top: -10px;
}

.mt0--xs {
    margin-top: 0;
}

.mt2--xs {
    margin-top: 2px;
}

.mt3--xs {
    margin-top: 3px;
}

.mt4--xs {
    margin-top: 4px;
}

.mt5--xs {
    margin-top: 5px;
}

.mt6--xs {
    margin-top: 6px;
}

.mt7--xs {
    margin-top: 7px;
}

.mt10--xs {
    margin-top: 10px;
}

.mt15--xs {
    margin-top: 15px;
}

.mt20--xs {
    margin-top: 20px;
}

.mt30--xs {
    margin-top: 30px;
}

.mt40--xs {
    margin-top: 40px;
}

.mt50--xs {
    margin-top: 50px;
}

.mt60--xs {
    margin-top: 60px;
}

.mt70--xs {
    margin-top: 70px;
}

.mt80--xs {
    margin-top: 80px;
}

.mt90--xs {
    margin-top: 90px;
}

.mt95--xs {
    margin-top: 95px;
}

.mt100--xs {
    margin-top: 100px;
}

.mt110--xs {
    margin-top: 110px;
}

.mt120--xs {
    margin-top: 120px;
}

.mt130--xs {
    margin-top: 130px;
}

.mt140--xs {
    margin-top: 140px;
}

.mt150--xs {
    margin-top: 150px;
}

.mt160--xs {
    margin-top: 160px;
}

.mt170--xs {
    margin-top: 170px;
}

.mt180--xs {
    margin-top: 180px;
}

.mt190--xs {
    margin-top: 190px;
}

.mt200--xs {
    margin-top: 200px;
}

.mt210--xs {
    margin-top: 210px;
}

.mt220--xs {
    margin-top: 220px;
}

.mt230--xs {
    margin-top: 230px;
}

.mt240--xs {
    margin-top: 240px;
}

.mt250--xs {
    margin-top: 250px;
}

.mt260--xs {
    margin-top: 260px;
}

.mt270--xs {
    margin-top: 270px;
}

.mt280--xs {
    margin-top: 280px;
}

.mt290--xs {
    margin-top: 290px;
}

.mt300--xs {
    margin-top: 300px;
}

@media (min-width: 576px) {
    .mt-200--sm {
        margin-top: -200px;
    }

    .mt-170--sm {
        margin-top: -170px;
    }

    .mt-150--sm {
        margin-top: -150px;
    }

    .mt-120--sm {
        margin-top: -120px;
    }

    .mt-100--sm {
        margin-top: -100px;
    }

    .mt-50--sm {
        margin-top: -50px;
    }

    .mt-40--sm {
        margin-top: -40px;
    }

    .mt-30--sm {
        margin-top: -30px;
    }

    .mt-20--sm {
        margin-top: -20px;
    }

    .mt-10--sm {
        margin-top: -10px;
    }

    .mt0--sm {
        margin-top: 0;
    }

    .mt2--sm {
        margin-top: 2px;
    }

    .mt3--sm {
        margin-top: 3px;
    }

    .mt4--sm {
        margin-top: 4px;
    }

    .mt5--sm {
        margin-top: 5px;
    }

    .mt6--sm {
        margin-top: 6px;
    }

    .mt10--sm {
        margin-top: 10px;
    }

    .mt15--sm {
        margin-top: 15px;
    }

    .mt20--sm {
        margin-top: 20px;
    }

    .mt25--sm {
        margin-top: 25px;
    }

    .mt30--sm {
        margin-top: 30px;
    }

    .mt40--sm {
        margin-top: 40px;
    }

    .mt50--sm {
        margin-top: 50px;
    }

    .mt55--sm {
        margin-top: 55px;
    }

    .mt60--sm {
        margin-top: 60px;
    }

    .mt70--sm {
        margin-top: 70px;
    }

    .mt75--sm {
        margin-top: 75px;
    }

    .mt80--sm {
        margin-top: 80px;
    }

    .mt90--sm {
        margin-top: 90px;
    }

    .mt95--sm {
        margin-top: 95px;
    }

    .mt100--sm {
        margin-top: 100px;
    }

    .mt110--sm {
        margin-top: 110px;
    }

    .mt120--sm {
        margin-top: 120px;
    }

    .mt130--sm {
        margin-top: 130px;
    }

    .mt140--sm {
        margin-top: 140px;
    }

    .mt150--sm {
        margin-top: 150px;
    }

    .mt160--sm {
        margin-top: 160px;
    }

    .mt170--sm {
        margin-top: 170px;
    }

    .mt180--sm {
        margin-top: 180px;
    }

    .mt190--sm {
        margin-top: 190px;
    }

    .mt200--sm {
        margin-top: 200px;
    }

    .mt210--sm {
        margin-top: 210px;
    }

    .mt220--sm {
        margin-top: 220px;
    }

    .mt230--sm {
        margin-top: 230px;
    }

    .mt240--sm {
        margin-top: 240px;
    }

    .mt250--sm {
        margin-top: 250px;
    }

    .mt260--sm {
        margin-top: 260px;
    }

    .mt270--sm {
        margin-top: 270px;
    }

    .mt280--sm {
        margin-top: 280px;
    }

    .mt290--sm {
        margin-top: 290px;
    }

    .mt300--sm {
        margin-top: 300px;
    }
}

@media (min-width: 768px) {
    .mt-150--md {
        margin-top: -150px;
    }

    .mt-170--md {
        margin-top: -170px;
    }

    .mt-190--md {
        margin-top: -190px;
    }

    .mt-200--md {
        margin-top: -200px;
    }

    .mt-220--md {
        margin-top: -220px;
    }

    .mt-50--md {
        margin-top: -50px;
    }

    .mt-40--md {
        margin-top: -40px;
    }

    .mt-30--md {
        margin-top: -30px;
    }

    .mt-20--md {
        margin-top: -20px;
    }

    .mt-10--md {
        margin-top: -10px;
    }

    .mt10--md {
        margin-top: 10px;
    }

    .mt20--md {
        margin-top: 20px;
    }

    .mt30--md {
        margin-top: 30px;
    }

    .mt40--md {
        margin-top: 40px;
    }

    .mt50--md {
        margin-top: 50px;
    }

    .mt60--md {
        margin-top: 60px;
    }

    .mt70--md {
        margin-top: 70px;
    }

    .mt80--md {
        margin-top: 80px;
    }

    .mt90--md {
        margin-top: 90px;
    }

    .mt100--md {
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    .mt-150--lg {
        margin-top: -150px;
    }

    .mt-170--lg {
        margin-top: -170px;
    }

    .mt-190--lg {
        margin-top: -190px;
    }

    .mt-200--lg {
        margin-top: -200px;
    }

    .mt-220--lg {
        margin-top: -220px;
    }

    .mt-50--lg {
        margin-top: -50px;
    }

    .mt-40--lg {
        margin-top: -40px;
    }

    .mt-30--lg {
        margin-top: -30px;
    }

    .mt-20--lg {
        margin-top: -20px;
    }

    .mt-10--lg {
        margin-top: -10px;
    }

    .mt0--lg {
        margin-top: 0px;
    }

    .mt10--lg {
        margin-top: 10px;
    }

    .mt20--lg {
        margin-top: 20px;
    }

    .mt30--lg {
        margin-top: 30px;
    }

    .mt40--lg {
        margin-top: 40px;
    }

    .mt50--lg {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .mt-150--xl {
        margin-top: -150px;
    }

    .mt-170--xl {
        margin-top: -170px;
    }

    .mt-190--xl {
        margin-top: -190px;
    }

    .mt-200--xl {
        margin-top: -200px;
    }

    .mt-220--xl {
        margin-top: -220px;
    }

    .mt-50--xl {
        margin-top: -50px;
    }

    .mt-40--xl {
        margin-top: -40px;
    }

    .mt-30--xl {
        margin-top: -30px;
    }

    .mt-20--xl {
        margin-top: -20px;
    }

    .mt-10--xl {
        margin-top: -10px;
    }

    .mt0--xl {
        margin-top: 0px;
    }

    .mt10--xl {
        margin-top: 10px;
    }
}

@media (min-width: 1400px) {
    .mt-150--xxl {
        margin-top: -150px;
    }

    .mt-170--xxl {
        margin-top: -170px;
    }

    .mt-190--xxl {
        margin-top: -190px;
    }

    .mt-200--xxl {
        margin-top: -200px;
    }

    .mt-220--xxl {
        margin-top: -220px;
    }

    .mt-50--xxl {
        margin-top: -50px;
    }

    .mt-40--xxl {
        margin-top: -40px;
    }

    .mt-30--xxl {
        margin-top: -30px;
    }

    .mt-20--xxl {
        margin-top: -20px;
    }

    .mt-10--xxl {
        margin-top: -10px;
    }

    .mt0--xxl {
        margin-top: 0px;
    }

    .mt10--xxl {
        margin-top: 10px;
    }
}

.mb0--xs {
    margin-bottom: 0;
}

.mb2--xs {
    margin-bottom: 2px;
}

.mb3--xs {
    margin-bottom: 3px;
}

.mb4--xs {
    margin-bottom: 4px;
}

.mb5--xs {
    margin-bottom: 5px;
}

.mb6--xs {
    margin-bottom: 6px;
}

.mb7--xs {
    margin-bottom: 7px;
}

.mb10--xs {
    margin-bottom: 10px;
}

.mb15--xs {
    margin-bottom: 15px;
}

.mb20--xs {
    margin-bottom: 20px;
}

.mb30--xs {
    margin-bottom: 30px;
}

.mb40--xs {
    margin-bottom: 40px;
}

.mb50--xs {
    margin-bottom: 50px;
}

.mb60--xs {
    margin-bottom: 60px;
}

.mb70--xs {
    margin-bottom: 70px;
}

.mb80--xs {
    margin-bottom: 80px;
}

.mb90--xs {
    margin-bottom: 90px;
}

.mb95--xs {
    margin-bottom: 95px;
}

.mb100--xs {
    margin-bottom: 100px;
}

@media (min-width: 576px) {
    .mb0--sm {
        margin-bottom: 0;
    }

    .mb2--sm {
        margin-bottom: 2px;
    }

    .mb3--sm {
        margin-bottom: 3px;
    }

    .mb4--sm {
        margin-bottom: 4px;
    }

    .mb5--sm {
        margin-bottom: 5px;
    }

    .mb6--sm {
        margin-bottom: 6px;
    }

    .mb10--sm {
        margin-bottom: 10px;
    }

    .mb15--sm {
        margin-bottom: 15px;
    }

    .mb20--sm {
        margin-bottom: 20px;
    }

    .mb25--sm {
        margin-bottom: 25px;
    }

    .mb30--sm {
        margin-bottom: 30px;
    }

    .mb40--sm {
        margin-bottom: 40px;
    }

    .mb50--sm {
        margin-bottom: 50px;
    }

    .mb55--sm {
        margin-bottom: 55px;
    }

    .mb60--sm {
        margin-bottom: 60px;
    }

    .mb70--sm {
        margin-bottom: 70px;
    }

    .mb75--sm {
        margin-bottom: 75px;
    }

    .mb80--sm {
        margin-bottom: 80px;
    }

    .mb90--sm {
        margin-bottom: 90px;
    }

    .mb95--sm {
        margin-bottom: 95px;
    }

    .mb100--sm {
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .mb30--lg {
        margin-bottom: 30px;
    }

    .mb50--lg {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .vh-10 {
        height: 10vh !important;
    }

    .vh-15 {
        height: 15vh !important;
    }

    .vh-20 {
        height: 20vh !important;
    }
}

.mh10--xs {
    min-height: 10px;
}

.mh20--xs {
    min-height: 20px;
}

.mh30--xs {
    min-height: 30px;
}

.mh40--xs {
    min-height: 40px;
}

.mh50--xs {
    min-height: 50px;
}

.mh60--xs {
    min-height: 60px;
}

.mh70--xs {
    min-height: 70px;
}

.mh80--xs {
    min-height: 80px;
}

.mh90--xs {
    min-height: 90px;
}

.mh100--xs {
    min-height: 100px;
}

.mh110--xs {
    min-height: 110px;
}

.mh120--xs {
    min-height: 120px;
}

.mh130--xs {
    min-height: 130px;
}

.mh140--xs {
    min-height: 140px;
}

.mh150--xs {
    min-height: 150px;
}

.mh160--xs {
    min-height: 160px;
}

.mh170--xs {
    min-height: 170px;
}

.mh180--xs {
    min-height: 180px;
}

.mh190--xs {
    min-height: 190px;
}

@media (min-width: 576px) {
    .mh10--sm {
        min-height: 10px;
    }

    .mh20--sm {
        min-height: 20px;
    }

    .mh30--sm {
        min-height: 30px;
    }

    .mh40--sm {
        min-height: 40px;
    }

    .mh50--sm {
        min-height: 50px;
    }

    .mh60--sm {
        min-height: 60px;
    }

    .mh70--sm {
        min-height: 70px;
    }

    .mh80--sm {
        min-height: 80px;
    }

    .mh90--sm {
        min-height: 90px;
    }

    .mh100--sm {
        min-height: 100px;
    }

    .mh110--sm {
        min-height: 110px;
    }

    .mh120--sm {
        min-height: 120px;
    }

    .mh130--sm {
        min-height: 130px;
    }

    .mh140--sm {
        min-height: 140px;
    }

    .mh150--sm {
        min-height: 150px;
    }

    .mh160--sm {
        min-height: 160px;
    }

    .mh170--sm {
        min-height: 170px;
    }

    .mh180--sm {
        min-height: 180px;
    }

    .mh190--sm {
        min-height: 190px;
    }
}

@media (min-width: 768px) {
    .mh10--md {
        min-height: 10px;
    }

    .mh20--md {
        min-height: 20px;
    }

    .mh30--md {
        min-height: 30px;
    }

    .mh40--md {
        min-height: 40px;
    }

    .mh50--md {
        min-height: 50px;
    }

    .mh60--md {
        min-height: 60px;
    }

    .mh70--md {
        min-height: 70px;
    }

    .mh80--md {
        min-height: 80px;
    }

    .mh90--md {
        min-height: 90px;
    }

    .mh100--md {
        min-height: 100px;
    }

    .mh110--md {
        min-height: 110px;
    }

    .mh120--md {
        min-height: 120px;
    }

    .mh130--md {
        min-height: 130px;
    }

    .mh140--md {
        min-height: 140px;
    }

    .mh150--md {
        min-height: 150px;
    }

    .mh160--md {
        min-height: 160px;
    }

    .mh170--md {
        min-height: 170px;
    }

    .mh180--md {
        min-height: 180px;
    }

    .mh190--md {
        min-height: 190px;
    }
}

@media (min-width: 992px) {
    .mh10--lg {
        min-height: 10px;
    }

    .mh20--lg {
        min-height: 20px;
    }

    .mh30--lg {
        min-height: 30px;
    }

    .mh40--lg {
        min-height: 40px;
    }

    .mh50--lg {
        min-height: 50px;
    }

    .mh60--lg {
        min-height: 60px;
    }

    .mh70--lg {
        min-height: 70px;
    }

    .mh80--lg {
        min-height: 80px;
    }

    .mh90--lg {
        min-height: 90px;
    }

    .mh100--lg {
        min-height: 100px;
    }

    .mh110--lg {
        min-height: 110px;
    }

    .mh120--lg {
        min-height: 120px;
    }

    .mh130--lg {
        min-height: 130px;
    }

    .mh140--lg {
        min-height: 140px;
    }

    .mh150--lg {
        min-height: 150px;
    }

    .mh160--lg {
        min-height: 160px;
    }

    .mh170--lg {
        min-height: 170px;
    }

    .mh180--lg {
        min-height: 180px;
    }

    .mh190--lg {
        min-height: 190px;
    }
}

@media (min-width: 1200px) {
    .mh10--xl {
        min-height: 10px;
    }

    .mh20--xl {
        min-height: 20px;
    }

    .mh30--xl {
        min-height: 30px;
    }

    .mh40--xl {
        min-height: 40px;
    }

    .mh50--xl {
        min-height: 50px;
    }

    .mh60--xl {
        min-height: 60px;
    }

    .mh70--xl {
        min-height: 70px;
    }

    .mh80--xl {
        min-height: 80px;
    }

    .mh90--xl {
        min-height: 90px;
    }

    .mh100--xl {
        min-height: 100px;
    }

    .mh110--xl {
        min-height: 110px;
    }

    .mh120--xl {
        min-height: 120px;
    }

    .mh130--xl {
        min-height: 130px;
    }

    .mh140--xl {
        min-height: 140px;
    }

    .mh150--xl {
        min-height: 150px;
    }

    .mh160--xl {
        min-height: 160px;
    }

    .mh170--xl {
        min-height: 170px;
    }

    .mh180--xl {
        min-height: 180px;
    }

    .mh190--xl {
        min-height: 190px;
    }
}

@media (min-width: 1400px) {
    .mh10--xxl {
        min-height: 10px;
    }

    .mh20--xxl {
        min-height: 20px;
    }

    .mh30--xxl {
        min-height: 30px;
    }

    .mh40--xxl {
        min-height: 40px;
    }

    .mh50--xxl {
        min-height: 50px;
    }

    .mh60--xxl {
        min-height: 60px;
    }

    .mh70--xxl {
        min-height: 70px;
    }

    .mh80--xxl {
        min-height: 80px;
    }

    .mh90--xxl {
        min-height: 90px;
    }

    .mh100--xxl {
        min-height: 100px;
    }

    .mh110--xxl {
        min-height: 110px;
    }

    .mh120--xxl {
        min-height: 120px;
    }

    .mh130--xxl {
        min-height: 130px;
    }

    .mh140--xxl {
        min-height: 140px;
    }

    .mh150--xxl {
        min-height: 150px;
    }

    .mh160--xxl {
        min-height: 160px;
    }

    .mh170--xxl {
        min-height: 170px;
    }

    .mh180--xxl {
        min-height: 180px;
    }

    .mh190--xxl {
        min-height: 190px;
    }
}

.ml0--xs {
    margin-left: 0px;
}

.ml10--xs {
    margin-left: 10px;
}

.ml20--xs {
    margin-left: 20px;
}

.ml30--xs {
    margin-left: 30px;
}

.ml40--xs {
    margin-left: 40px;
}

.ml50--xs {
    margin-left: 50px;
}

.ml60--xs {
    margin-left: 60px;
}

.ml70--xs {
    margin-left: 70px;
}

.ml80--xs {
    margin-left: 80px;
}

.ml90--xs {
    margin-left: 90px;
}

.ml100--xs {
    margin-left: 100px;
}

.ml150--xs {
    margin-left: 150px;
}

@media (min-width: 576px) {
    .ml0--sm {
        margin-left: 0px;
    }

    .ml10--sm {
        margin-left: 10px;
    }

    .ml20--sm {
        margin-left: 20px;
    }

    .ml30--sm {
        margin-left: 30px;
    }

    .ml40--sm {
        margin-left: 40px;
    }

    .ml50--sm {
        margin-left: 50px;
    }

    .ml60--sm {
        margin-left: 60px;
    }

    .ml70--sm {
        margin-left: 70px;
    }

    .ml80--sm {
        margin-left: 80px;
    }

    .ml90--sm {
        margin-left: 90px;
    }

    .ml100--sm {
        margin-left: 100px;
    }

    .ml150--sm {
        margin-left: 150px;
    }
}

@media (min-width: 992px) {
    .ml0--lg {
        margin-left: 0px;
    }

    .ml10--lg {
        margin-left: 10px;
    }

    .ml20--lg {
        margin-left: 20px;
    }

    .ml30--lg {
        margin-left: 30px;
    }

    .ml40--lg {
        margin-left: 40px;
    }

    .ml50--lg {
        margin-left: 50px;
    }

    .ml60--lg {
        margin-left: 60px;
    }

    .ml70--lg {
        margin-left: 70px;
    }

    .ml80--lg {
        margin-left: 80px;
    }

    .ml90--lg {
        margin-left: 90px;
    }

    .ml100--lg {
        margin-left: 100px;
    }

    .ml150--lg {
        margin-left: 150px;
    }
}

.mw100--xs {
    min-width: 100px;
}

.mw200--xs {
    min-width: 200px;
}

.mw300--xs {
    min-width: 300px;
}

.mw400--xs {
    min-width: 400px;
}

@media (min-width: 576px) {
    .mw100--sm {
        min-width: 100px;
    }

    .mw200--sm {
        min-width: 200px;
    }

    .mw300--sm {
        min-width: 300px;
    }

    .mw400--sm {
        min-width: 400px;
    }
}

@media (min-width: 768px) {
    .mw100--md {
        min-width: 100px;
    }

    .mw200--md {
        min-width: 200px;
    }

    .mw300--md {
        min-width: 300px;
    }

    .mw400--md {
        min-width: 400px;
    }
}

@media (min-width: 992px) {
    .mw100--lg {
        min-width: 100px;
    }

    .mw200--lg {
        min-width: 200px;
    }

    .mw300--lg {
        min-width: 300px;
    }

    .mw400--lg {
        min-width: 400px;
    }
}

@media (min-width: 1200px) {
    .mw100--xl {
        min-width: 100px;
    }

    .mw200--xl {
        min-width: 200px;
    }

    .mw300--xl {
        min-width: 300px;
    }

    .mw400--xl {
        min-width: 400px;
    }
}

@media (min-width: 1400px) {
    .mw100--xxl {
        min-width: 100px;
    }

    .mw200--xxl {
        min-width: 200px;
    }

    .mw300--xxl {
        min-width: 300px;
    }

    .mw370--xxl {
        min-width: 370px;
    }

    .mw400--xxl {
        min-width: 400px;
    }
}

/* NAVI */
.nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #0076b5;
    border-color: #0076b5;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #0076b5;
    background-color: #efefef;
}

.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    border-color: #0076b5;
    background-color: #0076b5;
}

@media (max-width: 767px) {
    .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid #dee2e6;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #999;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.active:hover,
    .navbar-light .navbar-nav .nav-link.active:focus {
        color: #0099cc;
    }
}

.selected {
    font-weight: 300;
    color: #035d8c !important;
    text-decoration: none !important;
}

.deselected {
    font-weight: 300;
    color: #888 !important;
    text-decoration: none !important;
}

a.nav-link.langDE,
a.nav-link.langEN,
a.nav-link.langDE.unterstrichen,
a.nav-link.langEN.unterstrichen {
    background: none !important;
}

section.container-fluid.top-navi {
    background-color: #0099d0;
}

nav.navbar.navbar-expand-md.navbar-light.container {
    background-color: #0099d0;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 0rem;
    }
}

.nav-item {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .nav-item {
        border-bottom: 1px solid #bfbfbf !important;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    #navbarAdvanced a {
        color: #035d8c;
    }

    #navbarAdvanced a.dropdown-item {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    ul.dropdown-menu.show li {
        border-bottom: 1px solid #bfbfbf;
    }

    ul.dropdown-menu.show li:last-child {
        border-bottom: none;
    }

    #navbarAdvanced a.btn.btn-register,
    #navbarAdvanced a.btn.btn-primary {
        color: #fff;
    }

    #navbarAdvanced .btn.btn-primary {
        background-color: green;
    }

    a.nav-link {
        font-size: 1.3em;
        padding-left: 5px;
    }

    a.nav-link.active {
        background-color: #ededed;
        text-decoration: none !important;
    }

    a.dropdown-item.active {
        background-color: #ededed !important;
        text-decoration: none !important;
    }
}
@media (max-width: 991.98px) {
    .nav-link.langDE,
    .nav-link.langEN {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .nav-link.langDE picture,
    .nav-link.langEN picture {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .nav-link.langDE img,
    .nav-link.langEN img {
        display: block;
        margin: 0;
    }
}

@media (min-width: 1500px) {
    .news-item {
        display: block !important;
    }
}

@media (max-width: 1499px) {
    .news-item {
        display: none !important;
    }
}

.navbar-light {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    text-transform: uppercase;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background: none;
}

a.dropdown-item {
    background: none !important;
    text-transform: none;
    color: #444;
}

a.dropdown-item.active,
a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item:hover {
    color: #3f6ea9;
    text-decoration: underline;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    text-decoration: underline;
}

.nav-link {
    padding: 0.1rem 1rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

nav.navbar.navbar-light.navbar-expand-lg {
    background: white;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #fff;
    }

    nav.navbar.navbar-light.navbar-expand-lg {
        background: #0076b5;
    }
}

.wfdLinks {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
    border-bottom: solid 1px #dee2e6;
    line-height: 1.6;
}

.wfdLinks:before {
    background: #999;
    margin-bottom: -10px;
    content: "Mehr zum Thema";
    color: #fff;
    font-weight: 300;
    padding: 2px 5px;
}

.innerwfdLinks {
    line-height: 2;
    border-top: solid 1px #dee2e6;
    padding: 15px 0;
    margin-top: -1px;
}

.innerwfdLinks ul {
    padding-left: 0;
    list-style: none;
}

#indexNews {
    margin-top: 16px;
    height: 200px !important;
    color: #fff;
}

#indexNews div div:nth-child(1) {
    display: none !important;
}

#indexNews div div:nth-child(2) {
    background: #047bba;
    width: 100% !important;
    height: 180px !important;
}

#indexNews .py-4 {
    padding-top: 0px !important;
}

#indexNews a,
#indexNews span {
    display: none !important;
}

#indexNews a:hover {
    color: #cc00cc;
}

#indexNews h3 {
    color: #fff;
    font-size: 1.4em !important;
    margin-top: 10px;
}

#indexNews p {
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
}

#indexNews a:nth-child(1) {
    display: block !important;
}

@media (min-width: 576px) {
    #indexNews {
        height: 143px !important;
    }

    #indexNews div div:nth-child(2) {
        height: 127px !important;
    }
}

@media (min-width: 768px) {
    #indexNews {
        height: 179px !important;
    }

    #indexNews div div:nth-child(2) {
        height: 163px !important;
    }
}

@media (min-width: 992px) {
    #indexNews {
        height: 124px !important;
    }

    #indexNews div div:nth-child(2) {
        height: 108px !important;
    }
}

@media (min-width: 1200px) {
    #indexNews {
        height: 148px !important;
    }

    #indexNews div div:nth-child(2) {
        height: 133px !important;
    }
}

@media (min-width: 1400px) {
    #indexNews {
        height: 171px !important;
    }

    #indexNews div div:nth-child(2) {
        height: 155px !important;
    }
}

#moreNews a,
#moreNews p,
#moreNews span {
    display: none !important;
}

#moreNews h3 {
    font-size: 1.4em !important;
}

#moreNews a:nth-child(1),
#moreNews a:nth-child(2),
#moreNews a:nth-child(3),
#moreNews a:nth-child(4) {
    display: block !important;
}

div#moreNews a {
    display: none;
}

.font--dark-gray a,
.font--dark-gray p,
.font--dark-gray span {
    color: #333333;
}

.newsTeaser em {
    font-size: 12px;
}

.newsTeaser span {
    background-color: #fb35ac;
    color: #fff;
    font-size: 12px;
}

.newsTeaser p {
    line-height: 1.3;
}

@media (min-width: 576px) {
    .newsTeaser span,
    .newsTeaser em {
        font-size: 16px;
    }
}

.pd0--xs {
    padding: 0px;
}

.pd5--xs {
    padding: 5px;
}

.pd10--xs {
    padding: 10px;
}

.pd15--xs {
    padding: 15px;
}

.pd20--xs {
    padding: 20px;
}

.pd30--xs {
    padding: 30px;
}

.pd40--xs {
    padding: 40px;
}

.pd50--xs {
    padding: 50px;
}

.pd60--xs {
    padding: 60px;
}

.pd70--xs {
    padding: 70px;
}

.pd80--xs {
    padding: 80px;
}

.pd90--xs {
    padding: 90px;
}

.pd100--xs {
    padding: 100px;
}

@media (min-width: 768px) {
    .pd0--sm {
        padding: 0;
    }

    .pd5--sm {
        padding: 5px;
    }

    .pd10--sm {
        padding: 10px;
    }

    .pd15--sm {
        padding: 15px;
    }

    .pd20--sm {
        padding: 20px;
    }

    .pd30--sm {
        padding: 30px;
    }

    .pd40--sm {
        padding: 40px;
    }

    .pd50--sm {
        padding: 50px;
    }

    .pd60--sm {
        padding: 60px;
    }

    .pd70--sm {
        padding: 70px;
    }

    .pd80--sm {
        padding: 80px;
    }

    .pd90--sm {
        padding: 90px;
    }

    .pd100--sm {
        padding: 100px;
    }
}

@media (min-width: 992px) {
    .pd0--lg {
        padding: 0;
    }
}

.pt0--xs {
    padding-top: 0px;
}

.pt5--xs {
    padding-top: 5px;
}

.pt10--xs {
    padding-top: 10px;
}

.pt15--xs {
    padding-top: 15px;
}

.pt20--xs {
    padding-top: 20px;
}

.pt25--xs {
    padding-top: 25px;
}

.pt30--xs {
    padding-top: 30px;
}

.pt40--xs {
    padding-top: 40px;
}

.pt50--xs {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .pt0--sm {
        padding-top: 0px;
    }

    .pt5--sm {
        padding-top: 5px;
    }

    .pt10--sm {
        padding-top: 10px;
    }

    .pt15--sm {
        padding-top: 15px;
    }

    .pt20--sm {
        padding-top: 20px;
    }

    .pt25--sm {
        padding-top: 25px;
    }

    .pt30--sm {
        padding-top: 30px;
    }

    .pt40--sm {
        padding-top: 40px;
    }

    .pt50--sm {
        padding-top: 50px;
    }
}

.pb5--xs {
    padding-bottom: 5px;
}

.pb10--xs {
    padding-bottom: 10px;
}

.pb15--xs {
    padding-bottom: 15px;
}

.pb20--xs {
    padding-bottom: 20px;
}

.pb25--xs {
    padding-bottom: 25px;
}

.pb30--xs {
    padding-bottom: 30px;
}

.pb40--xs {
    padding-bottom: 40px;
}

.pb50--xs {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .pb0--sm {
        padding-bottom: 0px;
    }

    .pb5--sm {
        padding-bottom: 5px;
    }

    .pb10--sm {
        padding-bottom: 10px;
    }

    .pb15--sm {
        padding-bottom: 15px;
    }

    .pb20--sm {
        padding-bottom: 20px;
    }

    .pb25--sm {
        padding-bottom: 25px;
    }

    .pb30--sm {
        padding-bottom: 30px;
    }

    .pb40--sm {
        padding-bottom: 40px;
    }

    .pb40--sm {
        padding-bottom: 50px;
    }
}

.pl0--xs {
    padding-left: 0px;
}

.pl5--xs {
    padding-left: 5px;
}

.pl10--xs {
    padding-left: 10px;
}

.pl15--xs {
    padding-left: 15px;
}

.pl20--xs {
    padding-left: 20px;
}

.pl25--xs {
    padding-left: 25px;
}

.pl30--xs {
    padding-left: 30px;
}

.pl40--xs {
    padding-left: 40px;
}

.pl50--xs {
    padding-left: 50px;
}

@media (min-width: 768px) {
    .pl0--sm {
        padding-left: 0px;
    }

    .pl5--sm {
        padding-left: 5px;
    }

    .pl10--sm {
        padding-left: 10px;
    }

    .pl15--sm {
        padding-left: 15px;
    }

    .pl20--sm {
        padding-left: 20px;
    }

    .pl25--sm {
        padding-left: 25px;
    }

    .pl30--sm {
        padding-left: 30px;
    }

    .pl40--sm {
        padding-left: 40px;
    }

    .pl50--sm {
        padding-left: 50px;
    }
}

.nopadding {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .nopadding--xs {
        padding: 0 !important;
    }
}

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }
}

.sidebar {
    margin-top: auto;
}

@media (min-width: 992px) {
    .sidebar {
        margin-top: -200px;
    }
}

.op-table {
    display: table;
    width: 95%;
    border-collapse: collapse;
    margin: 0 10px 0 10px;
}

.op-table row {
    display: table-row;
}

row.tablecell.col-6:nth-child(1),
row.tablecell.col-6:nth-child(2) {
    border-top: 1px solid #dee2e6;
}

.tablecell {
    border-bottom: 1px solid #dee2e6;
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.tablecell:first-child {
    font-weight: 500;
}

.tablecell:not(.col-6) {
    border-bottom: none;
    font-weight: 400;
}

table.preistabelle {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse;
    text-align: left;
}

table.preistabelle td,
table.preistabelle th {
    padding: 10px;
}

table.preistabelle tr td {
    padding-left: 20px;
}

table.preistabelle tr:first-child {
    background: #d5e2f0 !important;
}

table.preistabelle tr:nth-child(odd) {
    background: #eef4f8;
}

table.preistabelle tr:nth-child(even) {
    background: #fff;
}

table.preistabelle td:first-child {
    width: 200px;
}

table.preistabelle td:last-child {
    width: 100px;
    text-align: right;
}

.our-webcoderskull ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.our-webcoderskull h2 {
    margin-left: 13px;
}

.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
}

.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 0;
    cursor: pointer;
}

.our-webcoderskull .cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.our-webcoderskull .cnt-block picture {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.our-webcoderskull .cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%;
}

.our-webcoderskull .cnt-block p {
    line-height: 20px;
    font-weight: 400;
}

.our-webcoderskull .cnt-block a p {
    color: #343a40;
}

.our-webcoderskull .cnt-block a:hover {
    text-decoration: none;
}

.our-webcoderskull .equal-hight {
    height: auto;
}

.frmbrdr {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 10px;
    background: #fff;
}

.frmbrdr h4 {
    font-size: 1em;
}

.frmbrdr img {
    text-align: center;
}

.frmbrdr .dropdown-menu {
    left: 25%;
}

.doctena {
    text-align: center;
}

.terminbuchen {
    height: 300px;
}

body.frame > .container {
    width: auto !important;
}

@media (max-width: 990px) {
    body.frame > .container {
        width: auto !important;
    }

    .terminbuchen {
        height: auto;
    }
}

@media (min-width: 768px) {
    body.frame > .container {
        width: auto !important;
    }
}

@media (min-width: 576px) {
    body.frame > .container {
        width: auto !important;
    }
}

h1 {
    font-size: 28px !important;
}

h2 {
    font-size: 24px !important;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 16px !important;
}

p {
    font-size: 14px !important;
}

@media (min-width: 992px) {
    h1 {
        font-size: 34px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    p {
        font-size: 16px !important;
    }
}

h1 {
    line-height: 1;
}

h2 {
    line-height: 1.3;
}

h3 {
    line-height: 1.2;
}

h4 {
    line-height: 1.1;
}

p {
    line-height: 1.5;
}

h1 {
    font-weight: 300;
}

h2 {
    font-weight: 300;
}

h3 {
    font-weight: 300;
}

h4 {
    font-weight: 300;
}

p {
    font-weight: 400;
}

a {
    font-weight: 400;
}

li {
    font-weight: 400;
}

strong {
    font-weight: 500;
}

a.nav-link {
    font-weight: 300;
}

.card h4 {
    font-weight: 400;
}

footer h4 {
    font-weight: 400;
}

footer p {
    font-weight: 300;
}

footer a {
    font-weight: 300;
}

h3 span {
    font-style: italic;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin-bottom: 0;
}

h2 {
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 10px;
}

h1 {
    color: #0473ad;
}

h2 {
    color: #0473ad;
}

h3 {
    color: #0473ad;
}

h4 {
    color: #0473ad;
}

p {
    color: #000;
}

p span {
    color: #585858;
}

a {
    color: #0473ad;
}

a:hover {
    color: #0473ad;
}

footer h4 {
    color: #fff;
}

footer p {
    color: #fff;
}

.font--white {
    color: #fff;
}

.font--white a {
    color: #fff;
}

.font--blue {
    color: #0473ad;
}

.font--blue a {
    color: #0473ad;
}

.font--pink {
    color: #e6007e;
}

.font--black {
    color: #000;
}

.font--gray {
    color: #b3aeae;
}

.font--gray8 {
    color: #888;
}

.font--gray58 {
    color: #585858;
}

.font--dark-gray {
    color: #222;
}

.font--light-gray {
    color: #cccccc;
}

.font--tangerine {
    color: #ff9966;
}

.font--darkyellow {
    color: #ffcc33;
}

.bg--white {
    background-color: #fff;
}

.bg--blue {
    background-color: #0099d0;
}

.bg--pink {
    background-color: #e6007e;
}

.bg--blue70 {
    background-color: #4a9eca !important;
}

.bg--darkblue {
    background-color: #003b5a !important;
}

.bg--bluegray {
    background-color: #e3ebf1;
}

.bg--darkgray {
    background-color: #222;
}

.bg--lightblue {
    background-color: #ebf4f8;
}

.bg--miradry-blue {
    background-color: #003da7;
}

.bg--miradry-turqoise {
    background-color: #0bcec8;
}

span.nobr {
    white-space: nowrap;
}

.font--300 {
    font-weight: 300;
}

.font--400 {
    font-weight: 400;
}

.font--500 {
    font-weight: 500;
}

@media (max-width: 576px) {
    .font--white--xsonly {
        color: #fff;
    }

    .font--blue--xsonly {
        color: #0473ad;
    }

    .font--pink--xsonly {
        color: #e6007e;
    }

    .font--300--xsonly {
        font-weight: 300;
    }

    .font--400--xsonly {
        font-weight: 400;
    }

    .font--500--xsonly {
        font-weight: 500;
    }
}

.font--white--xs {
    color: #fff;
}

.font--dark-gray--xs {
    color: #222;
}

.font--blue--xs {
    color: #0473ad;
}

.font--pink--xs {
    color: #e6007e;
}

.fs10--xs {
    font-size: 10px !important;
}

.fs12--xs {
    font-size: 12px !important;
}

.fs14--xs {
    font-size: 14px !important;
}

.fs15--xs {
    font-size: 15px !important;
}

.fs16--xs {
    font-size: 16px !important;
}

.fs17--xs {
    font-size: 17px !important;
}

.fs18--xs {
    font-size: 18px !important;
}

.fs19--xs {
    font-size: 19px !important;
}

.fs20--xs {
    font-size: 20px !important;
}

.fs21--xs {
    font-size: 21px !important;
}

.fs22--xs {
    font-size: 22px !important;
}

.fs23--xs {
    font-size: 23px !important;
}

.fs24--xs {
    font-size: 24px !important;
}

.fs25--xs {
    font-size: 25px !important;
}

.fs26--xs {
    font-size: 26px !important;
}

.fs27--xs {
    font-size: 27px !important;
}

.fs28--xs {
    font-size: 28px !important;
}

.fs29--xs {
    font-size: 29px !important;
}

.fs30--xs {
    font-size: 30px !important;
}

.fs32--xs {
    font-size: 32px !important;
}

.fs34--xs {
    font-size: 34px !important;
}

.fs35--xs {
    font-size: 35px !important;
}

.fs36--xs {
    font-size: 36px !important;
}

.fs38--xs {
    font-size: 38px !important;
}

.fs40--xs {
    font-size: 40px !important;
}

.fs48--xs {
    font-size: 48px !important;
}

.fs60--xs {
    font-size: 60px !important;
}

@media (min-width: 576px) {
    .font--white--sm {
        color: #fff;
    }

    .font--dark-gray--sm {
        color: #222;
    }

    .font--blue--sm {
        color: #0473ad;
    }

    .font--pink--sm {
        color: #e6007e;
    }

    .fs12--sm {
        font-size: 12px !important;
    }

    .fs14--sm {
        font-size: 14px !important;
    }

    .fs15--sm {
        font-size: 15px !important;
    }

    .fs16--sm {
        font-size: 16px !important;
    }

    .fs17--sm {
        font-size: 17px !important;
    }

    .fs18--sm {
        font-size: 18px !important;
    }

    .fs19--sm {
        font-size: 19px !important;
    }

    .fs20--sm {
        font-size: 20px !important;
    }

    .fs21--sm {
        font-size: 21px !important;
    }

    .fs22--sm {
        font-size: 22px !important;
    }

    .fs23--sm {
        font-size: 23px !important;
    }

    .fs24--sm {
        font-size: 24px !important;
    }

    .fs25--sm {
        font-size: 25px !important;
    }

    .fs26--sm {
        font-size: 26px !important;
    }

    .fs27--sm {
        font-size: 27px !important;
    }

    .fs28--sm {
        font-size: 28px !important;
    }

    .fs29--sm {
        font-size: 29px !important;
    }

    .fs30--sm {
        font-size: 30px !important;
    }

    .fs32--sm {
        font-size: 32px !important;
    }

    .fs34--sm {
        font-size: 34px !important;
    }

    .fs35--sm {
        font-size: 35px !important;
    }

    .fs36--sm {
        font-size: 36px !important;
    }

    .fs38--sm {
        font-size: 38px !important;
    }

    .fs40--sm {
        font-size: 40px !important;
    }

    .fs48--sm {
        font-size: 48px !important;
    }

    .fs60--sm {
        font-size: 60px !important;
    }
}

@media (min-width: 768px) {
    .font--white--md {
        color: #fff;
    }

    .font--dark-gray--md {
        color: #222;
    }

    .font--blue--md {
        color: #0473ad;
    }

    .font--pink--md {
        color: #e6007e;
    }

    .fs12--md {
        font-size: 12px !important;
    }

    .fs14--md {
        font-size: 14px !important;
    }

    .fs15--md {
        font-size: 15px !important;
    }

    .fs16--md {
        font-size: 16px !important;
    }

    .fs17--md {
        font-size: 17px !important;
    }

    .fs18--md {
        font-size: 18px !important;
    }

    .fs19--md {
        font-size: 19px !important;
    }

    .fs20--md {
        font-size: 20px !important;
    }

    .fs21--md {
        font-size: 21px !important;
    }

    .fs22--md {
        font-size: 22px !important;
    }

    .fs23--md {
        font-size: 23px !important;
    }

    .fs24--md {
        font-size: 24px !important;
    }

    .fs25--md {
        font-size: 25px !important;
    }

    .fs26--md {
        font-size: 26px !important;
    }

    .fs27--md {
        font-size: 27px !important;
    }

    .fs28--md {
        font-size: 28px !important;
    }

    .fs29--md {
        font-size: 29px !important;
    }

    .fs30--md {
        font-size: 30px !important;
    }

    .fs32--md {
        font-size: 32px !important;
    }

    .fs34--md {
        font-size: 34px !important;
    }

    .fs35--md {
        font-size: 35px !important;
    }

    .fs36--md {
        font-size: 36px !important;
    }

    .fs38--md {
        font-size: 38px !important;
    }

    .fs40--md {
        font-size: 40px !important;
    }

    .fs48--md {
        font-size: 48px !important;
    }

    .fs60--md {
        font-size: 60px !important;
    }
}

@media (min-width: 992px) {
    .font--white--lg {
        color: #fff;
    }

    .font--dark-gray--lg {
        color: #222;
    }

    .font--blue--lg {
        color: #0473ad;
    }

    .font--pink--lg {
        color: #e6007e;
    }

    .fs12--lg {
        font-size: 12px !important;
    }

    .fs14--lg {
        font-size: 14px !important;
    }

    .fs15--lg {
        font-size: 15px !important;
    }

    .fs16--lg {
        font-size: 16px !important;
    }

    .fs17--lg {
        font-size: 17px !important;
    }

    .fs18--lg {
        font-size: 18px !important;
    }

    .fs19--lg {
        font-size: 19px !important;
    }

    .fs20--lg {
        font-size: 20px !important;
    }

    .fs21--lg {
        font-size: 21px !important;
    }

    .fs22--lg {
        font-size: 22px !important;
    }

    .fs23--lg {
        font-size: 23px !important;
    }

    .fs24--lg {
        font-size: 24px !important;
    }

    .fs25--lg {
        font-size: 25px !important;
    }

    .fs26--lg {
        font-size: 26px !important;
    }

    .fs27--lg {
        font-size: 27px !important;
    }

    .fs28--lg {
        font-size: 28px !important;
    }

    .fs29--lg {
        font-size: 29px !important;
    }

    .fs30--lg {
        font-size: 30px !important;
    }

    .fs32--lg {
        font-size: 32px !important;
    }

    .fs34--lg {
        font-size: 34px !important;
    }

    .fs35--lg {
        font-size: 35px !important;
    }

    .fs36--lg {
        font-size: 36px !important;
    }

    .fs38--lg {
        font-size: 38px !important;
    }

    .fs40--lg {
        font-size: 40px !important;
    }

    .fs48--lg {
        font-size: 48px !important;
    }

    .fs60--lg {
        font-size: 60px !important;
    }
}

@media (min-width: 1200px) {
    .font--white--xl {
        color: #fff;
    }

    .font--dark-gray--xl {
        color: #222;
    }

    .font--blue--xl {
        color: #0473ad;
    }

    .font--pink--xl {
        color: #e6007e;
    }

    .fs12--xl {
        font-size: 12px !important;
    }

    .fs14--xl {
        font-size: 14px !important;
    }

    .fs15--xl {
        font-size: 15px !important;
    }

    .fs16--xl {
        font-size: 16px !important;
    }

    .fs17--xl {
        font-size: 17px !important;
    }

    .fs18--xl {
        font-size: 18px !important;
    }

    .fs19--xl {
        font-size: 19px !important;
    }

    .fs20--xl {
        font-size: 20px !important;
    }

    .fs21--xl {
        font-size: 21px !important;
    }

    .fs22--xl {
        font-size: 22px !important;
    }

    .fs23--xl {
        font-size: 23px !important;
    }

    .fs24--xl {
        font-size: 24px !important;
    }

    .fs25--xl {
        font-size: 25px !important;
    }

    .fs26--xl {
        font-size: 26px !important;
    }

    .fs27--xl {
        font-size: 27px !important;
    }

    .fs28--xl {
        font-size: 28px !important;
    }

    .fs29--xl {
        font-size: 29px !important;
    }

    .fs30--xl {
        font-size: 30px !important;
    }

    .fs32--xl {
        font-size: 32px !important;
    }

    .fs34--xl {
        font-size: 34px !important;
    }

    .fs35--xl {
        font-size: 35px !important;
    }

    .fs36--xl {
        font-size: 36px !important;
    }

    .fs38--xl {
        font-size: 38px !important;
    }

    .fs40--xl {
        font-size: 40px !important;
    }

    .fs48--xl {
        font-size: 48px !important;
    }

    .fs60--xl {
        font-size: 60px !important;
    }
}

@media (min-width: 1400px) {
    .font--white--xxl {
        color: #fff;
    }

    .font--dark-gray--xxl {
        color: #222;
    }

    .font--blue--xxl {
        color: #0473ad;
    }

    .font--pink--xxl {
        color: #e6007e;
    }

    .fs12--xxl {
        font-size: 12px !important;
    }

    .fs14--xxl {
        font-size: 14px !important;
    }

    .fs15--xxl {
        font-size: 15px !important;
    }

    .fs16--xxl {
        font-size: 16px !important;
    }

    .fs17--xxl {
        font-size: 17px !important;
    }

    .fs18--xxl {
        font-size: 18px !important;
    }

    .fs19--xxl {
        font-size: 19px !important;
    }

    .fs20--xxl {
        font-size: 20px !important;
    }

    .fs21--xxl {
        font-size: 21px !important;
    }

    .fs22--xxl {
        font-size: 22px !important;
    }

    .fs23--xxl {
        font-size: 23px !important;
    }

    .fs24--xxl {
        font-size: 24px !important;
    }

    .fs25--xxl {
        font-size: 25px !important;
    }

    .fs26--xxl {
        font-size: 26px !important;
    }

    .fs27--xxl {
        font-size: 27px !important;
    }

    .fs28--xxl {
        font-size: 28px !important;
    }

    .fs29--xxl {
        font-size: 29px !important;
    }

    .fs30--xxl {
        font-size: 30px !important;
    }

    .fs32--xxl {
        font-size: 32px !important;
    }

    .fs34--xxl {
        font-size: 34px !important;
    }

    .fs35--xxl {
        font-size: 35px !important;
    }

    .fs36--xxl {
        font-size: 36px !important;
    }

    .fs38--xxl {
        font-size: 38px !important;
    }

    .fs40--xxl {
        font-size: 40px !important;
    }

    .fs48--xxl {
        font-size: 48px !important;
    }

    .fs60--xxl {
        font-size: 60px !important;
    }
}

i.fas.fa-map-marker-alt.fa-2x,
i.fas.fa-phone-square-alt.fa-2x {
    color: #cc00cc;
}

.error-alert {
    background-color: #ffdef0;
    border: 1px solid #e6007e !important;
    border-radius: 0.25rem;
    color: #842029;
    padding: 20px;
}

ul li.jaja:before {
    content: "✔️ ";
    line-height: 2em;
}

ul li.nono:before {
    content: "❌ ";
    line-height: 2em;
    color: #999999;
}

li.nono {
    color: #999999;
}

.outerFrame {
    margin-top: -40px;
}

.vimeo-player {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.vimeo-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.vimeo-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.vimeo-player img:hover {
    -webkit-filter: brightness(75%);
}

.vimeo-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(/img/youtube_play.png) no-repeat;
    cursor: pointer;
}

.outerFrame {
    margin-top: -40px;
}

.youtube-player {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(/img/youtube_play.png) no-repeat;
    cursor: pointer;
}
