@charset "UTF-8";

/*************************************************************************************************************************************/
/* meiser.de  */
/* Style-CSS / custom.css */
/* AUTOR: ms */
/*************************************************************************************************************************************/

*:focus,
*:active,
*:link,
*:any-link {
    border: none;
    background: none;
}

/*************************************************************************************************************************************/
/* BODY */
/*************************************************************************************************************************************/
html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 350;
    width: 100%;
    height: 100%;
    color: #5b5b5b;
}

.invisible {
    display: none !important;
}

/** Ripple effect **/
.ripple {
    background-position: center !important;
    transition: background 0.8s !important;
}

.ripple:hover {
    background: #033c6b radial-gradient(circle, transparent 1%, #033c6b 1%) center/15000% !important;
}

.ripple:active {
    background-color: #101e39 !important;
    background-size: 100% !important;
    transition: background 0s !important;
}

/** icons **/
.ext-pdf:before {
    font-family: 'FontAwesome', serif;
    content: "\f1c1";
    margin: 0 10px 0 0;
}

.ext-pdf::after {
    font-family: 'FontAwesome', serif;
    content: "\f08e";
    margin: 0 0 0 5px;
    font-size: 0.8em;
}

#colorbox .ext-pdf::after {
    content: none;
    margin: 0;
}

/** -> in der lightbox ausblenden  **/
.ext-ort:before {
    font-family: 'FontAwesome', serif;
    content: "\f041";
    margin: 0 10px 0 2px;
}

.ext-bewerben:before {
    font-family: 'FontAwesome', serif;
    content: "\f2c3";
    margin: 0 7px 0 0;
}

.ext-art:before {
    font-family: 'FontAwesome', serif;
    content: "\f02e";
    margin: 0 10px 0 2px;
}

/*************************************************************************************************************************************/
/* BUILD TEMPLATE */
/*************************************************************************************************************************************/
#header {
    height: 75px;
    z-index: 9000;
    width: 100%;
    position: absolute;
    top: 0;
}

#slider {
    width: 100%;
}

#wrapper {}

#container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

#main {
    max-width: 800px;
    width: 100%;
    margin: 0 20px;
    float: left; /*padding-left: 30px;*/
}

#right {
    float: left;
    max-width: 350px;
    width: 100%;
    margin: 0;
}

#left {
    float: left;
    max-width: 350px;
    width: 100%;
}

#footer {}

.bgoverlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

body.home #container {
    max-width: 100% !important;
}

body.home #main {
    max-width: 100%;
    margin: 0;
    float: none;
    padding: 0;
}

@media (max-width: 1120px) {
    #main {
        margin: 0 20px 0 0 !important;
    }
}

@media (max-width: 1024px) {
    #main {
        margin: 0 20px 0 20px !important;
        max-width: 90%;
    }

    #right {
        float: left;
        max-width: 350px;
        width: 100%;
        margin-left: 30px;
    }

    #header .inside {
        background: none;
        width: auto;
    }

    #header nav.mod_customnav {
    }

    body.home #main {
        max-width: 95%;
    }
}

@media (max-width: 800px) {
    body.home #main {
        max-width: 90%;
    }
}

/*************************************************************************************************************************************/
/* HEADER */
/*************************************************************************************************************************************/

#header .inside {
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_header.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0 auto;
    position: relative;
}

#logo {
    float: left;
    max-width: 240px;
    margin: 65px 75px 0 30px;
}

#headerimages figure.image_container {
    max-height: 350px;
    overflow: hidden;
}

#headerimages figure.image_container img {
    width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
    #header .inside {
        width: 1200px;
        height: 150px;
    }
}

@media (max-width: 1024px) {
    #logo {
        margin-top: 10px;
    }

    #logo img {
        width: 175px;
    }

    #headerimages {
        margin-top: 75px;
    }

    #headerimages figure.image_container img {
        width: inherit;
    }
}

/**** SUBNAVIGATION ****/
nav#subnavi-header {}

nav#subnavi-header ul {
    float: right;
    font-size: 13px;
}

nav#subnavi-header ul li {
    background: rgba(256, 256, 256, 0.9);
    margin: 0 1px 0 0;
    padding: 10px 15px;
    color: #676767;
    height: 25px;
}

nav#subnavi-header ul li a {
    color: #676767;
}

nav#subnavi-header li.nav-meiser-blog span:before {
    font-family: 'FontAwesome', serif;
    content: "\f09e";
    margin: 0 5px 0 0;
    font-size: 20px;
}

nav#subnavi-header li.nav-meiser-kontakt span:before {
    font-family: 'FontAwesome', serif;
    content: "\f095";
    margin: 0 5px 0 0;
    font-size: 20px;
}

nav#subnavi-header li.nav-meiser-download span:before {
    font-family: 'FontAwesome', serif;
    content: "\f019";
    margin: 0 5px 0 0;
    font-size: 20px;
}

nav#subnavi-header li.nav-meiser-weltweit span:before {
    font-family: 'FontAwesome', serif;
    content: "\f0ac";
    margin: 0 5px 0 0;
    font-size: 20px;
}

nav#subnavi-header li.nav-changelanguage span:before {
    font-family: 'FontAwesome', serif;
    content: "\f0ac";
    margin: 0 5px 0 0;
    font-size: 20px;
}

nav#subnavi-header li.nav-meiser-kundenlogin span:before {
    font-family: 'FontAwesome', serif;
    content: "\f007";
    margin: 0 5px 0 0;
    font-size: 20px;
}

/*** SUBNAVI ***/
#header nav.mod_customnav {
    position: absolute;
    height: 40px;
    top: 0;
    margin: 0;
    width: 1200px;
}

#header nav.mod_customnav li {
    float: left;
}

/* Language */
nav#subnavi-header ul.languagebox {
    width: 200px;
    position: absolute;
    right: 0;
    top: 40px;
    padding-top: 10px;
    z-index: 2;
    display: none;
}

nav#subnavi-header ul.languagebox li {
    width: 95%;
    margin: 1px 0;
    padding: 0 5% 0 0;
    text-align: right;
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_header.png");
}

nav#subnavi-header .chooselanguage {
    position: relative;
    top: -2px;
}

nav#subnavi-header .chooselanguage span::before {
    position: relative;
    top: 3px;
}

/*** SUCHFELD ***/
.suchfeld {
    float: right;
    margin-top: 1px;
}

.suchfeld i {
    color: #4c4b4d !important;
    -webkit-tap-highlight-color: #4c4b4d;
    font-size: 20px;
}

#suchfeld-formular {
    display: none;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    margin-left: 355px;
    text-align: right;
}

#suchfeld-formular .formbody {
    display: flex;
    float: right;
    padding: 10px;
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_header.png");
    background-position: bottom; /*padding: 5px 0 5px 5px;*/
}

#suchfeld-formular input.text {
    font-size: 14px;
    font-family: 'Roboto';
    padding: 5px;
    border: none;
    width: 410px;
    height: 28px;
    border: 1px solid gray;
}

#suchfeld-formular .widget-submit button {
    border: none;
    background: #101e39;
    color: #ffffff;
    padding: 5px 32px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

h3.suchmaschine {
    margin: 0 !important;
}

.typeahead, .tt-query, .tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 535px;
    text-align: left;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-menu a {
    color: inherit;
    line-height: 100%;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #bbb;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion strong {
    display: block;
}

.tt-suggestion small {
    font-size: 80%;
}

.gist {
    font-size: 14px;
}

.ui-autocomplete {
    width: 400px;
    background: #fff;
    border: 1px solid #bcc0c8;
    list-style: none;
    padding: 10px;
}

/*************************************************************************************************************************************/
/* CONTENT */
/*************************************************************************************************************************************/

/*** ALLGEMEIN ***/
#main h1 {
    font-size: 2.7em;
    color: #101e39;
    margin: 0 0 40px 0;
    line-height: 1.5em;
}

#main h2 {
    clear: both;
    font-size: 1.8em;
    margin: 40px 0 20px 0;
    line-height: 1.5em;
}

#main h3 {
    font-size: 1.5em;
    margin: 0 0 30px 0;
    line-height: 1.3em;
}

#main p {
    margin: 0 0 20px 0;
}

#main a {
    border-bottom: 1px dotted #607890;
}

#main figure.image_container a {
    border: 0;
}

/**/

@media (max-width: 1024px) {
    #main h1 {
        font-size: 2.1em;
    }
}

#main h2 a {
    border: none;
}

/*** ARTIKEL-ELEMENTE ***/
.ce_image {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ce_text {
    clear: both;
    display: block;
    margin: 0 0 40px 0;
}

.ce_text img {
    width: auto;
    height: auto;
    max-width: -webkit-fill-available;
    max-width: 100%;
}

.getmoreinfos {
    margin-top: 100px !important;
}


figure.float_right, .float_right {
    float: right;
    margin: 0 0 20px 20px;
}

figure.float_left, .float_left {
    float: left;
    margin: 0 20px 20px 0;
}

figure.float_above, .float_above {
    margin: 0 0 20px 0;
}

/*** HYPERLINKS ***/
.ce_hyperlink {
    overflow: hidden;
    position: relative;
}

.ce_hyperlink:last-child {
    margin: 0;
}

.ce_hyperlink img {
}

.ce_hyperlink figcaption.caption {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    background: rgba(256, 256, 256, 0.9);
    padding: 5px 0 10px 0;
    text-align: center;
    width: 100%;
}

.ce_hyperlink .linkbox {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    background: rgba(256, 256, 256, 0.9);
    padding: 5px 0 10px 0;
    text-align: center;
    width: 100%; /*max-width: 500px;*/
}

/*** STARTSEITE ***/
body.home .rs-columns.home .-large-col-1-1 {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .social-media-feed {
        display: none;
    }
}

/*** PRODUKTREFERENZ ***/
body.home .rs-column.-large-first {
    clear: none;
}

body.home .rs-columns {
    max-width: 1200px;
    margin: 50px auto 0 auto;
    display: block;
}

body.home #main .rs-column:nth-child(1) {
    float: left;
    max-width: 800px;
    margin: 0 20px 0 0;
}

body.home #main .rs-column:nth-child(2) {
    float: left;
    max-width: 350px;
    margin: 0 0 30px 0;
    width: 100%;
}

body.home .produktreferenz-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 10px 0 !important;
    float: none !important;
    width: 100% !important;
}

body.home .produktreferenz-inner .ce_hyperlink {
    float: left;
    width: 180px;
    height: 300px;
    margin: 0 55px 25px 0;
}

body.home .produktreferenz-inner .ce_hyperlink img {
    position: relative;
    left: -200px;
    max-width: inherit;
}

body.home #produktreferenz {
    clear: both;
    background-color: #e9e9e9;
    width: 100%;
    margin: 30px 0 30px 0;
    max-width: 100%;
    display: flex;
}

body.home #main h2 {
    margin: 10px 0 10px 0;
}

body.home .lagerporgramm-inner .ce_hyperlink {
    width: 150px !important;
    margin: 0 50px 25px 0 !important;
}

@media (max-width: 1024px) {
    body.home #main .rs-column:nth-child(1) {
        float: left;
        max-width: 100%;
        margin: 0 20px 0 0;
    }

    body.home #main .rs-column:nth-child(2) {
        float: left;
        max-width: 100%;
        margin: 0 0 30px 0;
        width: 100%;
    }

    body.home .produktreferenz-inner {
        max-width: 90% !important;
    }

    body.home #produktreferenz {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    body.home .produktreferenz-inner .ce_hyperlink {
        margin: 0 25px 25px 0 !important;
        width: 96%;
        height: 300px;
    }

    body.home .produktreferenz-inner .ce_hyperlink img {
        position: relative;
        left: 0;
        width: 100%;
    }

    body.home #produktreferenz { /*padding: 10px;*/
        height: -webkit-fill-available !important;
        height: -moz-max-content !important;
    }

    body.home .produktreferenz-inner .ce_hyperlink:last-child {
        display: none;
    }
}

/*** STARTSEITE - NEWS ***/
body.startseite .mod_newslist h2 {
    padding: 5px;
    font-size: 1.2em !important;
    font-weight: normal;
    margin-top: 0 !important;
    background-color: #101e39;
    background: -moz-linear-gradient(left, #101e39 0%, #173060 43%);
    background: -webkit-linear-gradient(left, #101e39 0%, #173060 43%);
    background: linear-gradient(to right, #101e39 0%, #173060 43%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101e39', endColorstr='#173060', GradientType=1);
    color: #fff;
}

body.startseite .mod_newslist .layout_latest {
    clear: both;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

body.startseite .mod_newslist .layout_latest .image_container {
    float: left !important;
    margin: 0 20px 0 0;
}

body.startseite .mod_newslist .layout_latest img {
    width: 115px;
    height: 80px;
}

body.startseite .mod_newslist .layout_latest p.info {
    margin: 0 !important;
    font-size: 12px;
}

body.startseite .mod_newslist .layout_latest p.more {
    margin: -20px 0 10px 0 !important;
}

body.startseite .mod_newslist .layout_latest h6 {
    font-size: 14px;
}

body.startseite .mod_newslist .ce_text {
    display: contents;
}

body.startseite .blauer-block {
    padding: 0 !important;
    width: 100%;
    font-size: 1.2em !important;
    font-weight: normal;
    margin-top: 0 !important;
    color: #fff;
    height: 40px;
    background-color: #101e39;
    background: -moz-linear-gradient(left, #101e39 0%, #173060 43%);
    background: -webkit-linear-gradient(left, #101e39 0%, #173060 43%);
    background: linear-gradient(to right, #101e39 0%, #173060 43%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101e39', endColorstr='#173060', GradientType=1);
}

body.startseite .blauer-block a {
    color: #fff;
    font-size: 0.9em;
    vertical-align: -moz-middle-with-baseline;
}

body.startseite .blauer-block a:before {
    content: "» ";
    margin-left: 0.5em;
}


/*** BREADCRUMP ***/
#breadcrumb {
    max-width: 1200px;
    margin: 0 auto 20px auto;
}

#breadcrumb ul {
    list-style: none;
    margin-left: 0;
}

#breadcrumb li {
    float: left;
    margin-right: 0.5em;
    font-size: 0.8em;
    color: #474747;
}

#breadcrumb li:after {
    content: "» ";
    margin-left: 0.5em;
}

#breadcrumb li a {
    color: #474747;
}

#breadcrumb ul li:last-child:after {
    content: "" !important;
}

#breadcrumb li.active:after {
    content: "";
}

