/* vt9 / 9.5 / 2020-08-06 */

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/fileadmin/es_template/fonts/Roboto-Condensed-M/RobotoCondensed-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_regular';
    src: url('/fileadmin/es_template/fonts/Roboto-Condensed-M/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/fileadmin/es_template/fonts/Roboto-Condensed-M/RobotoCondensed-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.sidelogo {
    display: none;
}


body {
    padding: 0px 0 0px 0;
    background-color:#fff;
    background-image: none;
    font-family: roboto_condensedregular,Arial,Helvetica,sans-serif;
    color:#444;
    font-size:125%;
}

h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5{
    font-family: roboto_condensedbold,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color:#1A609C;
    color:#68a32f;
    color:#899B40;
    color:#5BA45B;

}
strong,
bold{
    font-family: roboto_condensedbold,Arial,Helvetica,sans-serif;
    font-weight:normal;
}
/* ==================================================================================== */




/* ==================================================================================== */
/* ==================================================================================== */
.nav-item{
    margin-right:15px;
    font-size: 1.2rem;
}
.dropdown-item{
    font-size: 1.2rem;
}
#navbarNavDropdown li ul li a.active {
    background-color: #0072B2;
}
/* ==================================================================================== */
/* ==================================================================================== */



/* === READMORE =============================*/
.content-readmore {
    color: #4d4d4f;
    padding: 5px 13px 5px 20px;
    margin-bottom:12px;
    background: #f2f2f1;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.content-readmore:hover {
    color: #fff;
    background: #4d4d4f;
}

.readmore-text {
    overflow: hidden;
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
}
/* ===/READMORE =============================*/



.kachel_wrap {
    display: block;
    width: 100%;
}

.kachel_content > div {
    border: 1px solid #ddd;
    padding: 10px;
/*
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
    width: 31.333333%;
*/
/*
    min-width: 31.333333%;
    min-height: 140px;
*/
    align-content: center;
    justify-content: center;

    float: left;
    margin: 1%;
    margin: 0 2% 2% 0;
    background-color: #fff;
}

.kachel_content a {
    text-decoration: none;
}
.kachel_content h2 {
    font-size:22px;
}

.jobbutton{
    display:block;
    text-align: center;
    background-color: #CC1216;
    font-size:20px;
    font-weight:bold;
    color:#fff;
    padding:3px 8px 5px 8px;
    width: 286px;
    margin-left:  auto;
    margin-right: auto;
    border-radius:10px;
}


.jobbutton h3{
    display:block;
    line-height:1.3;
    margin:0;
    padding:0;
}

.jobbutton a,
.jobbutton h3 a{
    display:block;
    color:#fff;
    padding:4px;
    line-height:1.3;
}



/* ACCORDEON */
.accordion-header.card-header h4 {
    font-size: 1.3rem;
}
.accordion-body.card-body header{
    display:none;
}

.card-header {
    padding: 0;
}

h4.accordion-title{
    padding: 0px;
    margin:0;
}
h4 a.accordion-title-link {
    display:block;
    padding: 12px;
}
h4 a:hover{
    text-decoration:none;
}
/* ACCORDEON */

    /* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */
/*
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: position 0.5s;
    transition: top 0.5s;
}
.sticky + div + div + div.container.maincontent{
    padding-top: 130px !important;
    transition: padding-top 0.5s;
}
#mainnav_wrap.sticky{
    border-bottom: 1px solid #e7dfce;
    left: 0;
    z-index: 3000;
    background: #fff;

    -webkit-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.25);
    -moz-box-shadow:    0px 12px 12px 0px rgba(0,0,0,0.25);
    box-shadow:         0px 12px 12px 0px rgba(0,0,0,0.25);
}
.sticky .navbar {
    padding: 0.1rem 1rem;
}
.sticky .navbar UL.nav {
    margin: 0.5em auto 0em auto !important;
    margin: 0.5em 0 0em 300px !important;
    padding-bottom:0;
}
*/
/*####################################################################*/



