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

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

    *:focus {
        outline: none;
    }

body {
    position: relative;
    font-style: normal;
    line-height: 1.6;
    color: #48525c;
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p, li, blockquote {
    letter-spacing: normal;
    line-height: 1.6;
}

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

a {
    cursor: pointer;
}

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

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

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7 {
    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;
}

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

        .align-left .list-item, .align-center .list-item, .align-right .list-item {
            justify-content: center;
        }
}

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

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

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

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

.icons-list a {
    margin: 0;
}

    .icons-list a:last-child {
        margin: 0;
    }

.mbr-figure {
    align-self: center;
}

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

.mbr-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.map-placeholder {
    display: none;
}

.google-map, .google-map iframe {
    position: relative;
    width: 100%;
    height: 400px;
}

amp-img {
    width: 100%;
}

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

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

.rounded {
    border-radius: 50%;
}

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

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

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

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

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

.iconfont-wrapper {
    display: inline-flex;
}

.mbr-flex {
    display: flex;
}

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

.mbr-jc-s {
    justify-content: flex-start;
}

.mbr-jc-c {
    justify-content: center;
}

.mbr-jc-e {
    justify-content: flex-end;
}

.mbr-row-reverse {
    flex-direction: row-reverse;
}

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

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

.hidden-slide {
    display: none;
}

.visible-slide {
    display: flex;
}

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

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

.mbr-fullscreen {
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    padding: 3rem 0;
}

.container {
    padding: 0 1rem;
    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;
    }
}

.container-fluid {
    width: 100%;
    padding: 0 1rem;
}

.btn {
    position: relative;
    font-weight: 700;
    margin: 0.4rem 0.9rem;
    border: 2px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.3s cubic-bezier(0.25,0.1,0.25,1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    line-height: 1.2rem;
    letter-spacing: normal;
}

.btn-form {
    padding: 1rem 2rem;
}

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

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

.btn-sm {
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
}

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

.btn-lg {
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}

form .btn, form .mbr-section-btn {
    margin: 0;
}

.note-popover .btn:after {
    display: none;
}

.mbr-section-btn {
    margin: 0 -0.9rem;
    font-size: 0;
}

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

.btn .mbr-iconfont, .btn.btn-md .mbr-iconfont {
    cursor: pointer;
    margin: 0 0.8rem 0 0;
}

.btn-sm .mbr-iconfont {
    margin: 0 0.5rem 0 0;
}

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

section.menu {
    min-height: 56px;
    overflow: visible;
    padding: 0;
}

.menu-container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
}

@media (max-width: 991px) {
    .menu-container {
        max-width: 100%;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 767px) {
    .menu-container {
        padding: 0.5rem 1rem;
    }
}

.navbar {
    z-index: 100;
    width: 100%;
    position: absolute;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.07);
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    word-break: break-word;
    z-index: 1;
}

.navbar-logo {
    margin: 0 0.8rem 0 0;
}

@media (max-width: 767px) {
    .navbar-logo amp-img {
        max-height: 35px;
        max-width: 35px;
    }
}

.navbar-caption-wrap {
    display: flex;
}

.navbar .navbar-collapse {
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        overflow-y: auto;
        padding: 70px 2rem 1rem;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .navbar.opened .navbar-collapse.show, .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }

    .is-builder .navbar-collapse {
        position: fixed;
    }
}

.navbar-nav {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    min-width: 10rem;
}

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

.navbar-nav .mbr-iconfont {
    margin: 0 0.2rem 0 0;
}

.nav-item {
    word-break: break-all;
}

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

.nav-link, .navbar-caption {
    transition: all 0.2s;
    letter-spacing: normal;
}

.nav-dropdown .dropdown-menu {
    min-width: 10rem;
    position: absolute;
    left: 0;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    transition: opacity 0.2s cubic-bezier(0.25,0.1,0.25,1);
}

    .nav-dropdown .dropdown-menu .dropdown-item {
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        margin: 20px 0;
        white-space: nowrap;
    }

        .nav-dropdown .dropdown-menu .dropdown-item:active {
            background: none;
        }

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

.dropdown-menu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

.nav-dropdown .dropdown-submenu {
    top: 0;
    left: 100%;
    margin: 0;
}

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

    .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        pointer-events: none;
    }

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

