/* CSS Document */
.dce {
    line-height: 0;
}

/* ZoomIn */

.zoomin div {
    overflow: hidden;
    position: relative;
}

.zoomin div img {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.zoomin:hover img {
    transform: scale(1.15);
}

/* Webcrossing Elemente*/

/*Gruppenkursinfo*/
.course-info-DCE {
    background-color: #005aaa;
    color: white;
}

.course-info-DCE .course-info-inner {
    padding: 5% 0;
    width: 1200px;
    max-width: 75%;
    margin: 0 auto;
}

#main .course-info-DCE .course-info-inner h2 span {
    color: white;
}

.course-info-DCE .bullet-container {
    margin-top: 30px;
}

.course-info-DCE .bullet {
    border-bottom: 1px dotted white;
}

.course-info-DCE .bullet-title {
    color: #ffcd2b;
    font-weight: 600;
    font-size: 22px;

}

.course-info-DCE .bullet-description p {
    margin-bottom: 0 !important;
}


/*Könnerstufen*/

.difficulty-level-single-DCE .difficulty-level-inner .difficulty-head-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.difficulty-level-single-DCE .difficulty-level-inner .difficulty-head-container .difficulty-head {
    padding: 12px;
    min-width: 190px;
    max-width: 100%;
    height: 190px;
    color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}


@media (max-width: 575px) {

    .difficulty-level-single-DCE .difficulty-level-inner .difficulty-head-container .difficulty-head {
        height: 140px;
        width: 140px;
        min-width: 60px;
        margin-bottom: 15px;
    }

}

/*Wettervorhersage*/

.tx-webx-forecast .weather_forecast_wrap {
    margin-top: 30px;
}

.tx-webx-forecast .weather_forecast_wrap .forecast-inner {
    border-radius: 16px;
    border: 1px solid #005aaa;
    font-size: 16px;
}

.tx-webx-forecast .weather_forecast_wrap .forecast-inner .weather_date {
    font-weight: 600;
}

.tx-webx-forecast .weather_forecast_wrap .weather_forecast .forecast-image {
    background-color: #005aaa;
    padding: 15px;
}

.tx-webx-forecast .weather_forecast_wrap .weather_forecast .forecast-image img {
    width: 100px;
}

.tx-webx-forecast .weather_forecast_wrap .weather_forecast .forecast-image {
    background-color: #005aaa;
    padding: 15px;
}


.dce_4360 {
    text-align: center;
}

.dce_4360_item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    display: inline-block;
}

.dce_4360_item:nth-child(even) {
    margin-left: 40px;
}


.dce_4360_item img {
    width: 100%;
    height: auto;
}

#main .dce_4360_item a,
#main .dce_4360_item a:link,
#main .dce_4360_item a:active,
#main .dce_4360_item a:visited,
#main .dce_4360_item a:hover {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Chivo', sans-serif;
    font-size: 24px;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {

    .dce_4360_item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .dce_4360_item:nth-child(even) {
        margin-left: 20px;
    }

    #main .dce_4360_item a,
    #main .dce_4360_item a:link,
    #main .dce_4360_item a:active,
    #main .dce_4360_item a:visited,
    #main .dce_4360_item a:hover {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.dce_100img {
    text-align: center;
}

/* Bilder 50%*/

.dce_50img {
    display: flex;
}

/* Guiding DCE */

.dce_numcont {
    display: flex;
    margin-bottom: 50px;
}

.dce_num {
    max-width: 62px;
    min-width: 62px;
}

.dce_num span {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #005aaa;
    font-weight: bold;
}

.dce_cont {

}

.dce_cont_headline {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    min-height: 58px;
}

.dce_cont_headline span {
    display: inline-block;
    padding: 0 16px;
    min-height: 44px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 16px;
    font-weight: bold;
    background: #005aaa;
    color: #fff;
    border-radius: 16px;
}

.dce_cont_text {
}

#main .dce_numcont a.dce_cta,
#main .dce_numcont a.dce_cta:link,
#main .dce_numcont a.dce_cta:active,
#main .dce_numcont a.dce_cta:visited,
#main .dce_numcont a.dce_cta:hover {
    border: 1px solid #d73114;
    background: #d73114;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff;
}

