/*
Theme Name:     SCHMUCKI Child
Theme URI:      https://www.schmucki.swiss
Description:    Child-Theme für SCHMUCKI
Author:         Schmucki Agentur für Kommunikation AG
Author URI:     https://www.schmucki.swiss
Template:       SCHMUCKI                             
Version:        1.0
*/


/* Elemente-Seite */

.seiten {
    margin-top: 3em;
}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ALTES GRÜN: #93b833 */

h6 {
    position: relative;
    font-family: 'Univers 65 Bold';
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 0;
    color: #88bd24;
    padding-left: 20%;
    max-width: 2200px;
    margin: 0 auto;
}

h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 18%;
    height: 3px;
    background: #eee;
}

.site_notification {
    display: none !important;
}


/* Normalize */

//*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}img{max-width: 100%;height: auto;}a{text-decoration: none;}button{cursor:pointer;}picture{display:inline-block}address{font-style: normal;}a.full{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-indent: -30000px;z-index: 10;}:focus{outline: 0 !important;}input, textarea{border-radius: 0 !important;-webkit-appearance: none;}button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}body{margin:0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Flexboxgrid 6.3.1 */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:48em) {
    .container {
        width: 49rem
    }
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:64em) {
    .container {
        width: 65rem
    }
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 76rem
    }
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}


/* owl carousel 2.3.4 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0) transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/* Schriften */

body {
    font-family: 'Univers 45 Light';
}

em,
i,
.button a,
.button>span,
.quform-button-submit-default>button,
h1,
h2,
h3,
h4,
.wpb_document_column a,
.download a,
.wpb_link_column a,
.cbp-caption .button,
.news__content .button,
th,
table tr td:first-child,
.accordion h3,
.fake-accordion h3,
.cbp-caption h3,
.filter-group button,
main ol li a,
.cta.cta--different .cta__content .cta__label span,
.button>div,
.pgntn-page-pagination a,
.pgntn-page-pagination span {
    font-family: 'Univers 55 Roman';
}

h5,
label,
#countdown .timeBox span,
.cbp-item .cta p strong,
.site_nav_main>li>ul.sub-menu>.site_nav_inside>li>a,
.size-one_third .cbp-caption h3,
strong,
b,
.pricetable__price,
#countdown .time-box div>div,
.cta.cta--one_row .cta__content .cta__label p,
.cta.cta--two_rows .cta__content .cta__label p,
.cta.cta--different .cta__content .cta__label p,
.quote__author,
.partner-overlay .overlay-txt {
    font-family: 'Univers 65 Bold';
    font-weight: normal;
}

strong,
b {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}


/* Transitions */

a,
svg path,
svg g,
svg,
.sub-menu .close,
.sub-menu .close::after,
.site_logo,
path,
polygon,
.button a,
.button a::after,
.button a::before,
.button>div,
.button>div::after,
.button>div::before,
.filter-group button::after,
.wpb_document_column a,
.download a,
.link-box a,
main p a::after,
main li a::after,
main p a::before,
main li a::before,
.accordion-complex .accordion-title.open .col-sm-7>div,
.cbp-item,
.cbp-caption,
.accordion-simple .accordion-title,
.accordion .accordion-title h3,
.accordion .accordion-title p,
.cbp-caption .button,
.news__content .button,
.quform-button-submit-default>button,
.quform-button-submit-default>button::before,
.quform-button-submit-default>button::after,
.filter-group button,
.accordion-complex .accordion-title .col-sm-6>div,
.filter-group button::before,
.accordion-complex .accordion-title .col-sm-7>div::before,
.accordion-complex .accordion-title .col-sm-7>div::after,
.cta .cta__content,
.accordion-simple .accordion-title h3::before,
.accordion-simple .accordion-title h3::after,
.news h3,
.news p,
.news__date,
.news__img img,
.owl-carousel button.owl-dot,
.wpb_downloadbox_column .download_box .download_box__content,
.wpb_downloadbox_column .download_box h4,
.wpb_downloadbox_column .download_box p,
#countdown .button,
.button_animation,
.button_animation .button,
.news,
.language-change a::before,
.language-change a::after,
main ol li a::after,
.address_container address div::before,
.address_container address div.has-link::after,
.button-arrow::after,
.accordion-simple .accordion-title h3::before,
.accordion-complex .col-sm-7>div::before,
.accordion-simple .accordion-title h3::after,
.accordion-complex .col-sm-7>div::after,
.socialmedia a::after,
.socialmedia a::before,
.close_nav::before,
.close_nav::after,
.pricetable__service::before,
.contact__info div::before,
.contact__info div.has-link::after,
.button.button--arrow>div>div::before,
.button.button--arrow>a>div>div::before,
.wpb_link_column a::after,
.wpb_link_column a::before,
.wpb_document_pdf a::after,
.wpb_document_pdf a::before,
.wpb_document_excel a::after,
.wpb_document_excel a::before,
.pgntn-page-pagination a.next::before,
.pgntn-page-pagination a.prev::before,
.pgntn-page-pagination a.next::after,
.pgntn-page-pagination a.prev::after,
.partner-overlay {
    -webkit-transition: 300ms linear all;
    transition: 300ms linear all;
}

.site_nav_main>li>a::after,
.cbp-item .cbp-item-wrapper::before,
.video-container iframe {
    -webkit-transition: 400ms linear all;
    transition: 400ms linear all;
}


/* Animations */

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/* Box shadow */

.blog .news,
.address_container,
.contact_container {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
}


/* Iconset */

.language-change a::before,
.language-change a::after,
main ol li a::after,
.address_container address div::before,
.address_container address div.has-link::after,
.button-arrow::after,
.accordion-simple .accordion-title h3::before,
.accordion-complex .col-sm-7>div::before,
.accordion-simple .accordion-title h3::after,
.accordion-complex .col-sm-7>div::after,
.socialmedia a::after,
.socialmedia a::before,
.close_nav::before,
.close_nav::after,
.pricetable__service::before,
.contact__info div::before,
.contact__info div.has-link::after,
.button.button--arrow>div>div::before,
.button.button--arrow>a>div>div::before,
.wpb_link_column a::after,
.wpb_link_column a::before,
.wpb_document_pdf a::after,
.wpb_document_pdf a::before,
.wpb_document_excel a::after,
.wpb_document_excel a::before,
.quform .quform-field-select::before,
.quote .quote__content::before,
.quote .quote__content::after,
.pgntn-page-pagination a.next::before,
.pgntn-page-pagination a.prev::before,
.pgntn-page-pagination a.next::after,
.pgntn-page-pagination a.prev::after {
    content: "";
    position: absolute;
    background-image: url('../img/iconset.png');
    background-repeat: no-repeat;
    background-size: inherit;
}

.button.button--arrow>div>div::before,
.button.button--arrow>a>div>div::before {
    position: absolute;
    left: 21px;
    top: 11px;
    width: 30px;
    height: 21px;
    background-position: -62px -16px;
}

.address_container address div.has-link::after,
.address_container address div.has-link:hover::before,
.language-change a::after,
.language-change a:hover::before,
.accordion-title h3::after,
.accordion-title:hover h3::before,
.accordion-title.open h3::before,
.socialmedia a:hover::before,
.socialmedia a::after,
.contact__info div.has-link:hover::before,
.contact__info div.has-link::after,
.socialmedia a::after,
.socialmedia a:hover::before,
.wpb_document_column a::after,
.wpb_document_column a:hover::before,
.wpb_link_column a::after,
.wpb_link_column a:hover::before,
.accordion-complex .col-sm-7>div::after,
.accordion-complex .accordion-title:hover .col-sm-7>div::before,
.accordion-complex .accordion-title.open .col-sm-7>div::before {
    opacity: 0;
}