.link.dropdown-toggle:after {
    content: "";
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

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

@media (max-width: 991px) {
    .is-builder .nav-dropdown .dropdown-menu {
        position: relative;
    }

    .nav-dropdown .dropdown-submenu {
        left: 0;
    }

    .nav-dropdown .dropdown-menu .dropdown-item {
        padding: 0;
        margin: 0 0 1rem 0;
        justify-content: center;
    }

        .nav-dropdown .dropdown-menu .dropdown-item:after {
            right: auto;
        }

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

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

.navbar-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .navbar-buttons {
        flex-direction: column;
    }
}

.menu-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .menu-social-list a {
        margin: 0 0.5rem;
    }

        .menu-social-list a span {
            font-size: 1.5rem;
        }

button.navbar-toggler {
    position: relative;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
}

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .nav-dropdown .dropdown-menu {
        box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
    }

    .ampstart-btn, amp-sidebar {
        display: none;
    }

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

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

    .close-sidebar span {
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        border-right: 5px;
        top: 14px;
    }

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

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

.builder-sidebar {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    min-width: 10rem;
    z-index: 1030;
    padding: 1rem 2rem;
    max-width: 20rem;
}

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

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

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

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

.is-builder .menu {
    overflow: visible;
}

#sidebar {
    background-color: transparent;
}

.card-title {
    margin: 0;
}

.card {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0 1rem;
}

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

.card .card-img {
    width: auto;
    border-radius: 0;
}

.card .card-wrapper {
    height: 100%;
}

@media (max-width: 767px) {
    .card .card-wrapper {
        flex-direction: column;
    }
}

.card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.card-inner, .items-list {
    display: flex;
    flex-direction: column;
}

.items-list {
    list-style-type: none;
    padding: 0;
}

    .items-list .list-item {
        padding: 1rem 2rem;
    }

.card-head {
    padding: 1.5rem 2rem;
}

.card-price-wrap {
    padding: 1rem 2rem;
}

.card-button {
    padding: 1rem;
    margin: 0;
}

.timeline-wrap {
    position: relative;
}

    .timeline-wrap .iconBackground {
        position: absolute;
        left: 50%;
        width: 20px;
        height: 20px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        font-size: 30px;
        display: inline-block;
        background-color: #000000;
        top: 20px;
        margin: 0 0 0 -10px;
    }

@media (max-width: 767px) {
    .timeline-wrap .iconBackground {
        left: 0;
    }
}

.separline {
    position: relative;
}

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

.separline:before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000000;
    left: calc(50% - 1px);
    height: calc(100% - 20px);
    top: 40px;
}

@media (max-width: 767px) {
    .separline:before {
        left: 0;
    }
}

.gallery-img-wrap {
    position: relative;
    height: 100%;
}

    .gallery-img-wrap:hover {
        cursor: pointer;
    }

        .gallery-img-wrap:hover .icon-wrap, .gallery-img-wrap:hover .caption-on-hover {
            opacity: 1;
        }

        .gallery-img-wrap:hover:after {
            opacity: .5;
        }

    .gallery-img-wrap amp-img {
        height: 100%;
    }

    .gallery-img-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: 0;
        transition: opacity 0.2s;
        pointer-events: none;
    }

    .gallery-img-wrap .icon-wrap, .gallery-img-wrap .img-caption {
        z-index: 3;
        pointer-events: none;
        position: absolute;
    }

    .gallery-img-wrap .icon-wrap, .gallery-img-wrap .caption-on-hover {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .gallery-img-wrap .icon-wrap {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        padding: .5rem;
        border-radius: 50%;
    }

    .gallery-img-wrap .amp-iconfont {
        color: #000;
        font-size: 1rem;
        width: 1rem;
        display: block;
    }

    .gallery-img-wrap .img-caption {
        left: 0;
        right: 0;
    }

        .gallery-img-wrap .img-caption.caption-top {
            top: 0;
        }

        .gallery-img-wrap .img-caption.caption-bottom {
            bottom: 0;
        }

        .gallery-img-wrap .img-caption:not(.caption-on-hover):after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            transition: opacity 0.2s;
            z-index: -1;
            pointer-events: none;
        }

@media (max-width: 767px) {
    .gallery-img-wrap:after, .gallery-img-wrap:hover:after, .gallery-img-wrap .icon-wrap {
        display: none;
    }

    .gallery-img-wrap .caption-on-hover {
        opacity: 1;
    }
}

.is-builder .gallery-img-wrap .icon-wrap, .is-builder .gallery-img-wrap .img-caption > * {
    pointer-events: all;
}

.amp-carousel-button, .dots-wrapper .dots span {
    transition: all 0.4s;
    cursor: pointer;
    outline: none;
}

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

.dots-wrapper .dots {
    display: inline-block;
    margin: 4px 8px;
}

    .dots-wrapper .dots span {
        display: block;
        border-radius: 12px;
        height: 24px;
        width: 24px;
        background-color: #ffffff;
        border: 10px solid #cccccc;
        opacity: 0.5;
    }

        .dots-wrapper .dots span.current {
            width: 40px;
        }

        .dots-wrapper .dots span:hover, .dots-wrapper .dots span.current {
            opacity: 1;
        }

.amp-carousel-button-next:after {
    right: 1rem;
}

.amp-carousel-button-prev:after {
    left: 1rem;
}

button.btn-img {
    cursor: pointer;
}

