/*
PONS green #03af30
pons blue  #002c70
secondary gray #9c9c9c
secondary gray (15%) rgba(156,156,156,0.15);   #f0f0f0
font-color #3a3a3a
*/
.wow {
    visibility: hidden;
}
body #page-header{
    padding-bottom:0;
}
#logo-and-nav1 .logo .caption{
	display: none;
}

#logo-and-nav1 .logo > a {
        background-size: auto 44px;
        line-height: 46px;
        height: 44px;
}
#logo-and-nav1 .logo{
	width:144px;
}
/* =============================================================================
 * reset & various settings
 * ========================================================================== */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
}

#wrapper .mejs-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*
.ce_flipbox p, .ce_text p {
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: auto 5;
    -moz-hyphenate-limit-lines: 2;
    -o-hyphens: auto;
    -o-hyphenate-limit-chars: auto 5;
    -o-hyphenate-limit-lines: 2;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 7;
    -webkit-hyphenate-limit-lines: 2;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 7;
    -ms-hyphenate-limit-lines: 2;
    hyphens: auto;
    hyphenate-limit-chars: auto 7;
    hyphenate-limit-lines: 2;

}
*/

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
}

body {
    position: relative;
    text-size-adjust: 100%;
}

#mbCenter img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.inside {
    position: relative;
    text-align: left;
}

.block {
    overflow: hidden;
}

.clear, #clear, .clearer {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    float: none
}

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

.invisible {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
}

.float_left {
    float: left;

}

.float_right {
    float: right;

}

.image_container.float_left {
    margin-right: 30px;
    margin-bottom: 30px;
}
.image_container.float_right {
    margin-left: 30px;
    margin-bottom: 30px;
}

/* =============================================================================
 * reset PONS UI KIT
 * ========================================================================== */
#cto-languageselect {
    display: none;
}

#mobile-header #qKeyboardPlacer a, #mobile-header .container-jsselect a {
    border-bottom: 0;
}

#qKeyboardPlacer, #qKeyboardPlacer a{
    font-size: 14px;
}

code {
    padding: 4px 8px;
    font-size: 0.85em;
    line-height: 1.5em;
    border: none;
    white-space: normal;
    color: #555555;
    background-color: #eeeeee;
}

#menu-mobile a {
    border-bottom: 0;
}

.afs_ads {
    display: none;
}

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

.content {
    background-color: transparent;
}

#stage .container-fluid, #dict_template #page-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
}

body#dict_result #wrap, body#dict_template #wrap, body#dict_flections #wrap, body#dict_catalogue_index #wrap, body#dict_catalogue_result #wrap, body#context_debug #wrap, body#context_react #wrap, body#text_translation #wrap {
    background: none;
    padding-bottom: 0;
}

.cto_content .container {
    width: auto;
}

#page-header a:after, #page-footer a:after, #menu-mobile a:after {
    height: 0;
}

.cto_content ul,
.cto_content ol {
    margin: 0;
}

select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: auto;
    margin-bottom: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #cfcfcf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.border-gray-1px{ border: 1px solid rgba(0,0,0,0.1); }
.border-gray-5px{ border: 1px solid rgba(0,0,0,0.1); }
.border-gray-10px{ border: 1px solid rgba(0,0,0,0.1); }

.border-white-1px{ border: 1px solid #ffffff; }
.border-white-5px{ border: 1px solid #ffffff; }
.border-white-10px{ border: 1px solid #ffffff; }

.widget {
    padding: 0;
}

.pons.content-box {
    box-shadow: none;
}
#page-header .nav-secondary-wrapper .dropdown-menu a {
    border-bottom:0;
}
.nav-secondary .trail a {color:#027d22; }

.nav-global a.active {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.5);
}
/* @todo kai mobile navigation */
@media screen and (max-width: 767px) {
    .nav-secondary {
        background-color: #fff;
        margin-bottom: 15px !important;
        overflow-y: auto;
        white-space: nowrap;
        padding: 0;
        scrollbar-width: none;
        /*  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25); */
        margin-left: -20px !important;
        margin-right: -20px !important;
        margin-top: 3px !important;
    }

    .nav-secondary li a {

    }

    .nav-secondary > li {
        /*  border-right: 1px solid rgba(0, 0, 0, 0.15); */
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
    }

    .nav-arrow-right {
        position: absolute;
        top: calc(50% - 15px);
        right: 0;
        background-color: rgba(255,255,255,0.8);
        padding: 5px 15px 5px 5px;
        z-index: 9;
    }
    .nav-arrow-left {
        position: absolute;
        top: calc(50% - 15px);
        left: 0;
        background-color: rgba(255,255,255,0.8);
        padding: 5px 5px 5px 15px;
        z-index: 8;
    }
    body.sidebarNav #left.scrolled {
        position: fixed;
        top: 56px;
        background:#fff;
        z-index:11;
    }
    body.sidebarNav #main.scrolled{
        margin-top:68px;
    }

}


.s-countdown__number  {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s-countdown {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-bottom: 40px;
}
.s-countdown__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s-countdown__seperator {
    font-size: 32px;
    margin: 17px 10px 0 10px;
}
.s-countdown__number {
    box-sizing: border-box;
    font-size:32px;
    width: 100px;
    background-color: #03af30;
    color:#fff;
    padding: 20px 20px 15px 20px;
    margin: 5px;
    text-align: center;
}


#opt_107_1, #opt_107_2, #opt_107_3, #opt_107_4, #opt_107_5, #opt_107_6, #opt_107_7,#opt_107_8, #opt_107_9, #opt_107_10, #opt_107_11, #opt_107_12, #opt_107_13,  #opt_107_14, #opt_107_15,
#lbl_107_1, #lbl_107_2,#lbl_107_3,#lbl_107_4,#lbl_107_5,#lbl_107_6,#lbl_107_7,#lbl_107_8,#lbl_107_9,#lbl_107_10,#lbl_107_11,#lbl_107_12,#lbl_107_13,#lbl_107_14,#lbl_107_15{
    display:none;

}
#opt_107_1, #opt_107_2, #opt_107_3, #opt_107_4, #opt_107_5, #opt_107_6, #opt_107_7,#opt_107_8, #opt_107_9, #opt_107_10, #opt_107_11, #opt_107_12, #opt_107_13,  #opt_107_14, #opt_107_15{
    margin-left:30px;

}
@media screen and (max-width: 767px) {
    #stage {
        margin-top: 56px;
    }
    .s-countdown__number {
        font-size:24px;
        width: 65px;
        background-color: #03af30;
        color:#fff;
        padding: 20px 10px 15px 10px;
        margin: 5px;
        text-align: center;
    }
    .s-countdown__seperator {
        font-size: 28px;
        margin: 17px 10px 0 10px;
    }

}
@media screen and (max-width: 400px) {
    .s-countdown__number {
        font-size:20px;
        width: 50px;
        padding: 9px 6px 6px 6px;
    }
    .s-countdown__seperator {
        font-size: 24px;
        margin: 24px 6px 0px 6px;
    }
}


/* =============================================================================
 * BASICS
 * ========================================================================== */

body, html {
    width: 100%;
    height: 100%;
    font-family: 'SeroWebPro', sans-serif;
    line-height: 1.4em;
    font-size: 15px;
    color: #3a3a3a;
}

body.sidebarNav #wrapper-inside {
    max-width: 1060px;
    margin: auto;
    padding: 0 40px;
}

@media screen and (min-width: 661px ) {
    #container {
        min-height: calc(100vh - 118px - 606px);
    }
}

@media screen and (min-width: 980px ) {
    #container {
        min-height: calc(100vh - 118px - 414px);
    }
}


body.sidebarNav #container {
    position: relative;
    padding-left: 255px;
    max-width: 1020px;
}

body.sidebarNav.shopheader #container {
    max-width: 1240px;
}

body.sidebarNav #main {
    width: 100%;
    float: left;
}

body.sidebarNav #left {
    margin-left: -100%;
    float: left;
    position: relative;
    width: 255px;
    right: 255px;
    padding-left: 20px;
    margin-bottom:45px;
}

#left .inside {
    padding-top: 50px;
    padding-right: 30px;
}

#container:after, .custom:after {
    content: "";
    display: table;
    clear: both;
}

#main .mod_article.first:not(.fullwidth) > .container {
    padding-top: 50px;
}

.cto_content a:not(a.no-border-bottom) {
    color: #000;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.4);

}
.cto_content .ce_image .image_container a {
	border-bottom: 0;
}
a:not(#page-header a){
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
}
#wrap #page-header {
    font-size:14.5px;
}
p a, .ce_text li a, ce_table li a { line-height: 1.05em; display: inline-block;}
a:hover, a:focus {
    color: #03af30;
    transition: all 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transition: All 0.3s ease-out;
    border-bottom: 1px solid #03af30;
}
a.no-border-bottom:hover{
	border-bottom: 0;
}
.txt-color-white a {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.txt-color-white a:hover, .txt-color-white a:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 0.66);
}

/*
a:after, .download-element .filetitle:after {
    height: 1px;
    position: absolute;
    background: #000;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
}

a:hover:after, .download-element .filetitle:hover:after {
    background: #03af30;
    transition: all 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transition: All 0.3s ease-out;
}
*/
a.call2action_primary, a.call2action_secondary, .download-element a, #lightcase-nav a, a.lightcase-icon-close, .image_container a, .ce_pricetable .ce_hyperlink a, .mod_navigation a, .ce_tabs .tabs a, #left .mod_navigation li a {
    border-bottom: 0;
}
.ce_text .call2action_anchor{
    border-bottom:0;

}
@media screen and (max-width: 767px) {
    .ce_text .call2action_anchor{
        display:block;
        margin-bottom:6px;
    }
}
a.anchor{
    margin-top: 60px;
}
.mod_article.color-second a:hover, .mod_article.color-accent a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.mod_article.color-accent a:hover, .mod_article.color-accent .download-element .filetitle:hover, .mod_article.color-second a:hover, .mod_article.color-second .download-element .filetitle:hover {
    border-bottom: 0;
}

.download-element .filetitle {

}

.filetitle {
    position: relative;
}

.divider, .ce_leadertext.version1 .divider {
    background: #3a3a3a;
}

.ce_trenner hr, .mod_article hr {
    border-top: 1px solid #f0f0f0;
}

.mod_article.color-gray hr {
    border-top: 1px solid #fff;
}

.ce_trenner, .ce_trenner.fullwidth hr {
    width: 100%;
    text-align: center;
}

.ce_trenner.shortwidth hr {
    width: 22px;
    border-top: 2px solid #9c9c9c;
}

.ce_trenner.shortwidth_center hr {
    width: 22px;
    margin: auto;
    border-top: 2px solid #9c9c9c;
}