.address_container address div.has-link:hover::after,
.language-change a:hover::after,
.accordion-title:hover h3::after,
.accordion-title.open h3::after,
.socialmedia a:hover::after,
.contact__info div.has-link:hover::after,
.socialmedia a:hover::after,
.wpb_document_column a:hover::after,
.wpb_link_column a:hover::after,
.accordion-complex .accordion-title:hover .col-sm-7>div::after,
.accordion-complex .accordion-title.open .col-sm-7>div::after {
    opacity: 1;
}

.wpb_link_column a::after,
.wpb_link_column a::before,
.wpb_document_column a::after,
.wpb_document_column a::before {
    left: 0;
    top: 0;
}

.wpb_link_column a::before,
.wpb_link_column a::after {
    width: 31px;
    height: 27px;
    background-position: -3px -50px;
}

.wpb_link_column a::after {
    background-position: -35px -50px;
}

.wpb_document_pdf a::after,
.wpb_document_pdf a::before,
.wpb_document_excel a::after,
.wpb_document_excel a::before {
    width: 28px;
    height: 37px;
}

.wpb_document_pdf a::before {
    background-position: -2px -81px;
}

.wpb_document_pdf a::after {
    background-position: -32px -81px;
}

.wpb_document_excel a::before {
    background-position: -92px -81px;
}

.wpb_document_excel a::after {
    background-position: -122px -81px;
}

.language-change a {
    position: relative;
    padding-left: 25px;
}

.language-change a::before,
.language-change a::after {
    top: 3px;
    left: 0;
    width: 17px;
    height: 18px;
    background-position: -5px -144px;
}

.language-change a::after {
    background-position: -24px -144px;
}

.cbp-grid .button-arrow::after {
    left: 24px;
    top: 28px;
    width: 29px;
    height: 19px;
    background-position: -8px -40px;
}

.button--arrow.button--arrow_right,
.button--arrow.button--arrow_left {
    position: relative;
}

.button--arrow--arrow_right::after,
.button--arrow.button--arrow_left::after {
    left: 21px;
    top: 26px;
    width: 29px;
    height: 19px;
    background-position: -8px -40px;
}

.button--arrow.button--arrow_left .button_arrow::before {
    transform: rotate(-180deg);
    left: 23px;
}

main ol li a::after {
    top: 6px;
    right: -15px;
    left: auto;
    bottom: auto;
    display: inline-block;
    width: 7px;
    height: 13px;
    background-color: transparent;
    background-position: -1px -1px;
    cursor: default;
}

.accordion-simple .accordion-title h3::before,
.accordion-complex .col-sm-7>div::before,
.accordion-simple .accordion-title h3::after,
.accordion-complex .col-sm-7>div::after {
    right: 0;
    top: 14px;
    width: 32px;
    height: 12px;
    background-position: -345px -6px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
}


}
.accordion-complex .col-sm-7>div::before,
.accordion-complex .col-sm-7>div::after {
    top: 0;
    left: 0;
    right: auto;
}
.accordion-simple .accordion-title h3::after,
.accordion-complex .col-sm-7>div::after {
    background-position: -380px -6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
}
.address_container address .address::before,
.address_container address .address::after {
    top: 2px;
    left: 1px;
    width: 17px;
    height: 24px;
    background-position: -4px -118px;
}
.address_container address .address::after {
    background-position: -22px -118px;
}
.address_container address .phone::before,
.address_container address .phone::after,
.contact__info .phone::before,
.contact__info .phone::after {
    top: 5px;
    left: 2px;
    width: 20px;
    height: 21px;
    background-position: -59px -119px;
}
.address_container address .phone::after,
.contact__info .phone::after {
    background-position: -79px -119px;
}
.address_container address .fax::before,
.contact__info .fax::before {
    top: 7px;
    left: 2px;
    width: 20px;
    height: 19px;
    background-position: -126px -119px;
}
.address_container address .mail::before,
.address_container address .mail::after,
.contact__info .mail::before,
.contact__info .mail::after {
    top: 9px;
    left: 2px;
    width: 21px;
    height: 14px;
    background-position: -169px -128px;
}
.address_container address .mail::after,
.contact__info .mail::after {
    background-position: -191px -128px;
}
.socialmedia a {
    position: relative;
    display: inline-block;
    text-indent: -30000px;
    margin-right: .75rem;
    width: 25px;
    height: 27px;
}
.socialmedia a.linkedin {
    height: 26px;
    top: 1px;
}
.socialmedia a.youtube {
    width: 28px;
    height: 21px;
    top: 3px;
}
.socialmedia a.instagram {
    width: 27px;
    height: 27px;
}
.socialmedia a::before,
.socialmedia a::after {
    width: 100%;
    height: 100%;
    left: 0;
}
.socialmedia a.xing::before {
    background-position: -2px -166px;
}
.socialmedia a.xing::after {
    background-position: -28px -166px;
}
.socialmedia a.linkedin::before {
    background-position: -83px -168px;
}
.socialmedia a.linkedin::after {
    background-position: -110px -168px;
}
.socialmedia a.youtube::before {
    background-position: -166px -169px;
}
.socialmedia a.youtube::after {
    background-position: -195px -169px;
}
.socialmedia a.instagram::before {
    background-position: -253px -165px;
}
.socialmedia a.instagram::after {
    background-position: -281px -165px;
}
.quote .quote__content::before,
.quote .quote__content::after {
    top: 50%;
    left: -65px;
    width: 34px;
    height: 38px;
    background-position: -197px -85px;
    transform: translateY(-50%);
}
.quote .quote__content::after {
    left: auto;
    right: -65px;
    background-position: -231px -79px
}
.pricetable__service::before {
    left: -25px;
    top: 9px;
    width: 15px;
    height: 12px;
    background-position: -118px -2px;
}
.pricetable__service--disable::before {
    height: 12px;
    width: 12px;
    top: 9px;
    left: -23px;
    background-position: -74px -6px;
}
.quform .quform-field-select {
    background-image: url('../img/select-arrow.png');
    background-image: url('../img/select-arrow.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 97%;
}

/* Custom */
 ::selection {
    background: #88bd24;
    color: white;
}
 ::-moz-selection {
    background: #88bd24;
    color: white;
}
html {
    font-size: 112.5% !important;
}
body {
    position: relative;
    height: auto;
    overflow-x: hidden;
    font-size: 18px;
    font-size: 1rem;
    color: #666666;
    line-height: 1.55;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}
.gm-style-pbc {
    background: rgba(255, 255, 255, .7) !important;
}
#mfPreviewBar {
    display: none !important;
}
.site_wrapper {
    position: relative;
    overflow-x: hidden;
}
main {
    padding-top: 30px;
}
main aside {
    margin-bottom: 3.5em;
}
body.page-template-default main aside,
body.blog main aside {
    margin-bottom: 6em;
}
.home main {
    padding-top: 0;
}
.inside {
    margin: 0 auto;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 2em !important;
}
.wpb_content_element.nomargin {
    margin-bottom: .5em !important;
}
.vc_row .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vc_row .vc_row>.vc_column_container.vc_col-sm-6 {
    padding-left: 0;
    padding-right: 1em;
}
.vc_row .vc_row>.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 1em;
    padding-right: 0;
}
.vc_row .vc_row>.vc_column_container.vc_col-sm-4 {
    padding: 0 1em;
}
.vc_row .vc_row>.vc_column_container.vc_col-sm-4:first-child {
    padding-left: 0;
    padding-right: 2em;
}
.vc_row .vc_row>.vc_column_container.vc_col-sm-4:last-child {
    padding-right: 0;
    padding-left: 2em;
}
.full .vc_column_container>.vc_column-inner,
.vc_row .vc_row>.vc_column_container.vc_col-sm-6>.vc_column-inner,
.vc_row .vc_row>.vc_column_container.vc_col-sm-4>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.center .wpb_wrapper {
    text-align: center;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.35;
    margin-top: 0;
}
.vc_col-sm-6 h1,
.vc_col-sm-6 h2,
.vc_col-sm-4 h1,
.vc_col-sm-4 h2 {
    max-width: 100%;
}
h1,
h2 {
    color: #88bd24;
    margin-bottom: 1em !important;
    max-width: 70%;
}
h1,
h2,
#countdown .time-box div>div {
    font-size: 44px;
    font-size: 2.45rem;
    letter-spacing: -1.5px;
    left: -2px;
}
.related h2 {
    max-width: 2200px;
    margin: 0 auto;
    padding: 0 15px;
}
h2 {
    margin-top: 1.6em;
}
.wpb_wrapper>h2 {
    margin-top: 0;
}
h3,
h3.header {
    font-size: 35px;
    font-size: 1.95rem;
    left: -3px;
    margin-bottom: .5em;
    max-width: 70%;
    border: none;
    color: inherit;
}
.page-header {
    border: none;
}
h4 {
    margin-top: 1.75em;
}
h4,
.accordion h3,
.fake-accordion h3,
.cbp-caption h3,
.news h3 {
    left: -2px;
    margin-bottom: .5em;
}
h4,
.accordion h3,
.fake-accordion h3,
.cbp-caption h3,
.news h3,
.pricetable__title {
    font-size: 27px;
    font-size: 1.5rem;
}
h5,
.size-one_third .cbp-caption h3 {
    margin-bottom: .2em;
    left: 0;
}
h5,
.size-one_third .cbp-caption h3,
.cbp-caption p,
.pricetable__price span {
    font-size: 22px;
    font-size: 1.22rem;
}

