#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
#cconsent-bar,
#cconsent-bar * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#cconsent-bar {
    -webkit-box-align: end;
       -ms-flex-align: end;
          align-items: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9998;
}

#cconsent-bar.ccb--hidden {
    display: none;
}

#cconsent-bar .ccb__wrapper {
    padding: 15px;
    margin: 15px;
    max-height: 100%;
    max-width: 960px;
    overflow: auto;
    text-align: center;
}

#cconsent-bar .ccb__row,
#cconsent-modal .ccm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

#cconsent-bar .ccb__row.ccb__buttons {
    -webkit-box-pack: end;
       -ms-flex-pack: end;
     justify-content: flex-end;
}


@media (max-width: 680px) {
    #cconsent-bar .ccb__row.ccb__buttons {
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
    }
}


#cconsent-bar .ccb__row.ccb__footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}

#cconsent-bar .ccb__row > .ccb__col,
#cconsent-modal .ccm__row > .ccm__col {
    padding-left: 10px;
    padding-right: 10px;
}

#cconsent-bar .ccb__row > .ccb__col:empty,
#cconsent-modal .ccm__row > .ccm__col:empty {
    display: none;
}

#cconsent-bar .ccb__row.ccb__buttons > .ccb__col {
    min-width: 10rem;
    white-space: nowrap;
}

#cconsent-bar .ccb__left {
    margin-bottom: 15px;
    text-align: justify;
}

#cconsent-bar .ccb__button,
#cconsent-modal .ccm__button {
    padding-bottom: 10px;
}

#cconsent-bar a {
    text-decoration: underline;
}

#cconsent-bar button {
    line-height: normal;
    font-size: 14px;
    border: none;
    padding: 10px 10px;
}

#cconsent-bar a:hover,
#cconsent-bar button:hover {
    cursor: pointer;
}

#cconsent-modal {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cconsent-bar.ccb--hidden+#cconsent-modal {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 680px) {
    #cconsent-modal {
        height: 100%;
    }
}

#cconsent-modal .h2,
#cconsent-modal .h3 {
    color: #333;
}

#cconsent-modal.ccm--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cconsent-modal .ccm__content {
    max-height: 600px;
    max-width: 680px;
    min-height: 500px;
    min-width: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #efefef;
}

@media (max-width: 680px) {
    #cconsent-modal .ccm__content {
        max-width: 100vw;
        height: 100%;
        max-height: initial;
        width: 100%;
        min-width: auto;
    }
}

#cconsent-modal .ccm__content > .ccm__content__heading {
    border-bottom: 1px solid #d8d8d8;
    padding: 35px 35px 20px;
    background-color: #efefef;
    position: relative;
}

#cconsent-modal .ccm__content > .ccm__content__heading .h2 {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close {
    font-weight: 600;
    color: #888;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#cconsent-modal .h2,
