div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, figcaption {
    font: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
:root {
    --page-max: 1040px;
    --page-pad: 24px;
}

.page {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--page-pad);
    box-sizing: border-box;
}
*/
body {
    position: relative;
    font-style: normal;
    line-height: 1.5;
    color: #232323;
}

/* contact button */

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.btn-contact .phone-icon {
    width: 16px;
    height: 16px;
    background: url("icons/phone-white.svg") no-repeat center;
    background-size: contain;
}
.btn-contact .termin-icon {
    width: 16px;
    height: 16px;
    background: url("icons/termin-white.svg") no-repeat center;
    background-size: contain;
}

.termin-button {
    background-color: #d85757;
    border: 0 !important;
    border-color: green !important;
}
/* section */

section {
    background-color: #eeeeee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.menu {
    /* min-height: 80px; */
}

section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

h1, h2, h3 {
    margin: auto;
}

h1, h3, p {
    padding: 10px 0;
    margin-bottom: 15px;
}

p, li, blockquote {
    color: #15181b;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

ul, ol, pre, blockquote, h4 {
    margin-bottom: 0;
    margin-top: 0;
}

pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}

p {
    margin-top: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

b, strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 3px solid;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
}

html, body {
    height: auto;
    min-height: 100vh;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

.btn {
    font-weight: 400;
    border-width: 2px;
    border-style: solid;
    font-style: normal;
    letter-spacing: 2px;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all .3s ease-in-out, -webkit-box-shadow 2s ease-in-out;
    transition: all .3s ease-in-out, -webkit-box-shadow 2s ease-in-out;
    -o-transition: all .3s ease-in-out, box-shadow 2s ease-in-out;
    transition: all .3s ease-in-out, box-shadow 2s ease-in-out;
    transition: all .3s ease-in-out, box-shadow 2s ease-in-out, -webkit-box-shadow 2s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
}

.btn-underline {
    position: relative;
    display: inline-block;
    margin-right: .4rem;
    margin-left: .4rem;
}

.btn-underline:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease-in-out 0.2s;
    -o-transition: all .3s ease-in-out 0.2s;
    transition: all .3s ease-in-out 0.2s;
    margin-top: 2px;
}

.btn-underline:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    margin-top: 2px;
}

.btn-underline:hover:after {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transition-delay: none;
    -o-transition-delay: none;
    transition-delay: none;
    width: 0;
}

.btn-underline:hover:before {
    -webkit-transition: all .3s ease-in-out 0.2s;
    -o-transition: all .3s ease-in-out 0.2s;
    transition: all .3s ease-in-out 0.2s;
    width: 100%;
}

.btn-form {
    border-radius: 0;
}

.btn-form:hover {
    cursor: pointer;
}

form .btn {
    margin: 0;
}

.mbr-figure img, .mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
}

.card-img {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img, .card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100%;
    }
}

.l-spacing3 {
    letter-spacing: 3px;
}

.l-spacing-3 {
    letter-spacing: -.3px;
}

.amp-carousel-button {
    width: 50px;
    height: 50px;
}

.amp-carousel-button:hover {
    cursor: pointer;
}

.amp-carousel-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff' viewBox='0 0 129 129'%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z'/%3E%3C/svg%3E");
}

.amp-carousel-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff' viewBox='0 0 129 129'%3E%3Cpath d='m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z'/%3E%3C/svg%3E");
}

.popup-btn:hover {
    cursor: pointer;
}

.hidden {
    visibility: hidden;
}

.super-hide {
    display: none;
}

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

textarea[type="hidden"] {
    display: none;
}

#scrollToTop {
    display: none;
}

.popover-content ul.show {
    min-height: 155px;
}

.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #000000;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
        text-align: center;
    }
}

.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}

[type="submit"] {
    -webkit-appearance: none;
}

.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.mbr-parallax-bg {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sidebar-open:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1040;
}

form input, form textarea, form select {
    padding: .8rem;
    border: 0px;
    background: #ececec;
}

form .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
}

amp-img img {
    max-height: 100%;
    max-width: 100%;
}

img.mbr-temp {
    width: 100%;
}

.is-builder .nodisplay + img[async], .is-builder .nodisplay + img[decoding="async"], .is-builder amp-img > a + img[async], .is-builder amp-img > a + img[decoding="async"] {
    display: none;
}

html:not(.is-builder) amp-img > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.is-builder .temp-amp-sizer {
    position: absolute;
}