/* Tabelle */
table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 70%;
    margin-bottom: 1.5em;
}
table tr {
    border-bottom: 2px solid #f0f0f0;
}
th,
td {
    padding: 5px 30px;
}
th {
    font-weight: normal;
    text-align: left;
    text-align: left;
    vertical-align: top;
    background: #fcfcfc;
    /* border-right: 2px solid white; */
}
td.center {
    text-align: center;
}

/* Weitere Typo */
span.date,
.counter .number-label {
    font-size: 18px;
    font-size: 1rem;
}
footer ul li a,
footer .language-change a,
#countdown .time-box span,
.cbp-item .cta p,
.gmap_infowindow,
.pricetable__info,
.cta.cta--different .cta__content .cta__label span {
    font-size: 17px;
    font-size: .95rem;
}
.button a,
.button>div,
.cbp-caption .button,
.news__content .button,
.filter-group button,
main ol li a,
.wpb_document_column a,
.wpb_link_column a,
.download a,
.quform-button-submit-default>button>div,
footer .footer-meta-nav ul li a,
footer .certificate-text p,
.site_meta_nav ul li a,
span.quform-button-text,
em,
i {
    font-size: 14px;
    font-size: .8rem;
}
.site_nav_main>li>a {
    font-size: 16px;
    font-size: .89rem;
}
main a,
.wpb_link_column a,
.site_nav_main>li>ul.sub-menu li a,
.gmap_infowindow,
.gmap_infowindow a,
.site_meta_nav ul li a,
footer ul li a,
footer .language-change a {
    color: #666666;
}
h1,
h2,
main a:hover,
main p a:hover,
main li a:hover,
.button.button--ghost a,
.button.button--ghost>div,
.filter-group button,
.accordion .accordion-title:hover h3,
.accordion .accordion-title:hover p,
.accordion-title.open h3,
.accordion-title.open p,
.wpb_link_column .link:hover a,
.wpb_document_column a:hover,
.download a:hover,
.button.filled a:hover,
.news:hover h3,
.news:hover p,
.news:hover .date,
.site_meta_nav ul li a:hover,
.site_nav_main>li.active>a,
.site_nav_main>li>ul.sub-menu li a:hover,
.site_nav_main>li>ul.sub-menu>.site_nav_inside>li>.sub-menu li a:hover,
.wpb_downloadbox_column .download_box:hover h4,
.wpb_downloadbox_column .download_box:hover p,
footer ul li a:hover,
footer .footer-meta-nav ul li a:hover,
.pricetable.pricetable--reduced .pricetable__header,
.filter-group button,
.language-change a:hover,
.site_nav_main>li>ul.sub-menu>.site_nav_inside>li>.sub-menu li.current_page_item a {
    color: #88bd24;
}
.button a,
.button>div,
.cbp-caption .button,
.news__content .button,
.filter-group button:hover,
#countdown .time-box div>div,
#countdown .time-box span,
.cbp-item .cta p,
main .button a:hover,
.button>div:hover,
main .filter-group button:hover,
main .filter-group button.active,
main .accordion-complex .accordion-title:hover .col-sm-7>div,
.button_animation:hover .button.button-ghost>span,
.cta.cta--one_row .cta__content .cta__label p,
.cta.cta--two_rows .cta__content .cta__label p,
.cta.type-two_dif_rows .cta__content .cta__label p,
.button a,
.button a:hover,
.button.filled a,
#countdown h3,
.cbp-item .cta p strong,
.site_nav_main>li>a,
.quform-button-submit-default>button>div,
.pricetable__header,
.button_animation:hover .button.button--ghost>div {
    color: #FFFFFF;
}
.quform-label>label,
footer .footer-meta-nav ul li a,
footer .certificate-text p,
main ol li a,
span.date {
    color: #B3B3B3;
}
.news a.full,
#countdown a.full {
    height: 105%;
}

/* Headerbild oder - video */
.site_cover {
    position: relative;
    z-index: 1;
    height: 60vh;
    min-height: 450px;
}
.site_cover picture,
.site_cover .video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.objectfit .site_cover-full img,
.object-fit .site_cover-full img,
.objectfit .site_cover img,
.object-fit .site_cover img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
html div.gmap {
    height: 100% !important;
}

/* Breadcrumb */
main ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
main ol li {
    display: inline-block;
}
main ol li a {
    margin-right: 22px;
}
main ol li a.home {
    margin-right: 17px;
}
main ol li:last-child a {
    margin-right: 0;
}
main ol li a::before,
main ol li:last-child a::after {
    display: none;
}
main ol li.active a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* Content */
main p {
    margin: 0 0 1.5em !important;
    max-width: 100%;
}
main .full p {
    max-width: 85%;
}
main .vc_col-sm-6 p,
main .vc_col-sm-4 p {
    max-width: 100%;
}
main p+ul {
    margin-top: -1em !important;
}
main a {
    position: relative;
    display: inline-block;
}
main .lead p,
main .lead a,
main .lead li,
.quote__content {
    font-size: 22px;
    font-size: 1.22rem;
}

/*
  main p a::after, main li a::after,
  main p a::before, main li a::before{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 2px;
    width: 100%;
  }
  
  main p a::after, main li a::after{
    background: rgba(102, 102, 102, 0.2);
  }
  
  main p a::before, main li a::before{
    transform: scaleX(0);
    background: rgba(136, 189, 36, 0.65);
  }
  
  main p a:hover::before, main li a:hover::before{
    transform: scaleX(1);
  }
 */
main>section>.vc_row,
main>.vc_row {
    max-width: 2200px;
    margin: 0 auto 7em !important;
}
main>.vc_row.nomargin,
main>section>.vc_row.nomargin,
.single-post main>section>.vc_row.nomargin {
    margin-bottom: 0 !important;
}
.single-post main>section>.vc_row {
    margin-bottom: 4em !important;
}
.single-post main>section>.vc_row:last-child {
    margin-bottom: 7em !important;
}
main>section>.vc_row.full {
    max-width: 100%;
}
main>section>.vc_row.full .wpb_wrapper>h1,
main>section>.vc_row.full .wpb_wrapper>h2,
main>section>.vc_row.full .wpb_wrapper>h3,
main>section>.vc_row.full .wpb_wrapper>h4,
main>section>.vc_row.full .wpb_wrapper>h5,
main>section>.vc_row.full .wpb_wrapper>p {
    max-width: 2200px;
    padding: 0 15px;
    margin-left: auto !important;
    margin-right: auto !important;
}
main>section>.vc_row.full.nomargin {
    margin-bottom: 0 !important;
}
main>section>.vc_row.full>.vc_column_container {
    padding-left: 0px;
    padding-right: 0px;
}