#main .dce_numcont a.dce_cta:hover {
    background: #005aaa;
    border: 1px solid #005aaa;
}

/* Akkordeon */

.akkordeon {

}

.faq_wrap {
    display: block;
}

.akkordeon .open {

}

.akkordeon .faq_wrap {
}

.akkordeon .faq_wrap.faqopen {
    height: auto;
    background: #fff;
    position: relative;
    z-index: 1;
}

.akkordeon .faq_wrap:nth-child(even) {
}

.akkordeon .frame-default {
    margin-bottom: 10px;
}

#main .akkordeon h3 {
    border: 1px solid #005aaa;
    border-radius: 16px;
    line-height: 44px;
    min-height: 44px;
    color: #fff;
    background: #005aaa;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-bottom: 1em;
}

.akkordeon .faq_wrap:last-child {

}


#main .akkordeon h3:hover,
#main .akkordeon .faqopen h3 {
    background: #d73114;
    border: 1px solid #d73114;
}

.akkordeon h3::after {
    position: absolute;
    content: "+";
    font-size: 18px;
    right: 0;
    top: 0;
    color: #fff;
    width: 28px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-weight: bold;
    /*background:url("../svg/plus.svg") center center no-repeat;
    background-size: 28px auto;*/
}

.akkordeon header.open h3::after {
    transform: rotate(45deg);
}


.akkordeon header {
    cursor: pointer;
}


.akkordeon div {
    visibility: visible;
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    padding: 0 10px;
}

.akkordeon div.open {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 0 16px;
}


/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {

    #main .akkordeon h3 {
        padding: 0 24px 0 16px;
    }

}

@media (max-width: 767px) {

    .akkordeon div.open {
        padding: 0 0 1em 0;
    }

    #main .akkordeon h3 {
        height: inherit;
        line-height: 1.7;
        padding-right: 30px;
        text-transform: none;
    }

    .akkordeon h3::after {
        height: 34px;
        line-height: 34px;
    }


}

@media (max-width: 359px) {
}

/*
@media (min-width: 768px) {
IE Sonderfall
.akkordeon .faq_wrap {
   height:55px;
}
}
*/

/* ###################################################################################################### */
/* ###################################################################################################### */


/* Isotope Bildergalerie */

.dce_referenzen_liste {

}

#main .dce_referenzen_liste .grid-sizer {
    width: calc((100% - 16px) / 3);
}

#main .dce_referenzen_liste .dce_referenzen_item {
    width: calc((100% - 16px) / 3);
    margin-bottom: 8px;
    line-height: 0;
}

#main .dce_referenzen_liste img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {

    #main .dce_referenzen_liste .grid-sizer {
        width: calc((100% - 20px) / 2);
    }

    #main .dce_referenzen_liste .dce_referenzen_item {
        width: calc((100% - 20px) / 2);
    }
}


.dce_teaser {
    line-height: 1;
}

.teaser_item {
    text-align: center;
    border: 2px solid #005aaa;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    width: calc((100% - 40px) / 3);
    padding-top: 12px;
}

.teaser_item:nth-child(3n+2) {
    margin: 0 20px 20px 20px;
}

.teaser_item_head {
    font-family: 'Chivo';
    text-transform: uppercase;
    font-size: 44px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0em;
    line-height: 1.4em;
    color: #005aaa;
}

.teaser_item_subhead {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
}

.teaser_item_image {
    line-height: 0;
}

.teaser_item_image img {
    width: 100%;
    height: auto;
}

.teaser_item_links {
    height: 100px;
    line-height: 100px;
}

#main a.teaser_item_link,
#main a.teaser_item_link:link,
#main a.teaser_item_link:active,
#main a.teaser_item_link:visited,
#main a.teaser_item_link:hover {
    border: 1px solid #005aaa;
    border-radius: 16px;
    line-height: 46px;
    height: 44px;
    color: #fff;
    background: #005aaa;
    padding: 0 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: 170px;
    text-align: center;
    margin: 0 12px;
}