/*####################################################################*/
#myBtn:hover {
    background-color: rgb(138, 138, 138);
    background-color: rgb(255,255,255,0.7);
    background-color: #5693c7;
}
#myBtn {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.9s linear;
    /*display: none; */
    position: fixed;
    bottom: 50px;
    right: 28px;
    z-index: 99;
    font-size: 40px;
    border: none;
    outline: none;
    background-color: rgba(155,155,155,0.8);
    background-color: rgb(255,255,255,0.5);
    background-color: #578dbb;
    color: white;
    cursor: pointer;
    padding: 0px 13px 8px 13px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
}
/*####################################################################*/

.tx-powermail label.control-label.col-sm-2 {
    -ms-flex: 0 0 83.33% !important;
    flex:     0 0 83.33% !important;
    max-width:    83.33% !important;
    width:    83.33% !important;
}


/* VIDEOS =============================================================== */
/*
@media screen and (min-width:250px){
    iframe.es_iframe{width:220px !important; height:180px !important; border:0px solid #ccc; }
}
@media screen and (min-width:300px){
    iframe.es_iframe{width:270px !important; height:180px !important; border:0px solid #ccc; }
}
@media screen and (min-width:350px){
    iframe.es_iframe{width:320px !important; height:210px !important; border:0px solid #ccc; }
}
@media screen and (min-width:500px){
    iframe.es_iframe{width:470px !important; height:300px !important; border:0px solid #ccc; }
}
@media screen and (min-width:600px){
    iframe.es_iframe{width:560px !important; height:350px !important; border:0px solid #ccc; }
}
@media screen and (min-width:800px){
    iframe.es_iframe{width:700px !important; height:460px !important; border:0px solid #ccc; }
}
*/
/* /VIDEOS =============================================================== */




/* klickbar ==============================*/
.klickbar{
    cursor: pointer;
}
.klickbar:hover, .klickbar:focus{
    box-shadow: 20px 20px 20px rgba(0,0,0,0.5) !important;
    box-shadow: 6px 12px 15px rgba(0,0,0,0.3) !important;
    /* border:1px solid #333; */
}
/* /klickbar =============================*/




/* KACHELN ===============================*/

.kachel_content{
    display: flex;
    flex-wrap: wrap; /* mehrzeilig */

}
.kachel_content > div{
    padding: 10px;
    margin: 10px;
    background: #f3f3f3;
    flex: 200px; /* min. 200px */

    border-radius:4px;
}

.kachel_content > div > .ce-textpic.ce-center.ce-above {
    margin: -10px -10px 0 -10px;
}
.kachel_content > div > .ce-textpic.ce-center.ce-above .ce-bodytext{
    margin: 10px 10px 0 10px;
}
.kachel_content > div > .b300{
    flex: 300px;
}

.kachel_content h4{
    display:inline;
    background-color: #CC1216;
    font-size:1.1rem;
    font-weight:normal;
    color:#fff;
    padding:3px 8px 5px 8px;
    border-radius:4px;
    margin-bottom:10px;
}

.kachel_content .ce-gallery img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}







/* /KACHELN ==============================*/






/* es_flexbox 2022 ======================== */
/*
.some-page-wrapper {
    margin: 15px;
    background-color: #eee;
}
*/
.es_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.es_column{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.es_column{
    padding: 0 35px;
}
/*
.videogrid_content_li{
    padding: 0 35px;
}
*/


/*
.double-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;

}

.blue-column {
    background-color: #effde0;
    height: 100px;
}

.green-column {
    height: 100px;
    background-color: #d5dfe7;
}
*/


.videogrid_content_re,
.videogrid_content_li{
 /* border-bottom:1px solid #ccc; */
    margin-bottom:64px;
}


.videogrid_content_li .accordion-header{
    text-align: right;
}


.videogrid_content_re .card,
.videogrid_content_li .card{
    border: 0px solid rgba(0,0,0,.125);
    background-color: transparent;
}

.videogrid_content_re .card-header,
.videogrid_content_li .card-header {
    padding: .75rem 1.25rem;
    padding: 0rem 1rem 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}


/*  #c258 war Muster */
.videogrid_content_re,
.videogrid_content_li {
    background-color: #f4f4f4;
    padding-top:25px;
}



/* ORDER FÜR BILD/VIDEO ect. */
@media screen and (max-width: 800px) {
    .videogrid_content_re .es_column:nth-child(1),
    .es_row.re .es_column:nth-child(1){
        order: 2;
    }
    .videogrid_content_re .es_column:nth-child(2),
    .es_row.re .es_column:nth-child(2){
        order: 1;
    }
}

@media screen and (min-width: 800px) {
    .es_column {
        flex: 1;
    }
    .videogrid_content_re .es_column,
    .videogrid_content_li .es_column{
        justify-content: center;
    }


    .double-column {
        flex: 2;
    }
}
/* /es_flexbox 2022 ======================== */



#c281 img{
    margin-right:10px;
    margin-bottom:10px;
}
/*
#c44, #c45, #c46{
    float:left;
    margin-right:10px
}
*/
/* letztes */
#c44::after{
    content:"";
    clear:both;
}