/* Verlauf */
.button a::before,
.button>div::before,
.filter-group button::before,
.quform-button-submit-default>button::before {
    background-image: linear-gradient(-45deg, #a8cf5f -10%, #88bd24 100%);
}

/* Buttons */
.news__content .button,
.cbp-caption .button,
#countdown .button {
    position: absolute;
    bottom: -17px;
    right: 30px;
    z-index: 5;
}
.alm-listing .news__content .button {
    bottom: -25px;
}
.button.button--arrow>div,
.button.button--arrow>a,
.news__content .button>div {
    text-indent: -30000px;
    width: 75px;
}
.button_animation {
    top: 0;
}
.button_animation:hover,
#countdown:hover,
.news:hover,
.owl-item .news:hover {
    top: -8px;
}
.button_animation:hover .button,
#countdown:hover .button {
    bottom: -20px;
}
.pricetable.button_animation:hover .button {
    bottom: -32px;
}
.news:hover .news__content .button {
    bottom: -21px;
}
.alm-listing .news:hover .news__content .button {
    bottom: -28px;
}
button,
.wpb_buttons_column .button {
    display: inline-block;
}
.wpb_wrapper>.button,
.filter-group button {
    margin-right: 1.5em;
}
.button a,
.button>div,
.filter-group button {
    position: relative;
    display: inline-block;
    padding: 0 1.75em;
    line-height: 44px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 0.1px;
    text-align: center;
    margin-top: 1em;
    overflow: hidden;
    z-index: 1;
}
.button a::before,
.button a::after,
.button>div::before,
.button>div::after {
    content: "";
    position: absolute;
    left: -1%;
    top: 0;
    width: 102%;
    height: 100%;
    z-index: -2;
}
.button a::after,
.button>div::after {
    transform: scaleX(0);
    background: #88bd24;
    z-index: -1;
}
.button a:hover::after,
.button>div:hover::after,
.button.button--ghost a:hover::before,
.button.button--ghost>div:hover::before,
.accordion-complex .accordion-title:hover .col-sm-7>div::before,
.filter-group button:hover::before,
.filter-group button.active::before,
.filter-group button.active:hover::before,
.button_animation:hover .button>div::after,
.button_animation:hover .button.button--ghost>div::before,
.cbp-item:hover .button>div::after,
#countdown:hover .button>div::after,
.news:hover .button>div::after {
    transform: scaleX(1);
}
.pricetable .button {
    position: absolute;
    bottom: -29px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.pricetable .button.button--ghost>div::after {
    background-color: white;
    z-index: -3;
}
.button.button--ghost a,
.button.button--ghost>div,
.filter-group button {
    background: transparent;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
}
.button.button--ghost a::after,
.button.button--ghost>div::after,
.filter-group button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border: 2px solid rgba(136, 189, 36, 0.70);
    transform: scaleX(1);
    background: transparent;
}
.accordion-complex .accordion-title .col-sm-7>div {
    position: relative;
}
.button.button--ghost a::before,
.button.button--ghost>div::before,
.filter-group button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    z-index: -1;
}
.button--.button--arrow_right>div,
.button.button--arrow_left>div {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 0;
    text-indent: -30000px;
}
.button.button--arrow_right svg,
.button.button--arrow_left svg,
.cbp-caption .button svg,
.news__content .button svg {
    position: relative;
    top: 2px;
}
.button.button--arrow_left svg {
    transform: rotate(-180deg);
}