.is-builder .preview button.btn-img {
    opacity: 0.5;
    position: relative;
    pointer-events: none;
}

amp-image-lightbox, .lightbox {
    background: rgba(0,0,0,0.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}

    amp-image-lightbox a.control, .lightbox a.control {
        position: absolute;
        cursor: default;
        top: 0;
        right: 0;
    }

    amp-image-lightbox .close, .lightbox .close {
        background: none;
        border: none;
        position: absolute;
        top: 16px;
        right: 16px;
        height: 32px;
        width: 32px;
        cursor: pointer;
        z-index: 1000;
    }

        amp-image-lightbox .close:before, amp-image-lightbox .close:after, .lightbox .close:before, .lightbox .close:after {
            position: absolute;
            top: 0;
            right: 16px;
            content: ' ';
            height: 32px;
            width: 2px;
            background-color: #fff;
        }

        amp-image-lightbox .close:before, .lightbox .close:before {
            transform: rotate(45deg);
        }

        amp-image-lightbox .close:after, .lightbox .close:after {
            transform: rotate(-45deg);
        }

    amp-image-lightbox .video-block, .lightbox .video-block {
        width: 100%;
    }

div[submit-success] > *, div[submit-error] > * {
    padding: 15px;
    margin-bottom: 1rem;
}

.form-block {
    z-index: 1;
    background-color: transparent;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .form-block .mbr-overlay {
        z-index: -1;
    }

@media (max-width: 991px) {
    .form-block {
        padding: 0;
    }
}

form input, form textarea, form select {
    padding: 1rem;
    line-height: 1.2rem;
    width: 100%;
    background: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #767676;
    border-radius: 3px;
    color: #000000;
}

    form input[type="checkbox"], form input[type="radio"] {
        border: none;
        background: none;
        width: auto;
    }

form .field {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

form textarea.field-input {
    height: 200px;
}

form .fieldset {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .mbr-col, .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {
    .mbr-col, .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

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

    .mbr-col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

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

.mbr-col {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 100%;
}

.mbr-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

@media (min-width: 992px) {
    .mbr-col, .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-3 {
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

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

    .mbr-col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

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

@media (min-width: 992px) {
    .lg-pb {
        padding-bottom: 3rem;
    }
}

@media (max-width: 991px) {
    .md-pb {
        padding-bottom: 3rem;
    }
}

.mbr-pt-1, .mbr-py-1 {
    padding-top: 10px;
}

.mbr-pb-1, .mbr-py-1 {
    padding-bottom: 10px;
}

.mbr-px-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.mbr-p-1 {
    padding: 10px;
}

.mbr-pt-2, .mbr-py-2 {
    padding-top: 1rem;
}

.mbr-pb-2, .mbr-py-2 {
    padding-bottom: 1rem;
}

.mbr-px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mbr-p-2 {
    padding: 1rem;
}

.mbr-pt-3, .mbr-py-3 {
    padding-top: 25px;
}

.mbr-pb-3, .mbr-py-3 {
    padding-bottom: 25px;
}

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

.mbr-p-3 {
    padding: 25px;
}

.mbr-pt-4, .mbr-py-4 {
    padding-top: 2rem;
}

.mbr-pb-4, .mbr-py-4 {
    padding-bottom: 2rem;
}

.mbr-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mbr-p-4 {
    padding: 2rem;
}

.mbr-pt-5, .mbr-py-5 {
    padding-top: 3rem;
}

.mbr-pb-5, .mbr-py-5 {
    padding-bottom: 3rem;
}

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

.mbr-p-5 {
    padding: 3rem;
}

@media (max-width: 991px) {
    .mbr-py-4, .mbr-py-5 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mbr-px-4, .mbr-px-5 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mbr-p-3, .mbr-p-4, .mbr-p-5 {
        padding: 1rem;
    }
}

.mbr-ml-auto {
    margin-left: auto;
}

.mbr-mr-auto {
    margin-right: auto;
}

.mbr-m-auto {
    margin: auto;
}

#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%;
        transform: rotate(-45deg);
    }

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

a {
    font-style: normal;
}

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

@media (min-width: 992px) {
    .mbr-col-lg-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

body {
    font-family: Inter;
}

blockquote {
    border-color: #48525c;
}

div[submit-success] > * {
    background: #2eb2bf;
    color: #ffffff;
}

div[submit-error] > * {
    background: #ffdc00;
    color: #000000;
}

.display-1 {
    font-family: 'Acme',sans-serif;
    font-size: 0.8rem;
}

.display-2 {
    font-family: 'Acme',sans-serif;
    font-size: 1.2rem;
}

.display-4 {
    font-family: 'IBM Plex Sans',sans-serif;
    font-size: 0.9rem;
}

.display-5 {
    font-family: 'IBM Plex Sans',sans-serif;
    font-size: 1.4rem;
}

.display-7 {
    font-family: 'IBM Plex Sans',sans-serif;
    font-size: 1.2rem;
}

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

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

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

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

.display-7 .mbr-iconfont-btn {
    font-size: 1.2rem;
    width: 1.2rem;
}

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

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

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

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

    .display-7 {
        font-size: 0.96rem;
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

.bg-primary {
    background-color: #48525c;
}

.bg-success {
    background-color: #2eb2bf;
}

.bg-info {
    background-color: #86bb63;
}

.bg-warning {
    background-color: #0357a6;
}

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

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

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

    .btn-primary.disabled, .btn-primary:disabled {
        color: #ffffff;
        background-color: #262c31;
        border-color: #262c31;
    }

.btn-secondary, .btn-secondary:active, .btn-secondary.active {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #787878;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
        color: #787878;
        background-color: #d1d1d1;
        border-color: #d1d1d1;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #787878;
        background-color: #d1d1d1;
        border-color: #d1d1d1;
    }

.btn-info, .btn-info:active, .btn-info.active {
    background-color: #86bb63;
    border-color: #86bb63;
    color: #ffffff;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus {
        color: #ffffff;
        background-color: #609240;
        border-color: #609240;
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #ffffff;
        background-color: #609240;
        border-color: #609240;
    }

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

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

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

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

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

    .btn-warning.disabled, .btn-warning:disabled {
        color: #ffffff;
        background-color: #02305b;
        border-color: #02305b;
    }

.btn-danger, .btn-danger:active, .btn-danger.active {
    background-color: #ffdc00;
    border-color: #ffdc00;
    color: #000000;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
        color: #000000;
        background-color: #b39a00;
        border-color: #b39a00;
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #000000;
        background-color: #b39a00;
        border-color: #b39a00;
    }

.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: #1b1f23;
    color: #1b1f23;
}

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

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

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

    .btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus {
        color: #787878;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }

    .btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
        color: #787878;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }

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

    .btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus {
        color: #ffffff;
        background-color: #86bb63;
        border-color: #86bb63;
    }

    .btn-info-outline.disabled, .btn-info-outline:disabled {
        color: #ffffff;
        background-color: #86bb63;
        border-color: #86bb63;
    }

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

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

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

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

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

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

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

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

    .btn-danger-outline.disabled, .btn-danger-outline:disabled {
        color: #000000;
        background-color: #ffdc00;
        border-color: #ffdc00;
    }

.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: #48525c;
}

.text-secondary {
    color: #f7f7f7;
}

.text-success {
    color: #2eb2bf;
}

.text-info {
    color: #86bb63;
}

.text-warning {
    color: #0357a6;
}

.text-danger {
    color: #ffdc00;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

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

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

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

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

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

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

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

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

.alert-success {
    background-color: #2eb2bf;
}

.alert-info {
    background-color: #86bb63;
}

.alert-warning {
    background-color: #0357a6;
}

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

a, a:hover {
    color: #48525c;
}

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

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

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

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

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

.mobirise-spinner em:nth-child(1) {
    background: #48525c;
}

.mobirise-spinner em:nth-child(2) {
    background: #f7f7f7;
}

.mobirise-spinner em:nth-child(3) {
    background: #2eb2bf;
}

#scrollToTopButton {
    background-color: #48525c;
}

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

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

.btn:not(.btn-form) {
    box-shadow: 0 15px 35px -5px rgba(0,0,0,0.25);
}

    .btn:not(.btn-form):hover, .btn:not(.btn-form):focus, .btn:not(.btn-form).focus {
        transform: translateY(-0.125rem);
        box-shadow: 0 25px 20px -15px rgba(0,0,0,0.15);
    }

.amp-carousel-button {
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.4);
    background-color: #f3f3f3;
}

    .amp-carousel-button:hover {
        background-color: #fff;
        box-shadow: 0 20px 30px 0 rgba(0,0,0,0.2);
    }

.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='%23005AF0' %3E%3Cpath d='M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z'/%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='%23005AF0'%3E%3Cpath d='M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z'/%3E%3C/svg%3E");
}

#custom-html-1 {
    --color-bg-menupunkt: #003B72;
    --color-bg-submenupunkt: #2565A2;
    --color-txtbackbut: #ffffff;
    --color-bg-colormenupunkt: #ff0000;
    --color-bg-sidebar: #DEDEDE;
    --color-bg-header: #00478A;
    --color-slogan: #00478A;
    --color-bgbut: #00478A;
    --color-fbbut: #ffffff;
    --color-navbar: rgba(255,255,255,0.8);
    --color-hg-menupunkte: #DEDEDE;
    --color-color-text: #000000;
    --color-bgbody: #ff0000;
}

    #custom-html-1 .mbr-iconfont {
        font-size: 16px;
        vertical-align: middle;
        padding-bottom: 2px;
        padding-right: 4px;
    }

    #custom-html-1 .lupe {
        padding-top: 10px;
        margin-bottom: -10px;
        padding-right: 6px;
        padding-left: 10px;
    }

    #custom-html-1 #butsm {
        width: 95px;
        margin-top: 3px;
        border-right: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    #custom-html-1 #butbg {
        background-color: #003B72;
        border-color: #ffffff;
    }

        #custom-html-1 #butbg:hover {
            background-color: #2565A2;
        }

    #custom-html-1 #slologo {
        width: 125px;
        height: 80px;
        display: none;
        background-image: url("assets/images/logo-wup-s-124x80.png");
    }

    #custom-html-1 #slog {
        display: block;
        font-family: 'IBM Plex Sans',sans-serif;
    }