.is-builder amp-youtube .temp-amp-sizer, .is-builder amp-vimeo .temp-amp-sizer {
    position: static;
}

.is-builder section.horizontal-menu .ampstart-btn {
    display: none;
}

@media (max-width: 991px) {
    .is-builder section.horizontal-menu .navbar-toggler {
        display: block;
    }
}

.is-builder section.horizontal-menu .dropdown-menu {
    z-index: auto;
    opacity: 1;
    pointer-events: auto;
}

.is-builder section.horizontal-menu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1em;
}

@media (max-width: 767px) {
    .is-builder section.menu .navbar-collapse {
        max-height: 60vh;
        overflow-y: auto;
    }
}

.is-builder section.features4 .full-link, .is-builder section.features13 .full-link {
    z-index: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

.mbr-row, .mbr-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.mbr-form-row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.mbr-form-row > [class*="mbr-col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.mbr-justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 767px) {
    .mbr-col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 100%;
    }

    .mbr-row {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .mbr-col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 25%;
    }

    .mbr-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 33.333333%;
    }

    .mbr-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 41.666667%;
    }

    .mbr-col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 50%;
    }

    .mbr-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 58.333333%;
    }

    .mbr-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 66.666667%;
    }

    .mbr-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 83.333333%;
    }

    .mbr-col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    .mbr-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 16.666667%;
    }

    .mbr-col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 25%;
    }

    .mbr-col-lg-4 {
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 33.33%;
    }

    .mbr-col-lg-5 {
        -ms-flex: 0 0 41.666%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666%;
        max-width: 41.666%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 41.666%;
    }

    .mbr-col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 50%;
    }

    .mbr-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 66.666667%;
    }

    .mbr-col-lg-10 {
        -ms-flex: 0 0 83.3333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 83.3333%;
    }

    .mbr-col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 1200px) {
    .mbr-col-xl-4 {
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 33.33%;
    }

    .mbr-col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 50%;
    }

    .mbr-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex: 0 0 58.333333%;
    }

    .mbr-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex: 0 0 66.666667%;
    }
}

amp-sidebar {
    background: transparent;
}

#scrollToTopMarker {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 300px;
}

#scrollToTopButton {
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: .4;
    z-index: 5000;
    font-size: 32px;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#scrollToTopButton:focus {
    outline: none;
}

#scrollToTopButton a:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 36%;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTopButton a:after {
    content: '';
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 40%;
    height: 40%;
    left: calc(30% - 1px);
    bottom: 30%;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.is-builder #scrollToTopButton a:after {
    left: 30%;
}

.field:not(:nth-last-child(1)) {
    margin-bottom: 1rem;
}

.field-input {
    display: block;
    width: 100%;
}

.mbr-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.mbr-col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.mbr-col, .mbr-col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 991px) {
    .mbr-col {
        min-width: 50%;
    }
}

@media (max-width: 991px) {
    .mbr-col {
        min-width: 100%;
    }
}

.form-check {
    margin-bottom: 0;
}

.form-check-label {
    padding-left: 0;
}

.form-check-input {
    position: relative;
    margin: 4px;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

H3 {
    margin: 0;
    text-align: right;
}

P {
    margin: 0;
    text-align: center;
}

.p-0 {
    padding: 0;
}

.mbr-flex {
    display: flex;
}

.mbr-column {
    flex-direction: column;
}

.mbr-px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.gdpr-block {
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}

.gdpr-block.covert {
    display: none;
}

.textGDPR {
    position: relative;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    width: 15px;
    height: 15px;
    margin: 0;
    position: absolute;
    top: 2px;
    left: -20px;
}

.gdpr-block label {
    color: #a7a7a7;
    vertical-align: middle;
    user-select: none;
    margin-bottom: 0;
}

body {
    font-family: Roboto;
}

blockquote {
    border-color: #ffffff;
}

.display-1 {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 6rem;
}

.display-2 {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 4rem;
}

.display-4 {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 1rem;
}

.display-5 {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 2.25rem;
}

.display-6 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
}

.display-7 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 4.8rem;
        font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 3.2rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.8rem;
        font-size: calc(1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
    }
}

.btn {
    padding: 1rem 2rem;
    border-radius: 0px;
}

.btn-sm {
    border-width: 1px;
    padding: 1rem 1rem;
    border-radius: 0px;
}

.btn-md {
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0px;
}

.bg-primary {
    background-color: #ffffff;
}