/* Call To Action */
.wpb_cta_column {
    padding-top: 10px;
}
.cta__content {
    border-radius: 50%;
    transform: rotate(-13deg);
    text-align: center;
    display: table;
}
.cta__label p {
    max-width: 100%;
}
.cta--link .cta__content {
    opacity: 1;
}
.cta--link .cta__content:hover {
    opacity: .85;
}
.cta--green .cta__content {
    background-image: linear-gradient(-41deg, #88bd24 0%, #93B833 100%);
}
.cta--red .cta__content {
    background-image: linear-gradient(-43deg, #E5323D 0%, #D2303A 100%);
}
.cta .cta__content::before {
    content: "";
    position: absolute;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
}
.cta--green .cta__content::before {
    background-image: url('../img/cta_green.svg');
}
.cta--red .cta__content::before {
    background-image: url('../img/cta_red.svg');
}
.cta--small .cta__content {
    width: 6.5em;
    height: 6.5em;
}
.cta--medium .cta__content {
    width: 7.75em;
    height: 7.75em;
}
.cta--big .cta__content {
    width: 9em;
    height: 9em;
}
.cta__content .cta__label {
    vertical-align: middle;
    display: table-cell;
}
.cta--one_row .cta__content .cta__label p,
.cta--two_rows .cta__content .cta__label p,
.cta--different .cta__content .cta__label p {
    position: relative;
    line-height: 1.25;
    margin-bottom: 0 !important;
}
.cta .cta__content .cta__label span {
    display: block;
    margin-top: .25em;
}
.cta--one_row .cta__content .cta__label p,
.cta--different .cta__content .cta__label p {
    top: -2px;
    font-size: 36px;
    font-size: 2rem;
}
.cta--one_row .cta__content.cta__content--big .cta__label p,
.cta--different .cta__content.cta__content--big .cta__label p {
    font-size: 32px;
    font-size: 1.8rem;
}
.cta--one_row .cta__content.cta__content--medium .cta__label p,
.cta--different .cta__content.cta__content--medium .cta__label p {
    font-size: 29px;
    font-size: 1.6rem;
}
.cta--one_row .cta__content.cta__content--small .cta__label p,
.cta--different .cta__content.cta__content--small .cta__label p {
    font-size: 25px;
    font-size: 1.4rem;
}
.cta--two_rows .cta__content .cta__label p,
.cta--one_row.cta--small .cta__content .cta__label p,
.cta--two_rows.cta--small .cta__content .cta__label p {
    font-size: 27px;
    font-size: 1.5rem;
}
.cta--two_rows .cta__content.cta__content--big .cta__label p,
.cta--one_row.cta--small .cta__content.cta__content--big .cta__label p,
.cta--two_rows.cta--small .cta__content.cta__content--big .cta__label p {
    font-size: 24px;
    font-size: 1.35rem;
}
.cta--two_rows .cta__content.cta__content--medium .cta__label p,
.cta--one_row.cta--small .cta__content.cta__content--medium .cta__label p,
.cta--two_rows.cta--small .cta__content.cta__content--medium .cta__label p {
    font-size: 22px;
    font-size: 1.2rem;
}
.cta--two_rows .cta__content.cta__content--small .cta__label p,
.cta--one_row.cta--small .cta__content.cta__content--small .cta__label p,
.cta--two_rows.cta--small .cta__content.cta__content--small .cta__label p {
    font-size: 19px;
    font-size: 1.05rem;
}

/* FadeIn */
section>.vc_row>.wpb_column {
    -webkit-transition: 500ms linear transform, 300ms linear opacity;
    transition: 500ms linear transform, 300ms linear opacity;
    transform: translateY(80px);
    opacity: 0;
    overflow: hidden;
}
section>.vc_row.is-visible>.wpb_column {
    transition-delay: .3s;
    transform: translateY(0px);
    opacity: 1;
}

/* Clear */
.wpb_gap_column {
    display: block;
    margin: 0 !important;
}
.wpb_gap_column .gap--small {
    height: 2em;
}
.wpb_gap_column .gap--medium {
    height: 3.5em;
}
.wpb_gap_column .gap--big {
    height: 5em;
}

/* Toggle */
.toggle-content p:last-child {
    margin-bottom: 0;
}
.toggle-buttons .button-read-less,
.toggle-buttons.active .button-read-more {
    display: none;
}
.toggle-buttons.active .button-read-less {
    display: inline-block;
}

/* Accordion */
.accordion {
    border-bottom: 2px solid rgba(102, 102, 102, 0.1);
}
.accordion .col-sm-7,
.fake_accordion .col-sm-7 {
    padding-left: 2em;
}
.accordion-title,
.fake_accordion {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: .85em 15px 1em;
    border-top: 2px solid rgba(102, 102, 102, 0.1);
}
.fake_accordion {
    cursor: default;
}
.fake_accordion:last-child {
    border-bottom: 2px solid rgba(102, 102, 102, 0.1);
}
.accordion-title.open {
    background: transparent;
    border-top: 2px solid #88bd24;
}
.accordion-title>div,
.accordion-content .inside,
.fake_accordion>div {
    max-width: 2200px;
    margin: 0 auto;
    padding: 0 15px;
}
.accordion-content {
    padding: 1em 0 2em;
    position: relative;
}
.accordion-title.open h3::before.arrow {
    transform: rotate(180deg);
}

/* Simple */
.accordion-simple .accordion-title h3 {
    margin: 0
}

/* Complex */
.accordion-title .col-sm-5 {
    padding-right: 0;
    padding-left: 0;
}
.accordion-complex .accordion-title,
.fake-accordion {
    padding: 2.5em 15px;
}
.accordion-complex .col-sm-7>div {
    width: 32px;
    height: 12px;
}

/* Links & Documents */
.wpb_document_column,
.wpb_link_column,
.download {
    position: relative;
    margin-bottom: 1em !important;
}
.download {
    margin-bottom: 0 !important;
}
.wpb_link_column .link {
    margin: .75em 0;
}
.wpb_document_column svg,
.wpb_link_column svg,
.download svg {
    position: absolute;
    left: 0;
    top: 0;
}
.wpb_document_column a,
.wpb_link_column a,
.download a {
    display: inline-block;
    padding: 9px 0 4px 40px;
    clear: both;
}
.wpb_link_column a {
    display: inline-block;
    padding-left: 25px;
    padding: 6px 0 0px 43px;
}
.wpb_link_column svg,
.download a svg {
    top: 1px;
}
.wpb_link_column .link:hover svg path,
.wpb_link_column .link:hover svg polygon,
.download a:hover svg path,
.download a:hover svg polygon {
    fill: #88bd24;
}
.wpb_document_column .document a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -30000px;
}
.wpb_link_column .link:hover svg path,
.wpb_link_column .link:hover svg polygon,
.wpb_document_column:hover svg path,
.wpb_document_column:hover svg polygon {
    fill: #88bd24;
}

/* Button */
.button a {
    display: inline-block;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.08);
}
.button.filled a {
    display: inline-block;
    background-image: linear-gradient(-45deg, #9DC536 0%, #88bd24 100%);
}
.button.filled a:hover {
    background: white;
}

/* Video */
.wpb_videos_column .vc_col-sm-6 {
    margin: 10px 0;
}
.wpb_videos_column .vc_col-sm-6 .vc_column-inner {
    padding-left: 10px;
    padding-right: 0px;
}
.wpb_videos_column .vc_col-sm-6:nth-child(2n) .vc_column-inner {
    padding-right: 10px;
    padding-left: 0px;
}
.video-container>picture>img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: auto;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.objectfit .video-container img,
.object-fit .video-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-container.loaded img {
    opacity: 0;
    visibility: hidden;
}
.video-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: rgba(102, 102, 102, 0.02);
}
.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.wpb_video_column>.wpb_wrapper>.video-container {
    max-width: 70%;
}
.video-container.loaded {
    background-color: transparent;
}
.video-container::before {
    display: block;
    content: "";
    padding-top: 56.30%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
}
.video-container.loaded iframe {
    opacity: 1;
}

/* News */
.news {
    position: relative;
    top: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
}
span.date {
    display: inline-block;
    margin-bottom: 0.3em;
}
.news__content {
    position: relative;
    padding: 2em;
    background: white;
    z-index: 1;
}
.news__content p {
    max-width: 100% !important;
}
.news__img {
    overflow: hidden;
}
.pgntn-page-pagination a,
.pgntn-page-pagination span {
    font-size: 1rem;
    background: #fcfcfc;
    border: 0;
    padding: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    text-align: center;
}
.pgntn-page-pagination .current {
    background-color: #88bd24;
    color: white;
}
.pgntn-page-pagination a.next,
.pgntn-page-pagination a.prev {
    text-indent: -30000px;
}
.pgntn-page-pagination a.next::before,
.pgntn-page-pagination a.prev::before,
.pgntn-page-pagination a.next::after,
.pgntn-page-pagination a.prev::after {
    width: 18px;
    height: 12px;
    background-position: -22px 0px;
    right: 6px;
}
.pgntn-page-pagination a.next::after,
.pgntn-page-pagination a.prev::after {
    background-position: -39px 0px;
    opacity: 0;
}
.pgntn-page-pagination a.next:hover::after,
.pgntn-page-pagination a.prev:hover::after {
    opacity: 1;
}
.pgntn-page-pagination a.next:hover::before,
.pgntn-page-pagination a.prev:hover::before {
    opacity: 0;
}
.pgntn-page-pagination a.next::before,
.pgntn-page-pagination a.next::after {
    transform: rotate(-90deg);
    top: 10px;
}
.pgntn-page-pagination a.prev::before,
.pgntn-page-pagination a.prev::after {
    transform: rotate(90deg);
    top: 9px;
}

/* Übersicht */
.blog .news_container {
    padding-top: 10px;
    margin-bottom: 4em;
}
.blog .news {
    margin-bottom: 6em;
    margin-left: 0;
    margin-right: 0;
}
.blog .news:last-child {
    margin-bottom: 0;
}
.blog .news:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.blog .news:nth-child(2n) .news__content .button {
    right: auto;
    left: 30px;
}
.blog .news__img {
    padding: 0;
}
.blog .news__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog section>.vc_row.all-news>.wpb_column,
.blog section>.vc_row.is-visible>.wpb_column {
    overflow: visible;
}
.blog #ajax-load-more {
    margin-top: 3em;
}
.blog .ajax-load-more-wrap.infinite .alm-load-more-btn {
    margin-top: 3em;
}
.blog .ajax-load-more-wrap.infinite .alm-load-more-btn.done {
    display: none !important;
}

/* Carousel */
.owl-carousel {
    max-width: 1170px;
    margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
    padding-left: 5px;
    margin: 0;
}
.owl-item .news {
    top: 0;
    margin: 30px 20px !important;
    margin-left: 0 !important;
}
.owl-item .news__content {
    min-height: 375px;
    padding: .75em 1.5em 2.5em;
}
.owl-dots {
    text-align: center;
    margin-top: 2em;
}
.owl-carousel button.owl-dot {
    width: 45px;
    height: 5px;
    background: rgba(0, 0, 0, .075);
    margin: 0 4px;
}
.owl-carousel button.owl-dot:hover {
    background: rgba(136, 189, 36, 0.5)
}
.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot.active:hover {
    background: #88bd24;
}