.kachel_content > div {
    padding: 20px;
    margin: 20px;
    background: #f8f8f8;
    flex: 276px;
}
.kachel_content > div{
    display: flex;
}
.kachel_content .ce-textpic{
    display: flex;
    flex-direction: column;
}
.kachel_content > div > .ce-textpic.ce-center.ce-above {
    margin: -20px -20px 0 -20px;
}
.kachel_content .ce-bodytext{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.kachel_content .ce-bodytext p{
    flex: 1 1 auto;
}

.kachel_content h4{
    /*
    transform: translate(43%, 0px);
    transform: translate(47%, 0px);
    */
    text-align: right;
    display:flex;
    justify-content: right;
    /*
    width:65%;
    min-width:207px;
    width:207px;
    */
}






/*  Intro-Block */
#c112 {
    background-color: #f8f8f8;
    padding: 45px;
}

#main{
    padding-bottom: 60px !important;
    padding-top: 24px;
}

.row.contenrow.bottom{
    margin-top:67px;
}

.footercontent a,
.pagefooter a {
    color: #fff;
    font-weight:normal;
}






/* BILDER */
.ce-gallery figure {
    width: 100%;
}
/*
.ce-gallery img {
    width: 100%;
}
*/
/* VIDEO */
.video-embed iframe {
    width: 500px;
    height: 350px;
}
.video-embed iframe {
    width: 580px;
/*  height: 400px; */
    height: 326px;
}

@media screen and (max-width: 400px) {
    .video-embed iframe {
        width: 100%;
        height: 210px;
    }
}






/*
.videogrid_content_re {border:2px solid #5bda5b }
.videogrid_content_li {border:2px solid #3bb5ec }
.es_row {border:2px solid orange }
.es_column {border:2px solid pink }
*/



/* VORTEIL-ICONS */
#c325 .ce-intext [data-ce-columns="1"] {
    width: 80px !important;
}
#c325 .frame {
    margin-bottom:12px;
}
/* /VORTEIL-ICONS */













/* dce_es_flexcards */
/*
#c438{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border:1px solid red;
}

.dce_es_flexcards_wrap_inner {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.dce_es_flexcards{
    border:1px solid #ccc;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dce_image img{
    width: 100%;
    display: block;
}

.dce_text {
    flex-grow: 1;
}
*/






/* ICON */
#c231 img{
    margin-bottom:10px
}




.p5  {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.p20 {padding: 20px;}
.p25 {padding: 25px;}
.p30 {padding: 30px;}
.p35 {padding: 35px;}
.p40 {padding: 40px;}
.p45 {padding: 45px;}
.p50 {padding: 50px;}





/* ====================================== */
/* === DCE - KACHEL ===================== */
/* ====================================== */

/*
#c438 > .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border:0px solid #ccc;
    max-width:100%;
}

.dce_es_flexcard {
    display: flex;
    padding: 0rem;
    margin: 1rem;
    width: 100%;
}

@media (min-width: 40rem) {
    .dce_es_flexcard {
        width: 50%;
        width: calc(50% - 2rem);
    }
}
@media (min-width: 56rem) {
    .dce_es_flexcard {
        width: 33.3333%;
        width: calc(33.333% - 2rem);
    }
}
@media (min-width: 88rem) {
    .dce_es_flexcard {
        width: 25%;
        width: calc(25% - 2rem);
    }
}


.dce_es_flexcard {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border:1px solid yellow;
}
.dce_es_flexcard:hover .dce_image {
    filter: contrast(100%);
}


.dce_text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
    border:1px solid orange;
}

.dce_head {
    display: flex;
    padding: 1rem;
    border:1px solid orange;
}

.dce_link {
    display: flex;
    padding: 1rem;
    border:1px solid orange;
}


.dce_image {
    width:100%;
    height:auto;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    border:1px solid pink;
}
*/

/*
.dce_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    border:1px solid pink;
}
.dce_image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
@media (min-width: 40rem) {
    .dce_image::before {
        padding-top: 66.6%;
    }
}
*/


/* ====================================== */
/* ===/DCE - KACHEL ===================== */
/* ====================================== */




/* TEXT UND BILD ========================= */

@media screen and (max-width:768px) {
    .ce-textpic,
    .ce-image,
    .ce-nowrap .ce-bodytext,
    .ce-gallery,
    .ce-row,
    .ce-uploads li,
    .ce-uploads div {
      /*overflow: hidden;*/
        overflow: visible;
    }
}


.ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
    margin-bottom: 20px;
}