.bg-success {
    background-color: #d85757;
}

.bg-info {
    background-color: #f5edf6;
}

.bg-warning {
    background-color: #ffffff;
}

.bg-danger {
    background-color: #fe8b8b;
}

.btn-primary, .btn-primary:active, .btn-primary.active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #808080;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-secondary, .btn-secondary:active, .btn-secondary.active {
    background-color: #1b729e;
    border-color: #1b729e;
    color: #ffffff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #10435d;
    border-color: #10435d;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #10435d;
    border-color: #10435d;
}

.btn-info, .btn-info:active, .btn-info.active {
    background-color: #f5edf6;
    border-color: #f5edf6;
    color: #904c98;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus {
    color: #904c98;
    background-color: #d9badd;
    border-color: #d9badd;
}

.btn-info.disabled, .btn-info:disabled {
    color: #904c98;
    background-color: #d9badd;
    border-color: #d9badd;
}

.btn-success, .btn-success:active, .btn-success.active {
    background-color: #d85757;
    border-color: #d85757;
    color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #b82b2b;
    border-color: #b82b2b;
}

.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #b82b2b;
    border-color: #b82b2b;
}

.btn-warning, .btn-warning:active, .btn-warning.active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #808080;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-danger, .btn-danger:active, .btn-danger.active {
    background-color: #fe8b8b;
    border-color: #fe8b8b;
    color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #fd3f3f;
    border-color: #fd3f3f;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #fd3f3f;
    border-color: #fd3f3f;
}

.btn-black, .btn-black:active, .btn-black.active {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.btn-black:hover, .btn-black:focus, .btn-black.focus {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}

.btn-black.disabled, .btn-black:disabled {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}

.btn-white, .btn-white:active, .btn-white.active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #808080;
}