#cconsent-modal .h3 {
    margin-top: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body {
    background-color: #fff;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup {
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__switch-needed::before {
    position: absolute;
    left: 35px;
    font-size: 1.4em;
    font-weight: 600;
    color: #e56385;
    content: "×";
    display: inline-block;
    margin-right: 20px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.checked-5jhk
    .ccm__switch-needed::before {
    font-size: 1em;
    content: "✔";
    color: #28a834;
}


#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-component
    > div {
    font-weight: 600;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-group {
    width: 40px;
    height: 20px;
    margin: 0 10px;
    position: relative;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 20px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input {
    display: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    .ccm__switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    .ccm__switch__slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:checked
    + .ccm__switch__slider {
    background-color: #28a834;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:focus
    + .ccm__switch__slider {
    -webkit-box-shadow: 0 0 1px #28a834;
            box-shadow: 0 0 1px #28a834;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:checked
    + .ccm__switch__slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head
    .ccm__tab-head__icon-wedge {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: 16px 6px 0;
        -ms-transform-origin: 16px 6px 0;
            transform-origin: 16px 6px 0;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head
    .ccm__tab-head__icon-wedge
    > svg {
    pointer-events: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-head
    .ccm__tab-head__icon-wedge {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    color: #333;
    display: flex;
    padding: 17px 35px 17px 0px;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content {
    padding: 25px 35px;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head:hover {
    background-color: #f9f9f9;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-head,
    .ccm__tab-head__left {
        min-width: 60px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-head,
    .ccm__tab-head__right {
        flex-grow: 1;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-content {
    display: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-head {
    background-color: #f9f9f9;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 680px) {
    #cconsent-modal
        .ccm__content
        > .ccm__content__body
        .ccm__tabgroup.ccm__tabgroup--open
        .ccm__tab-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
    }
}
@media (max-width: 680px) {
    #cconsent-modal
        .ccm__content
        > .ccm__content__body
        .ccm__tab-content
        .ccm__tab-content__left {
        margin-bottom: 20px;
    }
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content p {
    color: #444;
    margin-bottom: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list:not(:empty) {
    margin-top: 15px;
    overflow-x: auto;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list
    .ccm__list__title {
    color: #333;
    font-weight: 600;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list
    ul {
    list-style: none;
    margin: 5px 0;
    padding-left: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list li:not(:last-child) {
    margin-bottom: 10px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list table {
    min-width: 580px;
    table-layout: fixed;
    width: 100%;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body th,
#cconsent-modal
    .ccm__content
    > .ccm__content__body td {
    padding:5px;
    vertical-align: top;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list th:first-child,
#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list  td:first-child {
    padding-left: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list th:nth-child(3),
#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list td:nth-child(3) {
    width: 300px;
}

#cconsent-modal .ccm__footer {
    padding: 35px;
    background-color: #efefef;
    text-align: center;
}

#cconsent-modal .ccm__footer button {
    line-height: normal;
    font-size: 14px;
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    border: none;
    padding: 13px;
    min-width: 110px;
    border-radius: 2px;
    cursor: pointer;
}

body > #cconsent-bar {
    font-size: 12px;
}

body > #cconsent-bar .ccb__wrapper {
    background-color: #ffffff;
}

body > #cconsent-bar,
body > #cconsent-bar a,
body > #cconsent-bar a:active,
body > #cconsent-bar a:visited {
    color: #000000;
}

body > #cconsent-bar a:hover {
    text-decoration: none;
}

body > #cconsent-bar .ccb__heading,
body > #cconsent-modal .ccm__heading,
body > #cconsent-bar .ccb__button,
body > #cconsent-modal .ccm__button {
    text-align: center;
}

body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit,
body > #cconsent-modal .ccm__button > .consent-give,
body > #cconsent-bar .ccb__button > .ccb__edit,
body > #cconsent-bar .ccb__button > .consent-deny,
body > #cconsent-bar .ccb__button > .consent-give {
    border: 1px solid transparent;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    width: 100%;
}

body > #cconsent-modal .ccm__button > #ccm__footer__consent-modal-submit:hover,
body > #cconsent-modal .ccm__button > .consent-give:hover,
body > #cconsent-bar .ccb__button > .consent-deny,
body > #cconsent-bar .ccb__button > .consent-give:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

body > #cconsent-bar .ccb__button > .ccb__edit {
    background-color: transparent;
    color: #000000;
}

.cc-blocknotice-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.embed-responsive > .cc-blocknotice-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-blocknotice-wrapper .cc-blocknotice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}

.navbar-top{font-family:sans-serif;background:#fff}.navbar-top a{color:#333}.headerImage{top:50px}.hover_grey{filter:grayscale(100%);-webkit-filter:grayscale(100%);filter:url(/elements/grayscale.svg#desaturate);filter:gray;-webkit-filter:grayscale(1);display:flex;justify-content:center;align-items:center}.hover_grey:hover{filter:grayscale(0%);filter:none;-webkit-filter:grayscale(0)}.row_logos{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;align-items:center}#cconsent-bar .ccb__button>.ccb__edit{display:none}#cconsent-bar{background-color:rgba(0, 0, 0, 0.13)}#cconsent-bar .ccb__wrapper{padding:15px;margin:15px;max-height:100%;max-width:500px;overflow:auto;text-align:center}#wrapper{padding-top:100px}.nav-container.stuck .navbar-brand img{height:70px}.headroom--unpinned{transform:translateY(0%);box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25)}.nav-container.stuck .navbar{height:50px}.ce_ct_featureElement{padding:0px 0}body{font-family:'Muli', sans-serif;color:#666}h2,h3,h4,h5,h6{color:#666}.quote p{font-weight:normal;font-style:italic;font-size:25px;margin:50px auto;display:inline-block;line-height:42px;position:relative;padding:0 60px}.quote_steven p{font-weight:normal;font-style:italic;font-size:21px;margin:50px auto;display:inline-block;position:relative;padding:0 60px}.quote_steven_b{font-weight:normal;font-style:italic;font-size:25px}.calender{text-align:center}.calendly{text-align:center}.calendly-kontakt{text-align:center}.calendly-start{text-align:center;margin-top:-100px}.anruf-link{z-index:99;position:relative;background:#548cbf;color:#FFFFFF;padding:10px 20px;display:inline-block;font-weight:100;box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25);border:none;cursor:pointer;border-radius:0;text-align:center}.anruf-link a hover{background:#6998c4}@media (max-width:767px){.anruf-link{margin-top:40px}}.skewed-bg{height:1px}#main .slider.skw-bl+.mod_article,#main .slider.skw-br+.mod_article{padding-top:3%}footer .main-footer{background:#4b4b4b;padding:20px 0}footer .main-footer .row>div:not(.last){border-right:1px solid #737070}footer .copyright-footer{background:#333}dl,ol,ul{color:#4b4b4b}.ce_ct_teaserBox .inside{padding:50px}.ce_ct_priceBox .text p{border-bottom:0px solid #FFFFFF;height:170px}.ce_ct_priceBox{padding:5px}.ce_ct_priceBox .inside{background:#fff;padding:8px;border-radius:0px;box-shadow:0 2px 0px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 0px 0px 0 rgba(0, 0, 0, 0.25);text-align:center;height:550px}.ce_ct_priceBox .price .label{font-size:1.2rem}.ce_ct_priceBox:nth-of-type(1) .inside,.ce_ct_priceBox:nth-of-type(2) .inside,.ce_ct_priceBox:nth-of-type(3) .inside{border-top:0px solid #fff}.ce_ct_priceBox:nth-of-type(1) .inside .first-link a,.ce_ct_priceBox:nth-of-type(2) .inside .first-link a,.ce_ct_priceBox:nth-of-type(3) .inside .first-link a{background:#999999}.ce_ct_priceBox:nth-of-type(1) .inside .second-link a,.ce_ct_priceBox:nth-of-type(2) .inside .second-link a,.ce_ct_priceBox:nth-of-type(3) .inside .second-link a{color:#999}.ce_ct_priceBox .price .amount{font-size:1.8rem;font-weight:100;color:#999 !important}.ce_ct_priceBox h1,.ce_ct_priceBox h2,.ce_ct_priceBox h3,.ce_ct_priceBox h4,.ce_ct_priceBox h5,.ce_ct_priceBox h6{color:#848080}.ce_ct_priceBox h4{color:#848080;padding-bottom:20px;padding-top:25px}skw-tr,.skw-tl,.skw-br,.skw-bl{position:relative;overflow:hidden;margin-top:0px}.ce_accordion .toggler{background:#fff;color:#888;border-top:1px solid #d5d2d2;border-bottom:1px solid #d5d2d2;font-weight:400;padding:25px 15px;font-size:1.2rem}.ce_accordion .accordion p{margin-left:15px;margin-right:15px}.ce_accordion .accordion{background:#fff}.ce_accordion .toggler:hover{background:#f1f0f0;color:#676666}.ce_accordion .toggler::after{color:#888}.ce_accordion .toggler:hover::after{color:#888}.ce_table td,.ce_text td{background:#f8f8f8}.buttone a{position:relative;background:#548cbf;color:#FFFFFF !important;padding:10px 20px;display:inline-block;font-weight:100;box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25);-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.25);border:none;cursor:pointer;border-radius:0;text-align:center;margin-top:6%}.buttone a:hover{color:#333 !important}.blog{text-align:center !important}.ce_ct_teaserBox .pageLink a{margin-top:5px;background:#999}.mod_changelanguage{float:right;font-weight:normal;padding-right:15px;height:20px;font-size:0.8em}.mod_changelanguage .level_1{display:flex;list-style:none}.mod_changelanguage li a.trail,li a.active{color:#999}.lang-de.active.first{padding-right:4px;color:#999;font-weight:normal}.lang-de .first{color:#333;padding-right:7px;padding-top:4px}.lang-en.last{padding-left:4px;font-weight:normal}.mod_changelanguage li+li{border-left:1px solid;color:#c8c8c8}body{font-size:1.05rem !important}@media (max-width:767px){footer .ce_ct_featureElement svg{display:none}footer .ce_ct_featureElement .feature-text{width:100% !important}}.footnav dl,ol,ul{list-style-type:none}