@media (max-width: 1450px) {
    #custom-html-1 #slologo {
        display: block;
    }

    #custom-html-1 #slog {
        display: block;
    }
}

@media (max-width: 560px) {
    #custom-html-1 #slog {
        display: none;
    }
}

#custom-html-1 .btn btn-info {
    background: var(--color-bg-menupunkt);
}

#custom-html-1 .btn-info {
    background: var(--color-bg-menupunkt);
}

    #custom-html-1 .btn-info:hover {
        background: var(--color-bg-submenupunkt);
    }

    #custom-html-1 .btn-info:focus {
        background: var(--color-bg-menupunkt);
        border: 1px solid var(--color-bg-submenupunkt);
    }

#custom-html-1 body {
    background: var(--color-bgbody);
}

#custom-html-1 p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: var(--color-p);
}

#custom-html-1 a, #custom-html-1 a:hover, #custom-html-1 a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#custom-html-1 .navbar {
    padding: 15px 10px;
    background: var(--color-navbar);
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

#custom-html-1 .navbar-btn {
    box-shadow: none;
    outline: none;
    border: none;
}

#custom-html-1 .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#custom-html-1 .wrapper {
    display: flex;
    width: 100%;
}

#custom-html-1 #sidebar {
    width: 220px;
    font-family: 'IBM Plex Sans',sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: var(--color-bg-sidebar);
    color: var(--color-color-text);
    transition: all 0.3s;
}

    #custom-html-1 #sidebar #slologo {
        display: block;
    }

    #custom-html-1 #sidebar.active {
        margin-left: -250px;
    }

    #custom-html-1 #sidebar .sidebar-header {
        padding: 20px;
        height: 160px;
        background: var(--color-bg-header);
    }

    #custom-html-1 #sidebar ul.components {
        padding: 20px 0;
        background: var(--color-hg-menupunkte);
    }

    #custom-html-1 #sidebar ul p {
        color: var(--color-slogan);
        padding: 10px;
    }

    #custom-html-1 #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #custom-html-1 #sidebar ul li a:hover {
            color: var(--color-fbbut);
            background: var(--color-bgbut);
        }

    #custom-html-1 #sidebar ul li.active > a, #custom-html-1 a[aria-expanded="true"] {
        color: #fff;
        background: var(--color-bg-menupunkt);
    }