.btn-white:hover, .btn-white:focus, .btn-white.focus {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-white.disabled, .btn-white:disabled {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-white, .btn-white:active, .btn-white.active {
    color: #333333;
}

.btn-white:hover, .btn-white:focus, .btn-white.focus {
    color: #333333;
}

.btn-white.disabled, .btn-white:disabled {
    color: #333333;
}

.btn-primary-outline, .btn-primary-outline:active, .btn-primary-outline.active {
    background: none;
    border-color: #cccccc;
    color: #cccccc;
}

.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary-outline.disabled, .btn-primary-outline:disabled {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary-outline, .btn-secondary-outline:active, .btn-secondary-outline.active {
    background: none;
    border-color: #0c3347;
    color: #0c3347;
}

.btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus {
    color: #ffffff;
    background-color: #1b729e;
    border-color: #1b729e;
}

.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
    color: #ffffff;
    background-color: #1b729e;
    border-color: #1b729e;
}

.btn-info-outline, .btn-info-outline:active, .btn-info-outline.active {
    background: none;
    border-color: #cfa9d4;
    color: #cfa9d4;
}

.btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus {
    color: #904c98;
    background-color: #f5edf6;
    border-color: #f5edf6;
}

.btn-info-outline.disabled, .btn-info-outline:disabled {
    color: #904c98;
    background-color: #f5edf6;
    border-color: #f5edf6;
}

.btn-success-outline, .btn-success-outline:active, .btn-success-outline.active {
    background: none;
    border-color: #a32626;
    color: #a32626;
}

.btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus {
    color: #ffffff;
    background-color: #d85757;
    border-color: #d85757;
}

.btn-success-outline.disabled, .btn-success-outline:disabled {
    color: #ffffff;
    background-color: #d85757;
    border-color: #d85757;
}

.btn-warning-outline, .btn-warning-outline:active, .btn-warning-outline.active {
    background: none;
    border-color: #cccccc;
    color: #cccccc;
}

.btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-warning-outline.disabled, .btn-warning-outline:disabled {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-danger-outline, .btn-danger-outline:active, .btn-danger-outline.active {
    background: none;
    border-color: #fd2626;
    color: #fd2626;
}

.btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus {
    color: #ffffff;
    background-color: #fe8b8b;
    border-color: #fe8b8b;
}

.btn-danger-outline.disabled, .btn-danger-outline:disabled {
    color: #ffffff;
    background-color: #fe8b8b;
    border-color: #fe8b8b;
}

.btn-black-outline, .btn-black-outline:active, .btn-black-outline.active {
    background: none;
    border-color: #000000;
    color: #000000;
}

.btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-black-outline.disabled, .btn-black-outline:disabled {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-white-outline, .btn-white-outline:active, .btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.text-primary {
    color: #ffffff;
}

.text-primary.btn-underline:after, .text-primary.btn-underline:before {
    background: #ffffff;
}

.text-secondary {
    color: #1b729e;
}

.text-secondary.btn-underline:after, .text-secondary.btn-underline:before {
    background: #1b729e;
}

.text-success {
    color: #d85757;
}

.text-success.btn-underline:after, .text-success.btn-underline:before {
    background: #d85757;
}

.text-info {
    color: #f5edf6;
}

.text-info.btn-underline:after, .text-info.btn-underline:before {
    background: #f5edf6;
}

.text-warning {
    color: #ffffff;
}

.text-warning.btn-underline:after, .text-warning.btn-underline:before {
    background: #ffffff;
}

.text-danger {
    color: #fe8b8b;
}

.text-danger.btn-underline:after, .text-danger.btn-underline:before {
    background: #fe8b8b;
}

.text-white {
    color: #ffffff;
}

.text-white.btn-underline:after, .text-white.btn-underline:before {
    background: #ffffff;
}

.text-black {
    color: #000000;
}

.text-black.btn-underline:after, .text-black.btn-underline:before {
    background: #000000;
}

a.text-primary:hover, a.text-primary:focus {
    color: #cccccc;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #0c3347;
}

a.text-success:hover, a.text-success:focus {
    color: #a32626;
}

a.text-info:hover, a.text-info:focus {
    color: #cfa9d4;
}

a.text-warning:hover, a.text-warning:focus {
    color: #cccccc;
}

a.text-danger:hover, a.text-danger:focus {
    color: #fd2626;
}

a.text-white:hover, a.text-white:focus {
    color: #b3b3b3;
}

a.text-black:hover, a.text-black:focus {
    color: #4d4d4d;
}

.alert-success {
    background-color: #d85757;
}

.alert-info {
    background-color: #f5edf6;
}

.alert-warning {
    background-color: #ffffff;
}

.alert-danger {
    background-color: #fe8b8b;
}

a, a:hover {
    color: #ffffff;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle, .mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #fefdfd;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle, .mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle, .mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

div[submit-success] {
    background: #d85757;
    color: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
}

div[submit-error] {
    background: #fe8b8b;
    color: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.mobirise-spinner {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index: 4;
}

.mobirise-spinner em {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: slide 1s infinite;
}

.mobirise-spinner em:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    background: #ffffff;
}

.mobirise-spinner em:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    background: #1b729e;
}

.mobirise-spinner em:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    background: #d85757;
}

@-moz-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.mobirise-loader .amp-active > div {
    display: none;
}

#scrollToTopMarker {
    display: none;
}

#scrollToTopButton {
    background-color: #f9d5bd;
}

#scrollToTopButton a:before {
    background: #000000;
}

#scrollToTopButton a:after {
    border-top-color: #000000;
    border-right-color: #000000;
}

.display-1 .mbr-iconfont-btn {
    font-size: 6rem;
    width: 6rem;
}

.display-2 .mbr-iconfont-btn {
    font-size: 4rem;
    width: 4rem;
}

.display-4 .mbr-iconfont-btn {
    font-size: 1rem;
    width: 1rem;
}

.display-5 .mbr-iconfont-btn {
    font-size: 2.25rem;
    width: 2.25rem;
}