.pricetable ul {
    list-style: none;
}
.pricetable li{
    line-height: 1.4em;
}
/* =============================================================================
 * headlines
 * ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font_headline {
    line-height: 1.4em;
    color: #3a3a3a;
    word-wrap: break-word;
    font-weight: bold;
}

#main h1,
.h1,
.h1 p {
    font-size: 28px;
    padding-top: 0;
    line-height: 1.4em;
    color:#03af30;
}

#main h2,
.h2,
.h2 p {
    font-size: 1.25rem;
    line-height: 1.4em;
}
#main .ce_image.swiper-slide h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3,
.h3,
.h3 p {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.4em;
}

h4,
.h4,
.h4 p {
    font-size: 1.5rem;
}

h5,
.h5,
.h5 p {
    font-size: 1.333rem;
}

h6,
.h6,
.h6 p {
    font-size: 1.2rem;
}

.column[class*="mb-"] > h1,
.column[class*="mb-"] > h2,
.column[class*="mb-"] > h3,
.column[class*="mb-"] > h4,
.column[class*="mb-"] > h5,
.column[class*="mb-"] > h6,
.column[class*="mb-"] > .h1,
.column[class*="mb-"] > .h2,
.column[class*="mb-"] > .h3,
.column[class*="mb-"] > .h4,
.column[class*="mb-"] > .h5,
.column[class*="mb-"] > .h6 {
    margin-bottom: 0;
}

.txt-color-white h1, .txt-color-white h2, .txt-color-white h3, .txt-color-white h4 {
    color: #fff;
}

.mod_article.color-accent {
    background-color: #03af30;
    color: #fff;
}

.mod_article.color-second {
    background-color: #002c70;
    color: #fff;
}

.mod_article.color-gray {
    background-color: #f0f0f0;
}

.mod_article.color-accent h1, .mod_article.color-accent h2, .mod_article.color-accent h3, .mod_article.color-accent h4 {
    color: #fff;
}

.mod_article.color-accent .ce_leadertext.version1 .divider {
    background: #fff;
}

.ce_text li {
    padding-bottom: 10px;
}

.ce_text ul li {
    list-style: disc;
    margin-left: 20px;
}

/*
.ce_text ul li::before{
    margin-right: 10px;
    font-family: 'FontAwesome';
    content: '\f111';
    color: #999999;
}
*/
.ce_text ol li {
    list-style-type: none;
    counter-increment: step-counter;
}


.ce_text ol li::before {
    margin-right: 10px;
    content: counter(step-counter);
    font-size: 0.85em;
    color: white;
    font-weight: bold;
    padding: 5px 8px 3px 7px;
    border-radius: 2px;
    background-color: #999999;
}
.text-success{color:#0e472e; }
.text-error{color:#e30613; }

/* =============================================================================
 * page-width
 * ========================================================================== */

#top .inside,
.header .inside,
#footer .inside,
#bottom .inside,
body.sidebarNav #container,
.mod_article:not(.fullwidth) > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside,
.mod_pageimage .container {
    /*	max-width: 1060px; */
    margin-left: auto;
    margin-right: auto;
}

.mod_article.boxed {
    max-width: calc(1240px - 80px);
    margin-left: auto;
    margin-right: auto;
}

/* width medium */
body #main .mod_article.smallwidth,
.mod_article.fullwidth-boxed-medium > .container {
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
}

/* width small */
body #main .mod_article.xsmallwidth,
.mod_article.fullwidth-boxed-small > .container {
    max-width: 650px;
    padding-left: 40px;
    padding-right: 40px;
}

/* =============================================================================
 * page paddings left/right
 * ========================================================================== */
/*
#top .inside,
.header .inside,
#footer .inside,
#bottom .inside,
body.sidebarNav #container,
.mod_article:not(.fullwidth) > .container,
.mod_article.boxed > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_bgimage-inside,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside,
.mod_pageimage .container {
      padding-left: 40px;
       padding-right: 40px;
} */

body.content_page.sidebarNav.left #main .mod_article > .container {
    padding-right: 0;
}

body.content_page.sidebarNav.right #main .mod_article > .container {
    padding-left: 0;
}

body.content_page.sidebarNav #left .mod_article > .container {
    padding-left: 0;
    padding-right: 0;
}

body.content_page.sidebarNav #right .mod_article > .container {
    padding-left: 0;
    padding-right: 0;
}

/* =============================================================================
 * mod_article paddings top/bottom
 * ========================================================================== */

/* default padding (not for fullwidth) */
.mod_article:not(.fullwidth) > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* default paddings sidebar pages */
body.content_page.sidebarNav #main .mod_article > .container,
body.content_page.sidebarNav #left .mod_article > .container,
body.content_page.sidebarNav #right .mod_article > .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* no-padding body_bottom */
.body_bottom .mod_article:not(.fullwidth) > .container {
    padding: 0;
}

/* padding classes */
.mod_article.article-pt-0 > .container {
    padding-top: 0 !important;
}

.mod_article.article-pb-0 > .container {
    padding-bottom: 0 !important;
}

.mod_article.article-pt-xxs > .container {
    padding-top: 30px;
}

.mod_article.article-pb-xxs > .container {
    padding-bottom: 30px;
}

.mod_article.article-pt-xs > .container {
    padding-top: 50px;
}

.mod_article.article-pb-xs > .container {
    padding-bottom: 50px;
}

.mod_article.article-pt-s > .container {
    padding-top: 90px;
}

.mod_article.article-pb-s > .container {
    padding-bottom: 90px;
}

.mod_article.article-pt-m > .container {
    padding-top: 100px;
}

.mod_article.article-pb-m > .container {
    padding-bottom: 100px;
}

.mod_article.article-pt-l > .container {
    padding-top: 120px;
}

.mod_article.article-pb-l > .container {
    padding-bottom: 120px;
}

.mod_article.article-pt-xl > .container {
    padding-top: 150px;
}

.mod_article.article-pb-xl > .container {
    padding-bottom: 150px;
}

.mod_article.article-pt-xxl > .container {
    padding-top: 170px;
}

.mod_article.article-pb-xxl > .container {
    padding-bottom: 170px;
}

/* =============================================================================
 * mod_article fullscreen
 * ========================================================================== */

.mod_article.fullscreen {
    height: 100vh;
}

.mod_article.fullscreen.oversize {
    height: auto !important;
}

.mod_article.fullscreen .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mod_article.fullscreen.oversize .container {
    position: relative;
    top: 0;
    transform: translateY(0);
}

/* =============================================================================
 * mod_article overlay
 * ========================================================================== */

.mod_article .article-overlay {
    position: absolute;
}

/* overlay position */
.mod_article.ol-top .article-overlay {
    top: 0;
    left: 0;
}

.mod_article.ol-right .article-overlay {
    top: 0;
    right: 0;
}

.mod_article.ol-bottom .article-overlay {
    bottom: 0;
    left: 0;
}

.mod_article.ol-left .article-overlay {
    top: 0;
    left: 0;
}

/* overlay bg_color */
.mod_article.ol-bg-black .article-overlay {
    background: rgb(0, 0, 0);
}

.mod_article.ol-bg-white .article-overlay {
    background: rgb(255, 255, 255);
}

.mod_article.ol-bg-gray .article-overlay {
    background: rgb(248, 248, 248);
}

/* overlay width */
.mod_article.ol-w100 .article-overlay {
    width: 100%;
}

.mod_article.ol-w75 .article-overlay {
    width: 75%;
}

.mod_article.ol-w50 .article-overlay {
    width: 50%;
}

.mod_article.ol-w25 .article-overlay {
    width: 25%;
}

/* overlay opacity */
.mod_article.ol-opacity-90 .article-overlay {
    opacity: 0.9;
}

.mod_article.ol-opacity-80 .article-overlay {
    opacity: 0.8;
}

.mod_article.ol-opacity-70 .article-overlay {
    opacity: 0.7;
}

.mod_article.ol-opacity-60 .article-overlay {
    opacity: 0.6;
}

.mod_article.ol-opacity-50 .article-overlay {
    opacity: 0.5;
}

.mod_article.ol-opacity-40 .article-overlay {
    opacity: 0.4;
}

.mod_article.ol-opacity-30 .article-overlay {
    opacity: 0.3;
}

.mod_article.ol-opacity-20 .article-overlay {
    opacity: 0.2;
}

.mod_article.ol-opacity-10 .article-overlay {
    opacity: 0.1;
}


#header .content {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../img/baustelle/header.png");
    background-position: top center;
    background-repeat: no-repeat
}

#footer .content {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../img/baustelle/footer.png");
    background-position: center center;
    background-repeat: no-repeat
}

body.shopheader #header .content {
    background-image: url("../img/baustelle/Bildschirmfoto-2020-01-15-um-13-34-47.png");
}

body.shopheader #footer .content {
    background-image: url("../img/baustelle/Bildschirmfoto-2020-01-15-um-13-35-05.png");
}

body.shopheader #header .inside {
    height: 200px;
}

body.shopheader #footer .inside {
    height: 400px;
}
#footer .inside{
	padding: 32px;
	background-color: rgb(247, 248, 250);
}

.mod_article.fullwidth-boxed .container, .mod_article.fullwidth .container {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}


.ce_code {
    color: #3a3a3a;
}


.bg-accent ::-moz-selection {
    color: #03af30;
    background-color: #fff
}

.bg-accent ::selection {
    color: #03af30;
    background-color: #fff
}

/* =============================================================================
 * FORMULARE
 * ========================================================================== */
form ::placeholder {
    color: #3a3a3a;
}

form ::-moz-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

form :-moz-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

form ::-webkit-input-placeholder {
    color: #3a3a3a;
}

form :-ms-input-placeholder {
    color: #3a3a3a;
}

form input[type=text], form input[type=email], form input[type=search], form input[type=reset], form input[type=tel], form input[type=url], form textarea {
    width: 100%;
    max-width:435px;
    font-size: 1rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 19px;
    padding: 10px 10px 9px 10px;
    border: 1px solid #cfcfcf;
    color: #3a3a3a;
    background: #ffffff

}

form .widget, form.magnified {
    margin-bottom: 4px;
}

form label {
    margin-bottom: 1px;
}

form .magnified .widget {
    margin-bottom: 0
}

form input[type=text]:focus, form textarea:focus {
    border-color: #03af30
}

form input[type=text].error {
    border-color: #770000;
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 40px 0px 10px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border: 1px solid #cfcfcf;
    outline: unset
}