#custom-html-1 a[data-toggle="collapse"] {
    position: relative;
}

#custom-html-1 .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#custom-html-1 ul ul a {
    font-size: 0.9em;
    padding-left: 30px;
    background: var(--color-bg-submenupunkt);
}

#custom-html-1 ul.CTAs {
    padding: 20px;
}

    #custom-html-1 ul.CTAs a {
        text-align: center;
        font-size: 0.9em;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

#custom-html-1 a.download {
    background: #fff;
    color: var(--color-bg-menupunkt);
}

#custom-html-1 a.article, #custom-html-1 a.article:hover {
    background: var(--color-bg-menupunkt);
    color: var(--color-txtbackbut);
}

#custom-html-1 #content {
    width: calc(86.5%);
    font-family: 'IBM Plex Sans',sans-serif;
    padding: 40px;
    min-height: 280vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#custom-html-1 .fixedsticky {
    position: sticky;
    top: 0px;
    padding-top: 0px;
    z-index: 3;
}

#custom-html-1 #content.active {
    width: 100%;
}

    #custom-html-1 #content.active #slologo {
        display: block;
        animation: einblenden 1.5s;
        -moz-animation: einblenden 1.5s;
        -webkit-animation: einblenden 1.5s;
        -o-animation: einblenden 1.5s;
    }