/* Countdown */
#countdown {
    position: relative;
    top: 0;
    background-image: linear-gradient(-41deg, #222222 0%, #454545 100%);
    padding: 1.5em 3em 2em 1.5em;
    max-width: 28em;
    margin: 0 auto;
    -webkit-transition: 300ms linear all;
    transition: 300ms linear all;
}
#countdown.has-link {
    padding: 1.5em 3em 3em 1.5em;
}
#countdown .time-box {
    text-align: center;
}
#countdown .time-box div>div {
    font-size: 44px;
    font-size: 2.45rem;
    line-height: 1.1;
    background: rgba(255, 255, 255, .15);
    padding: .25em 0 .35em;
}
#countdown h3 {
    max-width: 100%;
}

/* Call To Action */
.cbp-item .cta {
    position: absolute;
    left: 5%;
    top: 6%;
    border-radius: 50%;
    transform: rotate(-13deg);
    text-align: center;
    z-index: 2;
    display: table;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.24);
}
.cbp-item .cta.align-right {
    left: auto;
    right: 5%;
}
.cbp-item.size-two_third .cta {
    left: 3%
}
.cbp-item.size-two_third .cta.align-right {
    left: auto;
    right: 3%;
}
.page-id-325 .cbp-item .cta {
    position: relative;
    left: 0;
    top: 0;
}
.cbp-item .cta p {
    margin: 0 !important;
    max-width: 100%;
}
.cbp-item .cta p strong {
    line-height: 1.25;
    font-weight: normal;
    font-size: 2rem;
}
.size-one_third .cbp-item .cta {
    left: 2.1em;
    top: 2.1em;
}
.size-two_third .cbp-item .cta {
    left: 2.75em;
    top: 2.75em;
}
.overlay-txt .button.button--arrow>a {
    padding: 0 1em;
    width: 48px;
    line-height: 32px;
    margin-top: 0.5em;
}
.overlay-txt .button.button--arrow>a>div>div::before {
    position: absolute;
    left: 12px;
    top: 8px;
    width: 25px;
    height: 15px;
    background-position: -46px -11px;
    background-size: 261px;
}
.overlay-txt .button--arrow.button--arrow_right::after {
    display: none;
}

/* Zitat */
.quote__content {
    position: relative;
    margin-bottom: .25em;
    display: inline-block;
    max-width: 610px;
}

/* Header */
header .inside {
    padding: 1em 2em;
}
@media all and (max-width: 1440px) {
    .cbp-item {
        height: 450px;
    }
}
@media all and (max-width: 889px) {
    .cbp-item {
        height: 400px;
    }
}
.cbp-item h2,
.cbp-item h3,
.cbp-item h4,
.cbp-item h5,
.cbp-item p,
main .full .cbp-item p {
    max-width: 100%;
}
.cbp-item .cbp-item-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
}
.cbp-item.fadeOut .cbp-item-wrapper::before {
    background: rgba(0, 0, 0, 0.35);
    visibility: visible;
    opacity: 1;
}
.cbp-item.hover .cbp-caption {
    bottom: 15%;
}
.cbp-item.hover .cbp-caption .button {
    bottom: -20px;
}
.cbp-item-wrapper {
    background-size: cover !important;
    z-index: 1;
}
.cbp-item-wrapper picture {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.objectfit .cbp-item-wrapper img,
.object-fit .cbp-item-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.size-two_third {
    width: 66.6666666%
}
.size-one_third {
    width: 33.3333333%
}
.cbp-caption {
    position: absolute !important;
    left: 50px;
    right: 50px;
    bottom: 16%;
    background: white;
    padding: 1.5em 3em 2.5em 1.5em;
    overflow: initial !important;
    z-index: 8;
}
.cbp-caption.align-right {
    left: auto;
    right: 50px;
}
.cbp-caption.cbp-countdown {
    padding: 0;
    background: transparent;
}
.text-right .cbp-caption {
    left: auto;
    right: 50px;
}
.size-two_third .cbp-caption {
    max-width: 28em;
}
.cbp-caption p {
    max-width: 100%;
    margin-bottom: 0 !important;
}

/* Text-Bild-Box */
.wpb_text_image_column.wpb_content_element+.wpb_text_image_column.wpb_content_element {
    margin-bottom: 4em !important;
}
.wpb_text_image_column.wpb_content_element h4 {
    margin-top: 0;
}
.wpb_text_image_column .col-sm-6:first-child {
    padding-right: 0;
}
.wpb_text_image_column .col-sm-6:last-child {
    padding-left: 2em;
}
.wpb_text_image_column .reverse .col-sm-6:first-child {
    padding-left: 0;
    padding-right: .5rem;
}
.wpb_text_image_column .reverse .col-sm-6:last-child {
    padding-right: 2em;
    padding-left: .5rem;
}

/* Icon-Box */
.wpb_downloadbox_column .row {
    padding: 20px;
    margin: 0 -20px;
}
.wpb_downloadbox_column .download_box {
    position: relative;
    padding-left: 0;
    padding-right: .35rem;
    margin-bottom: .7rem;
}
.wpb_downloadbox_column .download_box:nth-child(2n) {
    padding-left: .35rem;
    padding-right: 0;
}
.wpb_downloadbox_column .download_box__content {
    position: relative;
    top: 0;
    text-align: center;
    padding: 3em 2em;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
}
.wpb_downloadbox_column .download_box:hover .download_box__content {
    top: -5px;
}
.wpb_downloadbox_column .download_box__content p {
    max-width: 100%;
}
.wpb_downloadbox_column .download_box__icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #88bd24;
    border-radius: 50%;
    text-indent: -30000px;
    margin-bottom: 2em;
    margin-top: 1em;
}

/* Counter */
.counters {
    max-width: 75%;
    margin-bottom: -2em;
}
.counters .counter {
    display: inline-block;
    margin-bottom: 2em;
}
.counters .counter:last-child {
    margin-right: 0;
}
.counter .counter__number {
    font-family: 'Univers 65 Bold';
    font-size: 6rem;
    position: relative;
    margin-bottom: 0.05em;
    line-height: 1;
    color: #88bd24;
}
.counter .counter__label {
    line-height: 1.35;
    position: relative;
    left: 3px;
    max-width: 335px;
}

/* Downloads */
.page-template-page-sub-downloads main>section>.vc_row:first-child {
    margin: 0 auto 1em !important;
}
.filter-group {
    margin-bottom: 3.5em;
}
.filter-group button {
    position: relative;
    border: 0;
    box-shadow: 0 0 0;
}
.downloads {
    border-bottom: 1px solid #eee;
}
.download-item {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 1em 0;
}

/* Footer */
footer {
    background: rgba(102, 102, 102, 0.02);
    padding-top: 3.5em;
    padding-bottom: .5em;
}
footer .inside {
    max-width: 2200px;
    margin: 0 auto;
    padding: 0 80px;
}
footer .site_footer_nav {
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 1.5em;
    margin-bottom: 2.5em;
}
footer .site_footer_bottom {
    margin-top: 1.5em;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-bottom: 1em;
}
footer ul#menu-footernavigation {
    float: left;
    width: 100%;
    margin-right: -.5rem;
    margin-left: -.5rem;
}
footer .site_footer_nav.row {
    margin-left: 0;
    margin-right: 0;
}
footer ul#menu-footernavigation li {
    float: left;
    width: 33.33333333%;
    padding-right: .5rem;
    padding-left: .5rem;
}
footer .certificate img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 200px;
}
footer .socialmedia svg {
    margin: 0 .3em;
}
footer .language-change svg {
    position: relative;
    margin-right: .5em;
    width: 15px;
    top: 1px;
}
footer .footer-meta-nav ul {
    padding: 0;
	margin: 0 -0.5em;
}
footer .footer-meta-nav ul li {
    display: inline-block;
    padding: 0 .5em;
}

/* Kontakt */
.quform-form {
    max-width: 85%;
}
.quform-form,
div.quform-element-group {
    margin: 0 -10px;
}
div.quform-element-group div.quform-element {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
}

/*select::-ms-expand {
      display: none;
  }*/