#breadcrumb li.last:after {
    content: "";
}

#breadcrumb li.first {
    display: none;
}


/*** PRODUKT-KATEGORIESEITE ***/
.product-info {
    border: 1px solid #d6d6d6;
    margin: 0 2% 2% 0;
    text-align: center; /*float: left; width: 140px;*/
    height: 190px;
    padding: 2px;
    font-size: 0.9em;
}

.product-info-img {
    width: 144px;
    height: 100px; /*height: 100px;*/
}

.product-info a {
    border: 0 !important;
}

.ce_text.last.block h2 {
    margin: 40px 0 20px 0 !important;
}

/*** PRODUKT-DETAILSEITE ***/
div.produktdetail-main {
    max-width: 800px;
    width: 100%;
    margin-right: 10px;
    float: left;
}

div.produktdetail-main .product-detail-img {
    width: 100%;
    height: 100%;
    max-width: max-content;
}

div.produktdetail-right {
    float: right;
    max-width: 350px;
    width: 100%;
}

div.produktdetail-right .block-blue {
    /*noinspection CssUnknownTarget*/
    background: url("/grafik/bg_anfrage_produkt_ansprechpartner.png") no-repeat top;
    margin-bottom: 20px;
}

div.produktdetail-right .block-blue .inside {
    height: 35px;
    padding: 20px 0 20px 100px;
    color: #ffffff;
}

div.produktdetail-right .block-blue .inside a {
    color: #ffffff;
    font-size: 0.9em;
}

div.produktdetail-right .block-blue #show_anfrage_form {
    background: #ffffff;
    display: none;
    border: 1px solid #101e39;
}

div.produktdetail-right .block-blue #show_anfrage_form .block {
    background: #ffffff;
}

div.produktdetail-right .contact-info h6 {
    margin: 0 0 5px 0 !important;
}

div.produktdetail-main h2 {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
}

div.produktdetail-main .technical_description_info {
    display: none;
}

div.produktdetail-main .accessory_info {
    display: none;
}

div.produktdetail-main .accessory_info .accessory_box {
    border: 1px solid #cbcbcb;
    padding: 10px;
    float: left;
    width: 207px;
    height: 440px;
    margin: 0 10px 10px 0;
}

div.produktdetail-main .accessory_info .accessory_box p {
    font-size: 1em;
}

div.produktdetail-main .accessory_info .accessory_box img {
    width: 200px;
    height: 200px;
}

div.produktdetail-main .accessory_info .accessory_box .accessory-name {
    /* height: 44px; */
    height: auto;
}

div#accessory_inline_content img.product-info-img-inline {
    float: left;
    margin: 0 20px 20px 0;
    width: 300px;
    height: 300px;
}

div.produktdetail-main .referenzen_info {
    display: none;
}

div.produktdetail-main .referenzen_info .referenzen_box {
    border: 1px solid #eaeaea;
    padding: 10px;
    float: left;
    width: 225px;
    height: 200px;
    margin: 0 15px 15px 0;
}

div.produktdetail-main .referenzen_info .referenzen_box img {
    width: 250px;
    height: auto;
}

div.produktdetail-main .referenzen_info .referenzen_box .referenzen-name-img {
    width: 225px;
    height: 190px;
    overflow: hidden;
    position: absolute;
}

div.produktdetail-main .referenzen_info .referenzen_box .referenzen-name {
    height: 44px;
}

div.produktdetail-main .referenzen_info {
    display: none;
}

div.produktdetail-main .extra_title_info {
    display: none;
}

div.produktdetail-right h6.produktdetail-h6-anfrage {
    text-transform: uppercase;
    margin: 0 !important;
    color: #ffffff !important;
    padding: 0 !important;
}

div.produktdetail-right .drei-boxen {
}

div.produktdetail-right .drei-boxen .drei-boxen-zubehoer {
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_produkt_box_zubehoer.gif");
    margin-right: 10px;
}

div.produktdetail-right .drei-boxen .drei-boxen-3dansicht {
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_produkt_box_3d.gif");
    margin-right: 10px;
}

div.produktdetail-right .drei-boxen .drei-boxen-referenzen {
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_produkt_box_referenz.gif");
}

div.produktdetail-right .drei-boxen .drei-boxen-zubehoer,
div.produktdetail-right .drei-boxen .drei-boxen-3dansicht,
div.produktdetail-right .drei-boxen .drei-boxen-referenzen {
    text-align: center;
    padding: 80px 0 0 0;
    width: 110px;
    height: 50px;
    background-color: #e9e9e9;
    float: left;
    background-repeat: no-repeat;
    background-position: top;
}

div.produktdetail-right .drei-boxen .drei-boxen-zubehoer a,
div.produktdetail-right .drei-boxen .drei-boxen-3dansicht a,
div.produktdetail-right .drei-boxen .drei-boxen-referenzen a {
    padding-top: 70px;
}

.display-none {
    display: none;
}

.listelement {
    border: 1px solid #C7C7C7;
    min-height: 155px;
    margin-bottom: 20px;
    margin-top: 0;
    clear: both;
    width: 99%;
}

.listelement figure {
    width: auto !important;
    float: left;
}

.listelement div {
    margin: 0 0 0 220px;
    padding: 20px 20px 10px;
}

.listelement div h3 {
    color: #4C5F79;
    margin: 0 0 1.25em 0;
    font-size: 0.938em;
}

/** PRODUKTOVERVIEW **/
.produktoverview .ce_hyperlink {
    width: 18%;
    float: left;
    margin: 0 10px 0 0;
}

.produktoverview .ce_hyperlink.last {
    margin: 0px !important;
}

.produktoverview .ce_hyperlink img {
    width: 100%;
    height: 100%;
}

/*** FILTER ***/
.showFilterWrapper {
    margin: 0 0 50px 0;
}

.showFilterWrapper div.select-wrapper select.showFilter {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
}

.showFilterWrapper div.select-wrapper select.showFilter::-ms-expand {
    display: none;
}

.showFilterWrapper div.select-wrapper select.showFilter:focus::-ms-value {
    background-color: transparent;
}

.select-wrapper {
    border: 1px solid #afafaf;
    padding: 5px 10px 10px;
    margin: 10px 10px 10px 0;
    font-family: "Roboto";
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    width: max-content;
    display: inline;
    position: relative;
}

.showFilterWrapper div.select-wrapper select.showFilter {
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.select-wrapper::before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    right: 15px;
    pointer-events: none;
}

select:focus::-ms-value {
    background-color: transparent;
}

@media (max-width: 768px) {
    .select-wrapper {
        display: block;
        width: 100%;
    }
}

/*** HISTORIE ***/
body.History #slider {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    margin: 0 0 40px 0;
}

body.History #slider img {
    width: 100%;
    height: 100%;
}

body.History #slider img {
    -webkit-animation: zoom 20s; /* Chrome, Safari, Opera */
    animation: zoom 20s;
}

body.History #slider figure.image_container {
    overflow: hidden;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.5, 1.5);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1.5, 1.5);
    }
    to {
        transform: scale(1, 1);
    }
}

.History {
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_history.gif");
    background-repeat: repeat-y;
    background-position: center;
}

.History #cboxCurrent {
    display: none !important;
}

.History #main {
    max-width: none;
}

.History #main {
    text-align: center;
}

.History #main h1 {
    font-size: 3.6em;
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 100px;
}

.History #main h2 {
    color: #101e39;
    font-size: 3em;
    padding: 10px 0;
    background-color: #fff;
}

.showHistoryBoxImg {
    background-repeat: no-repeat;
    width: 100%;
    height: 180px;
    background-position: center;
}