.ce-intext [data-ce-columns="1"] {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ce-intext [data-ce-columns="1"] {
        width: 50%;
    }
}
@media screen and (min-width: 991px) {
    .ce-intext [data-ce-columns="1"] {
     /* width: 33.3333%; */
        width: 28%;
    }
}




/* ======================== */
header .h2,
header h2 {
    font-size: 1.7rem;
}
/* ======================== */
.videogrid_content_re h2,
.videogrid_content_li h2{
    font-size: 1.4rem;
}
/* ======================== */
.page_36 h2{
    font-size:1.6rem;
    /*
    padding-bottom:24px;
    */
}
.page_36 h4 a{
    padding:3px;
    float:right;
    background-color: #CC1216;
    font-size:1.1rem;
    font-weight:normal;
    color:#fff;
    padding:3px 8px 5px 8px;
    border-radius:4px;
    margin-bottom:10px;
}
/*
.page_36 h4::after{
    content:"";
    display:inline-block;
    height:24px;
}
*/
/* ======================== */






/* ================================================================================================  */
/* ================================================================================================  */

@media screen and (max-width:768px) {

    h1, h1 {
        font-size: 1.6rem !important;
    }

    .xhead {
        height: 28vw;
        background-color:#fff;
        background-image: url("/fileadmin/Dateien/Headbilder/head_1_2700_j80.jpg");
        background-size: 135%;
        background-position: 3% 67%;
    }

    #xnav .n1 {
        display: inline-block;
        width:100%;
    }

    #xnav .n1 .img-fluid {
        max-width: 70%;
        height: auto;
        margin-left: 0px;
        margin-top: 10px;
    }


    /* ================================= */

    #xnav .n2 .navbar-toggler {
        position:absolute;
        z-index: 2;
        top: -55px;

        right: 22px;
        margin-bottom: 20px;

        width: auto;
        background-color: #fff;
    }

    #navbarNavDropdown li a  {
        padding: 10px;
    }
    #navbarNavDropdown li a.active {
        background-color: #eee;
    }

    /*
    .navbar-nav {
        box-shadow: -2px 22px 21px rgba(0,0,0,0.2);
    }
    */

    .navbar-nav > li a {
        padding-left:0.8rem;
    }


    .navbar-nav ul {
        padding-left:1.8rem;
    }

    .navbar-nav ul li {
        font-size:1.0rem;
    }

    .nav-item {
        margin-right: 0px;
    }
    .navbar{
        padding: 0rem 1rem;
        margin-bottom:0.6rem;
    }

    .dropdown-menu{
        border: none;
    }

    ul.rootline {
        margin-top:10px;
    }


    .footercontent .container {
        padding-left:0;
        padding-right:0;
        max-width: 96%;
    }

    .footercontent,
    .pagefooter {
        font-size: 84% !important;
        font-size: 17px !important;
        padding: 0px 0px  !important;
    }


}



footer .pb-5, .py-5 {
    padding-bottom: 0.5rem !important;
}
footer .pt-5, .py-5 {
    padding-top: 0.4rem !important;
}



ul.rootline {
    display:none;
}
.xhead{
    display:none;
}
#main{
    border-top:17px solid #EAF0E2;
    border-top:17px solid #0066B3;
    border-top:17px solid #E8E8E8;
    border-top:0px solid #E8E8E8;
}