.quform .quform-field-captcha,
.quform .quform-field-date,
.quform .quform-field-email,
.quform .quform-field-file,
.quform .quform-field-multiselect,
.quform .quform-field-password,
.quform .quform-field-select,
.quform .quform-field-text,
.quform .quform-field-textarea,
.quform .quform-field-time,
.quform .select2-container--quform .select2-selection {
    padding: .55em 1em !important;
}
.quform-label>label>.quform-required {
    font-size: 100% !important;
    color: #88bd24 !important;
}
.quform-element-select label {
    display: none !important;
}
.quform-button-submit-default>button {
    position: relative;
    display: inline-block !important;
    padding: 0 1.75em !important;
    line-height: 44px !important;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    background: transparent !important;
}
.quform-button-submit-default>button::after,
.quform-button-submit-default>button::before {
    content: "";
    position: absolute;
    left: -1%;
    top: 0;
    width: 102%;
    height: 100%;
    z-index: -2;
    background-image: linear-gradient(-45deg, #a8cf5f -10%, #88bd24 100%);
}
.quform-button-submit-default>button::after {
    transform: scaleX(0);
    background: #88bd24;
    z-index: -1;
}
.quform-button-submit-default>button:hover::after {
    transform: scaleX(1);
}
.quform-button-submit-default>button>div {
    letter-spacing: 0.1px;
}
.gmap_infowindow {
    line-height: 1.4;
}
.quform-button-text {
    color: white;
}

/* Single News */
.single-post h1+h4 {
    margin-top: -1em;
    margin-bottom: 1.5em;
}

/* Kontakt */
.address_container.address {
    padding: 2em;
}
.address_container.address h5 {
    margin-bottom: 1.5em;
}
.address_container address div {
    position: relative;
    margin-bottom: .75em;
}
.contact div div {
    position: relative;
    margin-bottom: .25em;
}
.contact div div.person__info {
    margin-bottom: .75em;
}
.address_container address div a,
.address_container address div span,
.contact__info a,
.contact__info span {
    display: block;
    padding-left: 30px;
    z-index: 1;
}

/* Preistabelle */
.vc_row .vc_row.nopadding>.vc_column_container.vc_col-sm-4:first-child {
    padding-right: .7em;
}
.vc_row .vc_row.nopadding>.vc_column_container.vc_col-sm-4 {
    padding: 0 .35em;
}
.vc_row .vc_row.nopadding>.vc_column_container.vc_col-sm-4:last-child {
    padding-left: .7em;
}
.wpb_pricetable_column {
    padding-top: 1.75em;
}
.pricetable {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
    position: relative;
}
.pricetable__header {
    position: relative;
    background: #88BD24;
    padding: 1.75em 1.5em 1.25em;
    text-align: center;
}
.pricetable__header--bestseller {
    padding-top: 3em;
    margin-top: -1.25em;
}
.pricetable__header--bestseller::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
    height: 96px;
    background-image: url('/wp-content/themes/SCHMUCKI_child/img/bestseller.svg');
    background-repeat: no-repeat;
    background-size: 96px;
}
.pricetable__header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #88bd24;
    margin-left: -5px;
}
.pricetable--reduced .pricetable__header::after {
    display: none;
}
.pricetable__title {
    left: -2px;
}
.pricetable__price {
    font-size: 54px;
    font-size: 3rem;
    line-height: 1;
    position: relative;
    margin-bottom: .3em;
}
.pricetable__price span {
    position: relative;
    top: -22px;
    left: -8px;
}
.pricetable__content {
    padding: 2.75em 3.85em 3.25em;
}
.pricetable__service {
    margin: .5em 0;
    position: relative;
}
.pricetable__service--disable {
    opacity: .4;
}
.pricetable.pricetable--reduced .pricetable__header {
    background: white;
    padding: 1em 1.5em 3em;
}
.pricetable.pricetable--reduced .pricetable__header--bestseller {
    padding-top: 2.25em;
}

/* Pagelist */
main ul.page-list li {
    margin-bottom: .25em;
}
main ul.page-list li a::before,
main ul.page-list li a::after {
    display: none;
}
main ul.page-list ul.children {
    margin-top: .25em;
    margin-bottom: 1.2em;
}

/* Geschichte */
.cd-timeline,
.cd-timeline__container {
    position: relative;
}
.cd-timeline {
    overflow: hidden;
    margin: 2em auto;
}
.cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    height: 4px;
    width: 20px;
    background: #f0f0f0;
}
.cd-timeline__container {
    padding: 2em 0;
}
.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f0f0f0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    
    .cd-timeline__container::before {
        left: 50%;
        margin-left: -2px;
    }
}
.cd-timeline__block {
    position: relative;
    margin: .5em 0;
}
.cd-timeline__block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline__block:first-child {
    margin-top: 0;
}
.cd-timeline__block:last-child {
    margin-bottom: 0;
}
.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.cd-timeline__content p {
    margin: 0 0 .75em !important;
}
.cd-timeline__content h3,
.cd-timeline__content p {
    max-width: 100%;
}
.cd-timeline__content h3 {
    margin-bottom: .1em;
    margin-top: 0;
}
.cd-timeline__content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
.cd-timeline__img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    border-radius: 50%;
    background: #87bd24;
    border: 2px solid white;
    margin-left: -10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 1.7em;
}
.cd-timeline__block:nth-child(odd) .cd-timeline__content {
    text-align: right;
}
main .cd-timeline__content p:last-child {
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 1170px) {
    .cd-is-hidden {
        visibility: hidden;
    }
    
    .cd-timeline__content {
        margin-left: 0;
        width: 48%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    
    .cd-timeline__content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    
    .cd-timeline__block:nth-child(even) .cd-timeline__content {
        float: right;
    }
    
    .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    
    .cd-timeline__content.cd-timeline__content--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
    
    .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Process */
.process_container {
    position: relative;
}
.process_container::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 2%;
    width: 4px;
    height: 97%;
    background: #f0f0f0;
}
.process_container .process {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2.5em;
    max-width: 70%;
}
.process_container .process .process__symbol {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    text-align: center;
    left: 0;
    border-radius: 50%;
    background: #87bd24;
    border: 2px solid white;
    color: white;
    font-family: 'Univers 65 Bold';
    font-size: .9rem;
    padding-top: 2px;
}

/* 404 */
.page-template-page-404 main {
    position: relative;
    height: 100vh;
    padding-top: 0;
}
.page-template-page-404 section {
    height: 100vh;
}
.page-template-page-404 aside {
    display: none;
}
.page-template-page-404 .vc_row {
    margin: 0 !important;
    position: relative;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.page-template-page-404 h1,
.page-template-page-404 h2,
.page-template-page-404 p {
    max-width: 100%;
}
.page-template-page-404 h1,
.page-template-page-404 h2 {
    margin-bottom: 0.5em !important;
}
.page-template-page-404 .video-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-template-page-404 .video-container::before {
    display: none;
}
.page-template-page-404 .video-container video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.page-template-page-404 .vc_column-inner>.wpb_wrapper {
    background: white;
    padding: 1.5em 3em 1.5em 1.5em;
    max-width: 650px;
    margin: 0 auto;
}
.page-template-page-404 .wpb_button_column {
    margin-bottom: 0 !important;
    position: relative;
    min-height: 75px;
}

/* Media Queries */
@media all and (min-width: 1024px) {
    header,
    main,
    section.headerimg,
    footer {
        margin-left: 16%;
    }
    
    .logged-in .site_nav,
    .logged-in .site_nav_main>li>ul.sub-menu {
        top: 32px;
    }
}
@media all and (max-width: 2200px) and (min-width: 768px) {}
@media all and (max-width: 1023px) {
    /* Navigation */
}
@media all and (max-width: 1023px) and (min-width: 768px) {}
@media all and (max-width: 767px) {
    .site_logo .logo_h1 {
        width: 115px;
        height: 62px;
    }
    
    h1,
    h2,
    #countdown .time-box div>div {
        max-width: 100%;
        font-size: 36px;
        font-size: 2rem;
    }
    
    h1,
    h2 {
        margin-bottom: .75em !important;
    }
    
    h3 {
        font-size: 32px;
        font-size: 1.75rem;
    }
    
    h4,
    .accordion h3,
    .cbp-caption h3,
    .news h3,
    .pricetable__title {
        font-size: 26px;
        font-size: 1.45rem;
    }
    
    main .lead p,
    main .lead a,
    main .lead li {
        font-size: 21px;
        font-size: 1.2rem;
    }
    
    main p,
    main ul li {
        max-width: 100%;
    }
    
    main>section>.vc_row,
    main>.vc_row {
        margin: 0 auto 2em !important;
    }
    
    header .inside {
        padding: .5em 15px;
    }
    
    footer .inside {
        margin: 0 15px;
    }
    
    footer .inside .row {
        margin: 0 -.5rem;
    }
    
    #menu-footer-links {
        padding-left: 0;
    }
    
    .cbp-caption {
        left: 15px;
        right: 15px;
        bottom: 8%;
    }
    
    .vc_row .vc_row>.vc_column_container.vc_col-sm-6:last-child,
    .accordion .col-sm-7,
    .wpb_text_image_column .col-sm-6:last-child {
        padding-left: 0;
    }
    
    .vc_row .vc_row>.vc_column_container.vc_col-sm-6 {
        padding-right: 0;
    }
    
    .wpb_text_image_column .col-sm-6:first-child {
        padding-right: .5rem;
    }
    
    .wpb_text_image_column .reverse .col-sm-6:first-child {
        padding-left: .5rem;
    }
    
    .contact_container,
    .address_container {
        padding: 2.5em 15px 2em;
        text-align: center;
    }
}
.socialmedia a {
    position: relative;
    display: inline-block;
    text-indent: -30000px;
    margin-right: .75rem;
    width: 25px;
    height: 27px;
}
.socialmedia a.linkedin {
    height: 26px;
    width: 27px;
    top: 1px;
}
.socialmedia a.youtube {
    width: 28px;
    height: 21px;
    top: 3px;
}
.socialmedia a.instagram {
    width: 28px;
    height: 27px;
}
.socialmedia a::before,
.socialmedia a::after {
    width: 100%;
    height: 100%;
    left: 0;
}
.socialmedia a.xing::before {
    background-position: -80px -97px;
}
.socialmedia a.xing::after {
    background-position: -106px -97px;
}
.socialmedia a.linkedin::before {
    background-position: -161px -98px;
}
.socialmedia a.linkedin::after {
    background-position: -188px -98px;
}
.socialmedia a.youtube::before {
    background-position: -244px -101px;
}
.socialmedia a.youtube::after {
    background-position: -273px -101px;
}
.socialmedia a.instagram::before {
    background-position: -333px -99px;
}
.socialmedia a.instagram::after {
    background-position: -361px -99px;
}
.ESearchFilter .ESearchFilterBox.ESearchFilterBoxDropdown .filter-clear {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 14px;
}
.ESearchFilter .ESearchFilterBox.ESearchFilterBoxDropdown button.filter-active {
    padding-left: 30px;
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.42857143;
    width: 40px;
    text-align: center;
}