.display-7 .mbr-iconfont-btn {
    font-size: 1.1rem;
    width: 1.1rem;
}
/* deprecated header
.cid-rrLEWs00sA .nav-item:focus, .cid-rrLEWs00sA .nav-link:focus {
    outline: none;
}

.cid-rrLEWs00sA .navbar-nav {
    list-style-type: none;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
}

.cid-rrLEWs00sA .navbar-nav .nav-link {
    margin: .667em 1em;
    font-weight: normal;
}

@media (max-width: 991px) {
    .cid-rrLEWs00sA ul.navbar-nav {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .cid-rrLEWs00sA ul.navbar-nav li {
        margin: auto;
    }

    .cid-rrLEWs00sA .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        content: '';
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rrLEWs00sA .nav-dropdown .dropdown-menu .dropdown-item {
        -webkit-justify-content: center;
        justify-content: center;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
}

.cid-rrLEWs00sA .nav-dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    left: 0;
    margin: 0;
    min-width: 10rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
}

.cid-rrLEWs00sA .nav-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    line-height: 2;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.cid-rrLEWs00sA .nav-dropdown .dropdown-menu .dropdown {
    position: relative;
}

.cid-rrLEWs00sA .nav-item.dropdown {
    position: relative;
}

.cid-rrLEWs00sA .nav-item.dropdown .dropdown-menu {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.cid-rrLEWs00sA .nav-item.dropdown:hover > .dropdown-menu {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}

.cid-rrLEWs00sA .dropdown-menu .dropdown:hover > .dropdown-menu {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}

.cid-rrLEWs00sA .link.dropdown-toggle:after {
    content: '';
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

.cid-rrLEWs00sA .nav-dropdown .dropdown-submenu {
    top: 0;
}

.cid-rrLEWs00sA .navbar {
    z-index: 100;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-height: 80px;
    transition: all .3s;
    background: #3d8f93;
}

.cid-rrLEWs00sA .navbar .navbar-logo {
    margin-right: .8rem;
}

.cid-rrLEWs00sA .navbar .navbar-logo img {
    height: 100%;
}

.cid-rrLEWs00sA .navbar.navbar-short {
    background: #3d8f93;
}

.cid-rrLEWs00sA .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rrLEWs00sA .navbar.opened {
    transition: all .3s;
    background: #3d8f93;
}

.cid-rrLEWs00sA .navbar .dropdown-item {
    padding: .25rem 1.5rem;
}

.cid-rrLEWs00sA .navbar .navbar-collapse {
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rrLEWs00sA .navbar.collapsed button.navbar-toggler {
    display: block;
}

.cid-rrLEWs00sA .navbar.collapsed .navbar-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #3d8f93;
    padding: 1.5rem 2rem 1rem 2rem;
}

.cid-rrLEWs00sA .navbar.collapsed.opened .navbar-collapse.show, .cid-rrLEWs00sA .navbar.collapsed.opened .navbar-collapse.collapsing {
    display: block;
}

.cid-rrLEWs00sA .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rrLEWs00sA .navbar.collapsed .dropdown-menu {
    position: relative;
    background: transparent;
}

.cid-rrLEWs00sA .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0;
}

.cid-rrLEWs00sA .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rrLEWs00sA .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    margin: 0;
}

.cid-rrLEWs00sA .navbar.collapsed .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
}

@media (max-width: 991px) {
    .cid-rrLEWs00sA .navbar .navbar-collapse {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        min-height: 100vh;
        background: #3d8f93;
        padding: 1rem 2rem 1rem 2rem;
    }

    .cid-rrLEWs00sA .navbar.opened .navbar-collapse.show, .cid-rrLEWs00sA .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }

    .cid-rrLEWs00sA .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rrLEWs00sA .navbar .dropdown-menu {
        position: relative;
        background: transparent;
    }

    .cid-rrLEWs00sA .navbar .dropdown-menu .dropdown-submenu {
        left: 0;
    }

    .cid-rrLEWs00sA .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rrLEWs00sA .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem;
        text-align: center;
        margin: 0;
    }

    .cid-rrLEWs00sA .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        word-break: break-word;
    }
}

.cid-rrLEWs00sA .navbar-brand {
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rrLEWs00sA .navbar-brand .navbar-caption {
    line-height: inherit;
    font-weight: normal;
}

.cid-rrLEWs00sA .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rrLEWs00sA .navbar-brand .navbar-caption-wrap {
    display: flex;
}

.cid-rrLEWs00sA .dropdown-item.active, .cid-rrLEWs00sA .dropdown-item:active {
    background-color: transparent;
}

.cid-rrLEWs00sA .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rrLEWs00sA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #3d8f93;
}

.cid-rrLEWs00sA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rrLEWs00sA .navbar .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-rrLEWs00sA ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rrLEWs00sA .navbar-buttons {
    text-align: center;
}

.cid-rrLEWs00sA button.navbar-toggler {
    display: none;
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rrLEWs00sA button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
}

.cid-rrLEWs00sA button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rrLEWs00sA button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rrLEWs00sA button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rrLEWs00sA button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rrLEWs00sA nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rrLEWs00sA nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rrLEWs00sA nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rrLEWs00sA nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rrLEWs00sA .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
}

.cid-rrLEWs00sA a.nav-link {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rrLEWs00sA .nav-link .mbr-iconfont, .cid-rrLEWs00sA .dropdown-item .mbr-iconfont {
    margin-right: .2rem;
}

.cid-rrLEWs00sA .ampstart-btn {
    display: flex;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rrLEWs00sA .ampstart-btn.hamburger {
    position: relative;
    right: 20px;
    margin-left: auto;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.cid-rrLEWs00sA .ampstart-btn.hamburger:focus {
    outline: none;
}

.cid-rrLEWs00sA .ampstart-btn.hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
}

.cid-rrLEWs00sA .ampstart-btn.hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rrLEWs00sA .ampstart-btn.hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rrLEWs00sA .ampstart-btn.hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rrLEWs00sA .ampstart-btn.hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

@media (min-width: 992px) {
    .cid-rrLEWs00sA .ampstart-btn, .cid-rrLEWs00sA amp-sidebar {
        display: none;
    }

    .cid-rrLEWs00sA .dropdown-menu .dropdown-toggle:after {
        content: '';
        border-bottom: 0.35em solid transparent;
        border-left: 0.35em solid;
        border-right: 0;
        border-top: 0.35em solid transparent;
        margin-left: 0.3rem;
        margin-top: -0.3077em;
        position: absolute;
        right: 1.1538em;
        top: 50%;
    }
}

.cid-rrLEWs00sA amp-sidebar {
    min-width: 260px;
    z-index: 1050;
    background-color: #3d8f93;
}

.cid-rrLEWs00sA amp-sidebar.open:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: red;
}

.cid-rrLEWs00sA .open {
    transform: translateX(0%);
    display: block;
    -webkit-transform: translateX(0%);
}

.cid-rrLEWs00sA .builder-sidebar {
    background-color: #3d8f93;
    position: relative;
    min-height: 100vh;
    z-index: 1030;
    padding: 1rem 2rem;
    max-width: 20rem;
}

.cid-rrLEWs00sA .builder-sidebar .dropdown {
    position: relative;
}

.cid-rrLEWs00sA .builder-sidebar .dropdown:hover > .dropdown-menu {
    position: relative;
    text-align: center;
}

.cid-rrLEWs00sA .sidebar {
    padding: 1rem 0;
    margin: 0;
}

.cid-rrLEWs00sA .sidebar > li {
    list-style: none;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cid-rrLEWs00sA .sidebar a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.cid-rrLEWs00sA .close-sidebar {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.cid-rrLEWs00sA .close-sidebar:focus {
    outline: 2px auto #ffffff;
}

.cid-rrLEWs00sA .close-sidebar span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
}

.cid-rrLEWs00sA .close-sidebar span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cid-rrLEWs00sA .close-sidebar span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cid-rrLEWs00sA amp-img {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 55px;
    height: auto;
}

@media (max-width: 768px) {
    .cid-rrLEWs00sA amp-img {
        max-width: 55px;
    }
}

 */