#main a.teaser_item_link.teaser_item_link2:hover,
#main a.teaser_item_link.teaser_item_link1,
#main a.teaser_item_link.teaser_item_link1:link,
#main a.teaser_item_link.teaser_item_link1:active,
#main a.teaser_item_link.teaser_item_link1:visited,
#main a.teaser_item_link.teaser_item_link1:hover {
    border: 1px solid #d73114;
    background: #d73114;
}

#main a.teaser_item_link.teaser_item_link1:hover {
    background: #005aaa;
    border: 1px solid #005aaa;
}


/* Team */

.team_teaser .teaser_item,
.team_teaser .teaser_item:nth-child(3n+2) {
    padding-top: 0;
    overflow: hidden;
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0px;
}

.team_teaser .teaser_item:nth-child(4n+4) {
    margin-right: 0;
}

.team_teaser .teaser_item_head {
    margin: 10px 0;
    font-size: 18px;
}

.team_teaser .teaser_item_subhead {
    margin-bottom: 0;
    font-size: 14px;
}

.team_teaser .teaser_item_links {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
    #main a.teaser_item_link,
    #main a.teaser_item_link:link,
    #main a.teaser_item_link:active,
    #main a.teaser_item_link:visited,
    #main a.teaser_item_link:hover {
        width: 170px;
        padding: 0 16px;
    }
}

@media (max-width: 1366px) {
    .teaser_item_subhead {
        min-height: 2em;
    }

    #main a.teaser_item_link,
    #main a.teaser_item_link:link,
    #main a.teaser_item_link:active,
    #main a.teaser_item_link:visited,
    #main a.teaser_item_link:hover {
        width: 150px;
        padding: 0 14px;
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    #main a.teaser_item_link,
    #main a.teaser_item_link:link,
    #main a.teaser_item_link:active,
    #main a.teaser_item_link:visited,
    #main a.teaser_item_link:hover {
        width: 135px;
        padding: 0 14px;
        font-size: 14px;
        margin: 0 5px;
    }
}

@media (max-width: 1023px) {

    .teaser_item,
    .teaser_item:nth-child(3n+2),
    .team_teaser .teaser_item,
    .team_teaser .teaser_item:nth-child(3n+2),
    .team_teaser .teaser_item:nth-child(4n+4) {
        margin: 0 0 20px 0;
        width: calc((100% - 20px) / 2);
        vertical-align: top;
    }

    .teaser_item:nth-child(even),
    .team_teaser .teaser_item:nth-child(even) {
        margin: 0 0 20px 20px;
    }

}

@media (max-width: 767px) {

    .team_teaser .teaser_item_head,
    .teaser_item_head {
        font-size: 18px;
        text-transform: none;
        margin-bottom: 5px;
    }

    .team_teaser .teaser_item_head {
        min-height: 50px;
        padding: 0 5px;
    }

    .team_teaser .teaser_item_subhead {
        margin-bottom: 5px;
    }

    .teaser_item_subhead {
        font-size: 14px;
        margin-bottom: 12px;
        min-height: inherit;
    }

    #main a.teaser_item_link, #main a.teaser_item_link:link, #main a.teaser_item_link:active, #main a.teaser_item_link:visited, #main a.teaser_item_link:hover {
        height: 37px;
        line-height: 37px;
    }

    .teaser_item_links {
        line-height: inherit;
        height: inherit;
        line-height: 50px;
        min-height: 100px;
    }

}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.dce_qa {
    line-height: 1;
}

.dce_qa_headline {
    font-family: 'Chivo';
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0em;
    line-height: 1.4em;
    color: #005aaa;
    margin-bottom: 50px;
}

.dce_qa_content {
    display: flex;
    align-items: center;
}