@keyframes einblenden {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes einblenden {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes einblenden {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes einblenden {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1450px) {
    #custom-html-1 #sidebar {
        margin-left: -250px;
    }

        #custom-html-1 #sidebar.active {
            margin-left: 0;
        }

    #custom-html-1 #content {
        width: 100%;
    }

        #custom-html-1 #content #slologo {
            display: block;
            animation: einblenden 1.5s;
            -moz-animation: einblenden 1.5s;
            -webkit-animation: einblenden 1.5s;
            -o-animation: einblenden 1.5s;
        }

    @keyframes einblenden {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-moz-keyframes einblenden {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes einblenden {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-o-keyframes einblenden {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    #custom-html-1 #content.active {
        width: calc(40%);
    }

        #custom-html-1 #content.active #slologo {
            display: none;
        }

    #custom-html-1 #sidebarCollapse span {
        display: none;
        border-color: #ff0000;
    }
}

.cid-tu8dK5yGHC {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("assets/images/topline1-2000x635.jpg");
}

    .cid-tu8dK5yGHC .mbr-col-md-12 {
        padding-right: 0rem;
        padding-left: 0rem;
    }

@media (max-width: 767px) {
    .cid-tu8dK5yGHC .mbr-col-sm-12 {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

.cid-tu8dK5yGHC .dropbtn {
    background-color: #F1AC16;
    color: white;
    margin-bottom: 15px;
    padding: 10px;
    width: 250px;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 3px 3px 3px #000000;
    transition: padding,box-shadow,0.2s ease-in-out;
    animation: myAnim 10s linear 1s 3 normal forwards;
}

    .cid-tu8dK5yGHC .dropbtn:hover, .cid-tu8dK5yGHC .dropbtn:focus {
        background-color: #00478A;
        padding-right: 15px;
        box-shadow: 2px 2px 2px 2px grey;
        border: 0px solid #ffffff;
        animation: myAnim 0s linear 3s 3 normal forwards;
    }

.cid-tu8dK5yGHC .image-block {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: inset 0 0 0 1px #ebebf0,0 15px 30px 0 rgba(0,0,0,0.15);
    border-radius: 0px;
}

.cid-tu8dK5yGHC img {
    border-radius: 0px;
    object-fit: contain;
}

.cid-sZ2a5f1iP7 {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #dedede;
}

    .cid-sZ2a5f1iP7 #tickertext {
        margin-bottom: 33px;
        display: none;
    }

@media (min-width: 790px) {
    .cid-sZ2a5f1iP7 #tickertext {
        display: block;
    }
}

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

    .cid-sRcDkK5Fb4 #boxdgrau {
        margin-top: 0px;
        padding: 5px 8px 5px 8px;
        background-color: #353535;
        width: 100%;
        border-radius: 20px;
        color: #ffffff;
    }

    .cid-sRcDkK5Fb4 #boxorange {
        margin-top: 0px;
        padding: 5px 8px 5px 8px;
        background-color: #E19F1E;
        width: 100%;
        border-radius: 20px;
        color: #000000;
    }

    .cid-sRcDkK5Fb4 #boxblau {
        margin-top: 0px;
        padding: 5px 8px 5px 8px;
        background-color: #003E79;
        width: 100%;
        border-radius: 20px;
        color: #ffffff;
    }

    .cid-sRcDkK5Fb4 .tabgrafik {
        z-index: 101000;
        background-color: red;
        width: 200px;
        float: right;
    }

    .cid-sRcDkK5Fb4 .modalDialog {
        position: Fixed;
        font-family: Verdana,Sans-Serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,71,138,0.7);
        z-index: 99999;
        opacity: 0;
        transition: opacity 400ms ease-in;
        pointer-events: None;
    }

        .cid-sRcDkK5Fb4 .modalDialog:target {
            opacity: 1;
            pointer-events: Auto;
        }

        .cid-sRcDkK5Fb4 .modalDialog > div {
            width: 380px;
            max-width: 100%;
            position: relative;
            text-align: center;
            margin: 10% Auto;
            padding-bottom: 0px;
            padding-top: 3px;
            border-radius: 0px;
            background-color: #FFFFFF;
            background: linear-gradient(#ffffff,#999999);
            cursor: Default;
        }

    .cid-sRcDkK5Fb4 .close {
        background-color: #00478A;
        opacity: 1.0;
        color: #ffffff;
        line-height: 20px;
        width: 20px;
        position: Absolute;
        right: -8px;
        text-align: Center;
        top: -8px;
        text-decoration: None;
        font-size: 14px;
        font-weight: Bold;
        border-radius: 12px;
        box-shadow: 3px 3px 6px #000000;
    }

        .cid-sRcDkK5Fb4 .close:hover {
            background-color: #4D8BC4;
        }

    .cid-sRcDkK5Fb4 .icon-text {
        color: #013187;
    }

    .cid-sRcDkK5Fb4 .container_wup {
        padding: 0 1rem;
        width: 69%;
        margin-right: auto;
        margin-left: auto;
        word-wrap: break-word;
        text-align: center;
    }

@media (min-width: 1020px) {
    .cid-sRcDkK5Fb4 .container {
        max-width: 1020px;
    }
}

@media (max-width: 760px) {
    .cid-sRcDkK5Fb4 .container_wup {
        width: 94%;
    }
}

.cid-sRcDkK5Fb4 .butlink {
    color: #527BFF;
}

#custom-html-4w {
}

    #custom-html-4w div {
        padding: 5px 0;
        color: #777;
        text-align: center;
    }

    #custom-html-4w p {
        font-size: 12px;
        color: #ffffff;
    }