.showHistoryBoxA {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.showHistoryTeaserText {
    text-align: center;
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_slider.png");
    background-repeat: repeat;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.showHistoryBoxImg a {
    color: #474747;
    font-size: 1.1em;
    border: 0 !important;
}

.showHistoryElem {
    width: 700px;
    padding: 20px 40px 20px 20px;
}

.showHistoryImg {
}

.HistoryNoImages .showHistoryBoxImg {
    height: 60px;
    padding: 0 0 20px 0;
    border: 1px solid #ddd;
}

.HistoryNoImages .showHistoryTeaserText {
    font-size: 1.6em;
}

.HistoryBig .showHistoryBoxImg {
    width: 100%;
    height: 300px;
    max-width: 1080px;
    margin: 0 auto;
    background-position: center;
    position: relative;
}

.HistoryBig .showHistoryTeaserText {
    padding: 20px 0;
    font-size: 1.5em;
}

.History .rs-columns {
    margin: 0 0 80px 0;
    padding: 10px 0;
    background-color: #fff;
}

.History .rs-column.-large-col-3-1 {
    float: left;
    width: 32%;
    margin: 0 15px 15px 0;
}

.History .rs-column.-large-col-3-1:last-child {
    margin: 0;
}

.History .rs-column.-large-col-2-1 {
    float: left;
    width: 48%;
    margin: 0 15px 15px 0;
}

.History .rs-column.-large-col-2-1:last-child {
    margin: 0;
}

.History .rs-column.-large-col-4-1 {
    float: left;
    width: 23%;
    margin: 0 15px 15px 0;
}

.History .rs-column.-large-col-4-1:last-child {
    margin: 0;
}


/*** DOWNLOAD-CENTER ***/
.ce_downloads {
    margin: 0 0 25px 0;
}

.ce_downloads li {
    list-style-type: none;
    margin-left: -30px;
}

/*** ANSPRECHPARNTER ***/
.contactperson_box {
    border: 1px solid #cdcdcd;
    width: 360px;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 143px;
}

.contactperson_box_full {
    width: 90%;
}

.contactperson_boxintern .odd {
    margin: 0 0 20px 0;
}

/*left*/
.contactperson_boxintern .even {
    margin: 0 20px 20px 0;
}

/*left*/
.contactperson_boxextern .odd {
    margin: 0 0 20px 0;
}

/*left*/
.contactperson_boxextern .even {
    margin: 0 20px 20px 0;
}

/*left*/
.fe_contacts_reception {
    display: block;
    clear: both;
}

.ansprechpartner_headresult {
    margin: 20px 0 40px 0;
    font-size: 1.2em;
}

.contactperson_image {
    width: 80px;
    height: 120px;
    margin: 0 20px 0 0;
    float: left
}

.contactperson_image img {
    width: 80px;
    height: 100px;
}

.contactperson_info {
    float: left;
}

.contactperson_name {
    font-weight: bold;
}

.contactperson_loc {
    margin: 0 0 20px 0;
    display: inline-block;
    max-width: 220px;
}

.contactperson_pos {
    margin: 0 0 20px 0;
    display: inline-block;
    max-width: 220px;
}

.contactperson_cc {
}

.contactperson_email {
    font-size: 0.9em;
}

.contactperson_tel {
    font-size: 0.9em;
}

.contactperson_email span, .contactperson_tel span {
    width: 20px;
    display: inline-block;
}

.ansprechpartner_info .meiser-modul-company {
    padding: 10px;
    margin: 0 0 30px 0;
    border: 1px solid #afafaf;
}

/*** REFERENZEN ***/
.referenzInfo {
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_referenz.png");
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 54px;
    padding-top: 30px;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.referenzInfo a,
.referenzInfo a:hover,
.referenzInfo a:visited,
.referenzInfo a:active {
    position: relative;
    z-index: 100;
    color: #fff; /*display: block;*/
    width: 90%;
    margin: 0 auto;
}

.grid-item .grid-item-lupe {
    position: absolute;
    right: 0;
    margin: 5px 5px 0 0;
}

.grid-item .fa-arrows-alt {
    color: #fff;
    opacity: 0.8;
}

.grid {
    background: #fff;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer, .grid-item {
    width: 32%;
    margin-bottom: 5px;
}

.grid-item--width2 {
    width: 40%;
}

.grid-item--gigante {
    width: 517px;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .grid-sizer, .grid-item {
        width: 45%;
        margin: 5px;
    }
}

.reference_single_picture {
    float: left;
    margin: 0 10px 10px 0;
    width: 150px;
    height: 100px;
    overflow: hidden;
}

.reference_single_picture img {
    width: 150px;
    overflow: hidden;
}

.referenzen_verbaute_produkte {
    width: 100px;
}

.referenzen_to_print {
    float: right;
}

.referenzen_to_print_goback {
    margin: 0 10px 0 0;
}

.referenzen_to_print_print {
}

#cboxTitle a {
    color: #fff;
}


/*** NEWS-SEITEN ***/
.mod_newslist .layout_latest {
    clear: both;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.mod_newslist .layout_latest_left_img .image_container {
    float: left !important;
    margin: 0 20px 0 0;
    width: 160px;
    height: 100px;
    overflow: hidden;
}

.mod_newslist .layout_latest_left_img img {
    width: 160px;
    height: 110px;
}

.mod_newslist .layout_latest .layout_latest_right_txt p.info {
    color: #aaaaaa;
    margin-bottom: 10px !important;
}

.mod_newslist .layout_latest .layout_latest_right_txt h4 {
    max-width: 500px;
}

.mod_newslist .layout_latest p.info {
    margin: 0 !important;
    font-size: 12px;
}

.mod_newslist .layout_latest p.more {
    margin: -20px 0 10px 0 !important;
}

.mod_newslist .layout_latest h6 {
    font-size: 14px;
}

.mod_newsreader .layout_full .ce_hyperlink {
    display: block;
    margin: 25px 0 0 0;
}

.mod_newsreader .layout_full .ce_hyperlink::before {
    content: "» ";
}

.mod_newsreader .layout_full h6 {
    border-top: 1px solid #aaa;
    padding-top: 10px;
    position: relative;
    top: 20px;
}

.mod_newsreader figure.image_container img {
    width: auto;
}

.mod_newsreader .picture-description {
    font-size: 0.9em;
    text-align: right;
    color: #9e9e9e;
    display: block;
}

.mod_newsarchive .layout_latest_left_img .image_container {
    float: left !important;
    margin: 0 20px 0 0;
    width: 160px;
    height: 100px;
    overflow: hidden;
}

.mod_newsarchive .layout_latest_left_img img {
    width: 160px;
    height: 110px;
}

.mod_newsarchive .pagination li {
    list-style: none;
    float: left;
    margin: 0 10px;
}

.mod_newsreader p.back {
    margin-top: 50px !important;
}

/*** GALLERY ***/
.ce_gallery ul {
    margin-left: 0px !important;
}

/*** TABELLEN ***/
table {
    margin: 0 0 20px 0;
}

table td, table th {
    border: 1px solid #C7C7C7;
    font-size: 0.9em;
    padding: 0.385em 0.6em;
    line-height: 1.462em;
}

/*** FORMULAR ***/
form.form_contact_quicksearch .formbody {
    margin: 0 0 0 20px;
}

form.form_contact_quicksearch .widget-text {
    float: left;
    margin: 0 5px 0 0;
    display: inline-block
}

form.form_contact_quicksearch .widget-text input {
    height: 38px;
    width: 250px;
}

form.form_contact_quicksearch .widget-submit {
}

/*** FORMULARE ***/
form.produktdetail-allg-anfrage {
    padding: 10px;
}

form.produktdetail-allg-anfrage .widget {
    margin: 0 0 5px 0;
}

form.produktdetail-allg-anfrage label {
    display: inline-block;
    width: 90px;
}

form.produktdetail-allg-anfrage input {
    width: 200px;
}

form.produktdetail-allg-anfrage .datenschutz span {
    vertical-align: top;
}

form.produktdetail-allg-anfrage .datenschutz label {
    width: 250px;
    margin-bottom: 20px;
    display: table-cell;
}

form.produktdetail-allg-anfrage input[type="checkbox"] {
    width: 50px;
    vertical-align: top;
}

form.produktdetail-allg-anfrage button[type="submit"] {
    background-color: #101e39;
    width: 100%;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    border: 0;
}

form.kontaktformular {
    width: 100%;
}

form.kontaktformular fieldset {
    border: 1px dotted #474747;
    padding: 10px;
    margin: 0 0 50px 0;
}

form.kontaktformular fieldset.checkbox_container,
form.kontaktformular fieldset.radio_container {
    border: none;
    padding: 0;
    margin: 0;
}

form.kontaktformular legend {
    line-height: 1.25em;
    font-weight: 500;
    color: #002C4B;
    margin-bottom: 1em;
    padding: 0 10px;
}

form.kontaktformular label {
    float: left;
    width: 12em;
    display: block;
    padding-top: 4px;
    font-size: 1em;
    color: #474747;
}

form.kontaktformular .widget-checkbox {
    margin: 0 0 30px 0;
}

form.kontaktformular .widget-radio {
    margin: 0 0 30px 0;
}

form.kontaktformular .widget-text {
    margin: 0 0 15px 0;
}

form.kontaktformular .widget-radio legend {
    border: none;
    color: #474747;
}

form.kontaktformular .widget-radio span {
    width: auto !important;
}

form.kontaktformular .widget-radio label {
    width: auto;
    margin: 0 30px 0 5px !important;
}

form.kontaktformular .widget-radio input {
    margin-bottom: 20px !important;
}

form.kontaktformular input {
    margin-bottom: 20px !important;
}

form.kontaktformular button[type=submit] {
    font-size: 0.875em;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #474747;
    background-color: #FFF;
    border-color: #C7C7C7;
}

form.kontaktformular button[type=submit]:hover {
    background-color: #EFEFEF;
}

form.kontaktformular .checkbox_container span {
    clear: both;
    display: block;
}

form.kontaktformular input[type="radio"] {
    float: left;
    margin: 9px 10px 10px 10px;
    /*margin-top: 9px;*/
}

form.kontaktformular input[type="radio"] + label {
    margin: 0 20px;
}

form.kontaktformular .datenschutz span {
    vertical-align: top;
}

form.kontaktformular .datenschutz span.mandatory {
    clear: none;
    display: inline;
}

form.kontaktformular .datenschutz label {
    width: 80%;
    margin-bottom: 20px;
    display: table-cell;
}

form.kontaktformular input[type="checkbox"] {
    width: 50px;
    vertical-align: top;
    float: left;
    margin-top: 10px;
}

/* form.kontaktformular .radio_container span, */
/* form.kontaktformular .radio_menue span { */
    /* display: block; */
    /* float: left; */
    /* width: 50%; */
/* } */

form.kontaktformular span.mandatory {
    margin: 3px 5px 0 5px;
}

form.kontaktformular input.text,
form.kontaktformular .textarea {
    width: 300px;
    height: 24px;
    border: 1px solid #C7C7C7;
    padding: 0 5px;
    background: #FFF;
    margin: 0;
    color: #474747;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
}

form.kontaktformular .textarea {
    padding: 5px;
    min-height: 150px;
}

form.kontaktformular select {
    /*padding: 0;*/
    margin-bottom: 20px;
    margin-top: -5px;
    width: 300px;
    height: 36px;
    border: 1px solid #D0D0D0;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form.kontaktformular .form-label-checkbox input {
    float: left !important;
    margin: 4px 20px 0 0 !important;
}

form.kontaktformular .form-label-checkbox label {
    width: 500px !important;
}

/*** recaptcha ***/
form.kontaktformular .con-recaptcha {
    margin: 10px 0 10px 0;
}

form.kontaktformular label[for="recaptcha_response_field"] {
    width: 132px;
    float: left;
}

form.kontaktformular #recaptcha_widget_div {
    float: right;
}

.customer-login-form {}

.mod_customer_login .info-head {
    display: none;
}

.customer-login-form input.username,
.customer-login-form input.password {
    width: 200px;
    height: 32px;
    border: 1px solid #C7C7C7;
    padding: 0 5px;
    background: #FFF;
    margin: 0;
    color: #474747;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
}

.customer-login-form button[type=submit] {
    font-size: 0.875em;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #474747;
    background-color: #FFF;
    border-color: #C7C7C7;
}

.customer-login-form button[type=submit]:hover {
    background-color: #EFEFEF;
}

/* KUNDEN-BEREICH */
#auftragsuebersicht {
}

#auftragsuebersicht .clear {
    clear: both;
}

.order-customer-filter {
    background: #e9e9e9;
    margin: 0 0 10px 0;
}

table.ordertable {
    max-width: 100%;
    width: 100% !important;
    font-size: 12px;
}

table.ordertable th {
    text-transform: none;
    text-align: center;
    position: relative;
}

table.ordertable td {
    max-width: 85px;
    overflow: hidden;
    text-align: center;
}

table.ordertable tr:nth-of-type(even) td {
    background: #F6F6F6;
}

table.ordertable td.right {
    text-align: right;
}

table.ordertable td.left {
    text-align: left;
}

table.ordertable input {
    max-width: 100%;
    width: 80%;
    bottom: 3px;
    position: absolute;
    left: 10%;
}

table.ordertable td img {
    width: 18px;
    height: auto;
}

.orderfilter > .filtertotoggle > div:not(.clear) {
    float: left;
    margin: 0 10px;
}

.orderfilter input[type='text'] {
    width: 150px !important;
}

.perpage {
    margin: 0 0 20px 0 !important;
    float: right;
    margin-bottom: 5px;
}

.perpage select {
    width: auto !important;
    margin: 0 !important;
    height: auto;
    font-size: 13px;
}

.filtertotoggle {
    margin-bottom: 30px;
    padding: 10px;
}

.filtertotoggle a {
    border: none !important;
}

.orderfilter .chosen-container {
    min-width: 168px;
    max-width: 168px;
}

input.orderfilter[type="submit"] {
    width: 168px;
    margin-bottom: 30px;
}

.date-picker-wrapper .month-wrapper table td {
    border: none;
}

.date-picker-wrapper .month-wrapper table th {
    border: none;
}

.date-picker-wrapper .month-wrapper {
    width: 96% !important;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 2px;
}

.togglefilter {
    cursor: pointer;
    text-decoration: underline;
    padding-left: 20px;
}

.togglefilter:before {
    /*noinspection CssUnknownTarget*/
    content: url("/bundles/meisercontaocustomers/Pfeil_blau.png");
    position: relative;
    left: -10px;
    top: -1px;
}

/* @TODO @DELETE .togglefilter.open:before {content: url(../../files/Layout/img/Pfeil_blau_down.png); } */
.displaychange {
    float: right;
    font-size: 12px;
    margin-top: -13px;
    font-weight: 100;
}

/** GRID STYLE ****/
.orderrow .details {
    background: #e9e9e9;
}

.orderrow .details .detailstable {
    display: table;
    margin: 0.625em;
    padding: 6px 0;
}

.orderrow .details .detailstable .data {
    display: table-row;
}

.orderrow .details .detailstable .data span {
    display: table-cell;
    float: none;
    clear: both;
    color: #002C4B;
    height: 1.538em;
    line-height: 1.538em;
    vertical-align: top;
    padding: 2px 10px;
    font-size: 0.813em;
}

.orderrow {
    border-bottom: 1px solid #c7c7c7;
}

h4.header {
    padding-left: 3%;
    cursor: pointer;
    margin: 0.7em 0 0.7em 0;
}

h4.header.nopointer {
    margin-left: 11px;
    cursor: default;
}

h4.header.close:before {
    /*noinspection CssUnknownTarget*/
    content: url("/bundles/meisercontaocustomers/Pfeil_blau.png");
    position: relative;
    left: -10px;
    top: -1px;
}

/* @TODO @DELETE h4.header.open:before { content: url(../../files/Layout/img/Pfeil_blau_down.png); } */
.header span {
    width: 21%;
    display: inline-block;
    text-align: right;
}

.header span:last-of-type {
    width: 33%;
}

.header span:first-of-type {
    text-align: left;
}

#auftragsuebersicht .pagination {
    clear: both;
    height: 30px;
}

#auftragsuebersicht .pagination p {
    float: left;
    color: #242C3B;
    font-size: 0.9em;
    font-weight: 300;
}

#auftragsuebersicht .pagination ul {
    float: right;
    padding: 0;
}

#auftragsuebersicht .pagination ul li {
    float: left;
    list-style: none;
    margin: 0 5px;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

.filter {
    margin: 20px 0 0 0;
}

.filter label {
    font-size: 13px;
    font-weight: 500;
    color: #494949;
    padding: 0;
    line-height: 13px;
    margin: 7px 0;
    height: auto;
}

.filter select {
    width: 180px;
    margin: 1em 0;
}

.filter input[type='text'] {
    width: 142px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #002C4B;
    font-weight: 500;
    padding: 4px 8px;
    border: 1px solid #aaa;
    display: block;
}

.filter .chosen-container {
    min-width: 160px;
    max-width: 160px;
    border-radius: 3px;
    margin-bottom: 15px;
    display: block;
}

.filter .chosen-container .chosen-single {
    background: #fff;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 200;
    color: #939393;
}

.filter .chosen-container a.chosen-single {
    margin-left: 15px;
}

.filter .chosen-container .chosen-single span {
    font-size: 12px;
}

.filter .chosen-container .chosen-results li.active-result {
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0;
    padding-bottom: 5px;
    padding-top: 2px;
}

.filter .chosen-container .chosen-drop {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: -25px;
}

.filter .chosen-container-single .chosen-search input[type=text] {
    border-radius: 2px;
}

.filter .chosen-single.chosen-single-with-deselect span,
.filter .chosen-container .chosen-results li.active-result.highlighted {
    background: none;
    color: #002C4B;
    font-weight: 500;
}


/** whistleblowing **/
.button-whistleblowing {
    border: 1px dotted #607890;
    padding: 20px 10px;
}


/**********************************************************************************************************************************************************************************************/
/* LEFT - KUNDEN LOGIN */
/**********************************************************************************************************************************************************************************************/

aside#left .content-right-box {
    background: #e9e9e9;
    margin: 0 0 20px 0 !important;
}

aside#left .mod_customnav, aside#right .ce_text {
    padding: 20px;
}

aside#left .inside h6 {
    font-size: 16px;
    color: #101e39;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    padding: 20px 0;
}

aside#left .inside h6:before {
    content: "» ";
}

aside#left .content-right-box .ce_text {
    padding-left: 20px;
}

aside#left .mod_customnav li:before {
    content: "» ";
}

aside#left .mod_customnav a {
    color: #3d627e !important;
}


/**********************************************************************************************************************************************************************************************/
/* RIGHT */
/**********************************************************************************************************************************************************************************************/

/*aside#right .inside {background-color: #e9e9e9;padding: 20px 0 20px 0;}*/
aside#right .content-right-box {
    background: #e9e9e9;
    margin: 0 0 20px 0 !important;
}