.dce_qa_content div:first-child {
    min-width: 250px;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
    .dce_qa_headline {
        font-size: 64px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {

    .dce_qa_headline {
        font-size: 36px;
    }

    .dce_qa_content {
        flex-direction: column;
    }

    .dce_qa_content img {
        margin-bottom: 10px;
    }
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.dce_gm {
    line-height: 1;
}

.dce_gm_headline {
    font-family: 'Chivo';
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0em;
    line-height: 1.4em;
    color: #005aaa;
    display: flex;
    align-items: center;
}

.dce_gm_headline span {
    margin-left: 50px;
    width: 200px;
    display: inline-block;
    background: url("../svg/icon_star.svg") repeat-x center;
    background-size: 40px auto;
    height: 40px;
}

.dce_gm_subheadline {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 50px;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {

    .dce_gm_headline {
        font-size: 64px;
    }

    .dce_gm_headline span {
        width: 150px;
        background-size: 30px auto;
    }

    .dce_gm_subheadline {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {

    .dce_gm_headline {
        font-size: 36px;
    }

    .dce_gm_headline span {
        display: none;
    }
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.dce_sw {
    background: #e0dedf;
    padding: 0 0 45px 0;
    border-top: 2px solid #005aaa;
}

.dce_sw code {
    color: #005aaa;
    font: 400 20px/1.6 'Overpass', sans-serif;
    letter-spacing: 0.07em;
}

.dce_sw_top {
    padding: 30px 0;
    text-align: left;
    line-height: 0;
}

.dce_sw_top svg {
    height: 44px;
    width: auto;
}

#main .dce_sw_top a {
    margin: 0 5px;
}

.dce_sw_more {
    text-align: right;
}

#main .dce_sw_more a,
#main .dce_sw_more a:link,
#main .dce_sw_more a:active,
#main .dce_sw_more a:visited,
#main .dce_sw_more a:hover,
#main .dce_gm_more a,
#main .dce_gm_more a:link,
#main .dce_gm_more a:active,
#main .dce_gm_more a:visited,
#main .dce_gm_more a:hover,
#main .dce_qm_more a,
#main .dce_qm_more a:link,
#main .dce_qm_more a:active,
#main .dce_qm_more a:visited,
#main .dce_qm_more a:hover,
#main a.dce_cta,
#main a.dce_cta:link,
#main a.dce_cta:active,
#main a.dce_cta:visited,
#main a.dce_cta:hover,
#main .frame-type-form_formframework button {
    border: 1px solid #005aaa;
    border-radius: 16px;
    line-height: 44px;
    height: 44px;
    color: #005aaa;
    padding: 0 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.25;
    font-size: 18px;
    background: #fff;
    text-decoration: none;
}

#main .fa-arrow-right {
    padding-left: 5px;
}

#main .frame-type-form_formframework button:hover,
#main .dce_sw_more a:hover,
#main .dce_gm_more a:hover,
#main .dce_qm_more a:hover {
    color: #fff;
    background: #005aaa;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {

    .dce_sw code {
        font-size: 16px;
    }

    #main .dce_sw_more a, #main .dce_sw_more a:link, #main .dce_sw_more a:active, #main .dce_sw_more a:visited, #main .dce_sw_more a:hover, #main .dce_gm_more a, #main .dce_gm_more a:link, #main .dce_gm_more a:active, #main .dce_gm_more a:visited, #main .dce_gm_more a:hover, #main .dce_qm_more a, #main .dce_qm_more a:link, #main .dce_qm_more a:active, #main .dce_qm_more a:visited, #main .dce_qm_more a:hover, #main a.dce_cta, #main a.dce_cta:link, #main a.dce_cta:active, #main a.dce_cta:visited, #main a.dce_cta:hover, #main .frame-type-form_formframework button {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.dce_standorte {

}

.tabshead {
    position: relative;
    padding-top: 20px;
    min-height: 180px;
    padding-right: 80px;
}

.tabslogo {
    position: absolute;
    right: -110px;
    top: 0;
}

.tabshead svg {
    width: 180px;
    height: auto;
}

.page_88 .tabshead,
.page_258 .tabshead {
    display: none;
}

.dce_standorte #tabs {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font: 400 20px/1.6 'Overpass', sans-serif !important;

}

#main #tabs ul {
    margin-left: 0;
    border-radius: 0 !important;
    border: none;
    font-weight: normal;
    background: none !important;
    border-bottom: 2px solid #005aaa !important;
    margin-bottom: 0 !important;
    margin: 0 -110px;
    padding: 0 110px !important;
}

#main .ui-tabs .ui-tabs-nav li {
    margin: 0;
    border: none;
}