.cid-rrLEWsEm8h {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("images2/20190508-dscf9963-864x576.jpg");
}

.cid-rrLEWsEm8h .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.7;
}

.cid-rrLEWsEm8h p {
    margin: 0;
}

.cid-rrLEWsEm8h .mbr-section-title {
    width: 70%;
}

.cid-rrLEWsEm8h .mbr-text {
    width: 70%;
    text-align: left;
}

.cid-rrLEWsEm8h .first-row {
    justify-content: flex-start;
}

.cid-rrLEWsEm8h .second-row {
    padding-top: 3rem;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .cid-rrLEWsEm8h .first-row, .cid-rrLEWsEm8h .second-row {
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0;
    }

    .cid-rrLEWsEm8h .mbr-section-title, .cid-rrLEWsEm8h .mbr-text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cid-rrLEWsEm8h .second-row {
        padding-top: 1.5rem;
    }
}

.cid-rrLEWt9m1u {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #3d8f93;
}

.cid-rrLEWt9m1u .mbr-title {
    padding-bottom: 1rem;
}

.cid-rrLEWt9m1u .mbr-section-subtitle {
    padding: 0;
    margin: 0;
    color: #7f7e7e;
}

.cid-rrLEWt9m1u .mbr-section-btn {
    padding-top: 1.5rem;
}

.cid-rrLEWt9m1u .mbr-title {
    color: #ffffff;
}

.cid-rrLEWt9m1u .mbr-section-subtitle, .cid-rrLEWt9m1u .mbr-section-btn {
    color: #ffffff;
}

.cid-rxMWRzGj4o {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #3d8f93;
}