aside#right .block {
    background: #e9e9e9;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    overflow: inherit;
}

aside#right .mod_article {
    background: none !important;
}

aside#right .inside img {
    width: 100%;
    height: 100%;
}

aside#right .content-right-box figure.wordwide {
    width: 100%;
    height: 230px;
}

aside#right .inside h6 {
    font-size: 16px;
    color: #101e39;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    padding: 20px 0;
}

aside#right .inside h6:before {
    content: "» ";
}

aside#right .inside p {
    margin: 0 10px 0 20px;
}

aside#right .ce_form,
aside#right .mod_navigation,
    /*aside#right .ce_hyperlink,*/
aside#right .ce_contact,
aside#right .ce_text {
    padding-bottom: 20px;
}

aside#right .ce_text {
    padding: 10px;
    margin: 0 0 30px 0;
    background-color: #e9e9e9;
}

aside#right .ce_text h2 {
    color: #101e39;
    font-size: 1.4em;
    margin: 0 0 20px 0;
}

aside#right .mod_navigation ul {
    padding-left: 20px;
}

aside#right .mod_navigation ul a:before {
    content: "» ";
}

aside#right .mod_navigation ul li.active:before {
    content: "» ";
}

aside#right .mod_navigation ul li {
    float: none;
}

aside#right table.ap-right-side td {
    vertical-align: top;
}

aside#right table.ap-right-side td {
    padding-bottom: 20px;
}

aside#right table.ap-right-side td:first-child {
    padding-right: 10px;
}

aside#right table.ap-right-side td p {
    margin: 0 0 10px 0;
}


/*** LANDINGPAGES ***/
aside#right .standort-link {
    background-color: #eee;
    margin: 0 0 5px 0;
    padding: 10px 5px;
}

/** HYPERLINK-BOX **/
aside#right .hyperlink_textlink {
    font-weight: bold;
    padding: 10px 0 0 20px;
    display: block;
}

aside#right p .hyperlink_textlink {
    padding-left: 0px;
}

aside#right .ce_hyperlink .image_container {
    margin-top: 0px;
}

aside#right .hyperlink_txt {
    padding: 10px 10px 0 20px;
    display: flex;
}

/** KONTAKT-BOX **/
aside#right .contact-info {
    margin: 0 10px 0 20px;
}

aside#right .contact-image {
    float: left;
}

aside#right .contact-image img {
    width: 80px;
    height: 100px;
}

aside#right .contact-details {
    float: left;
    width: 240px;
    font-size: 0.9em;
}

aside#right .contact-details p {
    margin: 0 0 5px 15px;
}

aside#right .contact-details p a {
    color: #5b5b5b;
}

aside#right .contact-details p a:hover {
    color: #607890;
}

aside#right .contact-details .contact-details-name {
    font-size: 1.2em;
    font-weight: bold;
}

aside#right .contact-details .contact-details-bereich {
}

aside#right .meiser-modul-company {
    padding: 20px 0;
}

aside#right .meiser-modul-company strong {
    margin-left: 20px;
    font-size: 16px;
}

aside#right .mod_newsmenu {
    padding-bottom: 20px;
}


/*************************************************************************/
/* FOOTER */
/*************************************************************************/

#footer {
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/bg_footer.png");
    background-repeat: repeat-x;
    background-color: #e9e9e9;
    clear: both;
    margin: 40px 0 0 0;
    min-height: 250px;
    padding: 0 0 20px 0;
    color: #7b7b7b;
}

#footer a {
    color: #7b7b7b;
    text-decoration: none;
}

#footer .inside {
    max-width: 1125px;
    margin: 0 auto;
}

#footer .footer-social-media {
    padding: 11px 0 0 0;
    height: 35px;
    margin: 0 0 0 20px;
}

#footer .footer-social-media a {
    margin: 0 10px 0 0;
}

#footer .footer-subnavi {
    margin: 20px 0 0 20px;
}

#footer .footer-subnavi .footer-logo {
    float: left;
    width: 328px;
}

#footer .footer-subnavi .footer-logo img {
    width: 234px;
    height: 60px;
}

#footer .footer-subnavi .footer-products {
    width: 200px;
    float: left;
    margin-bottom: 30px;
}

#footer .footer-subnavi .footer-service {
    width: 200px;
    float: left;
    margin-bottom: 30px;
}

#footer .footer-subnavi .footer-kontakt {
    width: 350px;
    float: right;
    margin-bottom: 30px;
}

#footer .footer-subnavi .footer_nav_kontakt ul li {
    float: none;
    display: inline;
    margin-right: 20px;
}

#footer .footer-subnavi .footer-subnavi-whistleblowing {
    margin: 0 0 30px 0;
}

#footer .footer-subnavi .footer-subnavi-whistleblowing a {
    font-weight: bold;
}

#footer .notiz-gendern {
    display: block;
    text-align: center;
    clear: both;
    font-size: 0.9em;
}


.socialmediaicons {
    font-size: 25px;
    color: #fff;
}

@media (max-width: 1120px) {
    #footer .footer-subnavi a {
        display: block;
        margin: 10px 0;
    }

    #footer .footer-social-media {
        margin: 0 0 0 20px;
    }

    #footer .footer-subnavi .footer-logo {
        float: none;
        width: 234px;
        margin-bottom: 20px;
    }

    #footer .footer-subnavi .footer-kontakt {
        width: 350px;
        float: left;
    }

    #footer .footer-subnavi .footer_nav_kontakt ul li {
        margin-right: 0px;
    }
}

@media (max-width: 500px) {
    #footer .footer-social-media {
        margin: 0 0 0 30px;
    }

    #footer .footer-subnavi .footer-logo {
        float: none;
        width: 234px;
    }

    #footer .footer-subnavi .footer-products {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #footer .footer-subnavi .footer-service {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #footer .footer-subnavi .footer-kontakt {
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #footer img {
        width: auto;
    }

    #footer .footer-subnavi .footer-products {
        margin-bottom: 40px;
    }

    #footer .footer-subnavi .footer-service {
        margin-bottom: 40px;
    }
}


/*******************************************************************************************************************************************************/
/* MODULE */
/*******************************************************************************************************************************************************/


/*************************************************************************/
/* ACCORDION */
/*************************************************************************/

.toggleheader, .ui-accordion-header {
    font-size: 1em;
    line-height: 1.211em;
    font-weight: 500;
    color: #152c55;
    border-bottom: 1px solid #e1e1e1;
    text-indent: -1em;
    padding: 0 0 0 1em;
    cursor: pointer;
}

.ce_accordion {
    margin: 0 0 2em 0;
}

.ui-accordion-header div {
    position: relative;
    top: -45px;
    text-align: center;
}

.ui-accordion-content {
    margin: 20px 0 0 0;
}

/*************************************************************************/
/* SUPERFISH */
/*************************************************************************/

#header nav {
    float: left;
    margin: 80px 0 0 0;
    width: 800px;
    padding: 0;
    overflow: inherit;
}

nav ul li.sibling {
    float: left;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
    padding-right: 5px;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/*** SKIN ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}

.sf-menu ul {
    background: #939393;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
    padding: .75em 1em;
    text-decoration: none; /*zoom: 1;*/ /* IE7 */
}

.sf-menu strong {
    padding: .75em 1em;
    display: block;
}

.sf-menu a {
    color: #4c4b4d;
}

.sf-menu ul a {
    color: #fff;
}

.sf-menu ul ul a {
    color: #fff;
}

.sf-menu li { /*background: #BDD2FF;*/
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu ul li { /*background: #AABDE6;*/
    width: 80%;
}

.sf-menu ul ul li { /*background: #939393;*/
}

.sf-menu li:hover, .sf-menu li.sfHover { /*background: #CFDEFF;*//* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { /*padding-right: 2.5em; *padding-right: 1em;    *//* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, .5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, .5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

@media (max-width: 1024px) {
    #header nav {
        display: none;
    }

    .mobile_menu_trigger {
        display: block;
    }

    .sf-menu.level_3 {
        left: 0;
    }
}

/***** MEGA DROP DOWN ** PRODUKTE *****/
#header li.prodnav ul {
    width: 500px;
    height: 220px;
}

/*max 780px */
#header li.prodgit, #header li.prodble, #header li.prodtrep, #header li.prodgfk, #header li.prodbar, #header li.prodmore {
    text-align: center;
    height: 95px;
    padding: 10px 0 0 5px !important;
    width: 150px;
    display: inline-block;
    white-space: initial;
}

#header li.prodgit a, #header li.prodble a, #header li.prodtrep a, #header li.prodgfk a, #header li.prodbar a, #header li.prodmore a {
    padding: 0;
}

#header li.prodgit a span, #header li.prodble a span, #header li.prodtrep a span, #header li.prodgfk a span, #header li.prodbar a span, #header li.prodmore a span {
    display: block;
}

#header li.prodgit strong, #header li.prodble strong, #header li.prodtrep strong, #header li.prodgfk strong, #header li.prodbar strong, #header li.prodmore strong {
    padding: 0;
    color: #fff;
    font-weight: normal;
}

#header li.prodgit a span::before, #header li.prodgit strong::before {
    /*noinspection CssUnknownTarget*/
    content: url("/grafik/nav_prodgit.jpg") " " attr(href) " ";
    display: block;
}

#header li.prodble a span::before, #header li.prodble strong::before {
    /*noinspection CssUnknownTarget*/
    content: url("/grafik/nav_prodble.jpg") " " attr(href) " ";
    display: block;
}

#header li.prodtrep a span::before, #header li.prodtrep strong::before {
    /*noinspection CssUnknownTarget*/
    content: url("/grafik/nav_prodtrep.jpg") " " attr(href) " ";
    display: block;
}

#header li.prodgfk a span::before, #header li.prodgfk strong::before {
    /*noinspection CssUnknownTarget*/
    content: url("/grafik/nav_prodgfk.jpg") " " attr(href) " ";
    display: block;
}

#header li.prodbar a span::before, #header li.prodbar strong::before {
    /*noinspection CssUnknownTarget*/
    content: url("/grafik/nav_prodbar.jpg") " " attr(href) " ";
    display: block;
}

#header li.prodmore a span::before, #header li.prodmore strong::before {
    /*noinspection CssUnknownTarget*/
    content: url("/grafik/nav_prodmore.jpg") " " attr(href) " ";
    display: block;
}

li.prodnav div.navmegaimage {
    width: 280px;
    height: 220px;
    background: #101e39;
    margin-left: 35px;
    display: inline-block;
}

li.prodnav div.navmegaimage a {
    padding: 0;
}

li.History, li.History a {
    background-image: none !important;
}

/*************************************************************************************************************************************/
/* MENU */
/*************************************************************************************************************************************/

.mobile_menu {
    position: fixed;
    z-index: 10000;
    display: none
}

.mobile_menu .inner {
    height: 100%;
    background: #000;
    overflow-y: scroll
}