#main .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
}

#main .ui-tabs .ui-tabs-nav li.ui-corner-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#main .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0 55px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

#main .ui-tabs .ui-tabs-nav .ui-state-hover a.ui-tabs-anchor {
    background: #005aaa;
    color: #ffcd2b;
}

#main .ui-state-active a,
#main .ui-state-active a:link,
#main .ui-state-active a:visited {
    background: #005aaa;
    color: #ffcd2b;
}

#main .ui-state-active,
#main .ui-widget-content .ui-state-active,
#main .ui-widget-header .ui-state-active,
#main a.ui-button:active,
#main .ui-button:active,
#main .ui-button.ui-state-active:hover {
    background: none;
}

#main .tabcontent {
    text-align: center;
}

#main .tabcontent .tabhead {
    color: #005aaa;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 50px;
}

#main .tabcontent .tabsubhead {
    color: #005aaa;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0;
}

#main .tabcontent a,
#main .tabcontent a:link,
#main .tabcontent a:active,
#main .tabcontent a:visited,
#main .tabcontent a:hover {
    text-decoration: none;
}

#main .tabadress {
    margin-bottom: 44px;
}

#main a.tablink,
#main a.tablink:link,
#main a.tablink:active,
#main a.tablink:visited,
#main a.tablink:hover {
    border: 1px solid #005aaa;
    background: #005aaa;
    border-radius: 16px;
    line-height: 74px;
    height: 74px;
    color: #ffcd2b;
    padding: 0 16px 0 76px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
    text-decoration: none;
    margin: 0 20px;
}

#main a.tablink:hover {
    color: #fff;
}


#main a.tablink.tablinkgo {
    background: #005aaa url("../svg/icon_pin.svg") 16px center no-repeat;
    background-size: 45px auto;
}

#main a.tablink.tablinkvr {
    background: #005aaa url("../svg/icon_360.svg") 16px center no-repeat;
    background-size: 45px auto;
}


/* RESPONSIVE */


@media (max-width: 1440px) {
    #main .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0 25px;
    }
}

@media (max-width: 1366px) {
    #main #tabs ul {
        margin: 0 -45px;
        padding: 0 45px !important;
    }

    .tabslogo {
        right: -45px;
    }

    .tabshead {
        padding-right: 135px;
        min-height: 135px;
    }

    .tabshead svg {
        width: 150px;
    }
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {

    .tabshead {
        padding-top: 0;
    }

    .tabshead svg {
        width: 120px;
    }

    .tabslogo {
        right: 10px;
    }

    #main #tabs ul {
        margin: 0;
        padding: 0 !important;
    }

    #main .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0 8px;
        font-weight: normal;
    }


}