.cid-rxMWRzGj4o .main-row {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.cid-rxMWRzGj4o .card-title {
    text-align: left;
    margin-bottom: 1rem;
}

.cid-rxMWRzGj4o .mbr-text {
    color: #ffffff;
    text-align: left;
    margin: 0;
    padding: 0;
}

.cid-rxMWRzGj4o .card-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 1rem;
    width: 5rem;
    height: 5rem;
}

.cid-rxMWRzGj4o .card-box {
    padding-left: 1rem;
    word-break: break-word;
}

.cid-rxMWRzGj4o .card-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
}

.cid-rxMWRzGj4o .amp-iconfont {
    color: #ffffff;
    font-size: 5rem;
}

@media (max-width: 991px) {
    .cid-rxMWRzGj4o .card-img {
        margin-bottom: 0.75rem;
    }

    .cid-rxMWRzGj4o .card-box {
        padding-left: 0;
    }

    .cid-rxMWRzGj4o .first-row-card {
        padding-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-rxMWRzGj4o .card:not(.last-child) {
        padding-bottom: 2rem;
    }
}

.cid-rxMWRzGj4o .card-title, .cid-rxMWRzGj4o .card-img {
    color: #ffffff;
}

.cid-rrLEWu4s1l {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rrLEWu4s1l .google-map {
    height: 25rem;
    position: relative;
}

.cid-rrLEWu4s1l .google-map iframe {
    height: 100%;
    width: 100%;
}

.cid-rrLEWu4s1l .google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.cid-rrLEWu4s1l .google-map[data-state] {
    background: #e9e5dc;
}

.cid-rrLEWu4s1l .google-map[data-state="loading"] [data-state-details] {
    display: none;
}

.cid-rrLEWu4s1l .mbr-section-subtitle {
    padding-bottom: 2rem;
    color: #7f7e7e;
}

.cid-rrLEWu4s1l .mbr-section-title {
    padding-bottom: 2rem;
}

.cid-rrLEWu4s1l .map-placeholder {
    display: none;
}

.cid-rrLEWu4s1l h4 {
    padding-top: 5rem;
    color: #767676;
    text-align: center;
}

.cid-rrLEWuuYP6 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #3d8f93;
}

.cid-rrLEWuuYP6 .mbr-row {
    -webkit-align-items: center;
    align-items: center;
}

.cid-rrLEWuuYP6 .space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cid-rrLEWuuYP6 .icons-list {
    padding-left: 3rem;
}

.cid-rrLEWuuYP6 .icons-list a:not(:last-child) {
    padding-right: .5rem;
}

.cid-rrLEWuuYP6 .icons-list .icon-wrap {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}

.cid-rrLEWuuYP6 .icons-list .amp-iconfont {
    color: #ffffff;
    font-size: 1.5rem;
}

.cid-rrLEWuuYP6 .items-wrap {
    padding-right: 3rem;
}

.cid-rrLEWuuYP6 .items-wrap .items-list {
    list-style: none;
    padding: 0;
}

.cid-rrLEWuuYP6 .items-wrap .items-list li {
    display: inline-block;
}

.cid-rrLEWuuYP6 .items-wrap .items-list li:not(:first-child) {
    padding-left: 1rem;
}

@media (max-width: 767px) {
    .cid-rrLEWuuYP6 .mbr-row {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .cid-rrLEWuuYP6 .icons-list {
        padding-left: 0;
        padding-bottom: 1.5rem;
    }

    .cid-rrLEWuuYP6 .items-wrap {
        padding-right: 0;
    }
}

.cid-rrLEWuuYP6 LI {
    color: #ffffff;
}

.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}

[class*="-iconfont"] {
    display: inline-flex;
}

/* ===== Non-AMP sidebar replacement (added during de-AMP migration) ===== */
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(360px, 92vw);
    transform: translateX(100%);
    transition: transform .25s ease;
    z-index: 1050;
}

.sidebar .builder-sidebar {
    height: 100%;
    background: #3d8f93;
    padding: 1.5rem 2rem 1rem 2rem;
    overflow: auto;
}

body.sidebar-open .sidebar {
    transform: translateX(0);
}

body.sidebar-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1040;
}

/* Force initial state closed even if legacy AMP rules set transform */
body:not(.sidebar-open) #sidebar {
    transform: translateX(100%) !important;
}
.cid-rpSfQPS1gf{
    padding-top: 120px; /* ggf. 100–140px feinjustieren */
}