.mobile_menu.active.position_left {
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.position_top {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.position_right {
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.position_bottom {
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.no_shadow {
    box-shadow: none !important
}

.mobile_menu_trigger {
    display: none
}

.mobile_menu_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999
}

.mobile_menu_overlay.background {
    background: rgba(0, 0, 0, .5)
}

.mobile_menu li.submenu_hide > ul {
    display: none
}

.mobile_menu li.submenu_show > ul {
    display: block
}

body.ie8 .mobile_menu, body.ie8 .mobile_menu_trigger, body.ie9 .mobile_menu, body.ie9 .mobile_menu_trigger {
    display: none !important
}

.mod_mobile_menu {
}

.mobile_menu_trigger {
    display: none;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 99;
    background-color: #101e39;
    padding: 20px;
    width: 150px;
    height: 35px;
}

.mobile_menu_trigger span {
    color: #fff;
    font-size: 20px;
}

.mobile_menu {
    min-width: 350px !important;
    width: auto !important;
}

.mobile_menu .inner {
    height: 100%;
    background: #e5e5e5;
    overflow-y: auto;
    padding: 0;
    color: #5b5b5b;
    font-size: 18px;
}

.mobile_menu .inner a {
    color: #5b5b5b;
}

.mobile_menu .close-button {
    float: right;
    margin: 10px 10px 0 0;
}

.mobile_menu .mod_navigation,
.mobile_menu .mod_customnav {
    margin: 40px 0 50px 0;
}

.mobile_menu .mod_navigation li,
.mobile_menu .mod_customnav li {
    margin: 0;
    padding: 10px 0 10px 20px;
}

.mobile_menu .mod_navigation li:hover {
    background: #afafaf;
}

.mobile_menu .mod_navigation .level_3 li:hover {
    background: #afafaf;
}

.mobile_menu .mod_navigation li.submenu_hide::after {
    content: "\f0d7";
    font-family: "FontAwesome";
}

.mobile_menu .level_1 li {
    border-bottom: 1px solid #5b5b5b;
}

.mobile_menu .no-border .level_1 li {
    border-bottom: none;
}

.mobile_menu .level_1 li:last-child {
    border: none;
}

.mobile_menu .level_2 li {
    border: none;
}

.mobile_menu .level_3 li {
    border: none;
}

/*.level_2 {margin-left: 30px;}
.level_3 {margin-left: 30px;}*/

.mobile_menu .social_box {
    margin: 30px 0 0 0;
    font-size: 20px;
    border-top: 1px solid #5b5b5b;
    padding: 20px 0 0 0;
}

.mobile_menu .social-box-inner {
    padding: 0 0 0 20px;
}

.mobile_menu .social-box-inner a {
    margin: 0 30px 0 0;
}

.mobile_menu .social-box-inner i {
    font-size: 2.0em;
}

.mobile_menu .sf-menu {
    float: none;
}

.mobile_menu .sf-menu ul {
    position: relative;
    background: none;
    box-shadow: none;
}

.mobile_menu .sf-menu a {
    display: inline-block;
}

.mobile_menu nav ul li.sibling {
    float: none;
}

.mobile_menu .sf-menu > li {
    float: none;
}

.mobile_menu .sf-menu ul li {
    width: 100%;
}

.mobile_menu .navmegaimage {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .mobile_menu_trigger {
        width: 100px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1023px) {
    .mobile_menu_trigger {
        display: block !important;
    }
}


/*************************************************************************/
/* SLIDER */
/*************************************************************************/

#slider {
}

#slider .bx-wrapper img {
    width: 100%;
    height: 100%;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: none;
    background: #fff
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translateZ(0);
    max-height: 600px !important;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: none;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    /*noinspection CssUnknownTarget*/
    background: url("/grafik/slider_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    /*noinspection CssUnknownTarget*/
    background: url("/grafik/slider_controls.png") 0 -32px no-repeat
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    /*noinspection CssUnknownTarget*/
    background: url("/grafik/slider_controls.png") -43px -32px no-repeat
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    /*noinspection CssUnknownTarget*/
    background: url("/grafik/slider_controls.png") -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    /*noinspection CssUnknownTarget*/
    background: url("/grafik/slider_controls.png") -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.bx-wrapper .slidebox {
    position: absolute;
    top: 40%;
    width: 100%;
}

.bx-wrapper .slidebox .slidebox-inner {
    width: 1200px;
    margin: 0 auto;
}

.bx-wrapper .slidebox .slidebox-textbox {
    width: 550px;
    padding: 20px;
    min-height: 150px;
    /*noinspection CssUnknownTarget*/
    background-image: url("/grafik/slider_textbg.png");
    background-repeat: repeat;
    color: #474747;
    font-size: 21px;
    line-height: 1.3em;
}

.bx-wrapper .slidebox .slidebox-textbox a {
    background: #101e39;
    font-size: 14px;
    display: inline-block;
    margin: 25px 0 0 0;
    padding: 5px 15px;
    color: #ffffff;
    /* width: 150px */
}

.bx-wrapper .slidebox .slidebox-textbox a:before {
    content: "» ";
}

@media (max-width: 1024px) {
    #slider {
        margin-top: 75px;
    }

    .bx-wrapper {
        margin-bottom: 30px;
        box-shadow: 0px 0px 10px #676767;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 25%;
    }

    .bx-wrapper .slidebox {
        position: relative;
    }

    .bx-wrapper .slidebox .slidebox-inner {
        width: 100%;
    }

    .bx-wrapper .slidebox .slidebox-textbox {
        background: none;
        width: 85%;
    }

    .bx-viewport {
        overflow: inherit;
    }

    .bx-wrapper .slidebox .slidebox-textbox {
    }
}


/*************************************************************************************************************************************/
/* BUTTON TOP*/
/*************************************************************************************************************************************/

.back-to-top {
    background-color: #787b7e !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1000;
}

.back-to-top::after {
    font-family: 'FontAwesome';
    content: "\f106";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

.back-to-top:active {
    background-color: #555;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/*************************************************************************/
/* COOKIEBAR */
/*************************************************************************/
.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 1.5em 1.2em;
    background: rgba(71, 71, 71, 0.8);
    color: #f6f6f6;
    font-size: 1em;
    text-align: center;
    z-index: 99999999999;
    box-shadow: 0 5px 10px grey
}

.cookiebar * {
    box-sizing: border-box
}

.cookiebar--active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.cookiebar--position-top {
    top: 0
}

.cookiebar--position-bottom {
    bottom: 0
}

.cookiebar__message, .cookiebar__text {
    margin-right: 1.5em
}

.cookiebar__message {
    max-width: 800px;
}

.cookiebar__link {
    color: #fff;
    text-decoration: underline;
}

.cookiebar__link:hover {
    text-decoration: none
}

.cookiebar__button {
    margin: 0 0 0 3em;
    padding: .6em 1.2em;
    border: none;
    border-radius: 0;
    background-color: grey; /*#4ea55e;*/
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.cookiebar__button:hover {
    background-color: #3e824a
}

.cookiebar input[type="checkbox"] {
    vertical-align: middle;
}

/*************************************************************************/
/* VISITENKARTEN */
/*************************************************************************/
body.vk-layout {
    width: 400px;
}

body.vk-layout #logo {
    margin: 20px 0 0 20px;
}

body.vk-layout #logo img {
    width: 200px;
}

body.vk-layout #header {
    position: relative;
    height: auto;
    box-shadow: 0 5px 5px #ccc;
}

body.vk-layout #header .inside {
    background: none;
    width: 400px;
    height: 85px;
    margin: 0 0 0 20px;
}

body.vk-layout .custom {
    display: none;
}

body.vk-layout #container {
    max-width: 400px;
    margin-top: 20px;
}

body.vk-layout #main {
    padding: 0;
}

body.vk-layout #subnavi-header {
    display: none;
}

body.vk-layout .mod_navigation {
    display: none;
}

body.vk-layout #footer {
    display: none;
}

body.vk-layout .cookiebar {
    display: none !important;
}

body.vk-layout .contact-image {
    margin: 0 0 0 20px;
    float: left;
}

body.vk-layout .contact-details {
    margin: 0 0 0 20px;
    float: left;
    max-width: 280px;
}

body.vk-layout .vk-adresse {
    margin: 20px 0 0 20px;
}

body.vk-layout .contact-details-name {
    font-weight: bold;
}

body.vk-layout .vcard {
    background-color: #002f47;
    width: 80px;
    height: 80px;
    float: left;
    margin: 20px 20px 20px 20px;
}

body.vk-layout .vcard img {
    float: right;
}

body.vk-layout #vk-produkte-gitterroste,
body.vk-layout #vk-produkte-blechprofilroste,
body.vk-layout #vk-produkte-gfk,
body.vk-layout #vk-produkte-treppen,
body.vk-layout #vk-produkte-fangschutzmatten,
body.vk-layout #vk-produkte-weinbergpfaehle,
body.vk-layout #vk-produkte-portfolio,
body.vk-layout #vk-anfahrt-oel, body.vk-layout #vk-anfahrt-lim,
body.vk-layout #vk-produkte-artos,
body.vk-layout #vk-produkte-pa {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 46%;
    font-weight: bold;
    color: #fff;
    padding: 2% 5px 15% 5px;
    margin-bottom: 2%;
}

body.vk-layout #vk-produkte-gitterroste {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-gitterroste.jpg");
    float: left;
    text-align: right;
}

body.vk-layout #vk-produkte-blechprofilroste {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-blechprofilroste.jpg");
    float: right;
    text-align: left;
}

body.vk-layout #vk-produkte-gfk {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-gfk.jpg");
    float: left;
    text-align: right;
}

body.vk-layout #vk-produkte-treppen {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-treppen.jpg");
    float: right;
    text-align: left;
}

body.vk-layout #vk-produkte-fangschutzmatten {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-fangschutzmatten.jpg");
    float: left;
    text-align: right;
}

body.vk-layout #vk-produkte-weinbergpfaehle {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-weinbergpfaehle.jpg");
    float: right;
    text-align: left;
}

body.vk-layout #vk-produkte-pa {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-pa.jpg");
    float: left;
    text-align: left;
}

body.vk-layout #vk-produkte-artos {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-artos.jpg");
    float: right;
    text-align: left;
}

body.vk-layout #vk-produkte-portfolio {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-produkte-portfolio.jpg");
    float: left;
    text-align: right;
}

body.vk-layout #vk-anfahrt-oel {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-anfahrt-oel.jpg");
    float: right;
    text-align: left;
}

body.vk-layout #vk-anfahrt-lim {
    /*noinspection CssUnknownTarget*/
    background-image: url("/files/layout/content/vk-anfahrt-lim.jpg");
    float: right;
    text-align: left;
}

body.vk-layout .vk-to-contakt {
    clear: both;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 400px;
}

body.vk-layout .vk-to-contakt a {
    font-weight: bold;
    color: #fff;
}

body.vk-layout .vk-to-call {
    background-color: #898f94;
    width: 46%;
    float: left;
    padding: 5px;
    text-align: right;
}

body.vk-layout .vk-write-a-email {
    background-color: #898f94;
    width: 46%;
    float: right;
    padding: 5px;
    text-align: left;
}

body.vk-layout .vk-to-call:hover, .vk-write-a-email:hover {
    background-color: #002f47;
    color: #fff;
}

body.vk-layout .fa-envelope-o {
    color: #fff;
    opacity: 0.7;
    float: right;
}

body.vk-layout .fa-phone {
    color: #fff;
    opacity: 0.7;
    float: left;
}


/*************************************************************************/
/* FLIP BOOK PDF ANSICHT */
/*************************************************************************/
.df-abs-center {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.df-abs-h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.df-container {
    min-height: 320px;
    background: no-repeat 50%;
    background-size: cover;
    width: 100%;
    position: relative; /* background-color: #A6322D; *//*Smoothing of images in Firefox*/
    image-rendering: auto;
    direction: ltr;
}

.df-container.df-transparent:not(.df-fullscreen) {
    background: transparent !important;
}

.df-container.df-custom-fullscreen.df-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    z-index: 999999;
}

.df-container .loading-info {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    margin-left: 5px;
    padding: 6px 20px;
    background-color: rgba(0, 0, 0, 0.09);
    font-style: italic;
    border-radius: 5px;
    font-size: 11px;
    max-height: 30px;
    color: #fff;
    max-width: 200px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    opacity: 0.7;
    transition: 0.3s top ease;
    -webkit-transition: 0.3s top ease;
}

.loading-info.df-old-browser {
    color: gray;
    background-color: white;
    opacity: 0.9;
    text-align: center;
    max-height: none;
}

.loading-info.df-old-browser a {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #2196F3;
    display: block;
    text-decoration: underline;
    margin: 10px 0 0;
}

.df-container.df-init .loading-info {
    top: 50%;
}

.df-3dcanvas {
    position: absolute;
    z-index: 1;
    right: 0;
}

.df-rtl .df-3dcanvas {
    right: auto;
    right: initial;
    left: 0;
}

.df-container > canvas {
}

.df-container a {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.df-container.df-zoom-enabled canvas.df-3dcanvas,
.df-container.df-zoom-enabled .df-book-stage {
    cursor: move; /*noinspection Annotator*/
    cursor: -webkit-grab;
}

.df-container:before, .df-container:after {
    content: " ";
    transition: 0.3s 0.1s opacity;
    -webkit-transition: 0.3s 0.1s opacity;
    opacity: 0;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    font-size: 12px;
    margin: -45px -25px -25px;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none;
}

.df-container.df-loading:before, .df-container.df-loading:after {
    content: " ";
    z-index: 100;
    opacity: 1; /*display:none;*/
}

.df-container.df-loading .df-loading-icon {
}

.df-container.df-loading:after {
    content: " ";
    background-image: url("../grafik/loading.gif");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 50%;
}

.df-container.df-loading:before {
    background-color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid rgba(150, 150, 150, 0.2);
}

.df-book-stage {
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
    /*Blurry image fixation*/
    filter: blur(0);
    -webkit-filter: blur(0);
    padding: 30px 50px 70px;
}

.df-floating .df-book-stage {
}

.df-container.df-xs .df-book-stage {
    padding-left: 20px;
    padding-right: 20px;
}

.df-container.df-sidemenu-open .df-book-stage {
    padding-left: 230px;
    padding-right: 10px;
}

.df-container.df-sidemenu-open > .df-ui-btn.df-ui-prev {
    left: 220px;
}

.df-rtl.df-container.df-sidemenu-open > .df-ui-btn.df-ui-prev {
    left: 0;
}

.df-rtl.df-container.df-sidemenu-open > .df-ui-btn.df-ui-next {
    right: 220px;
}

.df-book-stage.df-zoom-enabled {
    cursor: move;
}

.df-page-front:before, .df-page-back:before {
    content: " ";
}

.df-book-page .df-page-front:before {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
    background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
}

.df-book-page .df-page-back:before {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0));
}

.df-book-wrapper, .df-page-wrapper, .df-book-page, .df-page-content,
.df-page-front:before, .df-page-wrapper:after, .df-page-back:before,
.df-page-content:after, .df-page-effects, .df-page-effects:before, .df-page-effects {
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
}

.df-page-content, .df-book-page {
    width: 100%;
}

.df-book-wrapper {
    position: relative;
    margin: 0 auto;
    transition: 0.3s left;
    -webkit-transition: 0.3s left;
    left: 0;
    /* box-shadow: 0 2px 8px #aaa; */
}

.df-zoom-enabled .df-book-wrapper {
    transition: none;
    -webkit-transition: none;
}

.df-loading.df-container .df-book-wrapper {
    left: 100%;
}

.df-book-wrapper.close-right {
    left: 25%;
}

.df-book-wrapper.close-left {
    left: -25%;
}