@media (max-width: 767px) {

    #main a.tablink, #main a.tablink:link, #main a.tablink:active, #main a.tablink:visited, #main a.tablink:hover {
        margin: 0 0 20px 0;
        display: block;
    }

    #main .ui-tabs .ui-tabs-nav li {
        display: block;
        width: 100%;
    }


    #main .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0;
        text-align: center;
        display: block;
        width: 100%;
    }

}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.dce_2col {
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

.dce_2col_item {
    /*max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);*/
    max-width: 50%;
    min-width: 50%;
}

.dce_2col_item.col1 {
    border-right: 2px dotted #cdcdcd;
    padding-right: 40px;
}

.dce_2col_item.col2 {
    padding-left: 40px;
}

.dce_2col_img {
    display: flex;
    align-items: center;
}

.dce_2col_img img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.dce_2col_img_text {
    padding-left: 35px;
}


.dce_2colinv .dce_2col_item.col1 {
    border: none;
}


.dce_2colinv .dce_2col_item.col2 {
    max-width: 240px;
    min-width: 240px;
}

.dce_2colinv .dce_2col_item.col1 {
    max-width: calc(100% - 240px);
    min-width: calc(100% - 240px);
}

.dce_2colinv .dce_2col_item.col2 img {
    max-width: inherit;
    border-radius: 0;
    box-shadow: none;
}


/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {

    .dce_2col {
        flex-direction: column;
    }

    .dce_2col_item,
    .dce_2col_item.col1,
    .dce_2col_item.col2 {
        max-width: 100%;
        min-width: 100%;
        padding: 0;
        border: none;
    }


}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.dce_leitsatz {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#main .dce_leitsatz a,
#main .dce_leitsatz a:link,
#main .dce_leitsatz a:active,
#main .dce_leitsatz a:visited,
#main .dce_leitsatz a:hover {
    display: inline-block;
    color: #005aaa;
    text-decoration: none;
}

.dce_ls_item {
    text-align: center;
    flex: 1 0 33%;
}

.dce_lsi_top {
    font-family: 'Chivo';
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0em;
    line-height: 1.4em;
}

.dce_lsi_bottom {
    font-weight: bold;
    font-size: 22px;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {

    .dce_lsi_top {
        font-size: 34px;
    }
}

@media (max-width: 1023px) {

    .dce_lsi_top {
        font-size: 26px;
    }

}

@media (max-width: 767px) {

    .dce_leitsatz {
        flex-direction: column;
    }

    .dce_ls_item {
        flex: 1 0 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


.sponsoredby a,
.sponsoredby a:link,
.sponsoredby a:active,
.sponsoredby a:visited,
.sponsoredby a:hover {
    padding-right: 10px;
}

/* Stoerer */

.dce_stoerer {
    line-height: 1;
    display: flex;
}

.dce_stoerer_left {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}


/* Bildergalerie 4:3 */
.gallery43 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.gallery43 div {
    width: 24%;
    margin-bottom: 10px;
}

.gallery43 div img {
    width: 100%;
    height: auto;
}

/* DCE Text mit Bild */

.dce_tb_wrap {
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 50px;
}

.dce_tb_img,
.dce_tb_text {
    float: left;
}

.dce_tb_img {
    width: 100px;
}

.dce_tb_text {
    padding-left: 30px;
    width: calc(100% - 100px);
    line-height: 1;
}

#main .dce_tb_text h3 {
    text-align: left;
    text-transform: none;
}

.dce_tb_text p {
    margin-bottom: 2em;
}


/* DCE Preistabelle */

.dce_pricetable_wrap {
    line-height: 1;
}

/* Preistabelle 1. Spalte fix */

.dce_pricecolfix {
    float: left;
    width: calc(25% - 1px);
    font-weight: 400;
}

.dce_pricecolfix .dce_pc_date {
    text-align: center;
    font-weight: inherit;
    border-color: #dadada;
}

.dce_pricecolfix .dce_pc_price span {
    display: block;
    font-size: 0.8em;
}

/* Preistabelle Slider */

.dce_pricetable {
    float: right;
    width: 75%;
    font-weight: 400;
}

.dce_pricecol {
    text-align: center;
    margin: 0 2px;
}

.dce_pc_date {
    background: #dadada;
    padding: 10px 5px;
    border: 1px solid #dadada;
    min-height: 4em;
    line-height: 4em;
    text-align: center;
    font-weight: bold;
}

.dce_pc_date span {
    display: block;
    text-transform: uppercase;
}

.dce_pc_price {
    padding: 20px 10px;
    border: 1px solid #dadada;
    margin-top: 3px;
    min-height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dce_pc_price span {
    display: block;
}

.dce_pc_price:last-child {
    border-bottom: 1px solid #dadada;
}

.dce_pricecolfix .dce_pc_date,
.dce_pricecolfix .dce_pc_price {
    background: #d32511;
    border-color: #d32511;
    color: #fff;
}

.slick-current .dce_pc_price {
    background: #f1f1f1;
}

.dce_pricetable .slick-prev,
.dce_pricetable .slick-next {
    height: 24px;
    z-index: 10;
}

.dce_pricetable .slick-prev::before {
    content: "<";
}

.dce_pricetable .slick-next::before {
    content: ">";
}

.dce_pricetable .slick-prev::before,
.dce_pricetable .slick-next::before {
    font-size: 24px !important;
    color: #7a7b7f !important;
}

.dce_pricetable .slick-prev {
    left: 3px !important;
    top: 124px !important;
}

.dce_pricetable .slick-next {
    top: 124px !important;
    right: 3px !important;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {

    .dce_pc_date {
        font-size: 14px;
    }

    .dce_pricetable .slick-next,
    .dce_pricetable .slick-prev {
        top: 107px !important;
    }

}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
    .dce_pricecolfix {
        width: calc(50% - 1px);
    }

    .dce_pricetable {
        width: 50%;
    }

}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


/* DCE Stärkenbox */

#main .dce_starken ul {
    margin-left: 0;
}

.dce_starken li {
    border-bottom: 2px dotted #b9b9b9;
    min-height: 70px;
    list-style: none;
    background: url("../svg/dce_staerken_bg.svg") left 14px no-repeat;
    background-size: 42px 42px;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


/* DCE Zimmer */

.dce_zimmerblock {
    display: flex;
    flex-direction: row;
    background: #e6e6e6;
    margin-bottom: 45px;
}

.dce_zb_left {
    width: 60%;
}

.dce_zb_right {
    width: 40%;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
}

.dce_zb_right_inner {

}

.dce_zri_headline {
    margin-bottom: 30px;
    font-size: 24px;
}

.dce_zri_cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#main a.dce_cta_btn,
#main a.dce_cta_btn:link,
#main a.dce_cta_btn:active,
#main a.dce_cta_btn:visited,
#main a.dce_cta_btn:hover {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #3b583d;
    height: 58px;
    line-height: 58px;
    width: calc(50% - 3px);
    text-align: center;
}

#main a.dce_cta_btn.dce_cta_btn1 {
    background: #5a7865;
}

#main a.dce_cta_btn.dce_cta_btn2 {
    float: right;
}


.dce_zimmerblock .slick-prev,
.dce_zimmerblock .slick-next {
    height: 113px;
    width: 50px;
    margin-top: -56px;
    left: 10px;
}

.dce_zimmerblock .slick-next {
    left: auto;
    right: 10px;
}

.dce_zimmerblock .slick-prev:before,
.dce_zimmerblock .slick-next:before {
    content: ' ';
    height: 113px;
    width: 50px;
    display: block;
    background: url("../svg/slick_bg.svg") left center no-repeat;
    background-size: 113px 100px;
    position: relative;
    z-index: 1;
}

.dce_zimmerblock .slick-next:before {
    background: url("../svg/slick_bg.svg") right center no-repeat;
    background-size: 113px 100px;
}


/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {

    .dce_zimmerblock {
        flex-direction: column;
    }

    .dce_zb_left,
    .dce_zb_right {
        width: 100%;
    }

    .dce_zb_right {
        padding: 20px;
        flex-direction: column;
        border: 1px solid #e6e6e6;
        display: block;
    }

    .dce_zri_cta {
        position: relative;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


/* DCE Banner 4 */

.banner4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: calc(100vh - 166px);
    margin-top: 160px;
    overflow: hidden;
}


.banner4big {
    flex: 1 0 60%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

/*.banner4small img,
.banner4big img {
    height: 100%;
    width:auto;
}*/

.banner4small img,
.banner4big img {
    bottom: -9999px;
    height: auto;
    left: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto;
}

.banner4small {
    flex: 1 0 calc(40% - 6px);
    height: 100%;
    margin-left: 6px;
}

.banner4small_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.banner4small_inner div {
    flex: 1 0 calc(33% - 4px);
    overflow: hidden;
    position: relative;
}

.banner4small_inner div:nth-child(2) {
    margin: 6px 0;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
    .banner4 {
        height: 500px;
        margin-top: 80px;
    }

}

@media (max-width: 767px) {
    .banner4 {
        height: auto;
        flex-direction: column;
        overflow: visible;
    }

    .banner4big,
    .banner4small {
        width: 100%;
        overflow: visible;
        margin: 0;
    }

    .banner4big {
        margin-bottom: 4px;
    }

    .banner4small_inner {
        flex-direction: row;
    }

    .banner4small_inner div {
        flex: 1 0 calc((100% - 8px) / 3);
    }

    .banner4small_inner div:nth-child(2) {
        margin: 0 4px;
    }

    .banner4small img, .banner4big img {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


/* DCE 5fach */


.dce_5x {
    height: 760px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dce_5x .col {
    flex: 1 0 calc((100% - 12px) / 3);
    line-height: 1;

}

.dce_5x .col img {
    height: 100%;
    width: auto;
}

.dce_5x .item1,
.dce_5x .item2 {
    height: calc(50% - 3px);
    overflow: hidden;
    position: relative;
}

.dce_5x .item1 {
    margin-bottom: 3px;
}

.dce_5x .item2 {
    margin-top: 3px;
}

.dce_5x_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.6);
}

.dce_5x .item:hover .dce_5x_text {
    background: rgba(255, 255, 255, 0.9);
}

.dce_5x_text span {
    background: #e7e7e6;
    float: right;
    padding: 0 15px;
    color: #5a7865;
    font-weight: bold;
    display: inline-block;
}

.dce_5x .col1 {
    color: #fff;
    background: #3b583d;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 0 60px;
    line-height: 1.7;
}

.dce_5x_head {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 24px;
}

.dce_5x_text_col1 {
    padding-bottom: 160px;
}

.dce_5x_slogan {
    font-size: 24px;
    text-align: center;
    position: relative;
}

.dce_5x_slogan {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}

.dce_5x_slogan:before, .dce_5x_slogan:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #fff;
    margin: auto;
}

.dce_5x_slogan:before {
    margin-right: 10px
}

.dce_5x_slogan:after {
    margin-left: 10px
}


#main .dce_5x_more a,
#main .dce_5x_more a:link,
#main .dce_5x_more a:active,
#main .dce_5x_more a:visited,
#main .dce_5x_more a:hover {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: 1px solid #fff;
}

#main .dce_5x_more a:hover {
    background: #fff;
    color: #3b583d;
}

.dce_5x .col2 {
    margin: 0 6px;
}


/* RESPONSIVE */
@media (max-width: 1440px) {
    .dce_5x_text {
        font-size: 0.8em;
    }

}

@media (max-width: 1366px) {
    .dce_5x {
        height: 600px;
    }

    .dce_5x_text_col1 {
        padding-bottom: 80px;
    }
}

@media (max-width: 1279px) {

    .dce_5x .col1 {
        padding: 0 50px;
    }

    .dce_5x_text_col1 {
        padding-bottom: 40px;
    }

    #main .dce_5x_more a, #main .dce_5x_more a:link, #main .dce_5x_more a:active, #main .dce_5x_more a:visited, #main .dce_5x_more a:hover {
        padding: 0 20px;
    }

    .dce_5x_text {
        font-size: 0.7em;
    }

}