select option:disabled {
    color: #770000;
}
form .explanation{
    font-style: normal;
}
form .widget.select {
    position: relative
}
form #ctrl_124.checkbox_container span {
    float:left; width:49.5%;
}
form #ctrl_121 span {
    float:left; width:49.5%;
}
form #ctrl_126 span {
    float:left; width:49.5%;
}
form .widget.select:after {
    width: 30px;
    height: 40px;
    bottom: 1px;
    -webkit-user-select: none;
    user-select: none;
    line-height: 40px;
    max-height: 100%;
    display: block;
    content: "\f107";
    font-family: 'Fontawesome';
    position: absolute;
    right: 0;
    border-left: 1px solid #cfcfcf;
    text-align: center;
    color: #3a3a3a;
    pointer-events: none;
}

form button[type=submit], form input[type=submit] {
    background: #002c70;
    border: 2px solid #002c70;
    padding-top: 1px;
    padding-bottom: 1px;
    transition: all 0.2s ease-in;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-weight: 500;
    cursor: pointer;
}

form button[type=submit]:hover, form input[type=submit]:hover {
    background: transparent;
    color: #002c70;
    transition: all 0.3s ease-out
}

.mod_search form{
    margin:0;
}
.mod_search.searchresult > div, .mod_search.searchresult .header {
    margin-bottom: 30px;
}

.mod_search.searchresult .widget-text, .mod_search.searchresult .widget-submit {
    max-width: 300px;
    display: inline-block;
}

.mod_search.searchresult .widget-submit button {
    padding-left: 15px;
    padding-right: 15px;
}

.mod_search.searchresult .relevance, .mod_search.searchresult .url {
    display: none;
}
.mod_search .highlight{
    background-color: #f0f0f0;
}
.mod_search.searchresult h3 {
    margin-bottom: 6px;
}
.mod_search.searchresult .submit:hover{
    color:#9c9c9c;
}
.mod_search.searchresult .widget-submit {
    margin-bottom: 15px;
}

.mod_search button[type=submit] {
    background: #9c9c9c;
    border-color: #9c9c9c;
}

.mod_search .magnified button[type=submit] {
    background: none;
    border-color: transparent;
    padding: 0;
    width: auto;
    color: #9c9c9c;
    border: 0;
    height: auto;
}

.mod_search .magnified button[type=submit]:hover {
    color: #002c70;
}

.mod_search .magnified .widget-text {
    float: left;
    width: calc(100% - 30px);
}

.mod_search .magnified .widget-text input {
    border: 0;
}

.mod_search .formbody.magnified {
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

form .radio_container > span, form .checkbox_container > span {
    margin-left: 1px;
    display: block;
    margin-bottom: 3px;
}

input[type="radio"], input[type="checkbox"] {
    float: left;
    margin-right: 7px;
    margin-top: 0;
}

.mod_search .filternav li{
    margin-right:12px;
    list-style-type:disclosure-closed;
    margin-left:20px;
}
@media screen and (min-width:1024px){
    .mod_search .filternav li{
        float:left;
        list-style:none;
        margin-left:0px;
    }
    #left .nav-secondary .nav_search_icon,
    #wrap .nav-secondary-wrapper .nav_search_icon{ display:none;}
}
@media screen and (max-width:1023px){
    #left .mod_search {display:none;}
    #left .nav-secondary .nav_search_icon a{text-indent: -99999px; margin-right:35px; }
    #left .nav-secondary .nav_search_icon a:before{ content:"\f002"; font-family: "Fontawesome";  width: 0;   height: 0;  bottom: 0;  left: 0;
        position: absolute; width: 20px; height: 32px; text-indent: 0; margin-right:35px; }
}



/* =============================================================================
 * PONS MIXED CONTENTELEMENTS
 * ========================================================================== */
.ce_leadertext.columns-2 p {
    column-count: 2;;
    column-gap: 60px;
}

.ce_text.txt-color-white p, .ce_text.txt-color-white a {
    color: #fff;
}

.ce_text.txt-color-accent p, .ce_text.txt-color-accent a {
    color: #03af30;
}

.ce_text.txt-color-second p, .ce_text.txt-color-accent a {
    color: #002c70;
}
.lvz-popup-container a {border-bottom: 0;}
/* =============================================================================
 * ce_headline
 * ========================================================================== */

.ce_headline.width-l {
    max-width: 700px;
}

.ce_headline.width-m {
    max-width: 500px;
}

.ce_headline.width-s {
    max-width: 350px;
}

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

.ce_headline.h-align-center.width-l,
.ce_headline.h-align-center.width-m,
.ce_headline.h-align-center.width-s {
    margin-left: auto;
    margin-right: auto;
}

/* =============================================================================
 * ce_text
 * ========================================================================== */

.ce_text .image_container img {
    width: auto;
}

.ce_text .image_container.float_right,
.ce_text .image_container.float_left {
    width: auto;
}

.ce_text.width-l {
    max-width: 700px;
}

.ce_text.width-m {
    max-width: 500px;
}

.ce_text.width-s {
    max-width: 350px;
}

.ce_text.h-align-center.width-l,
.ce_text.h-align-center.width-m,
.ce_text.h-align-center.width-s {
    margin-left: auto;
    margin-right: auto;
}

.ce_text.format-p-large p {
    font-size: 1.3rem;
}

.ce_text.format-p-small p {
    font-size: 0.9rem;
}

.image_container .caption {
    float: right;
    margin-top: -24px;
    margin-right: 10px;
    text-shadow: 0 1px #fff;
    position: relative;
    font-size:10px;
}

.ce_youtube, .ce_player {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.ce_youtube iframe, .ce_player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* =============================================================================
 * ce_gallery
 * ========================================================================== */

.ce_gallery .cols_2 li {
    width: calc(100% / 2);
    float: left;
}

.ce_gallery .cols_3 li {
    width: calc(100% / 3);
    float: left;
}

.ce_gallery .cols_4 li {
    width: calc(100% / 4);
    float: left;
}

.ce_gallery .cols_5 li {
    width: calc(100% / 5);
    float: left;
}

.ce_gallery .cols_6 li {
    width: calc(100% / 6);
    float: left;
}

.ce_gallery .cols_7 li {
    width: calc(100% / 7);
    float: left;
}

.ce_gallery .cols_8 li {
    width: calc(100% / 8);
    float: left;
}

.ce_gallery .cols_9 li {
    width: calc(100% / 9);
    float: left;
}

.ce_gallery .cols_10 li {
    width: calc(100% / 10);
    float: left;
}

.ce_gallery .cols_11 li {
    width: calc(100% / 11);
    float: left;
}

.ce_gallery .cols_12 li {
    width: calc(100% / 12);
    float: left;
}

.edge .ce_gallery .cols_2 li {
    width: 49.8%;
    float: left;
}

.edge .ce_gallery .cols_3 li {
    width: 33.20%;
    float: left;
}

.edge .ce_gallery .cols_4 li {
    width: 24.98%;
    float: left;
}

.edge .ce_gallery .cols_5 li {
    width: 19.98%;
    float: left;
}

.edge .ce_gallery .cols_6 li {
    width: 16.65%;
    float: left;
}

.edge .ce_gallery .cols_7 li {
    width: 14.285%;
    float: left;
}

.edge .ce_gallery .cols_8 li {
    width: 12.46%;
    float: left;
}

.edge .ce_gallery .cols_9 li {
    width: 11.11%;
    float: left;
}

.edge .ce_gallery .cols_10 li {
    width: 10%;
    float: left;
}

.edge .ce_gallery .cols_11 li {
    width: 9.09%;
    float: left;
}

.edge .ce_gallery .cols_12 li {
    width: 8.33%;
    float: left;
}

.ce_gallery .gallery-margin {
    margin-left: -10px;
    margin-right: -10px;
}

.ce_gallery .gallery-margin .image_container {
    margin: 0 5px 10px;

}

.ce_gallery .image_container {
    margin: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.ce_gallery a {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: -6px;
}

.ce_gallery .content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: rgba(152, 152, 152, 0.8);
    opacity: 0;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}

.ce_gallery li:hover .content {
    opacity: 1;
}

.ce_gallery li img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}

.ce_gallery .image_container {
    overflow: hidden;
}

.ce_gallery .content-outside {
    display: table;
    width: 100%;
    height: 100%;
}

.ce_gallery .content-inside {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.ce_gallery .capt h1,
.ce_gallery .capt h2,
.ce_gallery .capt h3,
.ce_gallery .capt h4,
.ce_gallery .capt h5,
.ce_gallery .capt h6 {
    font-size: 1.067rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin: 0;
}

.ce_gallery .capt h1:after,
.ce_gallery .capt h2:after,
.ce_gallery .capt h3:after,
.ce_gallery .capt h4:after,
.ce_gallery .capt h5:after,
.ce_gallery .capt h6:after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    margin: 8px auto 15px auto;
    background: rgb(255, 255, 255);
}

.ce_gallery .capt {
    font-size: 0.8rem;
}

.ce_gallery .borders li {
    border-right: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
}

.ce_gallery .borders li.row_last {
    border-bottom: 1px solid transparent;
}

.ce_gallery .borders li.col_last {
    border-right-color: transparent;
}

.ce_gallery .borders li:hover img {
    transform: none;
    -webkit-transform: none;
}

.ce_gallery .image_container i.fa.fa-plus-circle {
    position: relative;
    height: 50px;
    width: 50px;
}

.ce_gallery .image_container i.fa.fa-plus-circle:before {
    content: '';
    width: 50px;
    height: 1px;
    background: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ce_gallery .image_container i.fa.fa-plus-circle:after {
    content: '';
    width: 50px;
    height: 1px;
    background: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
}

.ce_gallery li:hover .image_container i.fa.fa-plus-circle:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#lightcase-overlay {
    background: #002c70
}

.ce_gallery .image_container a:before {
    position: absolute;
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/basics/pons-question-icon-blue-gallery-q.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300% 300%;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
}

.ce_gallery .image_container a:hover:before {
    opacity: 0.6;

    transition: all 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transition: All 0.3s ease-out;
}

/* =============================================================================
 * ce_gallery flex-gallery
 * ========================================================================== */

.ce_gallery ul.flex-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ce_gallery ul.flex-gallery li {
    max-width: none;
    line-height: 0;
    text-align: center;
}

.ce_gallery ul.flex-gallery.cols_1 li {
    flex: 0 0 100%;
}

.ce_gallery ul.flex-gallery.cols_2 li {
    flex: 0 0 calc(100% / 2);
}

.ce_gallery ul.flex-gallery.cols_3 li {
    flex: 0 0 calc(100% / 3);
}

.ce_gallery ul.flex-gallery.cols_4 li {
    flex: 0 0 calc(100% / 4);
}