.df-book-shadow {
    position: absolute;
    z-index: -1;
    height: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.df-book-wrapper .df-book-side-buttons {
    position: absolute;
    left: 100%;
    width: 40px;
    opacity: 0.3;
    height: 100%;
    cursor: pointer;
    z-index: 30;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}

.df-book-prev-button.df-book-side-buttons {
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

.df-book-wrapper .df-book-side-buttons:hover {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.18);
}

.df-book-wrapper .df-book-prev-button {
    right: 100%;
    left: auto;
    left: initial;
}

.df-book-wrapper .df-book-side-buttons:before {
    position: absolute;
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.df-book-wrapper .df-book-prev-button:before {
}

.df-page-wrapper {
    overflow: hidden;
}

.df-hard-page .df-page-wrapper {
    width: 100% !important;
    height: 100% !important;
    overflow: visible;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}

.df-book-page.df-flipping, .df-book-page.df-folding {
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.0);
}

.df-book-page.df-left-side {
    left: 0;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.df-book-page.df-right-side {
    left: 50%;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.df-book-page.df-hard-page {
}

.df-book-page.df-right-side + .df-page-wrapper.df-right-side {
    z-index: -1;
}

.df-book-page .df-page-front, .df-book-page .df-page-back {
    width: 100%;
    background-size: 100.5% 100%;
    background-size: 100% 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    box-sizing: border-box;
}

.df-page-back > canvas, .df-page-front > canvas {
    width: 100%;
    position: relative;
    z-index: -1;
}

/*right left shadow during flip*/
.df-page-wrapper:before {
}

.df-quick-turn:before {
    opacity: 0;
}

.df-book-page.df-flipping.df-left-side:before {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    width: 10px;
    left: -10px;
}

.df-book-page.df-right-side:before {
}

.df-book-page {
    width: 50%;
}

.df-book-page.df-flipping, .df-book-page.df-folding {
    z-index: 200 !important;
}

.df-page-content {
    background-size: 100.25% !important;
    background-repeat: no-repeat !important;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    width: 100%;
    overflow: hidden;
    /*this causes page cuts in IE*/
}

.df-book-page.df-left-side .df-page-front {
    /*overflow: hidden;*/
    z-index: 2;
}

.df-book-page.df-left-side .df-page-back {
    z-index: 1;
}

.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back {
    z-index: 3;
}

.df-book-page.df-right-side .df-page-front {
    top: 0;
    left: 0;
    z-index: 0;
}

.df-book-page, .df-page-front, .df-page-back,
.df-page-fold-inner-shadow, .df-page-fold-outer-shadow, .df-page-wrapper {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.df-page-front, .df-page-back {
    overflow: hidden;
}

.df-page-fold-outer-shadow {
    z-index: -1;
    width: 100%;
    height: 100%;
}

.df-page-fold-inner-shadow {
    position: absolute;
    z-index: 5;
    display: none;
}

.df-book-page.df-folding .df-page-fold-inner-shadow {
    display: block;
}

.df-book-page.df-right-side .df-page-back {
    left: 0;
    z-index: 1;
}

.df-book-page.df-right-side.df-folding .df-page-front {
    z-index: 2;
}

.df-page-wrapper.df-right-side .df-page-back {
    left: 100%;
    z-index: 1;
    overflow: hidden;
}

.df-hard-page .df-page-front,
.df-hard-page .df-page-back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.df-hard-page.df-right-side .df-page-front {
    -webkit-transform-origin: right 50%;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    transform-origin: right 50%;
    z-index: 3 !important;
    /*transform-style: preserve-3d;*/ /*this causes issues in FF*/
}

.df-hard-page.df-left-side .df-page-front {
    -webkit-transform-origin: right 50%;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    transform-origin: right 50%;
}

.df-hard-page.df-right-side .df-page-back {
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    transform-origin: left 50%;
    z-index: 3;
    /*transform-style: preserve-3d;*/ /*this causes issues in FF*/
}

.df-hard-page.df-left-side .df-page-back {
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    transform-origin: left 50%;
}

/*Mid shadows*/
.df-page-front:before, .df-page-back:before {
    width: 20%;
    z-index: 5;
    pointer-events: none;
}

.df-page-front:before {
    right: 0;
}

.df-page-wrapper.df-right-side.df-flipping {
    z-index: 4;
}

/*Book UI*/

.df-ui {
    height: 60px;
    padding: 20px 16px 0;
}

.df-ui-wrapper, .df-ui-btn {
    color: #888;
    vertical-align: top;
    background-color: #f7f7f7;
    box-sizing: border-box;
    text-align: center;
}

.df-ui-wrapper {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    /* overflow: hidden; */
    background-color: #f7f7f7;
    position: absolute;
}

.df-share-wrapper {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
}

.df-share-wrapper.df-hidden {
}

.df-share-box {
    position: absolute;
    top: 50%;
    width: 280px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px;
    text-align: center;
}

span.df-share-title {
    color: #777;
    margin-bottom: 10px;
    display: block;
}

.df-share-url {
    /* border: 0; */
    background-color: #fff;
    height: 60px;
    color: #666;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.df-share-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    margin: 3px;
    color: #aaa;
}

.df-share-button:hover {
    color: #444;
}

.df-ui-btn {
    position: relative;
    width: 35px;
    right: 0;
    height: 40px;
    font-size: 17px;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    padding: 12px 5px;
    /* -webkit-border-radius: 3px; */
    line-height: 1;
}

.df-floating .df-ui-controls > .df-ui-btn:first-child {
    border-radius: 5px 0 0 5px;
}

.df-floating .df-ui-controls > .df-ui-btn:last-child {
    border-radius: 0 5px 5px 0;
}

.df-ui-btn:before {
    box-sizing: border-box;
}

.df-ui-fit, .df-ui-thumbnail {
}

.df-ui-thumbnail, .df-ui-share, .df-ui-outline, .df-ui-help, .df-ui-sound {
    float: left;
}

.df-ui-zoomin, .df-ui-zoomout {
}

.df-ui-btn:hover {
    color: #00ACCE;
}

.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
    color: #ccc;
}

.df-ui-share:before {
}

.df-ui-page {
    padding: 8px 5px 2px;
    font-size: 12px;
    width: auto;
    width: 50px;
    margin: 0 0;
    /* border-right: 1px solid #ddd; */
    border-radius: 0;
    /* float: left !important; */
    background-color: rgba(0, 0, 0, 0.03);
}

.df-ui-page input {
    width: 100%;
    background-color: transparent;
    height: 25px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid rgb(143, 143, 143);
    text-align: center;
    vertical-align: top;
    color: transparent;
    font-size: 14px;
    top: 0;
    box-sizing: border-box;
    z-index: -1;
    display: inline-block;
    opacity: 0;
}

.df-ui-page input:focus {
    z-index: 2;
    opacity: 1;
    color: inherit;
}

.df-ui-page input:focus + label {
    opacity: 0;
    display: none;
}

.df-ui-page label {
    position: absolute;
    height: 30px;
    width: 100%;
    display: block;
    top: 0;
    padding-top: 14px;
    /* letter-spacing: 0.5px; */
    line-height: 1.1em; /*it was getting overwritten in some theme*/
    color: #999;
    font-size: 13px;
    /* vertical-align: top; */
    font-weight: normal;
    left: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    box-sizing: border-box;
    /* border: 1px solid rgba(0, 0, 0, 0.11); */
}

.df-ui-share {
    float: left;
}

.df-ui-share:before {
}

.df-ui-fullscreen {
    bottom: 0;
}

.df-ui-fullscreen:before {
}

.df-ui-zoom {
    top: 24px;
    height: 60px;
    right: 24px;
    width: 30px;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.df-ui-sidemenu-close {
    position: absolute;
    top: 10px;
    right: -32px;
    font-size: 14px;
    width: 32px;
    height: 35px;
    cursor: pointer;
    padding: 10px 0px;
    background: inherit;
    border-radius: 0 5px 5px 0;
    z-index: -1;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.df-ui-controls {
    bottom: 0;
    width: 100%;
    /* border-radius: 5px; */
    height: 40px;
    padding: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
				 not supported by any browser */
    z-index: 4;
    /* bottom: 15px; */
    display: block;
}

.df-floating .df-ui-controls {
    bottom: 10px;
    width: auto;
    /*noinspection CssInvalidPropertyValue*/
    width: intial; /*IE fallback*/
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
    display: table; /*IE fallback*/
    display: flex;
    border-radius: 5px;
}

.df-floating.df-controls-top .df-ui-controls {
    bottom: auto;
    /*noinspection CssInvalidPropertyValue*/
    bottom: intial; /*IE fallback*/
    top: 10px;
}

.df-floating.df-controls-hide .df-ui-controls {
    display: none;
}

.df-ui-wrapper.df-ui-controls .df-ui-btn {
    /* display: table-cell; */
    float: none;
}

.df-ui-size {
    bottom: 24px;
    height: 60px;
    right: 24px;
}

.df-ui-zoom:before, .df-ui-size:before {
    height: 0;
    border-bottom: 1px solid;
    content: " ";
    right: 5px;
    opacity: 0.3;
    display: block;
    position: absolute;
    top: 30px;
    left: 5px;
    z-index: 2;
}

.df-ui-zoomin {
    top: 0;
}

.df-ui-zoomin:before {
}

.df-ui-zoomout {
    bottom: 0;
}

.df-ui-btn.df-ui-zoomout {
    /* display: none; */
}

.df-zoom-enabled .df-ui-btn.df-ui-zoomout {
    /* display: block; */
}

.df-zoom-enabled .df-ui-btn.df-ui-zoomin {
    /* display: none; */
}

.df-ui-zoomout:before {
}

.df-ui-next {
    right: 24px;
    right: 0;
    border-radius: 0;
    /* background-color: rgba(255, 255, 255, 0.5); */
}

.df-container.df-floating > .df-ui-next {
    right: 8px;
}

.df-container.df-floating > .df-ui-prev {
    left: 2px;
}

.df-container > .df-ui-next, .df-container > .df-ui-prev {
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); */
    opacity: 0.3;
    background-color: transparent;
    height: auto;
    height: initial;
    font-size: 36px;
    color: #000;
    width: auto;
    text-align: center;
    width: initial;
}

.df-container > .df-ui-next:hover, .df-container > .df-ui-prev:hover {
    opacity: 0.7;
}

.df-container.df-floating > .df-ui-next, .df-container.df-floating > .df-ui-prev {
    border-radius: 50%;
    width: 40px;
}

.df-ui-next:before {
}

.df-ui-prev {
    left: 0;
    right: auto;
    border-radius: 0;
}

.df-ui-prev:before {
}

.df-ui-alt {
    position: relative !important;
    right: auto;
    right: initial;
    left: auto;
    left: initial;
    box-shadow: none !important;
}

.df-ui-alt.df-ui-next,
.df-ui-alt.df-ui-prev {
    /* display: none !important; */
}

.df-ui-alt.df-ui-next {
    border-right: 1px solid #ddd;
}

.df-ui-start {
}

.df-ui-start:before {
}

.df-ui-end {
}

.df-ui-end:before {
}

.df-ui-thumbnail:before {
}

.df-ui-outline:before {
}

.df-ui-btn.df-active {
    color: #00ACCE;
    background-color: #e7e7e7;
}

.df-ui-fit {
    display: none;
}

.df-ui-zoomin, .df-ui-zoomout, .df-ui-fullscreen, .df-ui-more {
    float: right;
}

.df-ui-fit {
    top: 0;
}

.df-ui-fit:before {
}

.df-ui-fit.button-fit-active:before {
}

.df-page-content div {
}

.df-ui-more .more-container {
    display: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 8px !important;
    right: 10px;
    background-color: #f7f7f7;
    z-index: 20;
    border-radius: 5px;
    /* overflow: hidden; */
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}

.df-controls-top .df-ui-more .more-container {
    bottom: auto;
    bottom: initial;
    margin-top: 8px !important;
    top: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.more-container:before {
    content: " ";
    position: absolute;
    border: solid transparent;
    border-width: 7px;
    border-top-color: #eee;
    height: 0;
    width: 0;
    bottom: -14px; /* background-color: white; */
    right: 13px;
    margin-right: -8px;
    pointer-events: none;
}

.df-controls-top .more-container:before {
    border: solid transparent;
    border-bottom-color: #eee;
    border-width: 7px;
    top: -14px;
}

.more-container .df-ui-btn {
    width: auto;
    width: initial;
    width: 170px;
    text-align: left;
    padding: 8px 10px;
    height: 36px;
    border-top: 1px solid #e4e4e4;
    border-radius: 0;
}

.more-container .df-ui-btn:hover {
    background-color: #eee;
}

.more-container > .df-ui-btn:first-child {
    border-radius: 5px;
    border-top: none;
}

.more-container > .df-ui-btn:last-child {
    border-radius: 0 0 5px 5px;
}

.more-container .df-ui-btn:before {
    position: absolute;
    top: 11px;
    font-size: 14px;
}

.df-ui-btn span {
    display: none;
}

.more-container .df-ui-btn span {
    font-size: 12px;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block;
}

.df-ui-more.df-active .more-container {
    display: block;
}

.annotationLayer section,
.annotationDiv section,
.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation,
.linkAnnotation,
.highlightAnnotation,
.popupAnnotation {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    pointer-events: all;
    /* border: none !important; */
}

.annotationDiv .popupWrapper {
    position: absolute;
    width: 20em;
}

.annotationDiv .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #FFFF99;
    box-shadow: 0px 2px 5px #333;
    border-radius: 2px;
    padding: 0.6em;
    margin-left: 5px;
    cursor: pointer;
    word-wrap: break-word;
}

.annotationDiv .popup h1 {
    font-size: 1em;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.2em;
}

.annotationDiv .popup p {
    padding-top: 0.2em;
}

.annotationDiv .highlightAnnotation,
.annotationDiv .underlineAnnotation,
.annotationDiv .squigglyAnnotation,
.annotationDiv .strikeoutAnnotation,
.annotationDiv .fileAttachmentAnnotation {
    cursor: pointer;
}

.annotationDiv .textAnnotation img {
    position: absolute;
    cursor: pointer;
}

section.linkAnnotation a {
    display: block;
    height: 100%;
}

section.linkAnnotation a,
a.linkAnnotation,
a.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation {
    background-color: transparent;
    background-color: rgb(255, 255, 0);
    /* border-bottom: 1px solid #2196F3; */
    opacity: 0.1;
}

a.customLinkAnnotation {
    /* opacity: 0.15; */
}

section.linkAnnotation a:hover,
a.linkAnnotation:hover,
.highlightAnnotation:hover,
a.customLinkAnnotation:hover {
    opacity: 0.4;
    border-color: transparent;
    background-color: #2196F3;
}

.annotationDiv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

section.linkAnnotation a .annotationLayer >
a {
    display: block;
    position: absolute;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

section.linkAnnotation a.internalLink:hover {
}

.df-page-loading:after, .df-page-loading:before {
    content: " ";
    height: 44px;
    width: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px -22px;
}

.df-page-loading:before {
    background-color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    /* box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4); */
    box-sizing: border-box;
}

.df-page-loading:after {
    background-image: url("../grafik/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.df-thumb-container .df-vrow {
    height: 124px;
    left: 0;
    width: 90%;
    margin: 10px auto;
    background-position: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    right: 0;
    border-radius: 5px;
    /* opacity: 0.7; */
}

.df-thumb-container .df-vrow:before {
    content: "";
    background-image: url("../grafik/loading.gif");
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: block;
    top: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.df-thumb-container .df-vrow:hover {
    background-color: #bbb;
}

.df-floating .df-thumb-container .df-vrow:hover {
    background-color: #ccc;
    opacity: 1;
}

.df-thumb-container .df-vrow.df-thumb-loaded {
    background-size: contain; /* opacity: 1; */
}

.df-thumb-container .df-vrow.df-thumb-loaded:before {
    display: none;
}

.df-vrow > div { /* padding: 25%; */
    height: 20px;
    background-color: rgba(170, 170, 170, 0.54);
    width: 40px;
    margin: 0 auto;
}

.df-sidemenu {
    float: left;
    width: 220px;
    height: auto !important;
    position: absolute !important;
    top: 0;
    z-index: 3;
    transition: 0.5s transform ease;
    -webkit-transition: 0.5s -webkit-transform ease;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    left: -50px;
    background-color: rgba(238, 238, 238, 0.9);
}

.df-rtl .df-sidemenu {
    left: auto;
    left: initial;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    right: -50px;
    direction: rtl;
}

.df-thumb-container {
    text-align: center;
}

.df-outline-container {
    color: #666;
    font-size: 12px;
}

.df-outline-wrapper, .df-thumb-wrapper {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38);
}

.df-outline-wrapper {
    overflow: auto;
    padding: 10px 10px 5px 10px;
}

.df-floating .df-outline-container, .df-floating .df-thumb-container {
    bottom: 0;
}

.df-sidemenu.df-sidemenu-visible {
    display: block;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    left: 0;
}

.df-outline-toggle {
    cursor: pointer;
    float: left;
    width: 18px;
    padding: 5px 0;
    margin-left: -18px;
    text-align: center;
}

.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
    display: none;
}

.df-outline-items > .df-outline-item {
    margin-left: 18px; /* padding: 5px 0; */
}

.df-outline-item a:hover, .df-outline-toggle:hover {
    background-color: #e7e7e7;
}

.df-outline-item a {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    padding: 5px 0 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis; /* white-space: nowrap; */
    border: none !important;
    box-shadow: none !important;
}

.df-outline-toggle:before {
    content: "\e64b";
    font-size: 10px;
    font-family: 'themify';
}

.df-outline-toggle.df-outlines-hidden:before {
    content: "\e649";
}

.df-lightbox-wrapper {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
    left: 0;
    background-color: white;
    z-index: 99999;
}

.df-lightbox-controls { /* height: 40px; */
    float: right;
    padding: 5px;
    z-index: 1000;
    position: relative;
}

.df-lightbox-close {
    float: right;
    height: 40px;
    text-align: center;
    font-size: 50px;
    cursor: pointer; /* line-height: 30px; */
    color: #444; /* padding: 5px; */
    border-radius: 50%;
    /* border: 1px solid; */
    border-color: transparent;
    width: 40px;
    background-color: transparent;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.df-lightbox-close:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.21); /* border-color: black; */
    border-color: black;
}

.df-lightbox-close:before {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 24px;
}

.df-lightbox-wrapper .df-container {
    position: absolute !important;
    width: 100%;
    top: 0;
    bottom: 0;
    height: auto !important;
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-next,
.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-prev { /* display: none; */
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page {
    display: none !important;
}

._df_button, ._df_thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

._df_button {
    padding: 5px 15px;
    background-color: #444;
    background: #0085ba;
    color: white;
    font-size: 14px;
    border-color: #0073aa #006799 #006799;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

._df_thumb {
    border: none;
    width: 180px;
    height: 250px;
    text-align: center;
}

._df_thumb {
    cursor: pointer;
    /* background-color: #eee; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    display: inline-block;
    -webkit-transform-style: flat;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    margin: 30px 7px 10px;
    /*-webkit-perspective: 1200px;*/
    -moz-perspective: 1200px;
    perspective: 1200px;
}

._df_books ._df_thumb, ._df_books .df-dummy {
    width: 140px;
    height: 200px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 20px 10px;
    /* clear: left; */
    vertical-align: top;
}

._df_books .df-dummy {
}

._df_thumb[thumbtype="img"] {
    height: auto;
}

._df_thumb[thumbtype="img"] img {
    width: 100%;
}

._df_book-cover {
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: left;
    transform-origin: left;
    top: 0;
    background-color: #eee;
    position: absolute;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

._df_thumb ._df_book-title {
    bottom: -100%;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px;
    font-size: 12px;
    background: rgba(1, 163, 163, 0.87);
    background: rgba(60, 60, 60, 0.8);
    box-sizing: border-box;
    display: block;
    color: white;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    opacity: 0;
}

._df_thumb ._df_book-tag {
    float: left;
    padding: 0 4px 20px;
    background-color: rgba(0, 0, 0, 0.26);
    text-transform: uppercase;
    font-size: 10px;
    margin: -15px 0 0 2px;
    z-index: -1;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

._df_thumb:hover ._df_book-title,
._df_thumb-not-found ._df_book-title {
    opacity: 1;
    bottom: 0;
}

._df_thumb:hover ._df_book-title i {
    /* font-size: 1em; */
}

._df_thumb:hover {
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.40); */
}

._df_thumb:hover ._df_book-cover {
    -webkit-transform: rotateY(-20deg) rotateZ(0deg);
    -moz-transform: rotateY(-20deg) rotateZ(0deg);
    -ms-transform: rotateY(-20deg) rotateZ(0deg);
    transform: rotateY(-20deg) rotateZ(0deg);
    box-shadow: 3px 0 12px rgba(0, 0, 0, 0.60);
}

.df-webkit ._df_thumb:hover ._df_book-cover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 1px 0 12px rgba(0, 0, 0, 0.60);
}

._df_books {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 20px 5px 150px;
}

._df_books-break {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase; /* text-shadow: 0 -1px 0 rgba(85, 85, 85, 0.31); */
}

._df_books-break:after {
    content: " ";
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.24);
    display: block;
    margin: 10px auto;
}

.df-page-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.df-container ::-webkit-scrollbar {
    width: 8px;
}

.df-container ::-webkit-scrollbar-button {
    height: 8px;
}

.df-container ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border: 0 none #ffffff;
    border-radius: 100px; /* margin-right: 5px; */
}

.df-container ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

.df-container ::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.5);
}

.df-container ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.20);
    border: 0 none #ffffff;
    border-radius: 100px;
}

.df-container ::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.2);
}