.cid-tOwsbPH5UA {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #dedede;
}

    .cid-tOwsbPH5UA #tickertext {
        margin-bottom: 33px;
        display: none;
    }

@media (min-width: 790px) {
    .cid-tOwsbPH5UA #tickertext {
        display: block;
    }
}

#custom-html-b3 {
}

    #custom-html-b3 div {
        margin-top: 0px;
        margin-bottom: -10px;
        padding: 0px 0;
        text-align: right;
        z-index: 1;
    }

    #custom-html-b3 .dropbtn {
        background-color: #F1AC16;
        color: white;
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 10px 5px 5px grey;
        transition: padding,box-shadow,0.2s ease-in-out;
        animation: myAnim 10s linear 3s 3 normal forwards;
    }

@keyframes myAnim {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

#custom-html-b3 .dropbtn:hover, #custom-html-b3 .dropbtn:focus {
    background-color: #00478A;
    padding-right: 30px;
    box-shadow: 8px 2px 2px grey;
    border: 0px solid #ffffff;
    animation: myAnim 0s linear 3s 3 normal forwards;
}

#custom-html-b3 .dropdown {
    position: relative;
    display: inline-block;
    border: 0px solid #ffffff;
}

#custom-html-b3 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ACACAC;
    min-width: 320px;
    margin-top: 2px;
    text-align: center;
    right: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    #custom-html-b3 .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        #custom-html-b3 .dropdown-content a:hover {
            background-color: #ddd;
        }

#custom-html-b3 .show {
    display: block;
}

.cid-tp8s148rpb {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

    .cid-tp8s148rpb .container_wup {
        padding: 0 1rem;
        width: 68%;
        margin-right: auto;
        margin-left: auto;
        word-wrap: break-word;
    }

    .cid-tp8s148rpb .card-wrapper {
        border-radius: 10px;
        box-shadow: inset 0 0 0 1px #ebebf0,0 15px 30px 0 rgba(0,0,0,0.15);
    }

    .cid-tp8s148rpb img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .cid-tp8s148rpb .mbr-section-title {
        text-align: left;
    }

.cid-sRRie8PdUn {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #dedede;
}

    .cid-sRRie8PdUn #tickertext {
        margin-bottom: 33px;
        display: none;
    }

@media (min-width: 790px) {
    .cid-sRRie8PdUn #tickertext {
        display: block;
    }
}

.cid-sRRmeZeCry {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

    .cid-sRRmeZeCry .container_wup {
        padding: 0 1rem;
        width: 84.0%;
        margin-right: auto;
        margin-left: auto;
        word-wrap: break-word;
    }

@media (max-width: 620px) {
    .cid-sRRmeZeCry .tx {
        font-size: 12px;
    }
}

.cid-sRRmeZeCry .tab-button[selected] {
    outline: none;
    background: #0357a6;
}

    .cid-sRRmeZeCry .tab-button[selected] .tab-head {
        color: #ffffff;
    }

.cid-sRRmeZeCry .tab-button {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    cursor: pointer;
    background: #ffffff;
    background: linear-gradient(225deg,#0357a6 0,#ffffff 75%);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
    transition: box-shadow 0.25s ease-in;
    margin: 5px 10px 24px;
    border-radius: 25px;
}

    .cid-sRRmeZeCry .tab-button:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    }

.cid-sRRmeZeCry .tab-content {
    margin-top: 1rem;
    position: relative;
    display: none;
    width: 100%;
    order: 1;
    background: #f7f7f7;
    border-radius: 8px;
    transition: box-shadow 0.25s ease-in;
}

    .cid-sRRmeZeCry .tab-content:hover {
        box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15);
    }

.cid-sRRmeZeCry .tab-button[selected] + .tab-content {
    display: block;
}

.cid-sRRmeZeCry H3 {
    color: #0357a6;
}

.cid-sRRmeZeCry .mbr-section-title {
    text-align: left;
    color: #0357a6;
}

@media (max-width: 1100px) {
    .cid-sRRmeZeCry .mbr-section-title {
        font-size: 19px;
        text-align: left;
    }
}

.cid-sRRn4Lf1x5 {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #dedede;
}

    .cid-sRRn4Lf1x5 #tickertext {
        margin-bottom: 33px;
        display: none;
    }

@media (min-width: 790px) {
    .cid-sRRn4Lf1x5 #tickertext {
        display: block;
    }
}