.footercontent .container {
    max-width: 1280px;
    max-width: 1340px;
    max-width: 1180px;
    padding: 10px;
}




@media screen and (min-width:768px) {
    #xnavwrap{
        max-width: 1280px;

        max-width:1120px;

        margin:0 auto;
        border:0px solid #555;
        /*
        margin-top:37px;
        margin-bottom:33px;
        */
    }
    #xnav {
        width: 100%;
        /*
        height: 100px;
        */
        border: 0px solid #c3c3c3;
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
        margin-top: 5px;
    }

    #xnav .n1 {
        display: flex;
        display: block;
        height: 100%;
        align-items: center;
        justify-content: center;
        /*
        width:310px;
        */
    }

    #xnav .n1 .img-fluid {
        max-width: 100%;
        height: auto;
        margin-left: -10px;
    }


    #xnav .n2 {
        display: flex;
        width: calc(100%);
        height: 100%;
        padding-top: 1px;
        justify-content: end;

        margin-top: -20px;
    }

    .navbar{
        padding: .5rem 0rem;
    }


    .xhead{
        background-color:#fff;
        height: 16vw;
        max-height:280px;
        border: 0px solid #c3c3c3;
        /*
        background-image:url("/fileadmin/Dateien/Headbilder/head_1_2700_j80.jpg");
        background-size:cover;
        background-position: 50% 36%;
        */
    }
    .xcontent{
        max-width:1200px;
        margin:0 auto;
        background-color:#eee;
        min-height:300px;
        border: 0px solid #c3c3c3;
    }
    .xfoot{
        background-color: #8a8585;
        min-height:150px;
        border: 0px solid #c3c3c3;
    }
    /* ================================ */
    .footercontent,
    .pagefooter {
        font-size: 19px !important;
    }

}
/* ================================================================================================  */
/* ================================================================================================  */

.c-columns-1-1-1{
    border:1px solid #fff;
}

.c-columns-1-1-1 .col-1{
    witdh:33%
}


.bg-light {
    background-color: #fff !important;
}



/* =============================================== */







/*=== 2022-01-31 =================================================*/

body{
    max-width: 100%;
}

.accordion-item a:hover {
    color: #4f4f4f;
}
/*================================================================*/

#pagewrap {
    max-width: 100%;
    margin-bottom: 0px;
    padding-bottom:0;
}

/*================================================================*/

.pageheader.container{
    width: 150px;
    left:initial;
    right:0;
}
.pageheader.container .col-sm-4{
    display:none;
}
.pageheader.container .col-sm-8{
    max-width:150px;
    flex: 0 0 99.667%;
    margin-top: 28px;
}

/*================================================================*/

.container.rootline{
    display:block;
}

/*================================================================*/

#mainnav_wrap {
    max-width: 100%;
}

.mainnav {
    top: 0px;
    height: 100px;
    padding-top: 26px;
    padding-left: 101px;
    width: 100%;
}

/*================================================================*/

.jumbotron{
    margin-bottom: 0.3rem;
}

/*================================================================*/

.col-md-3.links {
    flex: 0 0 18.5%;
    max-width: 18.5%;
}

.col-md-3.links .card{
    display:none;
}


.col-md-6.mitte {
    flex: 0 0 50%;
    max-width: 50%;
}


h1, h1 {
    font-size: 2.4rem;
}

/*================================================================*/
.footercontent,
.pagefooter {

    font-size: 100%;
    margin: 0;
    padding: 0px 25px;

    padding-top: 20px !important;
    padding-bottom: 20px !important;

    background-color: #1A609C;
    background-color: #f4f4f4;
    box-sizing: border-box;
    border-top: 0px solid #005EA8;
    min-height: 111px;
}

.footercontent a,
.pagefooter a {
    color:#fff;
}

.footercontent {
    color: #fff !important;
}


.bg-dark, .bg-dark .dropdown-menu {
    background-color: #0072B2 !important;
    background-color: #CACACA  !important;
}
/*================================================================*/



#c1940 {
    max-width: 1200px;
    margin: 0 auto;
    color:#fff;
}


.breadcrumb {
    padding: 0.75rem 9%;
}