@media (max-width: 1023px) {
    .dce_5x {
        height: auto;
        flex-direction: row;
    }

    #main .dce_5x a {
        line-height: 0;
    }

    .dce_5x .col {
        flex: 1 0 100%;
        margin-bottom: 6px;
    }

    .dce_5x .col1 {
        padding: 20px;
    }

    .dce_5x .col2 {
        margin: 0;
    }

    .dce_5x .col2,
    .dce_5x .col3 {
        display: flex;
    }

    .dce_5x_head,
    .dce_5x_slogan {
        margin-bottom: 40px;
    }

    .dce_5x .col img {
        width: 100%;
        height: auto;
    }

    .dce_5x .item1, .dce_5x .item2 {
        height: auto;
        margin: 0;
        flex: 1 0 50%;
    }

    .dce_5x .col2 {
        margin-bottom: 6px;
    }


}

@media (max-width: 767px) {

    .dce_5x .item1, .dce_5x .item2 {
        flex: 1 0 100%;
        margin-bottom: 6px;
    }

    .dce_5x .col2 {
        margin-bottom: 0;
    }

}


@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */


/* Parallax */
.dce_parallax {
}

.dce_parallax.bigparallax {

}

.dce_parallax img {
    width: 100%;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1279px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
}

@media (max-width: 359px) {
}

/* ###################################################################################################### */
/* ###################################################################################################### */