/*CES Kundenportal*/
.btn:not(.dropdown-toggle).ces-btn-panel-right {
    top: 3px;
    position: absolute;
    right: 12px;
    height: 43px;
    padding: 10px 12px;
}
.ces-panel-heading-right {
    top: 3px;
    position: absolute;
    right: 12px;
}
.ces-panel-heading-right input,
.ces-panel-heading-right select,
.ces-panel-heading-right .btn {
    display: inline-block;
    width: 220px;
    margin-left: 3px;
}
.ces-panel-heading-buttons{
	padding: 2px 2px 2px 15px;
}
.ces-panel-heading-buttons .title{
	margin-top: 7px;
	display: inline-block;
}
.panel-body-ces-dashboard {
    height: 280px;
    overflow-y: auto;
    font-size: 0.9rem;
    padding: 0;
}
.panel-body-ces-dashboard .table-responsive {
    min-height: 100%;
}
#aktencontainer .panel-body {
    font-size: 0.9em;
}
#aktencontainer .panel-body {
    min-height: 280px;
    padding: 0;
}
#aktencontainer .panel-heading {
    border-bottom: none;
}
#aktentabcontainer form {
    padding: 6px;
}
#aktentabcontainer .panel-heading,
#terminecontainer .panel-heading {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#aktentabcontainer .table-responsive{
	max-height:650px;
}
.ces-table {
    font-size: 15px;
}
.ces-table th {
    line-height: 1;
}
.ces-table thead{
	background:white;
}
.ces-table thead th {
	position: sticky;
	top: 0;
}
.table.ces-table thead tr th,
.table.ces-table tbody tr td {
    padding: 8px 3px;
}
.table.ces-table thead tr th:first-child,
.table.ces-table tbody tr td:first-child {
    padding-left: 6px;
}
.table.ces-table thead tr th:last-child,
.table.ces-table tbody tr td:last-child {
    padding-right: 6px;
}
.table.ces-table tr.active td,
.table.ces-table tr.active:hover td {
    background-color: #88bd24;
    color: white;
}
.table.ces-table tr.lastclicked{
	background-color: rgba(136,189,36,0.2);
	color:#000;
}
.green {
    color: #88bd24;
}
#aktentabs,
#doktabs {
    padding-left: 5px;
    padding-top: 5px;
    background-color: #f5f5f5;
}
#aktentabs>li>a,
#doktabs>li>a {
    color: #333;
    font-weight: normal;
}
.nav.nav-tabs li.passive {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
.ces-dot {
    height: 14px;
    width: 14px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.ces-dashboard-pagination {
    position: relative;
    clear: both;
}
.ces-dashboard-pagination ul.pagination {
    float: right;
    margin: 0px;
    padding: 5px 0;
}
.ces-dashboard-pagination ul.pagination li a i.fa {
    font-size: 20px;
    color: black;
}
.cesattr {
    margin-bottom: 12px;
    margin-right: 20px;
    float: none;
}
.cesattr .form-control {
    width: auto;
    height: auto;
    padding: 4px 12px;
}
.cesattr span:after {
    content: "\00a0";
}
.cesattr label {
    display: block;
    margin: 0;
    font-size: 102%;
    font-family: 'Univers 55 Roman';
    font-weight: 400;
    margin-bottom: -2px;
}
.cesattr_left {
    float: left;
}
.cesattr_clear {
    float: none;
    clear: both;
}
#doktabcontainer {
    padding-top: 5px;
}
.ces {
    font-size: 0.9em;
}
.ces h4,
.default #content .ces h4 {
    font-size: 102%;
    font-family: 'Univers 55 Roman';
    font-weight: 400;
    border-bottom: none;
    margin: 0.5em 0 0.3em 0;
    padding: 0 0 0em 0;
    color: #bbb;
    left: 0;
}
.table-cesdetail-scrolling {
    max-height: 500px;
}
th.passive[data-sort-attr] {
    opacity: 1;
}
th.passive[data-sort-attr] .fa {
    opacity: 0.5;
}
.ces-nodata {
    padding: 6px;
}
.opc-dropzone .dz-preview .dz-details .dz-filename {
    white-space: normal !important;
}
.opc-dropzone .dz-preview.dz-file-preview .dz-image:before {
    content: "\f016";
    font-family: FontAwesome;
    position: absolute;
    right: 29%;
    top: 15%;
    font-size: 3em;
}
.opc-dropzone .dz-preview .dz-remove {
    font-size: 15px !important;
}
.opc-dropzone{
	background:#f5f5f5 !important;
}

body{
	display:none;
}