.df-container ::-webkit-scrollbar-track:active {
    background: rgba(0, 0, 0, 0.15);
}

.df-container ::-webkit-scrollbar-corner {
    background: transparent;
}

.df-skipTransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.df-container.df-fullscreen {
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.df-container.df-double-internal .df-page-front {
    background-position: left;
    background-size: cover;
}

.df-container.df-double-internal .df-page-back {
    background-position: right;
    background-size: cover;
}

.customHtmlAnnotation iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.df-rtl .more-container .df-ui-btn {
    text-align: right;
    direction: rtl;
}

.df-rtl .more-container .df-ui-btn:before {
    right: 10px;
}

.df-rtl .more-container .df-ui-btn span {
    padding: 0;
    padding-right: 20px;
}

.df-rtl .df-outline-items > .df-outline-item {
    margin: 0 18px 0 0;
    text-align: right;
    direction: rtl;
}

.df-rtl .df-outline-toggle {
    float: right;
    margin: 0 -18px 0 0;
}

.df-rtl .df-outline-toggle.df-outlines-hidden:before {
    content: "\e64a";
}

.df-rtl .df-sidemenu.df-sidemenu-visible {
    left: auto;
    left: initial;
    right: 0;
}

.df-rtl .df-ui-sidemenu-close {
    right: auto;
    right: initial;
    left: -32px;
    border-radius: 5px 0 0 5px;
}


/*************************************************************************************************************************************/
/* SOCIAL MEDIA FEED ELEMENTE */
/*************************************************************************************************************************************/
.social_feed_element {
    overflow: visible;
    padding: 0;
    width: 100%
}

.social_feed_element.extended .inner a {
    display: inline;
    padding: 0;
    color: #1b95e0
}

.social_feed_element.extended .inner a:hover {
    text-decoration: underline
}

.social_feed_element.extended .inner > figure {
    padding: 0
}

.social_feed_element.extended a.more {
    padding: 0;
    font-size: 14px;
    color: #1b95e0;
    font-weight: 700;
    display: block
}

.social_feed_element.extended a.more:hover {
    text-decoration: underline
}

.social_feed_element.extended .inner {
    padding: 0 20px 20px
}

.social_feed_element.extended p:first-child {
    margin-top: 0
}

.social_feed_element.extended p:last-child {
    margin-bottom: 0
}

.social_feed_element .inner {
    background: #f2f2f2;
    padding: 0;
    margin: 30px 10px 10px;
    position: relative;
    word-break: break-word;
    border-top: 5px solid #c1c1c1
}

.social_feed_element .inner a {
    padding: 0 20px;
    display: block;
    border: none !important;
}

.social_feed_element .inner > figure {
    padding: 0 20px
}

.social_feed_element .ce_text {
    padding: 15px 0;
    color: #333;
    margin: 0
}

.social_feed_element .icon {
    position: static;
    text-indent: 0
}

.social_feed_element .icon img {
    position: absolute;
    top: -20px;
    border-radius: 100%;
    max-width: 50px
}

.social_feed_element .icon .image-wrapper:not(.loaded) {
    height: 0 !important
}

.social_feed_element .info {
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
    font-size: 14px;
    color: #989898;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.social_feed_element .info img {
    width: 15px;
    margin-left: 10px
}

.social_feed_element .title {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.social_feed_element a {
    color: #333;
    text-decoration: none;
}

.social_feed_element .ce_text {
    font-size: 14px
}

.social_feed_element .fa {
    font-size: 18px;
    padding-left: 5px
}

.social_feed_element .image_container > a {
    padding: 0
}

.social_feed_element .image_container img {
    width: 100%;
    height: 100%;
}

.social_feed_container {
    width: calc(100% + 30px);
    margin-left: -15px;
    font-family: sans-serif
}

.social_feed_container:not(.masonry) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social_feed_container:not(.masonry).columns2 .social_feed_element {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.social_feed_container:not(.masonry).columns3 .social_feed_element {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.social_feed_container:not(.masonry).columns4 .social_feed_element {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.social_feed_container.masonry.columns2 .social_feed_element, .social_feed_container.masonry.columns3 .social_feed_element, .social_feed_container.masonry.columns4 .social_feed_element {
    float: left
}

.social_feed_container.masonry.columns2 .social_feed_element {
    width: 50%
}

.social_feed_container.masonry.columns3 .social_feed_element {
    width: 33.33%
}

.social_feed_container.masonry.columns4 .social_feed_element {
    width: 25%
}

@media (max-width: 767px) {
    .social_feed_container {
        width: 100%;
        margin-left: 0
    }

    .social_feed_container:not(.masonry).columns2 .social_feed_element,
    .social_feed_container:not(.masonry).columns3 .social_feed_element,
    .social_feed_container:not(.masonry).columns4 .social_feed_element {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .social_feed_container.masonry.columns2 .social_feed_element,
    .social_feed_container.masonry.columns3 .social_feed_element,
    .social_feed_container.masonry.columns4 .social_feed_element {
        float: none;
        width: 100%
    }
}


/*************************************************************************************************************************************/
/* COOKIEBAR  */
/*************************************************************************************************************************************/
@charset "UTF-8";
.contao-cookiebar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    padding: 15px;
    max-height: 100vh;
    box-sizing: border-box;
    pointer-events: none;
    overflow: hidden;
}

.contao-cookiebar * {
    box-sizing: border-box;
}

.contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left;
}

.contao-cookiebar.cc-top .cc-inner {
    vertical-align: top;
}

.contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom;
}

.contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle;
}

.contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-left {
    text-align: left;
}

.contao-cookiebar.cc-right {
    text-align: right;
}

.contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0;
}

.contao-cookiebar .cc-head p {
    margin-bottom: 15px;
}

.contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5;
}

.contao-cookiebar .cc-btn:hover {
    background: #ececec;
}

.contao-cookiebar .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff;
}

.contao-cookiebar .cc-btn.success:hover {
    background: #4c933f;
}

.contao-cookiebar .cc-btn:last-child {
    margin-bottom: 0;
}

.contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem;
}

.contao-cookiebar label.group {
    font-weight: 600;
}

.contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0;
}

.contao-cookiebar input + label {
    padding: 8px 13px 8px 50px;
    cursor: pointer;
}