.ce_gallery ul.flex-gallery.cols_5 li {
    flex: 0 0 calc(100% / 5);
}

.ce_gallery ul.flex-gallery.cols_6 li {
    flex: 0 0 calc(100% / 6);
}

.ce_gallery ul.flex-gallery.cols_7 li {
    flex: 0 0 calc(100% / 7);
}

.ce_gallery ul.flex-gallery.cols_8 li {
    flex: 0 0 calc(100% / 8);
}

.ce_gallery ul.flex-gallery.cols_9 li {
    flex: 0 0 calc(100% / 9);
}

.ce_gallery ul.flex-gallery.cols_10 li {
    flex: 0 0 calc(100% / 10);
}

.ce_gallery ul.flex-gallery.cols_11 li {
    flex: 0 0 calc(100% / 11);
}

.ce_gallery ul.flex-gallery.cols_12 li {
    flex: 0 0 calc(100% / 12);
}

/* =============================================================================
 * font-size
 * ========================================================================== */

.font-size-xxxxxl,
.font-size-xxxxxl p {
    font-size: 6.667rem;
    line-height: 1.5;
}

.font-size-xxxxl,
.font-size-xxxxl p {
    font-size: 5.667rem;
    line-height: 1.5;
}

.font-size-xxxl,
.font-size-xxxl p {
    font-size: 5rem;
    line-height: 1.5;
}

.font-size-xxl,
.font-size-xxl p {
    font-size: 4.333rem;
    line-height: 1.5;
}

.font-size-xl,
.font-size-xl p {
    font-size: 3.667rem;
    line-height: 1.5;
}

.font-size-l,
.font-size-l p {
    font-size: 3rem;
    line-height: 1.5;
}

.font-size-m,
.font-size-m p {
    font-size: 2.333rem;
    line-height: 1.5;
}

.font-size-s,
.font-size-s p {
    font-size: 1.667rem;
    line-height: 1.5;
}

.font-size-xs,
.font-size-xs p {
    font-size: 1.467rem;
    line-height: 1.5;
}

.font-size-xxs,
.font-size-xxs p {
    font-size: 1.2rem;
    line-height: 1.8;
}

.font-size-xxxs,
.font-size-xxxs p {
    font-size: 0.9333rem;
    line-height: 1.5;
}

.font-size-xxxxs,
.font-size-xxxxs p {
    font-size: 0.8rem;
}

.font-size-xxxxs,
.font-size-xxxxs p {
    font-size: 0.6667rem;
}

/* =============================================================================
 * border classes
 * ========================================================================== */

.no-border img, .noBorder img {
    border: 0 !important;
}
.no-link-border a{
    border-bottom: 0;
}

/* =============================================================================
 * ANSPRECHPARTNER
 * ========================================================================== */
.ce_ansprechpartner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
}

.ce_ansprechpartner .pixleft {

}

.ce_ansprechpartner .pixright {

}


.ce_ansprechpartner .field_name {
    font-weight: bold;
    margin-bottom: 5px;
}

.ce_ansprechpartner p {
    margin-bottom: 2px;
}

.ce_ansprechpartner .fa {
    float: left;
    margin-right: 3px;
    margin-top: 1px;
}

.ce_ansprechpartner .field_email a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width:80%;
    display: inline-block;
}

/* =============================================================================
 * APP Button CALLTOACTION
 * ========================================================================== */
.ce_app_calltoaction.bg-green {
    background-color: #03af30;
}

.ce_app_calltoaction.bg-blue {
    background-color: #002c70;
}

.ce_app_calltoaction.bg-lightgrey {
    background-color: #f0f0f0;
}

.ce_app_calltoaction.bg-white {
    background-color: #fff;
}

.ce_app_calltoaction.bg-blue h1, .ce_app_calltoaction.bg-blue h2, .ce_app_calltoaction.bg-blue h3, .ce_app_calltoaction.bg-blue h4,
.ce_app_calltoaction.bg-green h1, .ce_app_calltoaction.bg-green h2, .ce_app_calltoaction.bg-green h3, .ce_app_calltoaction.bg-green h4 {
    color: #fff;
}

.ce_app_calltoaction a {
    border-bottom: 0;
}

.ce_calltoaction_buttons {
    text-align: center
}

.ce_app_calltoaction {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-column-gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
}

.ce_app_calltoaction h2, .ce_app_calltoaction p {
    margin: 0;
}

.ce_app_calltoaction.bg-blue,
.ce_app_calltoaction.bg-green,
.ce_app_calltoaction.bg-lightgrey,
.ce_app_calltoaction.bg-white {
    padding-left: 20px;

}

.ce_app_calltoaction .ce_calltoaction_text.center-center {
    align-self: center;
    justify-self: center;
    text-align: center;
}

.ce_app_calltoaction .ce_calltoaction_text.left-center {
    align-self: center;
    justify-self: start;
}

.ce_app_calltoaction .ce_calltoaction_text.right-center {
    align-self: center;
    justify-self: end;
    text-align: right;
}

.ce_app_calltoaction .ce_calltoaction_text.center-top {
    align-self: start;
    justify-self: center;
    text-align: center;
}

.ce_app_calltoaction .ce_calltoaction_text.center-bottom {
    align-self: end;
    justify-self: center;
    text-align: center;
}

.ce_app_calltoaction .ce_calltoaction_text.left-bottom {
    align-self: end;
    justify-self: start;
}

.ce_app_calltoaction .ce_calltoaction_text.right-bottom {
    align-self: end;
    justify-self: end;
    text-align: right;
}

.ce_app_calltoaction .ce_calltoaction_text.left-top {
    align-self: start;
    justify-self: start;
}

.ce_app_calltoaction .ce_calltoaction_text.right-top {
    align-self: start;
    justify-self: end;
    text-align: right;
}


/* =============================================================================
 * HINTERGRUND MIT BILD UND HINTERGRUND
 * ========================================================================== */

.ce_bgimage.bg-accent {
    background-color: #03af30;
    color: #fff;
}

.ce_bgimage.bg-second {
    background-color: #002c70;
    color: #fff;
}

.ce_bgimage.bg-lightgray {
    background-color: #f0f0f0;
}

.ce_bgimage.bg-darkgray {
    background-color: #3a3a3a;
    color: #fff;
}

.ce_bgimage.bg-black {
    background-color: #000;
    color: #fff;
}

.ce_bgimage.bg-white {
    background-color: #fff;
    color: #000;
}

.ce_bgimage .contentwrap {
    margin-left: 25px;
    margin-right: 25px;
}

.ce_bgimage.bg-accent .contentwrap h2, .ce_bgimage.bg-accent .contentwrap p, .ce_bgimage.bg-accent .contentwrap a {
    color: #fff;
}

.ce_bgimage.bg-second .contentwrap h2, .ce_bgimage.bg-second .contentwrap p, .ce_bgimage.bg-second .contentwrap a {
    color: #fff;
}

.ce_bgimage.bg-darkgray .contentwrap h2, .ce_bgimage.bg-darkgray .contentwrap p, .ce_bgimage.bg-darkgray .contentwrap a {
    color: #fff;
}

.ce_bgimage.bg-black .contentwrap h2, .ce_bgimage.bg-black .contentwrap p, .ce_bgimage.bg-black .contentwrap a {
    color: #fff;
}

.ce_bgimage.bg-accent .contentwrap a, .ce_bgimage.bg-second .contentwrap a, .ce_bgimage.bg-darkgray .contentwrap a, .ce_bgimage.bg-black .contentwrap a {
    border-bottom-color: #fff;
}