.cid-tQc1m2otAT {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

    .cid-tQc1m2otAT .carousel-img {
        width: 100%;
        margin: 0;
    }

    .cid-tQc1m2otAT .carousel {
        border-radius: 10px;
        box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15);
    }

    .cid-tQc1m2otAT .bottom_block {
        margin-top: 4rem;
    }

    .cid-tQc1m2otAT amp-img {
        cursor: pointer;
        border-radius: 10px;
        position: relative;
    }

@media (max-width: 767px) {
    .cid-tQc1m2otAT .carousel-img {
        margin: 0;
    }

    .cid-tQc1m2otAT .amp-carousel-button {
        display: none;
    }
}

.cid-tQc1m2otAT amp-img:after, .cid-tQc1m2otAT .icon-wrap {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.cid-tQc1m2otAT amp-img:after {
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #dedede;
    border-radius: 10px;
}

.cid-tQc1m2otAT .icon-wrap {
    width: 1.7rem;
    height: 1.7rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

    .cid-tQc1m2otAT .icon-wrap .amp-iconfont {
        font-size: 1.7rem;
        width: 1.7rem;
        color: #5f5f5f;
    }

.cid-tQc1m2otAT .carousel-img:hover amp-img:after {
    opacity: 0.3;
}

.cid-tQc1m2otAT .carousel-img:hover .icon-wrap {
    opacity: 1;
}

.cid-tOC10q7Toy {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #dedede;
}

    .cid-tOC10q7Toy #tickertext {
        margin-bottom: 33px;
        display: none;
    }

@media (min-width: 790px) {
    .cid-tOC10q7Toy #tickertext {
        display: block;
    }
}

.cid-sRRdOMpmSl {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("assets/images/hg-seite-2-1181x301.jpg");
}

    .cid-sRRdOMpmSl .container_wup {
        padding: 0 1rem;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        word-wrap: break-word;
    }

@media (max-width: 767px) {
    .cid-sRRdOMpmSl .list-item:not(.last-child) {
        padding-bottom: 1.5rem;
    }
}

.cid-sRRdOMpmSl .content_block {
    padding-left: 1rem;
    padding-left: 0;
    padding-right: 1rem;
}

.cid-sRRdOMpmSl .list-item-text {
    margin-left: 1rem;
}

.cid-sRRdOMpmSl .social .iconfont-wrapper {
    margin: 10px 10px 0 0;
}

.cid-sRRdOMpmSl .iconfont-wrapper {
    width: 2.3rem;
    height: 2.3rem;
}

@media (max-width: 767px) {
    .cid-sRRdOMpmSl .iconfont-wrapper {
        height: 30px;
        width: 30px;
    }
}

.cid-sRRdOMpmSl .iconfont-wrapper span {
    font-size: 2.3rem;
    width: 2.3rem;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cid-sRRdOMpmSl .iconfont-wrapper span {
        font-size: 30px;
        width: 30px;
    }
}

.cid-sRRdOMpmSl amp-img {
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px #ebebf0,0 15px 30px 0 rgba(0,0,0,0.15);
}

.cid-sRRdOMpmSl .list-item-text {
    color: #000000;
}

.cid-sRRdOMpmSl .mbr-section-subtitle {
    color: #000000;
}

.cid-sRRdOMpmSl .mbr-section-title {
    color: #003b72;
}

.cid-sRbOHzk0a1 {
    padding-top: 45px;
    padding-bottom: 30px;
    background-color: #dedede;
}

    .cid-sRbOHzk0a1 .container_wup {
        padding: 10px;
        width: 77%;
        margin-right: auto;
        margin-left: auto;
        word-wrap: break-word;
    }

    .cid-sRbOHzk0a1 .mbr-py-1 {
        margin-bottom: -26px;
        font-size: 16px;
    }

    .cid-sRbOHzk0a1 .mbr-white {
        margin-bottom: -20px;
    }

    .cid-sRbOHzk0a1 .image-block {
        align-items: center;
        height: 100%;
    }

@media (max-width: 767px) {
    .cid-sRbOHzk0a1 .image-block {
        margin-bottom: 2rem;
    }
}

.cid-sRbOHzk0a1 .image-block amp-img, .cid-sRbOHzk0a1 .image-block img {
    width: 10rem;
    object-fit: contain;
}

@media (max-width: 991px) {
    .cid-sRbOHzk0a1 .items-col {
        margin: 1rem 0;
    }
}

.cid-sRbOHzk0a1 .group-title, .cid-sRbOHzk0a1 .item {
    color: #170ca4;
}

.cid-sRbOHzk0a1 .item {
    color: #767676;
}

.cid-sRbOHzk0a1 .group-title {
    color: #003b72;
}

.cid-sRRizb92vF {
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #003b72;
}

    .cid-sRRizb92vF .mbr-text {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

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