.contao-cookiebar input + label:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 35px;
    height: 18px;
    margin: 0;
    box-sizing: content-box;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #9c9b99;
    transition: border-color .2s;
}

.contao-cookiebar input + label:after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #9c9b99;
    transition: background .2s, margin-left .2s, padding .2s;
}

.contao-cookiebar input + label:active:after {
    padding-left: 5px;
}

.contao-cookiebar input.cc-group-half + label:after {
    background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%);
}

.contao-cookiebar input:checked + label:after {
    background: #399d32;
    margin-left: 17px;
}

.contao-cookiebar input:checked + label:active:after {
    margin-left: 12px;
}

.contao-cookiebar input:checked + label:before {
    background: #dcf3db;
    border-color: #399d32;
}

.contao-cookiebar input:disabled + label {
    pointer-events: none;
}

.contao-cookiebar input:disabled + label:after {
    background: #c8c7c5;
}

.contao-cookiebar input:disabled + label:before {
    background: #f4f4f4;
    border-color: #c8c7c5;
}

.contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards;
}

@media (min-width: 768px) {
    .contao-cookiebar .cc-btn {
        width: auto;
        margin-bottom: 0;
    }

    .contao-cookiebar .cc-inner {
        max-width: 750px;
    }
}

@keyframes cookiebar-overlay-in {
    0% {
        background: rgba(0, 0, 0, 0);
    }
    100% {
        background: rgba(0, 0, 0, 0.75);
    }
}

@keyframes cookiebar-overlay-out {
    0% {
        background: rgba(0, 0, 0, 0.75);
    }
    100% {
        background: rgba(0, 0, 0, 0);
        visibility: hidden;
    }
}

@keyframes cookiebar-top-in {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cookiebar-top-out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
    }
}

@keyframes cookiebar-middle-in {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes cookiebar-middle-out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
    }
}

@keyframes cookiebar-bottom-in {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cookiebar-bottom-out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
    }
}

.cookiebar_default {
    color: #444444;
}

.cookiebar_default p {
    color: #868686;
    line-height: 1.4;
}

.cookiebar_default .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}

.cookiebar_default .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cookiebar_default .cc-group > label {
    flex-grow: 1;
    margin: 5px 0 5px 10px;
}

.cookiebar_default .cc-group .cc-detail-btn {
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    padding: 8px 10px;
    line-height: 1.2rem;
}

.cookiebar_default .cc-group .cc-detail-btn span:nth-child(2) {
    display: none;
}

.cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
    display: none;
}

.cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
    display: inline;
}

.cookiebar_default .cc-group .cc-detail-btn:hover {
    color: #717171;
}

.cookiebar_default .cc-group .cc-detail-btn-details {
    display: inline-block;
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 10px;
}

.cookiebar_default .cc-group .cc-detail-btn-details span:nth-child(2) {
    display: none;
}

.cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
    display: none;
}

.cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
    display: inline;
}

.cookiebar_default .cc-group .cc-detail-btn-details:hover {
    color: #717171;
}

.cookiebar_default .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px;
}

.cookiebar_default .cc-cookies > p {
    font-size: 0.875rem;
}

.cookiebar_default .cc-cookies > p, .cookiebar_default .cc-cookies > .cc-cookie {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
}

.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info {
    font-size: 0.875rem;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info > div + div {
    margin-top: 5px;
}

.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
    margin-top: 15px;
}

.cookiebar_default .cc-cookies .cc-cookie .cc-cookie-desc > p {
    margin-bottom: 0;
}

.cookiebar_default .cc-cookies .cc-cookie label.cookie + p, .cookiebar_default .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .cookiebar_default .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
    margin-top: 10px;
}

.cookiebar_default .cc-cookies .cc-cookie p {
    margin: 0 0 15px;
    font-size: 0.875rem;
}

.cookiebar_default .cc-footer, .cookiebar_default .cc-info {
    text-align: center;
}

.cookiebar_default .cc-info {
    margin-top: 15px;
}

.cookiebar_default .cc-info > p {
    font-size: 0.875rem;
}

.cookiebar_default .cc-info > a {
    display: inline-block;
    font-size: 0.813rem;
    color: #a2a2a2;
    text-decoration: none;
}

.cookiebar_default .cc-info > a:hover {
    color: #717171;
}

.cookiebar_default .cc-info > a + a:before {
    display: inline-block;
    content: '·';
    margin-right: 5px;
}

@charset "UTF-8";
.contao-cookiebar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    padding: 15px;
    max-height: 100vh;
    box-sizing: border-box;
    pointer-events: none;
    overflow: hidden;
}

.contao-cookiebar * {
    box-sizing: border-box;
}

.contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left;
}

.contao-cookiebar.cc-top .cc-inner {
    vertical-align: top;
}

.contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom;
}

.contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle;
}

.contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-left {
    text-align: left;
}

.contao-cookiebar.cc-right {
    text-align: right;
}

.contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0;
}

.contao-cookiebar .cc-head p {
    margin-bottom: 15px;
}

.contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5;
}

.contao-cookiebar .cc-btn:hover {
    background: #ececec;
}

.contao-cookiebar .cc-btn:last-child {
    margin-bottom: 0;
}

.contao-cookiebar .grayscale .cc-btn {
    background: #f1efef;
}

.contao-cookiebar .grayscale .cc-btn:hover {
    background: #ececec;
}

.contao-cookiebar .grayscale .cc-btn.success {
    background: #fbfbfb;
}

.contao-cookiebar .grayscale .cc-btn.success:hover {
    background: #f7f7f7;
}

.contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
    background: #4c933f;
}

.contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem;
}

.contao-cookiebar label.group {
    font-weight: 600;
}

.contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0;
}

.contao-cookiebar input + label {
    padding: 8px 13px 8px 50px;
    cursor: pointer;
}

.contao-cookiebar input + label:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 35px;
    height: 18px;
    margin: 0;
    box-sizing: content-box;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #9c9b99;
    transition: border-color .2s;
}

.contao-cookiebar input + label:after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #9c9b99;
    transition: background .2s, margin-left .2s, padding .2s;
}

.contao-cookiebar input + label:active:after {
    padding-left: 5px;
}

.contao-cookiebar input.cc-group-half + label:after {
    background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%);
}

.contao-cookiebar input:checked + label:after {
    background: #399d32;
    margin-left: 17px;
}

.contao-cookiebar input:checked + label:active:after {
    margin-left: 12px;
}

.contao-cookiebar input:checked + label:before {
    background: #dcf3db;
    border-color: #399d32;
}

.contao-cookiebar input:disabled + label {
    pointer-events: none;
}

.contao-cookiebar input:disabled + label:after {
    background: #c8c7c5;
}

.contao-cookiebar input:disabled + label:before {
    background: #f4f4f4;
    border-color: #c8c7c5;
}

.contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards;
}

.contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards;
}

@media (min-width: 768px) {
    .contao-cookiebar .cc-btn {
        width: auto;
        margin-bottom: 0;
    }

    .contao-cookiebar .cc-inner {
        max-width: 750px;
    }
}

@keyframes cookiebar-overlay-in {
    0% {
        background: rgba(0, 0, 0, 0);
    }
    100% {
        background: rgba(0, 0, 0, 0.75);
    }
}

@keyframes cookiebar-overlay-out {
    0% {
        background: rgba(0, 0, 0, 0.75);
    }
    100% {
        background: rgba(0, 0, 0, 0);
        visibility: hidden;
    }
}

@keyframes cookiebar-top-in {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cookiebar-top-out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
    }
}

@keyframes cookiebar-middle-in {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes cookiebar-middle-out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
    }
}

@keyframes cookiebar-bottom-in {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cookiebar-bottom-out {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
    }
}

.cookiebar_simple {
    color: #444444;
}

.cookiebar_simple p {
    color: #868686;
    line-height: 1.4;
}

.cookiebar_simple .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}

.cookiebar_simple .cc-groups {
    display: none;
    padding-top: 15px;
}

.cookiebar_simple .cc-groups .cc-group {
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.cookiebar_simple .cc-groups .cc-group > label {
    margin: 5px 130px 5px 10px;
}

.cookiebar_simple .cc-cookies {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px;
}

.cookiebar_simple .cc-cookies > p {
    font-size: 0.875rem;
}

.cookiebar_simple .cc-cookies > p, .cookiebar_simple .cc-cookies > .cc-cookie {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
}

.cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info {
    font-size: 0.875rem;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info > div + div {
    margin-top: 5px;
}

.cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
    margin-top: 15px;
}

.cookiebar_simple .cc-cookies .cc-cookie .cc-cookie-desc p {
    margin-bottom: 0;
}

.cookiebar_simple .cc-cookies .cc-cookie label.cookie + p, .cookiebar_simple .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .cookiebar_simple .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
    margin-top: 10px;
}

.cookiebar_simple .cc-cookies .cc-cookie p {
    margin: 0 0 15px;
    font-size: 0.875rem;
}

.cookiebar_simple .cc-footer, .cookiebar_simple .cc-info {
    text-align: center;
}

.cookiebar_simple .cc-detail-btn-details {
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 10px;
}

.cookiebar_simple .cc-detail-btn-details span:nth-child(2) {
    display: none;
}

.cookiebar_simple .cc-detail-btn-details.cc-active span:nth-child(1) {
    display: none;
}

.cookiebar_simple .cc-detail-btn-details.cc-active span:nth-child(2) {
    display: inline;
}

.cookiebar_simple .cc-detail-btn-details:hover {
    color: #717171;
}

.cookiebar_simple .cc-info {
    margin-top: 15px;
}

.cookiebar_simple .cc-info > p {
    font-size: 0.875rem;
}

.cookiebar_simple .cc-info > a {
    display: inline-block;
    font-size: 0.813rem;
    color: #a2a2a2;
    text-decoration: none;
}

.cookiebar_simple .cc-info > a:hover {
    color: #717171;
}

.cookiebar_simple .cc-info > a + a:before {
    display: inline-block;
    content: '·';
    margin-right: 5px;
}

/*
 * Kunden Portal Umfrage
 */
div.formular-answers-top-down fieldset.formular-answers-top-down span,
.formular-answers-top-down span {
    display: inline-block;
    width: 100% !important;
    height: 35px;
}

form.umfrage div fieldset div.widget-textarea label {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 500;
}

form.umfrage div fieldset div fieldset.checkbox_container span,
div.formular-answers-top-down fieldset.formular-answers-top-down span,
form.umfrage div fieldset div fieldset span {
    display: inline-block;
    width: 100% !important;
    height: 35px;
}

form.umfrage div fieldset div fieldset.checkbox_container span label {
    width: 90% !important;
}

form.umfrage div fieldset div.widget-textarea textarea {
    width: 98%;
    margin-bottom: 30px;
}

form.umfrage.kunden-portal div div button.submit {
    width: 100%;
}

form.umfrage div div label.error {
    float: unset;
}

form.umfrage div div p.error {
    float: left;
    width: 100%;
    font-size: 0.8em;
}

form.umfrage div div input.error {
    width: 20%;
}

form.umfrage div div span.error {
    float: left;
    width: 30%;
    display: inline-block;
}

form.umfrage div div.error {
    border: 2px solid red;
    padding: 10px;
    margin-bottom: 30px;
}

/*
 * altcha
 */

.altcha-checkbox {
    padding-top: 22px;
}

.produktdetail-right .altcha-checkbox {
    padding-top: 0px;
}

.produktdetail-right .altcha-label label {
    min-width: 120px;
}

form.kundenzufriedenheit fieldset.radio_container > span:not(:first-child) {
  float: left;
  clear: left;
}

form.kundenzufriedenheit div.formbody div.ripple-button {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}

form.kundenzufriedenheit div.formbody div.ripple-button button.submit.ripple {
  width: 30%;
}

form.kundenzufriedenheit div div.widget-altcha {
  display: flex;
  justify-content: center;
}

/** Ripple effect Kundenzufriedenheit **/
form.kundenzufriedenheit div div.ripple-button button {
    background-position: center !important;
    transition: background 0.8s !important;
}

form.kundenzufriedenheit div .ripple-button button:hover {
    background: #033c6b radial-gradient(circle, transparent 1%, #033c6b 1%) center/15000% !important;
    color: white;
}

form.kundenzufriedenheit div .ripple-button button:active {
    background-color: #101e39 !important;
    background-size: 100% !important;
    transition: background 0s !important;
    color: white
}

body.kundenzufriedenheit div div div.inside div.block p.back {
    /* background-color: #787b7e !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 150px;
    right: 30px;
    z-index: 1000; */
    display: none;
}

div.cp-form > form > div > div > div >label {
    min-width: 126px;
    display: inline-block;
    margin-bottom: 0;
}
div.cp-form > form > div > div.fields {
    margin-bottom: 1em;
}
div.cp-form > form > div > div > button {
    padding: 5px 10px;
}

/* Calculator */
label[for="radio_SA"], label[for="radio_SB"], label[for="radio_SC"] {
    width: 80%;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 0px !important;
}

label[for="print_neutral"] {
    width: 50%;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 0 !important;
}

#loadcarryingarea_t, #loadcarryingarea_q,
#loadcarryingarea_t_cl, #loadcarryingarea_q_cl, #loadcarryingarea_t_pl, #loadcarryingarea_q_pl {
    text-align: right;
    padding-right: 5px;
}

@media (max-width: 500px) {
    .right-mobile-none {
        display: none;
    }
}

@media (max-width: 800px) {
    .header-width-top3 figure {
        width: 120%;
    }
}

.i-over-wrap div h1 {
    overflow-wrap: break-word !important;
}
.i-over-wrap .ce_image.block .image_container img {
    width: 100%;
    height: auto;
}
.siegel-img figure {
    margin: 0 122px;
}