.ce_bgimage.bg-accent .contentwrap a:hover, .ce_bgimage.bg-second .contentwrap a:hover, .ce_bgimage.bg-darkgray .contentwrap a:hover, .ce_bgimage.bg-black .contentwrap a:hover {
    border-bottom-color: #000;
    color: #000;
}
.ce_bgimage.bg-accent .ce_calltoaction_content .ce_hyperlink a{ border-bottom-color: #002c70; }
.ce_bgimage.bg-accent .ce_calltoaction_content .ce_hyperlink a:hover{ border-bottom-color: #002c70; }
.ce_bgimage .contentwrap p {
    margin-bottom: 0;
}
.ce_bgimage.bg-accent .bg-white{
    background-color: #fff;
}
/* =============================================================================
 * labels
 * ========================================================================== */

[class*='label-'] {
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    font-size: 0.85rem;
    padding: 1px 10px 0 10px;
    display: inline-block;
}

.label-accent {
    background: #03af30;
}

.label-secondary {
    background: rgb(231, 231, 231);
    color: rgb(51, 51, 51);
}

.label-blue {
    background: #002c70;
}

.label-success {
    background: rgb(157, 213, 93);
}

.label-alert {
    background: rgb(186, 44, 59);

}

.label-warning {
    background: rgb(239, 130, 20);
}

.label-info {
    background: #dafd04;
    color: #000000;
    border-color: #a0d3e8;
}

.label-white {
    background: #fff;
    color: #3a3a3a;
}

.label-yellow {
    background: #dafd04;
    color: #0e472e;
}

.label-darkgreen {
    background: #0e472e;
    color: #dafd04;
}

.label-pink {
    background: #ef0073;
    color: #fff;
}

/* =============================================================================
 * ce_table
 * ========================================================================== */

.ce_table {
    position: relative;
    overflow: auto;
}

.ce_table table {
    margin-bottom: 10px;
    width: 99.9%;
    text-align: center;
    position: relative;
}

.ce_table table td {
    border-top: solid 1px #E3E3E3;
    padding: 12px;
    text-align: left;
}

.ce_table table td p {
    margin: 0;
}

.ce_table table th {
    text-align: left;
    padding: 12px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: #9c9c9c;
}

.ce_table table tfoot td {
    color: rgb(152, 152, 152);
    font-weight: bold;
}

.ce_table .table-striped td {
    border: 0;
    background: rgb(249, 249, 249);
}

.ce_table .table-striped .odd td {
    background: #f0f0f0;
}

.ce_table .table-striped-dark td {
    border: 0;
    background: rgb(51, 51, 51);
}

.ce_table .table-striped-dark .odd td {
    background: rgb(64, 64, 64);
}

.ce_table .table-striped-dark {
    color: rgb(255, 255, 255);
}

.ce_table.overflow {
    overflow-x: auto;
}

body.ie .ce_table.overflow {
    box-shadow: none;
}

.ce_table .table-clean td {
    padding: 25px;
    font-size: 0.9rem;
    vertical-align: top;
}

.ce_table .table-clean td.col_first,
.ce_table .table-clean th.col_first {
    padding-left: 0;
}

.ce_table .table-clean th {
    background: none;
    color: inherit;
    border-bottom: 1px solid rgb(190, 190, 190);
    padding: 25px;
}

.ce_table table a {
    text-decoration: underline;
}
.ce_table .arrow-right {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9;
    font-size: 1.5em;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* =============================================================================
 * margin + padding classes - horizontal
 * ========================================================================== */

/* margin-left */
.ml-xxl {
    margin-left: 240px !important;
}

.ml-xl {
    margin-left: 200px !important;
}

.ml-l {
    margin-left: 160px !important;
}

.ml-m {
    margin-left: 120px !important;
}

.ml-s {
    margin-left: 80px !important;
}

.ml-xs {
    margin-left: 40px !important;
}

.ml-xxs {
    margin-left: 20px !important;
}

.ml-100 {
    margin-left: 100% !important;
}

.ml-90 {
    margin-left: 90% !important;
}

.ml-80 {
    margin-left: 80% !important;
}

.ml-75 {
    margin-left: 75% !important;
}

.ml-70 {
    margin-left: 70% !important;
}

.ml-60 {
    margin-left: 60% !important;
}

.ml-50 {
    margin-left: 50% !important;
}

.ml-40 {
    margin-left: 40% !important;
}

.ml-30 {
    margin-left: 30% !important;
}

.ml-25 {
    margin-left: 25% !important;
}

.ml-20 {
    margin-left: 20% !important;
}

.ml-10 {
    margin-left: 10% !important;
}

.ml-5 {
    margin-left: 5% !important;
}

.ml-1 {
    margin-left: 1% !important;
}

/* margin-right */
.mr-xxl {
    margin-right: 240px !important;
}

.mr-xl {
    margin-right: 200px !important;
}

.mr-l {
    margin-right: 160px !important;
}

.mr-m {
    margin-right: 120px !important;
}

.mr-s {
    margin-right: 80px !important;
}

.mr-xs {
    margin-right: 40px !important;
}

.mr-xxs {
    margin-right: 20px !important;
}

.mr-100 {
    margin-right: 100% !important;
}

.mr-90 {
    margin-right: 90% !important;
}

.mr-80 {
    margin-right: 80% !important;
}

.mr-75 {
    margin-right: 75% !important;
}

.mr-70 {
    margin-right: 70% !important;
}

.mr-60 {
    margin-right: 60% !important;
}

.mr-50 {
    margin-right: 50% !important;
}

.mr-40 {
    margin-right: 40% !important;
}

.mr-30 {
    margin-right: 30% !important;
}

.mr-25 {
    margin-right: 25% !important;
}

.mr-20 {
    margin-right: 20% !important;
}

.mr-10 {
    margin-right: 10% !important;
}

.mr-5 {
    margin-right: 5% !important;
}

.mr-1 {
    margin-right: 1% !important;
}

/* padding-left */
.pl-xxl {
    padding-left: 240px !important;
}

.pl-xl {
    padding-left: 200px !important;
}

.pl-l {
    padding-left: 160px !important;
}

.pl-m {
    padding-left: 120px !important;
}

.pl-s {
    padding-left: 80px !important;
}

.pl-xs {
    padding-left: 40px !important;
}

.pl-xxs {
    padding-left: 20px !important;
}

.pl-100 {
    padding-left: 100% !important;
}

.pl-90 {
    padding-left: 90% !important;
}

.pl-80 {
    padding-left: 80% !important;
}

.pl-75 {
    padding-left: 75% !important;
}

.pl-70 {
    padding-left: 70% !important;
}

.pl-60 {
    padding-left: 60% !important;
}

.pl-50 {
    padding-left: 50% !important;
}

.pl-40 {
    padding-left: 40% !important;
}

.pl-30 {
    padding-left: 30% !important;
}

.pl-25 {
    padding-left: 25% !important;
}

.pl-20 {
    padding-left: 20% !important;
}

.pl-10 {
    padding-left: 10% !important;
}

.pl-5 {
    padding-left: 5% !important;
}

.pl-1 {
    padding-left: 1% !important;
}

/* padding-right */
.pr-xxl {
    padding-right: 240px !important;
}

.pr-xl {
    padding-right: 200px !important;
}

.pr-l {
    padding-right: 160px !important;
}

.pr-m {
    padding-right: 120px !important;
}

.pr-s {
    padding-right: 80px !important;
}

.pr-xs {
    padding-right: 40px !important;
}

.pr-xxs {
    padding-right: 20px !important;
}

.pr-100 {
    padding-right: 100% !important;
}

.pr-90 {
    padding-right: 90% !important;
}

.pr-80 {
    padding-right: 80% !important;
}

.pr-75 {
    padding-right: 75% !important;
}

.pr-70 {
    padding-right: 70% !important;
}

.pr-60 {
    padding-right: 60% !important;
}

.pr-50 {
    padding-right: 50% !important;
}

.pr-40 {
    padding-right: 40% !important;
}

.pr-30 {
    padding-right: 30% !important;
}

.pr-25 {
    padding-right: 25% !important;
}

.pr-20 {
    padding-right: 20% !important;
}

.pr-10 {
    padding-right: 10% !important;
}

.pr-5 {
    padding-right: 5% !important;
}

.pr-1 {
    padding-right: 1% !important;
}

@media only screen and (max-width: 767px) {
    .ml-xxl, .ml-xl, .ml-l, .ml-m, .ml-s, .ml-xs, .ml-xxs, .ml-100, .ml-90, .ml-80, .ml-75, .ml-70, .ml-60, .ml-50, .ml-40, .ml-30, .ml-20, .ml-10, .ml-5, .ml-1 {
        margin-left: 0 !important;
    }

    .mr-xxl, .mr-xl, .mr-l, .mr-m, .mr-s, .mr-xs, .mr-xxs, .mr-100, .mr-90, .mr-80, .mr-75, .mr-70, .mr-60, .mr-50, .mr-40, .mr-30, .mr-20, .mr-10, .mr-5, .mr-1 {
        margin-right: 0 !important;
    }

    .pl-xxl, .pl-xl, .pl-l, .pl-m, .pl-s, .pl-xs, .pl-xxs, .pl-100, .pl-90, .pl-80, .pl-75, .pl-70, .pl-60, .pl-50, .pl-40, .pl-30, .pl-20, .pl-10, .pl-5, .pl-1 {
        padding-left: 0 !important;
    }

    .pr-xxl, .pr-xl, .pr-l, .pr-m, .pr-s, .pr-xs, .pr-xxs, .pr-100, .pr-90, .pr-80, .pr-75, .pr-70, .pr-60, .pr-50, .pr-40, .pr-30, .pr-20, .pr-10, .pr-5, .pr-1 {
        padding-right: 0 !important;
    }
}


.background-green {
    color: #ffffff;
    background-color: #03af30;
    padding: 4px 3px 3px 3px;
}

.ce_text.txt-color-white {
    color: #fff;
}

.ce_accordion {
    border: 1px solid #9c9c9c;
    padding: 15px;
    margin-bottom: 2px;
    border-radius: 2px;
}

.ce_accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
}

.ce_accordion .ui-accordion-content {
    padding-top: 15px;
    border-top: 1px solid #9c9c9c;
    margin-top: 15px;
}

.mod_faqpage .ce_accordion h3, .ce_accordionSingle .ui-accordion-header {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0;
}

.mod_faqpage .ce_accordion .ui-accordion-header h3 {
    background: url("../img/basics/pons-questionmark-icon_gray.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 10px;
    background-size: 17px;
}

.mod_faqpage .ce_accordion:hover .ui-accordion-header h3, .mod_faqpage .ce_accordion .accordion-header-active h3 {
    background: url("../img/basics/pons-questionmark-icon_green.svg");
    background-repeat: no-repeat;
    background-size: 17px;
}

.ui-accordion-header-icon:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    font-size: 1.1em;
}

.ui-state-active .ui-accordion-header-icon:after {
    content: "\f106";
}

.ce_accordion .ui-accordion-header, .ce_accordionSingle .ui-accordion-header {
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.ce_accordion:hover, .ce_accordionSingle:hover {
    border-color: #03af30;
}

.ce_accordion:hover .ui-accordion-header h3, .ce_accordion:hover .ui-accordion-header, .ce_accordionSingle:hover .ui-accordion-header, .ce_accordion .ui-accordion-header.ui-state-active h3, .ce_accordion .ui-accordion-header.ui-state-active, .ce_accordionSingle .ui-accordion-header.ui-state-active {
    color: #03af30;
}

.mod_faqpage .info {
    color: #9c9c9c;
    margin-top: 3px;
}

.ce_timeline .timeline-item {
    margin-top: 4px;
}

.ce_timeline .timeline-item .timeline-item-title {
    background: #03af30;
}
/*
.ce_calltoaction .ce_calltoaction_inside {
    margin-left: 30px;
    margin-right: 30px;
}

 */

.ce_calltoaction.bg-hgray-color {
    background: #f0f0f0;
}
.ce_calltoaction.bg-warmgray-color {
    background: #f0f0f0;
}

.ce_calltoaction.bg-accent-color {
    background: #03af30;
}

.ce_calltoaction.bg-accent-color .ce_calltoaction_content,
.ce_calltoaction.bg-accent-color .ce_calltoaction_content a,
.ce_calltoaction.bg-second-color .ce_calltoaction_content,
.ce_calltoaction.bg-second-color .ce_calltoaction_content a,
.ce_calltoaction.bg-accent-color h1,
.ce_calltoaction.bg-accent-color h2,
.ce_calltoaction.bg-accent-color h3,
.ce_calltoaction.bg-accent-color {
    color: #fff;
}

.ce_calltoaction.bg-second-color {
    background: #002c70;
}

.ce_calltoaction.bg-white-color {
    background: #fff;
}

.ce_calltoaction p {
    line-height: 1.4em;
    margin-bottom: 0;
}

.ce_calltoaction_v2 .ce_hyperlink a, .ce_text a.call2action_primary, .ce_pricetable .ce_hyperlink a, .ce_flipbox a.call2action_primary {
    border-radius: 2px;
    background: #002c70;
    padding: 8px 35px 7px;
    border-width: 2px;
    border-style: solid;
    border-color: #002c70;
    transition: all 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
}

.ce_calltoaction_v2.bg-second-color .ce_hyperlink a, .mod_article.color-second .ce_text a.call2action_primary, .mod_article.color-second .ce_flipbox a.call2action_primary, .mod_article.mod_article.color-second .ce_pricetable .ce_hyperlink a {
    background: #fff;
    border-color: #fff;
    color: #002c70;
}

.ce_calltoaction_v2 .ce_hyperlink a:hover, .ce_text a.call2action_primary:hover, .ce_flipbox a.call2action_primary:hover, .ce_pricetable .ce_hyperlink a:hover {
    background: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transition: All 0.3s ease-out;
    color: #002c70;
}

.ce_calltoaction_v2.bg-second-color .ce_hyperlink a:hover, .ce_flipbox .bg-second-color a.call2action_primary:hover, .ce_flipbox .bg-accent-color a.call2action_primary:hover {
    color: #fff;
}

.ce_calltoaction_v2.c2a-font-size-s .ce_calltoaction_content p {
    font-size: 0.95rem;
}

.ce_calltoaction_v2.c2a-font-size-l .ce_calltoaction_content p {
    font-size: 1.25rem;
}

.ce_calltoaction_v2.c2a-font-size-xl .ce_calltoaction_content p {
    font-size: 1.4rem;
}

.ce_text a.call2action_secondary, .ce_flipbox a.call2action_secondary {
    border-radius: 2px;
    background: #9c9c9c;
    padding: 8px 35px 7px;
    border-width: 2px;
    border-style: solid;
    border-color: #9c9c9c;
    transition: all 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;

}

.ce_text a.call2action_secondary:hover, .ce_flipbox a.call2action_secondary:hover {
    background: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    -ms-transition: All 0.3s ease-out;
    color: #9c9c9c;
}

.ce_calltoaction_v2 .ce_calltoaction_content {
    padding-right: 235px;
}

.ce_calltoaction_v2 .ce_hyperlink {
    right: 30px;
}

.download-element {
    padding: 8px 6px 7px 22px;
    border-bottom: 1px solid #f0f0f0;

}

.download-element .size {
    font-size: 0.9em;
    color: #3a3a3a;
}

.ce_download {
    background: #f0f0f0;
    padding: 30px;
}

.ce_download .download-element a {
    width: 100%;
    display: inline-block;
}

.ce_download .download-element a:hover .filetitle:after {
    background: #03af30;
}

.ce_download .download-element a i.fa {
    position: absolute;
    right: 0;
    bottom: -6px;
}

.ce_download .download-element a i.fa {
    font-size: 4rem;
}

.tooltipstered {
    position: relative;
    color: #3a3a3a;
    opacity: 1;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1.4em;
    display: inline-block;
}

.tooltipstered:hover {
    border-bottom: 0;
}

.tooltipstered:after {
    background: none;
    background-color: transparent;
    width: auto;
    content: "\f05a";
    font-family: "FontAwesome";
    left: auto;
    bottom: auto;
    right: auto;
    padding-left: 3px;
    cursor: pointer;
}

.ce_flipbox {
    overflow: visible !important;
}

.ce_flipbox.bg-accent-color {
    background-color: #03af30;
}

.ce_flipbox.bg-second-color {
    background-color: #002c70;
}

.ce_flipbox.bg-hgray-color {
    background-color: #f0f0f0;
}

.ce_flipbox.bg-warmgray-color {
    background-color: #eeeae5;
}
.ce_flipbox.bg-white-color {
    background-color: #fff;
}

.ce_flipbox.bg-accent-color .textarea *, .ce_flipbox.bg-second-color .textarea * {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .ce_flipbox:hover .ce_flipbox_frontside {
        z-index: 900;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}
.ce_flipbox.hover .ce_flipbox_frontside{

    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.ce_flipbox_backside.bg-second-color a,
.ce_flipbox_backside.bg-accent-color a{
    border-bottom-color:rgba(255,255,255,0.4);
}
.ce_flipbox_backside.bg-second-color a:hover,
.ce_flipbox_backside.bg-accent-color a:hover{
    border-bottom-color:rgba(255,255,255,1);
}

.ce_flipbox.hover .ce_flipbox_backside {
    z-index: 1000;
    transform:rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.ce_flipbox .arrow {
    display: none;
}

.tooltipstered:hover:after {
    background: none;
    background-color: transparent;
    cursor: pointer;
}

.tooltipster-sidetip .tooltipster-content {
    line-height: 1.4rem;
    padding: 6px 14px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #3a3a3a;
}

.ce_kachel {
    width: 100%;
}

.ce_kachel .content {
    width: 100%;
    display: grid;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    align-content: center;
    min-height: 180px;

}
.ce_kachel > a{
    border:0;
}
.ce_kachel > a .content{
    -webkit-transition: letter-spacing 600ms ease;
    -moz-transition: letter-spacing 600ms ease;
    -ms-transition: letter-spacing 600ms ease;
    -o-transition: letter-spacing 600ms ease;
    transition: letter-spacing 600ms ease;
    letter-spacing: 0em;
}
.ce_kachel > a:hover .content{
    letter-spacing: .08em;
    -webkit-transition: letter-spacing 200ms ease;
    -moz-transition: letter-spacing 200ms ease;
    -ms-transition: letter-spacing 200ms ease;
    -o-transition: letter-spacing 200ms ease;
    transition: letter-spacing 200ms ease;
}
.ce_kachel .content > div, .ce_flipbox_frontside_inside {
    width: 100%;
}
.ce_flipbox_frontside, .ce_flipbox_backside{
    background-size: cover;
}
.ce_kachel.bg-hgray-color, .ce_kachel_mit_bild.bg-hgray-color, .ce_flipbox_inside .bg-hgray-color {
    background: #f0f0f0;
}
.ce_kachel.bg-warmgray-color, .ce_kachel_mit_bild.bg-warmgray-color, .ce_flipbox_inside .bg-warmgray-color {
    background: #eeeae5;
}

.ce_kachel.bg-accent-color, .ce_kachel_mit_bild.bg-accent-color, .ce_flipbox_inside .bg-accent-color {
    background: #03af30;
}

.ce_kachel.bg-second-color, .ce_kachel_mit_bild.bg-second-color, .ce_flipbox_inside .bg-second-color {
    background: #002c70;
}

.ce_kachel.bg-white-color, .ce_kachel_mit_bild.bg-white-color, .ce_flipbox_inside .bg-white-color {
    background: #fff;
}

.ce_kachel.border-hgray-color, .ce_kachel_mit_bild.border-hgray-color {
    border: 3px solid #f0f0f0;
}

.ce_kachel.border-accent-color, .ce_kachel_mit_bild.border-accent-color {
    border: 3px solid #03af30;
}

.ce_kachel.border-second-color, .ce_kachel_mit_bild.border-second-color {
    border: 3px solid #002c70;
}

.ce_kachel.border-white-color, .ce_kachel_mit_bild.border-white-color {
    border: 3px solid #fff;
}
.ce_kachel, .ce_kachel.align-center-center{
    display:flex;
    height:100%;
    align-items: center;
    justify-content: center;
}
.ce_kachel.align-left-center{
    display:flex;
    height:100%;
    align-items: center;
}
.ce_kachel.align-right-center{
    display:flex;
    height:100%;
    align-items: center;
    justify-content:flex-end;
}
.ce_kachel.align-center-top{
    display:flex;
    height:100%;
    align-items: flex-start;
    justify-content:center;
}
.ce_kachel.align-center-bottom{
    display:flex;
    height:100%;
    align-items: flex-end;
    justify-content:center;
}
.ce_kachel.align-left-top{
    display:flex;
    height:100%;
    align-items: flex-start;
    justify-content:flex-start;
}
.ce_kachel.align-left-bottom{
    display:flex;
    height:100%;
    align-items: flex-end;
    justify-content:flex-start;
}
.ce_kachel.align-right-top{
    display:flex;
    height:100%;
    align-items: flex-start;
    justify-content:flex-end;
}
.ce_kachel.align-right-bottom{
    display:flex;
    height:100%;
    align-items: flex-end;
    justify-content:flex-end;
}


.ce_kachel_mit_bild.bg-accent-color .content, .ce_kachel.bg-accent-color .content, .ce_kachel.bg-second-color .content, .ce_kachel_mit_bild.bg-second-color .content, .ce_flipbox_inside .bg-accent-color *, .ce_flipbox_inside .bg-second-color * {
    color: #fff;
}
.ce_kachel_mit_bild .ce_textarea *{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ce_kachel.bg-accent-color h1,
.ce_kachel.bg-accent-color h2,
.ce_kachel.bg-accent-color h3,
.ce_kachel.bg-accent-color h4,
.ce_kachel.bg-accent-color h5,
.ce_kachel.bg-accent-color h6,
.ce_kachel.bg-second-color h1,
.ce_kachel.bg-second-color h2,
.ce_kachel.bg-second-color h3,
.ce_kachel.bg-second-color h4,
.ce_kachel.bg-second-color h5,
.ce_kachel.bg-second-color h6,
.ce_kachel_mit_bild.bg-accent-color h1,
.ce_kachel_mit_bild.bg-accent-color h2,
.ce_kachel_mit_bild.bg-accent-color h3,
.ce_kachel_mit_bild.bg-accent-color h4,
.ce_kachel_mit_bild.bg-accent-color h5,
.ce_kachel_mit_bild.bg-accent-color h6,
.ce_kachel_mit_bild.bg-second-color h1,
.ce_kachel_mit_bild.bg-second-color h2,
.ce_kachel_mit_bild.bg-second-color h3,
.ce_kachel_mit_bild.bg-second-color h4,
.ce_kachel_mit_bild.bg-second-color h5,
.ce_kachel_mit_bild.bg-second-color h6 {
    color: #fff;
}
.ce_kachel.bg-second-color a, .ce_kachel.bg-accent-color a, .ce_kachel_mit_bild.bg-accent-color a, .ce_kachel_mit_bild.bg-second-color a{
    color:#fff; border-bottom-color: rgba(255,255,255,0.4);
}
.ce_kachel.bg-second-color a:hover, .ce_kachel.bg-accent-color a:hover, .ce_kachel_mit_bild.bg-accent-color a:hover, .ce_kachel_mit_bild.bg-second-color a:hover{
    border-bottom-color: rgba(255,255,255,1);
}

.ce_kachel_mit_bild .ce_textarea {
    padding: 10px;
}

.ce_kachel_mit_bild h1,
.ce_kachel_mit_bild h2,
.ce_kachel_mit_bild h3,
.ce_kachel_mit_bild h4,
.ce_kachel_mit_bild h5,
.ce_kachel_mit_bild h6,
.ce_kachel h1,
.ce_kachel h2,
.ce_kachel h3,
.ce_kachel h4,
.ce_kachel h5,
.ce_kachel h6 {
    margin-bottom: 5px
}
/*
@media screen and (max-width: 1024px) {
    .ce_kachel_mit_bild .image_container {
        margin-bottom: -0.75vw;
    }
}

@media screen and (min-width: 1025px) {
    .ce_kachel_mit_bild .image_container {
        margin-bottom: -10px;
    }
}
*/
table {
    width: 100%;
}
.pricetable .price{
    min-height:113px;
}
.streichprice-inside .currency {
    font-weight: normal;
    top: 0;
    font-size: 1rem;
}

.streichprice-inside > span {
    text-decoration: line-through;
    color: #ef0073;
}

.price-inside.offer > * {
    color: #e30613
}

.price-inside.offer .streichpreis-prefix {
    font-weight: normal;
    position: relative;
    top: -1.2rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.mod_sitemap ul {
    margin-left: 15px;
}

.ce_tabs .tabs.horizontal a:after, .ce_tabs .tabs.horizontal ul li:hover a:after, .ce_tabs .tabs.horizontal ul li.active a:after, .ce_calltoaction_content a:after, .mod_article.color-accent .ce_hyperlink a:hover:after, .mod_article.color-second .ce_hyperlink a:hover:after {
    background: transparent;
}

.ce_tabs .tabs.horizontal li a {
    border: 0;
    padding: 15px 6px;
    color: #3a3a3a;
}

.ce_tabs .tabs.horizontal li {
    border-left: 1px solid #ccc;
}

/*
.ce_tabs .tabs.horizontal li:first-child {
    border-left: 0;
}
*/
.ce_tabs .tabs.horizontal li {
    width: auto !important;
}

.ce_tabs .tabs ul li:hover, .ce_tabs .tabs.vertical ul li a.current, .ce_tabs .tabs.vertical_2 ul li a.current {
    font-weight: normal;
}

.ce_tabs .tabs.horizontal ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    align-items: normal;
    border-right: 1px solid #ccc;
}

.qc-cmp-ui-container a {
    border: 0;
}

/* =============================================================================
 * PONS ICONBOX
 * ========================================================================== */

.ce_pons_iconbox.bg-green .content {
    background-color: #03af30;
    color: #fff;
}

.ce_pons_iconbox.bg-blue .content {
    background-color: #002c70;
    color: #fff;
}

.ce_pons_iconbox.bg-lightgrey .content {
    background-color: #f0f0f0;
}

.ce_pons_iconbox.bg-white .content {
    background-color: #fff;
}

.ce_pons_iconbox.align-center .content {
    text-align: center;
    margin: auto;
}

.ce_pons_iconbox.align-left .content {
    text-align: center;
}

.ce_pons_iconbox.align-right .content {
    text-align: center;
    margin-left: auto;
}

.ce_pons_iconbox .smallsize {
    width: 50px;
    height: 50px;
    font-size:25px;
}

.ce_pons_iconbox .middlesize {
    width: 80px;
    height: 80px;
    font-size:40px;
}

.ce_pons_iconbox .bigsize {
    width: 120px;
    height: 120px;
    font-size: 60px;
}

.ce_pons_iconbox .round {
    border-radius: 100%;
    display: grid;
    align-content: center;
    align-items: center;
}

.ce_pons_iconbox .roundy {
    border-radius: 5px;
    display: grid;
    align-content: center;
    align-items: center;
}

.ce_pons_iconbox a {
    border-bottom: 0;
}

.ce_pons_iconbox .ce_image[class*="mb-"] {
    margin: 0 !important;
}
.ce_sharebuttons .ponstheme li a:after {
    height: 0;
}
.ce_sharebuttons .ponstheme li {
    display: inline;
}

.ce_sharebuttons .ponstheme li a {
    margin-right: 3px;
    margin-bottom: 5px;
    border: 1px solid #9c9c9c;
    color: #fff;
    background-color: #9c9c9c;
    padding: 7px 12px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
}

.ce_sharebuttons .ponstheme li a:hover {
    background-color: transparent;
    color: #9c9c9c;
}

.ce_sharebuttons #whatsapp_icon {
    display: none;
}
.ce_stoerer{ transform: rotate(-7deg); display:inline-block; text-transform:uppercase; }
.ce_stoerer .form-round {-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow:hidden;}
.ce_stoerer .form-darkgreen{background-color:#0e472e;}
.ce_stoerer .form-yellow{background-color:#dafd04;}
.ce_stoerer .form-round{display: grid;align-content: center;text-align: center;}
.ce_stoerer .form-round.size-s{width:80px; height:80px; }
.ce_stoerer .form-round.size-m{width:120px; height:120px; }
.ce_stoerer .form-round.size-l{width:180px; height:180px; }
.ce_stoerer.text-yellow, .ce_bgimage.bg-accent .ce_stoerer.text-yellow p{color:#dafd04; }
.ce_stoerer.text-yellow .form-wrapper.form-bordered{border-top:1px solid #dafd04; border-bottom:1px solid #dafd04;}
.ce_stoerer.text-darkgreen, .ce_bgimage.bg-accent .ce_stoerer.text-darkgreen p{color:#0e472e; }
.ce_stoerer.text-darkgreen .form-wrapper.form-bordered{border-top:1px solid #0e472e; border-bottom:1px solid #0e472e;}
.ce_stoerer.text-white, .ce_bgimage.bg-accent .ce_stoerer.text-white p{color:#fff; }
.ce_stoerer.text-white .form-wrapper.form-bordered{border-top:1px solid #fff; border-bottom:1px solid #fff;}

.mod_newslist .layout_simple a {border-bottom:0; }





@media screen and (min-width: 768px) {
    .ce_tabs .tabs.horizontal ul.tab_two {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .ce_tabs .tabs.horizontal ul.tab_three {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ce_tabs .tabs.horizontal ul.tab_fourth {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .ce_tabs .tabs.horizontal ul.tab_fifth {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .ce_tabs .tabs.horizontal ul.tab_sixth {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .ce_tabs .tabs.horizontal ul.tab_more_sixth {
        /*  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    }
}

.ce_tabs .tabs.horizontal li {
    display: grid;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.ce_tabs .tabs.horizontal ul li:hover a, .ce_tabs .tabs.horizontal ul li.active a {
    background: none;
    background-color: transparent;
    color: #fff;
    font-weight: normal;
}

.ce_tabs .tabs.horizontal ul li:hover, .ce_tabs .tabs.horizontal ul li.active {
    background: #03af30;
    color: #fff;
}
/*     HINTERGRUND-CONTENT-ELEMENT ALS BASIS      */
.ce_bgimage.bg-accent .ce_tabs .panes.classic{
    background: none;
    background-color: transparent;
}
/*     TABS ELEMENT MIT KLASSE BG-ACCCENT ALS BASIS     */
.bg-accent.ce_tabs .panes.classic{
    background-color: #03af30;
    border-radius: 0 3px 3px 3px;
    color:#fff;
}
.bg-accent.ce_tabs .tabs.classic ul li{
    background-color: #0e472e;
    border-radius: 3px 3px 0 0;
}
.bg-accent.ce_tabs .tabs.classic ul li a{
    color: #fff;
}
.bg-accent.ce_tabs .formbody.magnified{
    background:#fff;
    border-radius: 3px;
}
.bg-accent.ce_tabs .tabs.classic ul li.active, .bg-accent.ce_tabs .tabs.classic ul li:hover{
    border-top:2px solid #03af30;
}
.bg-accent.ce_tabs .tabs.classic ul li.active{
    background-color: #03af30;
}

#page-header .nav-primary.nav-tabs>li>a{
    font-weight: 600
}

#page-header .nav-global{
    font-weight: 500
}
.container-nav-global{
    margin-bottom:1px;
}
#main .mod_navigation.navlist li {
    list-style: circle;
    margin-left: 25px;
}

#left .mod_navigation li {
    min-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    list-style: none;

}

#left .mod_navigation ul ul li:last-child {
    border-bottom: 0;
}

#left .mod_navigation li a,
#left .mod_navigation li.active span,
#left .mod_navigation li.forward span {
    line-height: 1.2em;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 5px;

}
@media screen and (min-width: 769px) {
    #left .mod_navigation li.active span,
    #left .mod_navigation li.forward span,
    #left .mod_navigation li.trail > a {
        color: #03af30;
        font-weight: normal
    }
}
#left .mod_navigation ul ul {
    margin-left: 20px;
}
#left .mod_navigation .nav_faq{
    height:41px;
    overflow:hidden;
    -moz-transition: height 500ms ease;
    -webkit-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
}
#left .mod_navigation .nav_faq.active, #left .mod_navigation .nav_faq.trail{
    height:auto;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
.mod_breadcrumb {
    margin-top: 3px;
    margin-bottom: 3px;
}

.mod_breadcrumb ul li {
    display: inline;
}

.mod_breadcrumb ul li.active {
    color: #03af30;
}

.mod_breadcrumb ul li:after {
    content: " » ";
}

.mod_breadcrumb ul li.last:after {
    content: "";
}

.mod_breadcrumb span {
    font-size: 13px;
    padding: 0 6px;
}

.mod_breadcrumb li.first span {
    padding-left: 0;
}

.mod_breadcrumb a {
    border-bottom: 0;
}

.widget_radio span input {
    display: none;
}

.widget_radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
}
.widget_radio > span:nth-child(odd){
    text-align: right;
}
.ce_quiz .widget_radio label {
    padding: 12px 30px;
    background-color: #eeeeee;
    display: inline-block;
}

.ce_quiz .widget_radio .active label {
    font-weight: 501;
}

.ce_quiz .widget_radio span label:before {
    content: "\f29c";
    font-family: fontawesome;
    margin-right: 5px;
}

.ce_quiz .widget_radio span.active label:before {
    content: "\f111";
    font-family: fontawesome;
}

.ce_quiz .widget_radio span.wrong label:before {
    content: "\f05c";
    font-family: fontawesome;
}

.ce_quiz .widget_radio span.correct label:before {
    content: "\f05d";
    font-family: fontawesome;
}

.ce_quiz .swiper-button-prev {
    display: none;
}

.ce_quiz .swiper-button-next {
    pointer-events: none;
}

.ce_quiz .frage_box, .ce_quiz .auswertungs_box {
    display: none;
}
.ce_quiz .auswertungs_box, .ce_quiz .start_box {
    text-align: center;
}
.ce_quiz > form > div:first-child {
    display: block;
}

/* new css */
.ce_quiz .frage_box .widget span.correct label {
    background-color: #03af30;
    color: #fff;
}

.ce_quiz .frage_box .widget span.wrong label {
    background-color: #e30613;
    color: #fff;
}

/* new css */
.ce_quiz .status_box {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #eeeeee;
}

.ce_quiz .status_box .points {
    float: right;
}

.ce_quiz h3 {
    font-size: 2em;
    margin: 20px 0 50px;
    text-align: center;
}


.ce_quiz .question_image {
    text-align: center;
    margin-top:6px;
}

.ce_quiz .next {
    float: right;
}

.swiper-button-next::after, .swiper-button-prev::after {
    color: #3a3a3a
}

.swiper-button-disabled {
    display: none;
}
.swiper-container-horizontal .swiper-pagination{
    bottom: 0px;
}
.ce_swiperStart.has-pagination,
.ce_swiperStart.has-pagination .swiper-container{
    padding-bottom:40px;
}
#redaktion-sitemap {
    position: fixed;
    top: 240px;
    left: -65px;
    background: grey;
    color: #fff;
    transform: rotate(90deg);
    z-index: 99;
    padding: 5px;
}

#redaktion-sitemap a {
    color: #fff;
}

#redaktion-sitemap a:after {
    height: 0;
}
.pons-components-popup a{
    text-decoration:none;
}

/* Formular Styling */
.hidden, .visually-hidden {
    display: none;
}

.second_level {
    margin-left: 30px;
}

.widget.third_level, div.third_level {
    margin-left: 24px;
}

.widget-explanation li {
    line-height: 28px;
}

#online_uebungen_wrapper li {
    line-height: 1.9em;
}

#contactform legend {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .ce_tabs .tabs.vertical, .ce_tabs .panes.vertical {
        float: left;
        width: 30%;
    }
    .ce_tabs .panes.vertical {
        border-left: 1px solid rgb(229,229,229);
        padding-left: 3rem;
        width: 70%;
    }
}
@media only screen and (max-width: 480px) {
    .ce_tabs .tabs.vertical, .ce_tabs .panes.vertical {
        float: none;
        width: 100%;
    }
    .ce_tabs .panes.vertical {
        border: 0;
        padding: 0;
        margin-top: 15px;
    }

}
.ce_tabs .tabs.vertical ul li a {
    padding-left: 36px !important;
}

.ce_tabs .tabs.vertical ul li:first-child a {
    padding-left: 0 !important;
}

.ce_tabs .tabs.vertical ul > li {
    background-image: URL("/p/files/cto_layout/img/basics/radio-button.jpg");
    background-size: 16px;
    background-position: left center;
}

.ce_tabs .tabs.vertical ul > li.active {
    background-image: URL('/p/files/cto_layout/img/basics/radio-button-active.jpg');
}

.ce_tabs .tabs.vertical ul li.active:first-child, .ce_tabs .tabs.vertical ul li:first-child {
    background-image: unset !important;
}

@media screen and (max-width: 767px) {
    .ce_tabs .panes.vertical .section {
        padding-top: 20px
    }
}

/* =============================================================================
 * TABLETT PORTRAIT MOBILE
 * ========================================================================== */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .sidebarNav .ce_flipbox .ce_flipbox_frontside_inside, .sidebarNav .ce_flipbox .ce_flipbox_backside_inside {
        padding: 9px;
        font-size: 1.7vw;
        line-height: 1.2em;
    }

    .ce_ansprechpartner .pixleft, .ce_ansprechpartner .textleft {
        float: none;
    }

    .ce_ansprechpartner .field_email a{
        width: auto;
    }

    body.sidebarNav #container {
        padding-left: 200px;
    }

    body.sidebarNav #left {
        width: 200px;
        right: 200px;
        padding-left: 20px;
    }

    #left .inside {
        padding-right: 10px;
    }

    #left .container {
        padding: 0;
    }


}
/* =============================================================================
 * TABLETT PORTRAIT MOBILE EXTRA FÜR DIE WISSENECKE
 * ========================================================================== */

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    body.nav_wissensecke #container{
        padding-left:0;
    }
    body.nav_wissensecke #left{
        display: none;
    }

}