@media screen and (min-width: 991px){
    .ce-intext [data-ce-columns="1"] {
        width: unset;
    }
}


/*
#c7 p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 80%;
}
*/

/*LOGOS FOOT*/
/*
#c22 img {padding: 0px 6px;}
#c23 img {}
#c24 img {padding: 20px 16px;}
*/


.block_1 {
    margin-right: 0;
    margin-left: 0;
}
.block_1 h2 {
    color:#41a8b9;
    color:#676767;
    font-weight:400;
}


.block_1 .cell_li{
    padding:30px;
    background-color: #f5ecd6;
    background-color: #f4f4f4;
}
.block_1 .cell_re {
    padding: 0;
}
.block_1 .cell_re .ce-above .ce-gallery {
    margin-bottom: 0px;
}

.result_1,
.infoblock.prio_1{
    background-color: #f4f4f4;
    padding:20px
}

/*
.button.anrufen.txt {
    background-color: #5cb85c;
    padding:15px 15px 6px 15px;
    border-radius:7px;
    margin-top:15px;
    line-height:100%;
    display:inline-block;
}
.button.anrufen.txt a {
    color: #fff;
}
*/

.button.anrufen.txt {
    background-color: #5cb85c;
    border-radius:50px;
    margin:0 auto;
    margin-top:45px;
    max-width:350px;
}
.button.anrufen.txt a {
    line-height:125%;
    color: #fff;
    display:block;
    padding:9px 15px 0px 15px;
}


.button.anrufen.solo {
    background-color: #5cb85c;
    border-radius:50px;
    margin:0 auto;
    margin-top:45px;
    max-width:70%;
    margin-bottom: 50px;
}
.button.anrufen.solo a {
    line-height:100%;
    color: #fff;
    display:block;
    padding:15px 15px 6px 15px;
}

.block_4x_v1 .ce-col.col-md{
    margin-bottom: 15px;
}
.block_4x_v1 .ce-col.col-md > div{
    background-color: #f5ecd6;
    background-color: #f4f4f4;
    height:100%;
    padding:22px;
    text-align: center;
    border-radius: 8px
}


.solution_way{
    background-color: #f4f4f4;
    padding: 30px;
}
.solution_way h2{
    font-size: 1.8rem;
    color: #5BA45B;
}


.block_3x_v1{
    background-color: #fff;
}
.block_3x_v1 p{
    min-height:117px;
}



.block_3x_v1 .ce-col.col-md {
    margin-bottom: 15px;
    box-shadow:
}


.block_3x_v1 .ce-col.col-md > div {
    background-color: #f5ecd6;
    height: 100%;
    padding: 10px;
    padding-bottom: 18px;
    text-align: center;
    border-radius: 8px;
}


.block_3x_v1 h4{
    font-size:20px;
    background-color: #649ed0;
    border-radius:5px;
    margin:0 auto;
    background-color: #5cb85c;
    border-radius: 50px;
}
.block_3x_v1 h4 a{
    line-height:100%;
    color: #fff;
    display:block;
    padding:5px 5px 7px 5px;
}








.result_1{
    color: #4c4c4c;
    font-size:25px;
 /* max-width:65%; */
    text-align:center;
}
.result_1 h3{
    color: #5cb85c;
    font-size:40px !important;
    /* max-width:65%; */
    text-align:center;
}




.blockhead_1{
    font-size:26px;
    background-color: #f5ecd6;
    margin: 15px 0;

    background-color: #f4f4f4;

}
.blockhead_1 h3 {
    font-size: 26px;
    padding: 10px;
    margin-bottom: 2px;


    color: #5cb85c;
    font-size: 34px !important;
}


.footercontent #c2{
    display:none;
}

.bg_video_start {
    background-image:url("/fileadmin/Dateien/cd_video_gr.jpg");
    background-size: cover;
    background-position: 60% 50%;
    min-height:350px
}

.textblock_std {
    background-color: #f4f4f4;
    padding: 20px;
}





.result_2{
    color: #4c4c4c;
    font-size:25px;
    /* max-width:65%; */
    text-align:center;
}
.result_2 h3{
    color: #5cb85c;
    color: #676767;
    font-size:32px !important;
    /* max-width:65%; */
    text-align:center;
    margin-bottom: 1rem;
}