/* =============================================================================
 * SMARTPHONE MOBILE
 * ========================================================================== */
@media only screen and (max-width: 767px) {
    .ce_bgimage .contentwrap {
        margin-left: 10px;
        margin-right: 10px;
    }

    .ce_youtube iframe {
        width: 100%;
        height: 50vw;
    }

    .mod_article.fullwidth-boxed .container, .mod_article.boxed .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ce_tabs .tabs.horizontal ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #stage .ce_calltoaction_v2 .ce_calltoaction_content {
        padding-right: 0;
    }

    .ce_table {
        overflow: scroll
    }

    .ce_leadertext.columns-2 p {
        column-count: 1;
        column-gap: 0px;
    }

    body.sidebarNav #container {
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0;
        grid-template-areas: "b" "a";
        position: static;
        padding-left: 0;
        max-width: none;
    }

    body.sidebarNav #main {
        float: none;
        grid-area: a;
        width: 100vw;
        margin-bottom:65px
    }

    body.sidebarNav #left {
        float: none;
        grid-area: b;
        margin: 0;
        width: 100vw;
        right: 0;
        padding-left: 0;
    }

    #left .inside {
        padding-top: 15px;
        padding-right: 0;
    }

    #left .mod_navigation {
        margin-bottom: 5px;
    }

    #left .mod_navigation li a, #left .mod_navigation li span {
        border-radius: 2px;
        background: #9c9c9c;
        padding: 7px 35px;
        border-width: 2px;
        border-style: solid;
        border-color: #9c9c9c;
        transition: all 0.2s ease-in;
        -webkit-transition: All 0.2s ease-in;
        -moz-transition: All 0.2s ease-in;
        -o-transition: All 0.2s ease-in;
        -ms-transition: All 0.2s ease-in;
        white-space: nowrap;
        display: inline-block;
        color: #fff;
        font-size: 1.1rem;

    }

    #left .mod_navigation li span,
    #left .mod_navigation li.trail > a {
        background: transparent;
        transition: all 0.3s ease-out;
        -webkit-transition: All 0.3s ease-out;
        -moz-transition: All 0.3s ease-out;
        -o-transition: All 0.3s ease-out;
        -ms-transition: All 0.3s ease-out;
        color: #404040;
    }

    #left .mod_navigation ul li {
        margin-bottom: 2px;
        text-align: center;
        padding: 2px;
        box-sizing: border-box;
        border-bottom: 0;
        line-height: 1em;
        min-height: auto;
    }

    #left .mod_navigation ul ul {
        margin-left: 0vw;
        margin-top: 1px;
    }

    #left .mod_navigation ul ul li {
        margin-bottom: 0;
        line-height: 0.9em;
        margin-top: -5px;
    }

    #left .mod_navigation ul li a,
    #left .mod_navigation ul li span {
        width: 88vw;

    }

    #left .mod_navigation ul ul li a {
        background: #B6B6B6;
        border-color: #b6b6b6;
    }

    #left .mod_navigation ul ul li a, #left .mod_navigation ul ul li span {
        width: 80vw;
        padding: 5px 35px;
    }


    #left .mod_navigation ul ul li a, #left .mod_navigation ul ul li.active span, #left .mod_navigation ul ul li.forward span {
        line-height: 1em;
    }

    #left .mod_navigation ul ul li {
        line-height: 0.9em;
        min-height: 28px;
    }

    #left .mod_navigation li span, #left .mod_navigation li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    #left .mod_navigation li.active span, #left .mod_navigation li.forward span {
        margin-top: 0;
        margin-bottom: 0;
        color: #404040;
    }

    #left .mod_navigation li:nth-child(odd) {
        margin-right: 0vw;
    }

    .ce_ansprechpartner .pixleft {
        float: none;
        margin-right: 0;
    }

    .ce_ansprechpartner .pixright {
        float: none;
        margin-left: 0;
    }

    .ce_ansprechpartner .textleft {
        float: none;
    }

    .ce_ansprechpartner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 10px;
    }

    .mod_article.boxed {
        width: 100%;
    }

    .image_container .caption {
        font-size: 9px;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;

    }

    .image_container.float_left {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .image_container.float_right {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .mod_faqpage .ce_accordion .ui-accordion-header h3, .mod_faqpage .ce_accordion .ui-accordion-header:hover h3, .mod_faqpage .ce_accordion .accordion-header-active h3 {
        background-size: 17px;
    }

    .mod_article.fullwidth .container {
        padding: 0;
    }

    .ce_flipbox .ce_flipbox_frontside .arrow {
        display: inline-block;
        bottom: 10px;
        right: 10px;
        position: absolute;
        z-index: 1002;
    }

    .ce_flipbox .ce_flipbox_frontside.bg-warmgray-color .arrow i, .ce_flipbox .ce_flipbox_backside.bg-warmgray-color .arrow i,.ce_flipbox .ce_flipbox_frontside.bg-hgray-color .arrow i, .ce_flipbox .ce_flipbox_backside.bg-hgray-color .arrow i, .ce_flipbox .ce_flipbox_frontside.bg-white-color .arrow i, .ce_flipbox .ce_flipbox_backside.bg-white-color .arrow i {
        color: rgba(85, 85, 85, 0.5);
    }
    
    .ce_flipbox .ce_flipbox_backside .arrow {
        display: inline-block;
        bottom: 10px;
        left: 10px;
        position: absolute;
        z-index: 1002;
    }

    .ce_flipbox .arrow i {
        color: rgba(255, 255, 255, 0.3);
        font-size: 2rem;
    }

    .ce_flipbox .ce_flipbox_frontside_inside, .ce_flipbox .ce_flipbox_backside_inside {
        padding: 12px;
    }

    form .column[class*="col_"], form .autogrid_grid .column {
        margin-bottom: 10px;
    }

    .ce_ansprechpartner .field_email a{
        width: auto;
        max-width:80%;
    }

    .ce_ansprechpartner .pixleft, .ce_ansprechpartner .pixright {
        min-width: 170px;
        max-width: 170px;
    }

    .kachel-wrapper .ce_kachel_mit_bild {
        max-width: 330px;
        margin: auto;
    }
}

@media only screen and (max-width: 340px) {
    .ce_calltoaction_v2 .ce_hyperlink a, .ce_text a.call2action_primary, .ce_pricetable .ce_hyperlink a, .ce_flipbox a.call2action_primary {
        padding: 7px 15px;
    }

    .image_container .caption {
        font-size: 9px;
        margin-top: -22px;
    }

    .ce_calltoaction .ce_calltoaction_inside {
        margin-left: 10px;
        margin-right: 10px;
    }

    .ce_ansprechpartner .pixleft, .ce_ansprechpartner .pixright {
        min-width: 125px;
        max-width: 125px;
    }

    .ce_ansprechpartner .pixleft img, .ce_ansprechpartner .pixright img {
        width: 120px !important;
    }

    #left .mod_navigation ul li a, #left .mod_navigation ul li span {
        width: 85vw;
    }

    #left .mod_navigation ul ul li a, #left .mod_navigation ul ul li span {
        width: 78vw
    }

    .ce_calltoaction_buttons {
        margin-top: 20px;
    }

    .ce_app_calltoaction {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 25px;

    }
}


