﻿/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body, form, figure {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

header, footer, nav, section, aside, article, figure, figcaption {
    display: block;
}

body {
    font-size: 100.01%;
    min-width: 1075px;
}

select, input, textarea {
    font-size: 99%;
}

#container, .inside {
    position: relative;
}

#main, #left, #right {
    float: left;
    position: relative;
}

#main {
    width: 100%;
}

#left {
    margin-left: -100%;
}

#right {
    margin-right: -100%;
}

#footer {
    clear: both;
}

#main .inside {
    min-height: 1px;
}

.ce_gallery > ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

    .ce_gallery > ul li {
        float: left;
    }

        .ce_gallery > ul li.col_first {
            clear: left;
        }

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.block {
    overflow: hidden;
}

.clear, #clear {
    height: .1px;
    font-size: .1px;
    line-height: .1px;
    clear: both;
}

.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.custom {
    display: block;
}

    #container:after, .custom:after {
        content: "";
        display: table;
        clear: both;
    }

@charset "utf-8";

/*  https://www.brueckner-textile.com/files/theme/css/fonts/ */

/*@font-face {
    font-family: 'generis';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/generissimplecom-light_0.eot");
    src: url("../fonts/generissimplecom-light_0.eot") format('embedded-opentype'), url("../fonts/generissimplecom-light_0.woff2") format('woff2'), url("../fonts/generissimplecom-light_0.woff") format('woff'), url("../fonts/generissimplecom-light_0.ttf") format('truetype'), url("../fonts/generissimplecom-light_0.svg#GenerisSimpleComLight") format('svg');
}

@font-face {
    font-family: 'generis';
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/generissimplecom-regular_0.eot");
    src: url("../fonts/generissimplecom-regular_0.eot") format('embedded-opentype'), url("../fonts/generissimplecom-regular_0.woff2") format('woff2'), url("../fonts/generissimplecom-regular_0.woff") format('woff'), url("../fonts/generissimplecom-regular_0.ttf") format('truetype'), url("../fonts/generissimplecom-regular_0.svg#GenerisSimpleComRegular") format('svg');
}

@font-face {
    font-family: 'generis';
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/generissimplecom-bold_0.eot");
    src: url("../fonts/generissimplecom-bold_0.eot") format('embedded-opentype'), url("../fonts/generissimplecom-bold_0.woff2") format('woff2'), url("../fonts/generissimplecom-bold_0.woff") format('woff'), url("../fonts/generissimplecom-bold_0.ttf") format('truetype'), url("../fonts/generissimplecom-bold_0.svg#GenerisSimpleComBold") format('svg');
}*/

@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        left: -5px;
        background: #fff;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url("../../files/theme/img/bxslider/bx_loader.gif") center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .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:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url("../../files/theme/img/bxslider/controls.png") no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url("../../files/theme/img/bxslider/controls.png") no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .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: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .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;
            background: url("../../files/theme/img/bxslider/controls.png") -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url("../../files/theme/img/bxslider/controls.png") -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .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;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

    #fancybox-buttons.top {
        top: 10px;
    }

    #fancybox-buttons.bottom {
        bottom: 10px;
    }

    #fancybox-buttons ul {
        display: block;
        width: 166px;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        border: 1px solid #111;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        background: rgb(50,50,50);
        background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
        background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    }

        #fancybox-buttons ul li {
            float: left;
            margin: 0;
            padding: 0;
        }

    #fancybox-buttons a {
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-image: url("../../files/theme/img/fancybox/fancybox_buttons.png");
        background-repeat: no-repeat;
        outline: none;
        opacity: 0.8;
    }

        #fancybox-buttons a:hover {
            opacity: 1;
        }

        #fancybox-buttons a.btnPrev {
            background-position: 5px 0;
        }

        #fancybox-buttons a.btnNext {
            background-position: -33px 0;
            border-right: 1px solid #3e3e3e;
        }

        #fancybox-buttons a.btnPlay {
            background-position: 0 -30px;
        }

        #fancybox-buttons a.btnPlayOn {
            background-position: -30px -30px;
        }

        #fancybox-buttons a.btnToggle {
            background-position: 3px -60px;
            border-left: 1px solid #111;
            border-right: 1px solid #3e3e3e;
            width: 35px;
        }

        #fancybox-buttons a.btnToggleOn {
            background-position: -27px -60px;
        }

        #fancybox-buttons a.btnClose {
            border-left: 1px solid #111;
            width: 35px;
            background-position: -56px 0px;
        }

        #fancybox-buttons a.btnDisabled {
            opacity: 0.4;
            cursor: default;
        }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../files/theme/img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../../files/theme/img/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../../files/theme/img/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../../files/theme/img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../../files/theme/img/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url("../../files/theme/img/fancybox/fancybox_loading@2x.gif");
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

@charset "utf-8";

html, body {
    position: relative;
    overflow-x: hidden;
    width: 100%; /*height:100%;*/
}

html {
    font-size: 14px;
    font-weight: 500;
    color: #0a457a;
}

body {
    background-color: #fff;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}

#wrapper {
    position: relative;
    width: 100%; /*height:100%;*/
    max-width: 1920px !important;
    margin: 0 auto;
}

/****************************************
 * Common used elements
 ***************************************/
/* title tags */
h1, h2, h3 {
}

h1 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
    line-height: 66px;
    text-transform: uppercase;
    word-wrap: break-word;
}

h2 {
    /*margin-bottom:40px;*/ margin-bottom: 35px;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    color: #00386a;
}

h3 {
    margin-bottom: 19px;
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    color: #00386a;
}

h4 {
    margin-bottom: 19px;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    color: #00386a;
}


/* a */
a, a:link, a:active, a:visited {
    text-decoration: underline;
    color: #0a457a;
}
/*a.more:hover { background-color:#c2dd70; }*/
h3 a {
    text-decoration: none !important;
}

    h3 a:hover {
        text-decoration: underline !important;
    }

/* textual styles */
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/* paragraph */
p {
    margin-bottom: 20px;
}

/* common figure */
figure {
    display: block;
    position: relative;
}

    figure a,
    figure img {
        display: block;
    }

img {
    display: block;
}

.ce_text img {
    display: inline;
}

/* table */
/* common elements */
.ce_text ul, .ce_text ol, .ce_list ul, .ce_list ol, .product .contents .tab ul, .product .contents .tab ol {
    margin-bottom: 20px;
}

    .ce_text ul li, .ce_list ul li,
    .product .contents .tab ul li,
    .product .introduction ul li {
        margin-left: 26px;
        margin-left: 17px;
        list-style: disc;
    }

    .ce_text ol li, .ce_list ol li,
    .product .contents .tab ol li {
        margin-left: 26px;
        list-style: decimal;
    }

.subcl .ce_text {
    padding-right: 20px;
}
/* Added by GMO */

/* ul */
/*.ce_text ul li {
	margin-left:1px; padding-left:14px;
	list-style:none;
	background-position:left -352px;
	line-height:28px;
}*/

/* Spalten*/
/*div.sc-count1 p,
div.sc-count2 p {
	margin-left: 10px;
}*/
div.ce_image.sc .image_container {
    padding: 22px 0 0 20px;
}

/* sprite */
* {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
}

.icon,
.branding img,
.mod_changelanguage li.selector span i,
.facebook,
.statement .zitat span,
.made-in-germany img,
.colors,
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next,
.dragcontrol a,
.mod_breadcrumb li .icon-sep,
.breadcrumbs li.handler .icon-opener,
.breadcrumbs .widget > li > span .icon-active,
.produktfilter .widget .selector i,
.ce_accordionStart .toggler .ui-icon,
.ce_accordionSingle .toggler .ui-icon,
#responsive-nav-handler,
#product-spot-overlay .closer,
#sticky-header .branding img,
#stickybox .handler,
#stickybox .handler a,
#responsive-navigation .stickyclone a,
#eshop-search .toggler,
#totop a {
    background-image: url("../img/sprite.png");
}

.icon {
    position: absolute;
    display: block;
}

.colors {
    position: absolute;
    width: 100%;
    height: 14px;
    background-image: url("../img/colors.gif");
}

#contentwrapper {
    position: relative;
}

#block {
    position: absolute;
    z-index: 4;
    display: none;
    width: 100%;
    min-height: 100%;
    /*background-color:rgba(255,255,255,0.7);*/
    background-color: #fff;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#produktbild {
    overflow: visible;
}

/****************************************
 * Sticky (Sticky-Header)
 ***************************************/
#sticky-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 68px;
    background-color: #0a457a;
}

    #sticky-header .inside {
        width: 1114px;
        margin: 0 auto;
        padding: 16px 0;
    }

    #sticky-header .branding {
        float: left;
    }

        #sticky-header .branding img {
            width: 178px;
            height: 36px;
            background-position: -51px -408px;
        }

    #sticky-header .level_1 { /*margin: 10px 0 0 233px;*/
        margin: 10px 0 0 220px;
    }

        #sticky-header .level_1 li {
            position: relative;
            display: inline-block;
            height: 42px;
            margin-right: 20px;
        }

            #sticky-header .level_1 li a,
            #sticky-header .level_1 li span {
                display: block;
                font-size: 16px;
                text-transform: uppercase;
                text-decoration: none;
                color: #fff;
            }

        #sticky-header .level_1 a:hover {
            color: #cdcdcd;
        }

        #sticky-header .level_1 li span,
        #sticky-header .level_1 li.trail > a {
            font-weight: 600;
        }
    /*#sticky-header .sub { display:none; }*/
    #sticky-header .sub {
        position: absolute;
        display: none;
        top: 42px;
        left: -14px;
        min-width: 250px;
        padding-bottom: 4px;
        background-color: #0a457a;
    }

    #sticky-header li.last .sub {
        left: auto;
        right: -14px;
    }
    /*#sticky-header li.first .sub,*/
    #sticky-header li:hover .sub {
        display: block;
    }

    #sticky-header .sub .level_1 {
        display: none;
    }

    #sticky-header .sub li {
        display: block;
        height: auto;
        margin-right: 0;
        padding: 0 14px;
    }

        #sticky-header .sub li a,
        #sticky-header .sub li span {
            padding: 6px 0;
            border-top: 1px solid #86a0b9;
            font-weight: 400;
            text-transform: none;
        }

        #sticky-header .sub li span {
            padding-left: 13px;
            background: transparent url("../../files/theme/img/nav_li_on.png") 0 10px no-repeat;
        }



/****************************************
 * Header (branding, language, social media, navigation)
 ***************************************/
#header {
    position: relative;
    z-index: 5;
    width: 100%; /*height:155px;*/
    height: 155px;
}

    #header ul li {
        margin-left: 0;
        list-style: none;
    }


    #header .colors-container {
        position: absolute;
        width: 100%;
    }

        #header .colors-container .colors {
            position: relative;
            display: block !important;
            top: auto !important;
            width: 1114px;
            height: 109px;
            margin: 0 auto;
        }

@media all and (min-width: 447px) and (max-width: 1220px) {
    #header .colors-container .colors {
        width: 90%;
    }
}

@media all and (max-width: 446px) {
    #header .colors-container .colors {
        top: -5px !important;
        width: 100%;
    }
}

.top {
    position: relative;
    width: 1114px;
    height: 109px;
    margin: 0 auto;
}

#header .branding {
    position: relative;
    width: 285px;
    height: 86px;
}

    #header .branding figure {
        width: 100%;
        height: 100%;
    }

    #header .branding a {
        display: block;
        width: 100%;
        height: 100%;
        outline: 0;
    }

    #header .branding img {
        width: 100%;
        height: 100%;
    }

.mod_changelanguage {
    position: absolute;
    top: 0;
    right: 0;
    width: 268px; /*height:35px;*/
    font-size: 16px;
}
    /*.mod_changelanguage li { display:none; }*/
    .mod_changelanguage a,
    .mod_changelanguage span {
        display: block;
        padding: 8px 0 9px 44px;
        background-color: #ccc;
        text-decoration: none;
        color: #fff;
        /*cursor:pointer;*/
    }

    .mod_changelanguage .on a,
    .mod_changelanguage .on span {
        background-color: #0a457a;
    }

    .mod_changelanguage a,
    .mod_changelanguage span {
        background-position: 10px 8px;
        background-repeat: no-repeat;
    }

        .mod_changelanguage a:hover,
        .mod_changelanguage li.selector span:hover {
            background-color: #00386a;
        }

    .mod_changelanguage li.selector {
        display: block;
    }

        .mod_changelanguage li.selector i {
            top: 14px;
            right: 19px;
        }

        .mod_changelanguage li.selector i {
            background-position: -285px top;
        }

    .mod_changelanguage li.selector-on i {
        background-position: -285px -7px;
    }

    .mod_changelanguage a.lang-en,
    .mod_changelanguage span.lang-en {
        background-image: url("../../files/theme/img/lang_en.png");
    }

    .mod_changelanguage a.lang-de,
    .mod_changelanguage span.lang-de {
        background-image: url("../../files/theme/img/lang_de.png");
    }

    .mod_changelanguage a.lang-fr,
    .mod_changelanguage span.lang-fr {
        background-image: url("../../files/theme/img/lang_fr.png");
    }

    .mod_changelanguage a.lang-es,
    .mod_changelanguage span.lang-es {
        background-image: url("../../files/theme/img/lang_es.png");
    }

    .mod_changelanguage a.lang-cn,
    .mod_changelanguage span.lang-cn {
        background-image: url("../../files/theme/img/lang_cn.png");
    }

.icon-language-dropdown {
    width: 10px;
    height: 5px;
    background-position: -286px top;
}

#header .social-media {
    position: absolute;
    top: 0;
    right: 276px;
    margin-bottom: 0;
    background-color: #fff;
}

#header .facebook {
    display: block;
    width: 34px;
    height: 34px;
    background-position: left -143px;
    border: 1px solid #00386a;
    border-top: 0;
    text-indent: -9999em;
    outline: 0;
}

#responsive-navigation {
    display: none;
}

#responsive-nav-handler {
    display: none;
}

.navigation {
    width: 100%;
    border-top: 1px solid #dadada;
    text-align: center;
}

    .navigation .level_1 {
        position: absolute;
        left: 0;
        width: 100%;
    }

        .navigation .level_1 > li {
            display: inline-block;
            padding: 0 10px;
        }

    .navigation li a,
    .navigation li span {
        float: left;
        padding: 14px 14px 13px;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
    }

        .navigation li a:hover,
        .navigation li span {
            background-color: #0a457a;
            color: #fff;
        }

    .navigation .level_1 > li.trail > a,
    .navigation .level_1 > li.submenu > span,
    .navigation .level_1 > li.active > span,
    .navigation .level_1 > li:hover > span,
    .navigation .level_1 > li:hover > a {
        background-color: #0a457a;
        color: #fff;
    }

    .navigation li.first {
        padding-left: 0;
    }

    .navigation li.last {
        padding-right: 0;
    }

    .navigation .level_1 > li.last > a,
    .navigation .level_1 > li.last > span {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.navigation .level_2 { display:none; }*/
    .navigation .level_1 > li > .sub {
        position: absolute;
        z-index: 2;
        display: none;
        top: 45px;
        left: 0;
        width: 100%;
        background-color: #0a457a;
    }
    /*.navigation .level_1 > li.first .sub,*/
    .navigation li:hover .sub {
        display: block;
    }

    .navigation .sub-inside {
        width: 1114px;
        margin: 0 auto;
    }

    .navigation .level_2 {
        float: left;
        width: 750px;
        padding: 30px 0 20px;
    }

        .navigation .level_2 li {
            display: block;
            float: left;
            width: 362px;
            margin-right: 13px;
            text-align: left;
        }

            .navigation .level_2 li > span,
            .navigation .level_2 li a {
                display: block;
                float: none;
                /*padding:8px 16px;*/
                padding: 8px 16px 8px 28px;
                font-size: 17px;
                text-decoration: none;
                text-transform: none;
                color: #fff;
                border-top: 1px solid #86a0b9;
            }
            /*.navigation .level_2 li > span { font-size:20px; font-weight:600; }*/
            .navigation .level_2 li > span {
                background: transparent url("../../files/theme/img/nav_li_on.png") 15px 11px no-repeat;
            }

            .navigation .level_2 li a:hover {
                color: #cdcdcd;
            }

    .navigation .sub .level_1 {
        position: relative;
        left: auto;
        width: 363px;
        margin-left: 750px;
        padding-top: 29px;
    }

        .navigation .sub .level_1 li {
            display: block;
            margin-bottom: 18px;
            padding: 0;
            text-align: left;
        }

        .navigation .sub .level_1 a,
        .navigation .sub .level_1 span {
            position: relative;
            float: none;
            display: block;
            padding: 32px 0 32px 93px !important;
            background-color: #fff;
            color: #0a457a;
        }

        .navigation .sub .level_1 li a:hover,
        .navigation .sub .level_1 li a.trail,
        .navigation .sub .level_1 li span {
            background-color: #afd3af;
            color: #fff;
        }

        .navigation .sub .level_1 a i,
        .navigation .sub .level_1 span i {
            top: 9px;
            left: 13px;
            width: 65px;
            height: 65px;
            background-image: url("../../files/theme/img/icon-broschuere.png");
            background-color: #0a457a;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
        }

        .navigation .sub .level_1 li.first a,
        .navigation .sub .level_1 li.first span {
            background-color: #afd3af;
            color: #fff;
        }

        .navigation .sub .level_1 li a:hover i,
        .navigation .sub .level_1 li span:hover i {
            background-image: url("../../files/theme/img/icon-broschuere-on.png");
            background-color: #fff;
        }

        .navigation .sub .level_1 li.first a i,
        .navigation .sub .level_1 li.first span i {
            background-image: url("../../files/theme/img/icon-produkte.png");
            background-color: #fff;
        }


/*.nav .level_2 li { display:inline; }*/

/****************************************
 * custom (slider, pageimages, section spots, breadcrumbs + widget)
 ***************************************/
.custom {
    position: relative;
    z-index: 1;
    width: 100%;
}

.layout-product .custom,
.layout-listing .custom {
    z-index: 3;
}

#slider {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
}

.ce_slide {
    height: auto;
}

    .ce_slide img {
        position: relative;
        z-index: 1;
        display: block;
        /*width:100%;*/ width: 1920px !important;
    }
/*.ce_slide .img {
				position:relative; z-index:1; display:block;
				width:100%; height:1012px;
				background-position:center center;
			}*/

/*.ce_slide .spot,
			.product-details .product-image .spot,
			.product .ce_content_teaser .spot {*/
.spot {
    position: absolute;
    z-index: 2;
    overflow: visible;
    display: none;
    /*width:1px; height:1px;*/
    width: 22px;
    height: 22px;
    background-color: #b4cf60;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

.product .ce_content_teaser .spot {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.spot.link {
    cursor: pointer;
}
/*.ce_slide .handler,
				.product-details .product-image .handler,
				.product .ce_content_teaser .handler*/
.spot .handler {
    position: absolute;
    top: -11px;
    left: -11px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 6px solid #fff;
    /*-webkit-border-radius:17px;
					-moz-border-radius:17px;
					border-radius:17px;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 1px 1px 5px 0 #ccc;
    -webkit-box-shadow: 1px 1px 5px 0 #ccc;
    box-shadow: 1px 1px 5px 0 #ccc;
}

.ani:hover .handler {
    top: -12px !important;
    left: -12px !important;
    width: 35px !important;
    height: 35px !important;
    /*border-width:5px;*/
}

.spot em {
    position: absolute;
    z-index: 3;
    display: none;
    top: -68px;
    left: 10px;
    width: auto;
    height: 68px;
    border-left: 1px solid #fff;
    white-space: nowrap;
    font-style: normal;
    font-size: 20px;
}

    .spot em i {
        position: relative;
        display: block;
        top: 0;
        right: 0;
        width: auto;
        padding: 8px 14px;
        background-color: #fff;
    }

.ce_pageimages {
    position: relative;
    z-index: 1;
    width: 100%; /*position:absolute; width:100%;*/
}

    .ce_pageimages figure {
        height: 201px;
        background-position: center top;
        background-size: cover;
    }

.layout-listing .ce_pageimages figure {
    height: 485px;
}
/*.product-details .ce_pageimages figure { height:585px; }*/

.custom .mod_article {
    position: relative;
    z-index: 2;
}

/*.breadcrumbs { position:absolute; z-index:10; overflow:visible; top:-37px; left:50%; width:1px; }*/
.breadcrumbs {
    position: absolute;
    z-index: 10;
    overflow: visible;
    margin-top: -52px;
    width: 100%;
}

.layout-listing .breadcrumbs {
    margin-top: -443px;
}
/*.product-details .breadcrumbs { margin-top:-541px; }*/
/*.breadcrumbs .inside { position:relative; overflow:visible; left:-542px; width:1085px; height:20px; }*/
.breadcrumbs .inside {
    position: relative;
    overflow: visible;
    width: 1085px;
    height: 20px;
    margin: 0 auto;
}

.breadcrumbs li {
    position: relative;
    float: left;
    padding-left: 24px;
    font-size: 16px;
    line-height: 23px;
    color: #00386a;
}

    .breadcrumbs li.first {
        padding-left: 0;
    }

    .breadcrumbs li.handler {
        cursor: pointer;
        padding-right: 34px;
        outline: 0;
    }

    .breadcrumbs li a {
        position: relative;
        display: block;
        padding-right: 30px;
        text-decoration: none;
        color: #777;
    }

        .breadcrumbs li a:hover {
            color: #00386a;
        }

    .breadcrumbs li .icon-sep {
        top: 9px;
        right: 0;
        width: 5px;
        height: 8px;
        background-position: -296px top;
    }

    .breadcrumbs li.handler .icon-opener {
        top: 0;
        right: 0;
        width: 22px;
        height: 22px;
        background-position: -302px top;
    }

.breadcrumbs .widget {
    position: absolute;
    display: none;
    top: 15px;
    left: 0;
    min-width: 140px;
    padding-top: 16px;
}

    .breadcrumbs .widget li {
        float: none;
        margin-left: 0;
        padding-left: 0;
        list-style: none;
        border-bottom: 1px solid #fff;
        background-color: #00386a;
        text-align: left;
        color: #fff;
    }

        .breadcrumbs .widget li.last {
            border-bottom: 0;
        }

        .breadcrumbs .widget li ul {
            display: none;
        }

    .breadcrumbs .widget > li > a,
    .breadcrumbs .widget > li > span {
        display: block;
        color: #fff;
        padding: 8px 24px;
    }

        .breadcrumbs .widget > li > a:hover {
            background-color: #0a457a;
        }

    .breadcrumbs .widget > li > span {
        cursor: default;
    }

        .breadcrumbs .widget > li > span .icon-active {
            top: 13px;
            left: 11px;
            width: 5px;
            height: 10px;
            background-position: -325px top;
        }


.layout-product #middle > .inside,
.layout-listing #middle > .inside {
    padding-top: 64px;
}

.layout-product .ce_pageimages,
.layout-listing .ce_pageimages {
    position: absolute;
    top: 0;
    height: 100%;
}

    .layout-product .ce_pageimages figure,
    .layout-listing .ce_pageimages figure {
        height: 100%;
    }

.layout-product .breadcrumbs,
.layout-listing .breadcrumbs {
    position: relative;
    height: 31px;
    margin-top: 0;
}

/****************************************
 * Override default bxSlider styles
 ***************************************/
.bx-wrapper {
    margin-bottom: 0; /*margin:0 auto; max-width:1920px !important;*/
}

    .bx-wrapper .bx-viewport {
        left: 0;
        border: 0;
        background: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.custom .bx-wrapper .bx-pager {
    bottom: -77px;
    padding-top: 0;
}

    .custom .bx-wrapper .bx-pager.bx-default-pager a {
        display: block;
        width: 21px;
        height: 21px;
        background-color: #fff;
        /*text-indent:9999em;*/
        color: #fff;
        outline: 0;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
    }

        .custom .bx-wrapper .bx-pager.bx-default-pager a:hover,
        .custom .bx-wrapper .bx-pager.bx-default-pager a.active {
            background-color: #00386a;
        }

.bx-wrapper .bx-controls-direction a {
    width: 63px;
    height: 114px;
    margin-top: -57px;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

    .bx-wrapper .bx-controls-direction a:active {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover {
    background-position: left -293px;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover {
    background-position: -63px -293px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover {
    margin-left: 60px;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover {
    margin-right: 60px;
}

.teaser-container .bx-controls {
    position: absolute;
    z-index: 5;
    /*top:175px;*/ top: 50%;
    bottom: auto;
    width: 100%;
    height: 1px;
    text-align: left;
}

.teaser-container .bx-wrapper .bx-controls-direction a {
    width: 23px;
    height: 26px;
    margin-top: -13px;
    zoom: 1;
    filter: none;
    opacity: none;
}

.teaser-container .bx-wrapper .bx-prev,
.teaser-container .bx-wrapper .bx-prev:hover {
    background-position: -331px top;
}

.teaser-container .bx-wrapper .bx-next,
.teaser-container .bx-wrapper .bx-next:hover {
    background-position: -354px top;
}

.teaser-container .bx-wrapper .bx-prev,
.teaser-container .bx-wrapper .bx-prev:hover {
    margin-left: -48px;
}

.teaser-container .bx-wrapper .bx-next,
.teaser-container .bx-wrapper .bx-next:hover {
    margin-right: -48px;
}

/****************************************
 * Main (container)
 ***************************************/
/* container
 */
#container {
    position: relative;
    z-index: 2;
    width: 100%;
}

#main {
    font-size: 16px;
    line-height: 22px;
}

    #main h1 {
        margin-bottom: 10px;
        font-size: 34px;
        color: #0a457a;
    }

#main, #left, #right {
    float: none;
}

    #main .mod_article {
        overflow: visible;
    }

        #main .mod_article > .inside {
            width: 1114px;
            margin: 0 auto;
        }

    #main > .inside {
        padding: 20px 0 100px;
        color: #454545;
    }

.mod_metamodel_list {
    overflow: visible;
}

.ce_metamodel_content {
    overflow: visible;
}

#main .ce_image {
    margin-bottom: 35px;
}

/* sections
 */
.ce_text {
    margin-bottom: 20px;
}

    .ce_text .image_container.float_above {
        margin-bottom: 20px;
    }

    .ce_text .image_container img {
        max-width: 100%;
        height: auto;
    }

.ce_download {
    margin-bottom: 30px;
}

    .ce_download li a {
        display: inline-block;
        padding: 4px 0 4px 42px;
        background-color: transparent;
        background-position: left top;
        background-repeat: no-repeat;
    }
/*.ce_accordion .ce_download li a { display:block; padding:5px 10px; border:1px solid #ccc; }*/

.overlay {
    position: absolute;
    overflow: visible;
    margin-top: -411px;
    left: 50%;
    width: 1px;
    height: 392px;
}

    .overlay .inside {
        position: relative;
        left: -557px;
        height: 373px;
        padding-top: 18px;
        background-color: rgba(255,255,255,0.8);
    }

    .overlay .colors {
        z-index: 3;
        left: 0;
        top: -14px;
    }

    .overlay h1 {
        margin-bottom: 54px;
        text-align: center;
        letter-spacing: 3px;
    }

    .overlay .ce_teaser,
    .mod_metamodels_frontendfilter .widget,
    .ce_metamodels_frontendfilter .widget {
        position: relative;
        display: block;
        float: left;
        width: 299px;
        height: 289px;
        margin: 0 36px;
        text-align: center;
        text-decoration: none;
    }

.aspfilter .widget {
    width: 319px;
    margin: 0;
}

.produktfilter .widget {
    height: 205px;
}

.overlay .ce_teaser .icon,
.mod_metamodels_frontendfilter .widget .icon,
.ce_metamodels_frontendfilter .widget .icon {
    position: absolute;
    display: block;
    overflow: visible;
    top: 55px;
    left: 50%;
    width: 1px;
    height: 1px;
}

    .overlay .ce_teaser .icon .img,
    .mod_metamodels_frontendfilter .widget .img,
    .ce_metamodels_frontendfilter .widget .img {
        background-color: #00386a;
    }
    /*.overlay .ce_teaser.icon-teaser-textile-anwendung .icon .img { background-color:#2c7d85; }
		.overlay .ce_teaser.icon-teaser-technische-anwendung .icon .img { background-color:#7b9f38; }
		.overlay .ce_teaser.icon-teaser-aftersales-support .icon .img { background-color:#dce39b; }*/

    .overlay .ce_teaser .icon .effect,
    .mod_metamodels_frontendfilter .widget .effect,
    .ce_metamodels_frontendfilter .widget .effect {
        background-color: #fff;
    }

.overlay .ce_teaser .img,
.overlay .ce_teaser .effect,
.mod_metamodels_frontendfilter .widget .img,
.mod_metamodels_frontendfilter .widget .effect,
.ce_metamodels_frontendfilter .widget .img,
.ce_metamodels_frontendfilter .widget .effect {
    position: absolute;
    z-index: 2;
    display: block;
    top: -55px;
    left: -55px;
    width: 110px;
    height: 110px;
    background-position: center top;
    background-size: 100% 100%;
    -webkit-border-radius: 69px;
    -moz-border-radius: 69px;
    border-radius: 69px;
}

.overlay .ce_teaser:hover .img,
.mod_metamodels_frontendfilter .widget:hover .img,
.ce_metamodels_frontendfilter .widget:hover .img {
    width: 118px;
    height: 118px;
    top: -59px;
    left: -59px;
    background-color: #aabbca;
}

.overlay .ce_teaser .effect,
.mod_metamodels_frontendfilter .widget .effect,
.ce_metamodels_frontendfilter .widget .effect {
    z-index: 1;
}

.overlay .ce_teaser:hover .effect,
.mod_metamodels_frontendfilter .widget:hover .effect,
.ce_metamodels_frontendfilter .widget:hover .effect {
    display: block;
    width: 140px;
    height: 140px;
    top: -70px;
    left: -70px;
}

.overlay .ce_teaser .icon img,
.mod_metamodels_frontendfilter .widget .icon img,
.ce_metamodels_frontendfilter .widget .icon img {
    position: absolute;
    top: 0;
    left: 0;
}

.mod_metamodels_frontendfilter .widget .icon img,
.ce_metamodels_frontendfilter .widget .icon img {
    width: 110px;
    height: 110px;
}

.overlay .ce_teaser:hover .icon img,
.mod_metamodels_frontendfilter .widget:hover .icon img,
.ce_metamodels_frontendfilter .widget:hover .icon img {
    position: absolute;
    top: 4px;
    left: 4px;
}

.overlay .ce_teaser .textual {
    position: relative;
    display: block;
    padding-top: 135px;
}

.overlay .ce_teaser strong,
.produktfilter .widget strong {
    display: block;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
    color: #0a457a;
}

.produktfilter .widget strong {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 27px;
}

.overlay .ce_teaser .text {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.overlay .ce_teaser:hover strong,
.overlay .ce_teaser:hover p {
    color: #756a6a;
}


/* filter */
.mod_metamodels_frontendfilter,
.ce_metamodels_frontendfilter {
    position: relative;
    z-index: 5;
    text-align: left;
}

    .mod_metamodels_frontendfilter strong,
    .ce_metamodels_frontendfilter strong {
        display: block;
        font-size: 35px;
        line-height: 41px;
        text-transform: uppercase;
    }

    .overlay .type .icon .img,
    .mod_metamodels_frontendfilter .type .icon .img,
    .ce_metamodels_frontendfilter .type .icon .img {
        background-color: #00386a;
    }

    .overlay .process .icon .img,
    .mod_metamodels_frontendfilter .process .icon .img,
    .ce_metamodels_frontendfilter .process .icon .img {
        background-color: #2c7d85;
    }

    .mod_metamodels_frontendfilter .energy .icon .img,
    .ce_metamodels_frontendfilter .energy .icon .img {
        background-color: #afafaf;
    }

    .mod_metamodels_frontendfilter .type .icon img,
    .ce_metamodels_frontendfilter .type .icon img {
        background-image: url("../../files/theme/img/icon-teaser-textile-anwendung.png");
    }

    .mod_metamodels_frontendfilter .process .icon img,
    .ce_metamodels_frontendfilter .process .icon img {
        background-image: url("../../files/theme/img/icon-filter-prozess.png");
    }

    .mod_metamodels_frontendfilter .energy .icon img,
    .ce_metamodels_frontendfilter .energy .icon img {
        background-image: url("../../files/theme/img/icon-filter-energiesparen.png");
    }

    .overlay .energy .icon .img,
    .mod_metamodels_frontendfilter .used .icon .img,
    .ce_metamodels_frontendfilter .used .icon .img {
        background-color: #b4cf60;
    }

    .mod_metamodels_frontendfilter .textual,
    .ce_metamodels_frontendfilter .textual {
        position: relative;
        top: 125px;
    }
        /*.mod_metamodels_frontendfilter .textual ul {}
		.produktfilter .textual ul {*/
        .mod_metamodels_frontendfilter .textual ul,
        .ce_metamodels_frontendfilter .textual ul {
            position: absolute;
            width: 80%;
            margin-left: 10%;
            font-size: 16px;
            line-height: 22px;
            color: #454545;
            -moz-box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.1);
            -webkit-box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.1);
            box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.1);
        }

            .mod_metamodels_frontendfilter .textual ul.off,
            .ce_metamodels_frontendfilter .textual ul.off {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .mod_metamodels_frontendfilter .textual ul li,
            .ce_metamodels_frontendfilter .textual ul li {
                position: relative;
                background-color: #fff;
                border: 1px solid #b4b4b4;
                border-width: 0 1px 1px 1px; /*text-align:left;*/
                text-align: center;
            }

                .mod_metamodels_frontendfilter .textual ul li.remover,
                .ce_metamodels_frontendfilter .textual ul li.remover {
                    background-color: #0a457a;
                }

                .mod_metamodels_frontendfilter .textual ul li.selector,
                .ce_metamodels_frontendfilter .textual ul li.selector {
                    border-top: 1px solid #b4b4b4;
                }

            .mod_metamodels_frontendfilter .textual ul.off li.selector,
            .ce_metamodels_frontendfilter .textual ul.off li.selector {
                background-color: transparent;
                border: 0;
            }

            .mod_metamodels_frontendfilter .textual ul li a,
            .mod_metamodels_frontendfilter .textual ul li span,
            .ce_metamodels_frontendfilter .textual ul li a,
            .ce_metamodels_frontendfilter .textual ul li span {
                display: block;
                padding: 5px 15px;
                text-decoration: none;
            }

            .mod_metamodels_frontendfilter .textual ul li.remover a,
            .ce_metamodels_frontendfilter .textual ul li.remover a {
                color: #fff;
            }

            .mod_metamodels_frontendfilter .textual ul li a:hover,
            .ce_metamodels_frontendfilter .textual ul li a:hover {
                text-decoration: underline;
            }

            .mod_metamodels_frontendfilter .textual ul li .icon-filter-dropdown,
            .ce_metamodels_frontendfilter .textual ul li .icon-filter-dropdown {
                top: 12px;
                right: 13px;
                left: auto;
                width: 13px;
                height: 8px;
                background-position: -378px top;
            }

            .mod_metamodels_frontendfilter .textual ul.off li .icon-filter-dropdown,
            .ce_metamodels_frontendfilter .textual ul.off li .icon-filter-dropdown {
                position: relative;
                display: inline-block;
                top: -1px;
                right: auto;
                left: auto;
                margin-left: 8px;
            }


/* #products, listing */
/*.overlay.filter {}
	.overlay.filter .inside { height:346px; padding-top:46px; }
	.overlay.filter .ce_text { margin-bottom:44px; padding:0 40px; font-size:16px; text-align:center; color:#454545; }
	.overlay.filter .ce_text p { margin-bottom:6px; }
	.overlay.filter .ce_text strong {
		color:#0a457a;
		display:block;
		font-size:35px; line-height:41px;
		text-transform:uppercase;
	}*/
.layout-listing .overlay {
    height: auto;
    margin: 0;
}

    .layout-listing .overlay > .inside {
        width: 1114px;
        height: 346px;
        padding-top: 46px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .layout-listing .overlay > .inside {
        height: 300px;
    }

    .layout-listing .overlay .ce_teaser {
        height: auto;
    }

    .layout-listing .overlay .ce_text {
        margin-bottom: 44px;
        padding: 0 40px;
        font-size: 16px;
        text-align: center;
        color: #454545;
    }

        .layout-listing .overlay .ce_text p {
            margin-bottom: 6px;
        }

        .layout-listing .overlay .ce_text strong {
            color: #0a457a;
            display: block;
            font-size: 35px;
            line-height: 41px;
            text-transform: uppercase;
        }

.layout-listing #main {
    text-align: center;
    color: #454545;
}

.products {
    margin-bottom: 0;
}

.ce_productcategory,
.ce_productcategory * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item,
.ce_content_teaser,
.mod_article_productcategories .even,
.mod_article_productcategories .odd {
    position: relative;
    float: left;
    width: 363px;
    margin: 0 12px 12px 0;
}

.mod_article_productcategories .even,
.mod_article_productcategories .odd {
    margin-right: 12px;
}

.row-last-item,
.mod_article_productcategories .row-last-item {
    margin-right: 0;
}

.item img,
.item .img,
.ce_content_teaser img,
.ce_productcategory img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

.item .img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.item .information,
.ce_content_teaser .information,
.ce_productcategory .information {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    background-color: rgba(44,125,133,0.88);
    color: #fff;
    text-align: center;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.ce_productcategory .information {
    width: 100%;
    padding: 0 10%;
}

.item:hover .information,
.ce_content_teaser:hover .information,
.ce_productcategory:hover .information {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.item .information h2,
.ce_content_teaser .information h2,
.ce_productcategory .information h2 {
    margin-bottom: 12px;
    padding-top: 83px;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

.item .information p,
.ce_content_teaser .information p,
.ce_productcategory .information p {
    font-size: 14px;
    line-height: 22px;
}

.item .information a,
.ce_content_teaser .information a {
    color: #fff;
}

.item .button,
.ce_content_teaser .button,
.ce_productcategory .button {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

    .item .button:hover,
    .ce_content_teaser .button:hover,
    .ce_productcategory .button:hover {
        background-color: rgba(255,255,255,0.2);
    }

.item.asp {
    margin-right: 0;
    background-color: #00386a;
    text-align: left;
    color: #fff;
}

    .item.asp .inside {
        height: 304px;
        padding: 23px 28px;
    }

    .item.asp strong {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
    }

    .item.asp .widget {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        text-align: left;
    }

        .item.asp .widget .textual {
            top: auto;
        }

        .item.asp .widget select {
            width: 100%;
        }

    .item.asp input.submit {
        width: 100%;
        border: 1px solid #fff;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    }

        .item.asp input.submit:hover {
            background-color: rgba(255,255,255,0.1);
        }


/* #product */
.layout-product .overlay {
    height: auto;
    margin: 0;
}

    .layout-product .overlay > .inside {
        width: 1114px;
        height: auto;
        padding-top: 14px;
        background-color: rgba(255,255,255,0.7);
    }

#product-image {
    position: relative;
    width: 1085px;
    margin: 0 auto;
}

#product-spot-overlay {
    position: absolute;
    z-index: 3;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px 0 #ccc;
    -webkit-box-shadow: 0px 0px 10px 0 #ccc;
    box-shadow: 0px 0px 10px 0 #ccc;
}

    #product-spot-overlay .closer {
        position: absolute;
        background-position: left -408px;
        width: 50px;
        height: 50px;
        bottom: 16px;
        right: 16px;
        cursor: pointer;
    }

    #product-spot-overlay .ce_text {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #product-spot-overlay .image_container {
        position: relative;
        overflow: hidden;
        width: 57%;
        height: 100%;
    }

        #product-spot-overlay .image_container img {
            width: 100%;
            height: auto;
        }

    #product-spot-overlay .text_container {
        margin-left: 60%;
        padding: 20px 15px 0 0;
        text-align: left;
        color: #454545;
        position: absolute;
        top: 50%;
        width: 38%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #product-spot-overlay .text_container h1 {
            font-size: 33px;
            line-height: 42px;
            font-weight: 600;
        }

        #product-spot-overlay .text_container h1,
        #product-spot-overlay .text_container h2,
        #product-spot-overlay .text_container h3 {
            margin-bottom: 16px;
            text-align: left;
            color: #0a457a;
        }

.product {
}

    .product h1 {
        margin-bottom: 13px;
        font-size: 34px;
        line-height: 36px;
        color: #0a457a;
    }

    .product h2 {
        margin-bottom: 13px;
        font-size: 34px;
        line-height: 36px;
        padding-left: 14px;
        color: #0a457a;
    }

    .product .introduction {
        margin-bottom: 55px;
        padding: 34px 14px 0;
        font-size: 16px;
    }

.product-details .spot-details {
    display: none;
}

.product .contents {
    margin-bottom: 55px;
}

    .product .contents .item.asp {
        float: none;
        margin: 52px 0 0 750px;
    }

#tabs {
    float: left;
    width: 737px;
}

.r-tabs-nav {
    position: relative;
    overflow: visible;
    height: 52px;
}

.r-tabs-tab a {
    display: block;
    margin-right: 6px;
    padding: 12px 34px;
    background-color: #e6e6e6;
    border: 1px solid #dadada;
    border-width: 1px 1px 0 1px;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #777;
    outline: 0;
}

.r-tabs .r-tabs-accordion-title {
    position: relative;
    margin-bottom: 23px;
    border: 1px solid #dadada;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #00386a;
    cursor: pointer;
}

    .r-tabs .r-tabs-accordion-title.r-tabs-state-active {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .r-tabs .r-tabs-accordion-title a {
        display: block;
        padding: 12px 35px;
        text-decoration: none;
    }

.r-tabs-state-active a {
    background-color: #fff;
    color: #00386a;
}

.r-tabs-panel {
    border: 1px solid #dadada;
}

.r-tabs .r-tabs-panel {
    margin-bottom: 23px;
    padding: 30px 35px 10px;
}

.teaser-container {
    margin-bottom: 55px;
}

.product .teaser-container .ce_content_teaser {
    position: relative;
}


/* #statements */
.statements {
    padding-top: 117px;
}

.statement {
    position: relative;
    margin: 0 0 0;
    padding-bottom: 29px;
    background-color: #b4cf60;
    text-align: center;
    color: #fff;
}

.page-start .statement {
    margin-bottom: 80px;
}

.statement .avatar {
    position: relative;
    overflow: visible;
    top: -117px;
    left: 50%;
    width: 1px;
    height: 1px;
}

.statement .mask {
    position: absolute;
    z-index: 2;
    left: -75px;
    width: 150px;
    height: 150px;
    background: transparent url("../../files/theme/img/mask.png") center top no-repeat;
}

.statement .image {
    position: relative;
    z-index: 1;
    top: 6px;
    left: -69px;
    width: 150px;
    height: 150px;
}

.statement .text {
    margin: 39px 15px 30px;
    font-size: 20px;
    line-height: 27px;
}

.statement .source {
    margin-bottom: 0;
    font-size: 15px;
}

.statement .sep {
    position: relative;
    overflow: visible;
    top: -15px;
    left: 50%;
    width: 1px;
    height: 1px;
}

    .statement .sep span {
        position: relative;
        display: block;
        left: -90px;
        width: 180px;
        height: 1px;
        background-color: #fff;
    }

.statement .zitat {
    position: absolute;
    overflow: visible;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
}

    .statement .zitat span {
        position: relative;
        display: block;
        top: -10px;
        left: -22px;
        width: 44px;
        height: 36px;
        background-position: left -179px;
    }


/* #news */
#news {
    padding-bottom: 50px;
    background-color: #f2f1f1;
    color: #807676;
}

.layout_latest {
    margin-bottom: 30px;
}

#news p {
    margin-bottom: 4px;
}

#news a.more,
.layout_latest a.more {
    display: block;
    float: right;
    padding: 5px 25px;
    background-color: #b4cf60;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

#news .more:hover,
.layout_latest .more:hover {
    text-decoration: none;
    background-color: #c2dd70;
}

#news h2,
.layout_latest h2 {
    width: 100%;
    margin-bottom: 39px;
    padding: 18px 0;
    background-color: rgba(255,255,255,0.8);
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    color: #b4cf60;
    text-align: center;
}

#news .left {
    float: left;
    width: 739px;
}

    #news .left a.more,
    .layout_latest a.more {
        padding: 14px 86px;
        font-size: 18px;
    }

    #news .left p {
        margin-bottom: 22px;
    }

    #news .left .image_container {
        margin-bottom: 24px;
    }

    #news .left .info,
    .layout_latest .info {
        float: left;
        width: 96px;
        margin-bottom: 0;
        text-align: center;
    }

        #news .left .info .day,
        .layout_latest .info .day {
            display: block;
            font-size: 60px;
            font-weight: 600;
            line-height: 52px;
            color: #b4cf60;
        }

    #news .left .content,
    .layout_latest .content {
        margin-left: 96px;
        padding-left: 23px;
        border-left: 1px solid #d9d6d6;
    }

#news .right {
    width: 361px;
    margin-left: 739px;
    padding-left: 14px;
}

    #news .right h3 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px;
    }

    #news .right .layout_short,
    #news .right .layout_latest { /*margin-bottom:8px;*/
        margin-bottom: 14px;
        padding: 0 0 17px 10px;
        border-bottom: 1px solid #d9d6d6;
    }

        #news .right .layout_latest .content {
            padding-left: 0;
            margin-left: 0;
            border-left: 0;
        }

            #news .right .layout_latest .content .location {
                margin-bottom: 0;
            }


/* #akkordion */
.ce_accordionStart {
    margin-bottom: 23px;
    border: 1px solid #dadada;
}
/*.ce_accordionSingle .ui-accordion-header { margin-bottom:23px; border:1px solid #dadada;}*/
.ce_accordionSingle .ui-accordion-header {
    border: 1px solid #dadada;
}

    .ce_accordionSingle .ui-accordion-header.ui-accordion-header-active {
        margin-bottom: 0;
    }

.ce_accordionStart .toggler,
.ce_accordionSingle .toggler {
    position: relative;
    padding: 12px 35px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #00386a;
    cursor: pointer;
}

.ce_accordionStart .ui-accordion-header-active,
.ce_accordionSingle .ui-accordion-header-active {
    border-bottom: 1px solid #dadada;
}

.ce_accordionStart .toggler .ui-icon,
.ce_accordionSingle .toggler .ui-icon {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 18px;
    height: 18px;
    background-position: -394px -19px;
}

.ce_accordionStart .ui-accordion-header-active .ui-icon,
.ce_accordionSingle .ui-accordion-header-active .ui-icon {
    background-position: -394px top;
}

.ce_accordionStart .accordion,
.ce_accordionSingle .accordion {
    padding: 25px 35px 7px;
}
/*.ce_accordionStart .accordion,
	.ce_accordionSingle .accordion { margin-bottom:23px; padding:25px 35px 7px; }*/
.ce_accordionSingle .accordion {
    border: 1px solid #dadada;
    border-width: 0 1px 1px 1px;
}

.ce_accordionStart .ce_text {
    margin-bottom: 16px;
}

.ce_accordionSingle .accordion .image_container img {
    width: 100%;
    height: auto;
}


/* #gallerie */
.ce_gallery ul li {
    position: relative;
    width: 22.5%;
    width: calc(23% - 2px);
    height: 200px;
    margin: 0 2% 2% 0;
    border: 1px solid #dadada;
}

    .ce_gallery ul li figure {
        width: 100%;
        height: 100%;
    }

    .ce_gallery ul li img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 86%;
        height: auto;
        margin: auto;
    }

/* #gmap, google */
#googlemap .inside section .dlh_googlemap {
    width: 100%;
    height: 640px;
}

#googlemao .gmnoprint {
    right: 100px !important;
}

/* #countries */
.kontinente {
    margin-top: 20px;
}

.countries {
    margin-top: 80px;
}

.continent {
    margin-bottom: 60px;
}

.countries h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.countries ul li {
    float: left;
    width: 33%;
    border-top: 1px solid #dadada;
}

.countries-details ul li {
    width: 100%;
}

.countries ul li a,
.countries ul li span {
    position: relative;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0a457a;
}

.countries-details ul li span {
    padding-left: 13px;
}

    .countries-details ul li span .icon {
        top: 10px;
        left: 0;
        width: 7px;
        height: 12px;
        background: transparent url("../../files/theme/img/arrow-countries.gif") left top no-repeat;
    }

.asp .continent {
    margin-bottom: 20px;
}

.asp h3 {
    margin: 0;
    font-size: 21px;
}

.asp table td {
    padding: 0;
    border: 0;
}

/* #asp */
.ce_asp {
    position: relative;
    float: left;
    width: 31%;
    margin: 0 3.5% 42px 0;
}

    .ce_asp:nth-child(1) {
        margin-right: 50% !important;
    }
/* Changed to isolate first - GMO */
.mod_article.asp_cluster .accordion .ce_asp:nth-child(3n+1) {
    margin-right: 0;
}
/* Changed to isolate first - GMO */
.ce_asp .image_container {
    width: 100%;
    margin-bottom: 18px;
}

    .ce_asp .image_container img {
        width: 100%;
        height: auto;
    }

.ce_asp h4 {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 25px;
    color: #00396b;
}

.ce_asp p {
    margin-bottom: 0;
}

.ce_asp.teamleader:nth-child(1) {
    margin-right: 3.5% !important;
}
/* Changed to isolate first - GMO */
.mod_article.asp_cluster .accordion .ce_asp.teamleader:nth-child(3n) {
    margin-right: 0;
}
/* Changed to isolate first - GMO */

/* historie */
.page-history {
}

    .page-history #product-spot-overlay {
        position: absolute;
        z-index: 10000;
        width: 875px;
        height: 489px;
    }

        .page-history #product-spot-overlay .inside {
            position: relative;
            padding: 14px 16px;
        }

        .page-history #product-spot-overlay img {
            float: left;
            margin-right: 18px;
        }

        .page-history #product-spot-overlay .content-wrapper {
            position: absolute;
            width: 49%;
            height: 95%;
            margin-left: 46%;
            color: #454545;
        }

        .page-history #product-spot-overlay h1,
        .page-history #product-spot-overlay h2 {
            color: #0a457a;
        }

        .page-history #product-spot-overlay .vmiddle {
            position: absolute;
            top: 50%;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.ce_history {
    margin-bottom: 36px;
}

    .ce_history img {
        float: left;
        max-width: 150px;
        margin-right: 32px;
    }

.page-history #middle .inside {
    overflow: hidden;
    width: 100%;
    height: 1009px;
}

#history_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#history_container {
    position: relative; /*z-index:2;*/
    left: 0;
    top: 0;
    width: 9302px;
    min-width: 100%;
    max-width: 9302px;
    height: inherit;
    cursor: ew-resize;
}

.page-history #middle .ce_pageimages {
    position: relative;
    z-index: 1;
    left: 0;
    width: inherit;
    min-width: inherit;
    max-width: inherit;
    height: inherit;
    background-position: left center;
}

    .page-history #middle .ce_pageimages figure {
        width: inherit;
        min-width: inherit;
        max-width: inherit;
        height: inherit;
        background-position: left center;
        background-size: auto 100%;
    }

.dragcontrol {
    position: absolute;
    z-index: 5;
    bottom: 484px;
    width: 100%;
    height: 1px;
    text-align: left;
}

    .dragcontrol a {
        position: absolute;
        display: block;
        top: 50%;
        width: 63px;
        height: 114px;
        margin-top: -57px;
        text-indent: -9999px;
        zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

        .dragcontrol a:active {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .dragcontrol a.prev,
        .dragcontrol a.prev:hover {
            left: 10px;
            margin-left: 60px;
            background-position: left -293px;
        }

        .dragcontrol a.next,
        .dragcontrol a.next:hover {
            right: 10px;
            margin-right: 60px;
            background-position: -63px -293px;
        }

#percentage {
    position: fixed;
    display: none;
    /*top:30px; left:150px;*/
    bottom: 0;
    right: 0;
    /*height:40px;*/
    padding: 8px 10px;
    font-size: 30px;
}


/* 404 */
.page-404 {
}

    .page-404 #middle .ce_image img {
        width: 100%;
        height: auto;
    }

    .page-404 #container {
        height: 0;
    }

    .page-404 .overlay {
        height: 392px;
        font-size: 22px;
        font-weight: bold;
        color: #00386a;
    }

        .page-404 .overlay .inside {
            height: 373px;
            padding-top: 38px;
        }

    .page-404 #main {
        text-align: center;
        text-transform: uppercase;
    }

        .page-404 #main h1 {
            margin-bottom: 15px;
            font-size: 90px;
        }

        .page-404 #main h2 {
            font-size: 50px;
        }

        .page-404 #main p {
            margin-bottom: 12px;
        }

            .page-404 #main p.sep-404 {
                margin-bottom: 32px;
                padding-top: 14px;
                background: transparent url("../../files/theme/img/404-sep.gif") center top no-repeat;
            }

    .page-404 .overlay a.button {
        display: inline-block;
        padding: 11px 40px;
        background-color: #b4cf60;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
    }

    .page-404 #totop {
        display: none;
    }

/****************************************
 * Footer
 ***************************************/
#footer {
    position: relative;
    z-index: 3;
    background-color: #00386a;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

    #footer th, #footer td {
        color: #fff;
    }

    #footer .inside {
        width: 1114px;
        margin: 0 auto;
    }

    #footer .colors {
        top: -14px;
    }

    #footer a {
        text-decoration: none;
        color: #fff;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer .more:hover {
        text-decoration: none;
        background-color: rgba(255,255,255,0.1);
    }

    #footer ul, #footer table {
        margin-bottom: 0;
    }

        #footer ul li {
            display: inline;
            margin: 0 0 0 25px;
            padding: 0;
        }

    #footer th, #footer td {
        padding: 0;
    }

    #footer .left {
        float: left;
        width: 272px;
        margin: 43px 0 0 14px;
    }

    #footer .right {
        float: right;
        width: 362px;
        margin: 26px 0 0 0;
    }

    #footer .branding {
        position: relative;
        width: 272px;
        height: 54px;
        margin-bottom: 20px;
    }

        #footer .branding a {
            display: block;
            outline: 0;
        }

        #footer .branding img {
            width: 100%;
            height: 100%;
            background-position: left -87px;
        }

    #footer .address {
        margin-bottom: 45px;
    }

        #footer .address p {
            margin-bottom: 0;
        }

    #footer table td {
        border: 0;
    }

.made-in-germany {
    position: relative;
    width: 231px;
    height: 76px;
    margin-bottom: 28px;
}

    .made-in-germany img {
        width: 100%;
        height: 100%;
        background-position: left -216px;
    }

#footer a.more {
    float: right;
    display: block;
    padding: 5px 25px;
    border: 1px solid #fff;
}

.bottom {
    position: relative;
    margin-top: 25px;
    padding: 5px 0;
    border-top: 1px solid #fff;
}

.footer-nav {
    float: right;
    margin-left: 58px;
}

    .footer-nav li a {
        text-transform: uppercase;
    }

#footer .social-media {
    float: right;
    margin-bottom: 0;
}

    #footer .social-media li {
        margin-left: 0;
    }

#footer .facebook {
    display: block;
    width: 27px;
    height: 27px;
    background-position: -37px -143px;
    border: 1px solid #fff;
    text-indent: -9999em;
    outline: 0;
}

#totop {
    position: absolute;
    left: 50%;
    bottom: 33px;
    width: 1px;
}

    #totop a {
        display: block;
        width: 40px;
        height: 40px;
        background-position: -287px -45px;
        background-color: #fff;
    }

/****************************************
 * Stickybox
 ***************************************/
#stickybox {
    position: fixed;
    z-index: 4;
    top: 175px;
    left: -150px;
    height: 282px;
}

    #stickybox .handler {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 101px;
        height: 100%;
        background-position: right -59px;
    }

        #stickybox .handler ul {
            position: relative;
            overflow: hidden;
            top: 45px;
            left: 34px;
            width: 35px;
            height: 197px;
        }

        #stickybox .handler li {
            margin-bottom: 51px;
        }

        #stickybox .handler a {
            display: block;
            width: 35px;
            height: 30px;
            text-indent: -9999em;
            background-position: -399px -352px;
        }

    #stickybox.active .handler a {
        background-position: -434px -352px;
    }

        #stickybox.active .handler a.eshop-login {
            background-position: -434px -382px;
        }

        #stickybox.active .handler a.search {
            background-position: -434px -412px;
        }

    #stickybox .handler a.eshop-login,
    #stickybox .handler li.on a.eshop-login {
        background-position: -399px -382px;
    }

    #stickybox .handler a.search,
    #stickybox .handler li.on a.search {
        background-position: -399px -412px;
    }

    #stickybox .container {
        position: absolute;
        top: 22px;
        left: -378px;
        width: 378px;
        height: 240px;
        background-color: rgba(255,255,255,0.9);
        -moz-box-shadow: 1px 1px 5px 0 #ccc;
        -webkit-box-shadow: 1px 1px 5px 0 #ccc;
        box-shadow: 1px 1px 5px 0 #ccc;
    }

        #stickybox .container .inside {
            position: relative;
            overflow: hidden;
            margin-left: 116px;
            padding: 17px 20px 0 0;
        }

        #stickybox .container strong {
            display: block;
            margin-bottom: 12px;
            font-size: 22px;
            font-weight: 600;
            color: #b4cf60;
        }

        #stickybox .container .inside > div {
            display: none;
        }

/****************************************
 * Fancybox
 ***************************************/
.fancybox-skin {
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/****************************************
 * Form elements (forms, sections, fields, buttons)
 ***************************************/
.ce_form .form-row {
    position: relative;
}

.form-row .file {
    margin: 10px 0;
}

form {
    display: inline;
}

fieldset legend {
    display: none;
}

label {
    display: inline-block;
    width: 175px;
    vertical-align: top;
}

    label.acknowledgement-various,
    label.education-various {
        text-indent: -9999em;
    }

.radio_container.compressed {
    padding-left: 178px;
}

.radio_container span {
    display: block;
}

.radio_container {
    margin-bottom: 17px;
}

input.radio {
    -webkit-appearance: radio;
}

select {
    position: relative;
    margin-bottom: 17px;
    padding: 5px 3px 4px 5px;
    background-color: #fff;
    border: 1px solid #777;
    font-size: 16px;
    font-weight: 500;
    color: #0a457a;
}

    select option {
        padding: 2px 0 0 10px;
        font-size: 16px;
    }

input.text,
input.captcha,
textarea {
    position: relative;
    margin-bottom: 15px;
    padding: 5px 7px 4px;
    background-color: #fff;
    border: 1px solid #777;
    font-size: 15px;
    color: #0a457a;
}

input.captcha {
    margin-right: 10px;
}

.submit_container {
    margin-top: 30px;
}

.item.asp .submit_container {
    margin-top: 0;
}

a.button,
input.submit,
button {
    position: relative;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    vertical-align: top;
    padding: 14px 86px;
    text-decoration: none;
    text-transform: uppercase;
}

input.submit,
button {
    background-color: #b4cf60;
    color: #fff;
    height: 48px;
}

/*** Maps Marker Input ***/

.ce_dlh_googlemaps input.text {
    height: 27px;
    width: 165px;
    margin: 10px 8px 0 0;
}

.ce_dlh_googlemaps input.submit,
.ce_dlh_googlemaps button {
    background-color: #b4cf60;
    color: #fff;
    width: 172px;
    height: 38px;
    padding: 8px 74px;
}

.ce_dlh_googlemaps input.submit {
    border: 2px solid #b4cf60;
    margin: 10px 0 2px;
}

#contactform input.text,
#contactform textarea {
    width: 61%;
}

#contactform select {
    width: 63.1%;
}

#contactform input.submit,
#contactform button {
    margin-left: 178px;
}

#stickybox input.text {
    width: 93%;
    border-color: #E2E2E2;
}

#stickybox .submit_container {
    margin-top: 0;
}

#stickybox input.submit {
    width: 100%;
    padding: 7px 0;
    border: 1px solid #b4cf60;
    font-size: 18px;
    color: #b4cf60;
}

.mod_search input.submit {
    padding: 3px 34px;
}


/****************************************
 * Common css-effect elements
 ***************************************/
.navigation li a,
a.more,
.item .information,
.ce_content_teaser .information,
.ce_productcategory .information,
.item .button,
.ce_content_teaser .button,
.item.asp input.submit {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.overlay .ce_teaser .img,
.overlay .ce_teaser .icon img,
.overlay .ce_teaser strong,
.mod_metamodels_frontendfilter .widget .icon .img,
.mod_metamodels_frontendfilter .widget .icon img,
.mod_metamodels_frontendfilter .widget strong,
.ce_metamodels_frontendfilter .widget .icon .img,
.ce_metamodels_frontendfilter .widget .icon img,
.ce_metamodels_frontendfilter .widget strong,
.ani:hover .handler {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.overlay .ce_teaser .icon .effect,
.mod_metamodels_frontendfilter .widget .effect,
.ce_metamodels_frontendfilter .widget .effect {
    -webkit-transition: all 0.13s 0.1s ease;
    -moz-transition: all 0.13s 0.1s ease;
    -o-transition: all 0.13s 0.1s ease;
    -ms-transition: all 0.13s 0.1s ease;
    transition: all 0.13s 0.1s ease;
}

.overlay .ce_teaser:hover .icon .effect,
.mod_metamodels_frontendfilter .widget:hover .effect,
.ce_metamodels_frontendfilter .widget:hover .effect,
.ani .handler {
    -webkit-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    -ms-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
}

/****************************************
 * ACTION LINK
 ***************************************/

.link a {
    padding: 14px 86px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #b4cf60;
    border: 1px solid #b4cf60;
    display: inline-block;
    -webkit-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    -ms-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
}

    .link a:hover {
        background: #b4cf60;
        color: #fff;
    }


/****************************************
 * Live Support Download
 ***************************************/

.live_support a {
    height: 30px;
    padding: 10px 0 0 40px;
    text-decoration: none;
    display: block;
    background: url("../../files/LiveSupportClients/Support_Icon.png") no-repeat left center;
}

    .live_support a:nth-child(1) {
        margin-top: 25px;
    }

/****************************************
 * Ansprechpartnergrafik
 ***************************************/

#main .mod_article.ap_grafik > .inside {
    width: 1275px;
    margin: 0 auto;
    background: url("../../files/ansprechpartner/brueckner_mitarbeitergrafik.png") no-repeat center 100px;
    background-size: 100%;
}

.ap_grafik h1 {
    margin: 20px 0 0 79px;
}

.ap_grafik img {
    max-width: 100%;
}

.apd_block {
    padding-top: 370px;
    margin: 0 0 50px 79px;
}

.ce_asp_data_block {
    float: left;
    text-align: center;
    padding-top: 10px;
    margin-right: 29px;
}

    .ce_asp_data_block:nth-child(1) {
        width: 150px;
        color: #007a85;
    }

    .ce_asp_data_block:nth-child(2) {
        width: 160px;
        color: #668c00;
    }

    .ce_asp_data_block:nth-child(3) {
        width: 200px;
        color: #00386a;
    }

    .ce_asp_data_block:nth-child(4) {
        width: 166px;
        color: #007a85;
    }

    .ce_asp_data_block:nth-child(5) {
        width: 151px;
        color: #668c00;
    }

    .ce_asp_data_block:nth-child(6) {
        width: 132px;
        color: #00386a;
    }

    .ce_asp_data_block .apd_number {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .ce_asp_data_block .apd_text {
        font-size: 16px;
    }

/****************************************
 * Clearing elements
 ***************************************/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@charset "utf-8";

@media all and (max-width: 1436px) {
    /****************************************
 * Override default bxSlider styles
 ***************************************/
    .custom .bx-wrapper .bx-controls-direction a {
        display: none;
    }
}

@media all and (max-width: 1420px) {
    /****************************************
 * Ansprechpartner Grafik
 ***************************************/
    #main .mod_article.ap_grafik > .inside {
        width: 1114px;
    }

    .ap_grafik h1 {
        margin: 20px 0 0 0;
    }

    .apd_block {
        padding-top: 325px;
        margin: 0 0 50px 75px;
    }

    .ce_asp_data_block {
        margin-right: 24px;
    }

        .ce_asp_data_block:nth-child(1) {
            width: 126px;
        }

        .ce_asp_data_block:nth-child(2) {
            width: 144px;
        }

        .ce_asp_data_block:nth-child(3) {
            width: 174px;
        }

        .ce_asp_data_block:nth-child(4) {
            width: 150px;
        }

        .ce_asp_data_block:nth-child(5) {
            width: 136px;
        }

        .ce_asp_data_block:nth-child(6) {
            width: 116px;
        }
}

@media all and (min-width: 1221px) {
    /****************************************
 * Override default bxSlider styles
 ***************************************/
    .bx-controls {
        position: absolute;
        z-index: 5;
        bottom: 484px;
        width: 100%;
        height: 1px;
        text-align: left;
    }
}

@media all and (max-width: 1220px) {
    .top {
        width: 90%;
    }

    #responsive-nav-handler {
    }

    .navigation .level_1 > li {
        padding: 0;
    }

    .navigation .sub-inside {
        width: 90%;
    }

    .navigation .level_2 {
        width: 66%;
    }

        .navigation .level_2 li {
            width: 48%;
            margin-right: 2%;
        }

    .navigation .sub .level_1 {
        width: 33%;
        margin-left: 66%;
    }
    /****************************************
 * custom (slider, pageimages, section spots, breadcrumbs + widget)
 ***************************************/
    .breadcrumbs {
        width: 90%;
        margin-left: 5%;
    }

        .breadcrumbs .inside {
            width: 100%;
        }
    /****************************************
 * Override default bxSlider styles
 ***************************************/
    .custom .bx-wrapper .bx-pager {
        bottom: 157px;
    }

    .custom .bx-wrapper .bx-controls-direction a,
    .bx-wrapper .bx-controls-direction a {
        display: block;
    }

    .teaser-container .bx-wrapper .bx-prev,
    .teaser-container .bx-wrapper .bx-prev:hover {
        margin-left: -40px;
    }

    .teaser-container .bx-wrapper .bx-next,
    .teaser-container .bx-wrapper .bx-next:hover {
        margin-right: -40px;
    }
    /****************************************
 * Main (container)
 ***************************************/
    #main .mod_article {
        width: 100%;
    }

        #main .mod_article > .inside {
            width: 90%;
        }

    #main .ce_image img {
        width: 100%;
        height: auto;
    }

    .overlay /*,
.layout-listing .overlay*/ {
        position: relative;
        left: 0;
        width: 100%;
        height: auto; /*margin-top:-411px;*/
        margin-bottom: 40px;
    }

        .overlay .inside {
            left: auto;
            width: 90%;
            height: auto;
        }

    .page-start .overlay {
        margin-top: -171px;
    }
    /*.page-start .overlay .inside { height:373px; }*/
    .overlay .ce_teaser,
    .mod_metamodels_frontendfilter .widget,
    .ce_metamodels_frontendfilter .widget {
        width: 33%;
        height: auto;
        margin: 0;
    }

        .overlay .ce_teaser .textual {
            padding: 135px 20px 0;
        }

    .layout-product .overlay .inside,
    .layout-listing .overlay .inside {
        width: 90%;
        margin: 0 auto;
    }

    .item {
        overflow: hidden;
        width: 31.5%;
        margin-right: 1.5%;
    }
        /*.item img { width:100%; height:auto; }*/
        .item .information h2,
        .ce_content_teaser .information h2 {
            padding-top: 20%;
        }

    #product-image {
        position: relative;
        width: 97%;
    }

        #product-image img {
            width: 100%;
            height: auto;
        }

    .product .contents #tabs {
        float: none;
        width: auto;
    }

    .product .contents .item.asp {
        width: auto;
        margin-left: 0;
    }

    #news .left {
        width: 68%;
    }

        #news .left img {
            width: 100%;
            height: auto;
        }

        #news .left a.more {
            float: left;
            margin-left: 119px;
        }
    /*#news .left .content { width:auto; }*/
    #news .right {
        width: 32%;
        margin-left: 68%;
    }

        #news .right a.more {
            margin-top: 10px;
        }

    .layout-contact .item.asp {
        width: 100%;
    }
    /****************************************
 * Footer
 ***************************************/
    #footer .inside {
        width: 90%;
    }
    /****************************************
 * Ansprechpartner Grafik
 ***************************************/
    #main .mod_article.ap_grafik > .inside {
        width: 90%;
    }

    .apd_block {
        padding-top: 30%;
        margin: 0 0 50px 6.5%;
    }

    .ce_asp_data_block {
        margin-right: 2.25%;
    }

        .ce_asp_data_block:nth-child(1) {
            width: 12.5%;
        }

        .ce_asp_data_block:nth-child(2) {
            width: 13.5%;
        }

        .ce_asp_data_block:nth-child(3) {
            width: 17.25%;
        }

        .ce_asp_data_block:nth-child(4) {
            width: 14.25%;
        }

        .ce_asp_data_block:nth-child(5) {
            width: 13%;
        }

        .ce_asp_data_block:nth-child(6) {
            width: 11%;
        }

        .ce_asp_data_block .apd_number {
            font-size: 26px;
        }

        .ce_asp_data_block .apd_text {
            font-size: 14px;
            line-height: 18px;
        }
}

@media all and (max-width: 1082px) {
    /****************************************
 * Header (branding, language, social media, navigation)
 ***************************************/
    .navigation li a,
    .navigation li span {
        font-size: 17px;
    }
}

@media all and (max-width: 1002px) {
    /****************************************
 * Header (branding, language, social media, navigation)
 ***************************************/
    .navigation li a,
    .navigation li span,
    .navigation li.last a,
    .navigation li.last span {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px;
    }
    /****************************************
 * Main (container)
 ***************************************/
    .page-history .custom .dragcontrol {
        display: none;
    }

    .page-history #middle .inside {
        height: 420px;
    }
    /****************************************
 * Override default bxSlider styles
 ***************************************/
    .bx-wrapper .bx-controls-direction a {
        width: 21px;
        height: 39px;
    }

    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-prev:hover {
        background-position: -126px -294px;
    }

    .bx-wrapper .bx-next,
    .bx-wrapper .bx-next:hover {
        background-position: -148px -294px;
    }

    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-prev:hover {
        margin-left: 0;
    }

    .bx-wrapper .bx-next,
    .bx-wrapper .bx-next:hover {
        margin-right: 0;
    }

    /*.layout-listing .item.asp { width:97.5%; height:auto; margin-top:20px; }*/
    .layout-listing .item.asp {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .item.asp .inside {
        height: auto;
    }

    .aspfilter {
        padding: 0 !important;
    }

    .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l,
    .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r {
        float: left;
    }

    .c66l, .c66r,
    .c33l, .c33r {
        width: 100%;
    }

    .c66l, .c66r {
        margin-bottom: 40px;
    }

    .subcl .ce_text {
        padding-right: 20px;
    }
    /* Added by GMO */
}

@media all and (max-width: 920px) {
    .ce_gallery ul li {
        height: 150px;
    }

    .ce_asp {
        width: 47.8%;
    }

    .ce_asp,
    .mod_article.asp_cluster .accordion .ce_asp:nth-child(3n+1) {
        margin-right: 4%;
    }

    .mod_article.asp_cluster .accordion .ce_asp:nth-child(2n+1) {
        margin-right: 0%;
    }
    /* Changed to isolate first - GMO */

    .mod_article.asp_cluster .accordion .ce_asp.teamleader:nth-child(2n) {
        margin-right: 0% !important;
    }
    /* Added to avoid isolation of first - GMO */

}

@media all and (max-width: 880px) {

    .navigation li a,
    .navigation li span,
    .navigation li.last a,
    .navigation li.last span {
        font-size: 14px;
    }
    /* changed to avoid break - GMO */

}

@media all and (max-width: 865px) {
    /* Spalten */
    .sc2,
    .sc3 {
        display: block;
        float: none;
        padding: 0;
        width: auto;
    }

    div.sc-count1 p,
    div.sc-count2 p {
        margin-left: 0;
    }

    div.ce_image.sc .image_container {
        padding: 0;
    }

    /****************************************
 * Header (branding, language, social media, navigation)
 ***************************************/
    .navigation li a,
    .navigation li span,
    .navigation li.last a,
    .navigation li.last span {
        padding-left: 9px;
        padding-right: 9px;
    }

    /****************************************
 * custom (slider, pageimages, section spots, breadcrumbs + widget)
 ***************************************/
    /*.layout-listing .ce_pageimages figure { height:445px; }
.layout-listing .breadcrumbs { margin-top:-424px; }*/
    /****************************************
 * Main (container)
 ***************************************/
    /*.layout-listing .overlay { margin-top:-392px; margin-bottom:20px; }*/
    .layout-listing .overlay .inside {
        padding-top: 26px;
    }

    .layout-listing .overlay .ce_text strong {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px;
    }

    .produktfilter .widget strong {
        font-size: 16px;
    }

    .item .information p,
    .ce_content_teaser .information p {
        display: none;
    }

    #product-spot-overlay .text_container {
        font-size: 12px;
        line-height: 16px;
    }

        #product-spot-overlay .text_container h1 {
            margin-bottom: 0;
            font-size: 23px;
            line-height: 28px;
        }
}

@media all and (max-width: 815px) {
    .colors {
        height: 10px;
        top: -10px !important;
    }
    /****************************************
 * Header (branding, language, social media, navigation)
 ***************************************/
    #header {
        height: auto;
    }

        #header .branding img {
            background-size: 175%;
        }

    .mod_changelanguage {
        display: none;
    }

    #header .social-media {
        display: none;
    }

    .navigation {
        position: absolute;
        overflow: visible;
        top: 0;
        right: 0;
        width: auto;
        border: 0;
    }

    #responsive-nav-handler {
        position: absolute;
        display: block;
        top: 42px;
        right: 40px;
        width: 36px;
        height: 36px;
        background-color: #183a65;
        background-position: -413px top;
        cursor: pointer;
    }

        #responsive-nav-handler.on {
            background-color: #7b9f38;
        }

    #responsive-navigation {
        position: absolute;
        z-index: 100;
        top: 109px;
        width: 90%;
        margin-left: 5%;
        moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.4);
        box-shadow: 0 6px 12px 0 rgba(0,0,0,0.4);
    }

        #responsive-navigation .stickyclone {
            position: absolute;
            top: 6px;
            right: 0;
            width: 100px;
        }

            #responsive-navigation .stickyclone li {
                float: left;
                padding-left: 12px;
            }

                #responsive-navigation .stickyclone li.first {
                    border-right: 1px solid #a0a0a0;
                    padding: 0 9px 0 0;
                }

            #responsive-navigation .stickyclone a {
                display: block;
                width: 30px;
                height: 26px;
                background-position: -399px -442px;
            }

                #responsive-navigation .stickyclone a.eshop-login {
                    background-position: -430px -442px;
                }

        #responsive-navigation .languages {
            background-color: #e6e6e6;
        }

            #responsive-navigation .languages li {
                border-bottom: 1px solid #fff;
            }

            #responsive-navigation .languages a,
            #responsive-navigation .languages span {
                display: block;
                padding: 11px 10px;
                font-size: 16px;
                text-decoration: none;
                color: #777;
            }

                #responsive-navigation .languages a.active {
                    display: none;
                }

            #responsive-navigation .languages .selector span {
                position: relative;
                display: inline-block;
                padding-right: 20px;
                cursor: pointer;
            }

            #responsive-navigation .languages .selector .icon {
                top: 16px;
                right: 0;
                width: 15px;
                height: 10px;
                background-position: -304px -22px;
            }

            #responsive-navigation .languages .on .icon {
                background-position: -304px -31px;
            }

        #responsive-navigation .menu {
            background-color: #293f6f;
        }

            #responsive-navigation .menu li {
                position: relative;
                border-bottom: 1px solid #fff;
            }

                #responsive-navigation .menu li.last {
                    border-bottom: 0;
                }

            #responsive-navigation .menu .icon-handler {
                position: absolute;
                z-index: 101;
                display: block;
                top: 0;
                right: 0;
                width: 49px;
                height: 49px;
                padding: 0;
                background-color: rgba(255,255,255,0.1);
            }

            #responsive-navigation .menu .icon {
                top: 18px;
                right: 14px;
                width: 20px;
                height: 12px;
                background-position: -285px -22px;
            }

            #responsive-navigation .menu .on .icon {
                background-position: -285px -33px;
            }

            #responsive-navigation .menu a,
            #responsive-navigation .menu span {
                position: relative;
                z-index: 100;
                display: block;
                padding: 12px 10px;
                font-size: 18px;
                line-height: 24px;
                text-transform: uppercase;
                text-decoration: none;
                color: #fff;
            }

            #responsive-navigation .menu > li.active > span,
            #responsive-navigation .menu > li.trail > a {
                font-weight: 600;
            }

            #responsive-navigation .menu .sub {
                display: none;
            }

        #responsive-navigation .level_2 li {
            border-top: 1px solid #fff;
            border-bottom: 0;
        }

            #responsive-navigation .level_2 li > span,
            #responsive-navigation .level_2 li a {
                padding: 6px 28px;
                font-size: 16px;
                text-transform: none;
                background-color: #777;
            }

                #responsive-navigation .level_2 li a:hover {
                    color: #cdcdcd;
                }

        #responsive-navigation .menu .level_2 > li.active > span {
            font-weight: 600;
        }

    /****************************************
 * Override default bxSlider styles
 ***************************************/
    .custom .bx-wrapper .bx-pager {
        display: none;
    }
    /****************************************
 * custom (slider, pageimages, section spots, breadcrumbs + widget)
 ***************************************/
    /*.layout-listing .ce_pageimages figure { height:455px; }
.layout-listing .breadcrumbs { margin-top:-443px; }*/
    /****************************************
 * Main (container)
 ***************************************/
    #main .overlay h1 {
        margin-bottom: 4px;
        font-size: 27px;
        line-height: 66px;
    }

    .overlay {
        margin-top: -148px;
    }

        .overlay .colors {
            top: -10px;
        }
    /*.overlay .inside,
.overlay.filter .inside { padding-top:4px; }*/
    .layout-listing .overlay {
        margin-top: 0;
    }
    /*.layout-listing .overlay .inside { height:366px; }*/
    .mod_metamodels_frontendfilter,
    .ce_metamodels_frontendfilter {
        padding: 0 20px;
    }
    /*.mod_metamodels_frontendfilter .widget,
.ce_metamodels_frontendfilter .widget { float:none; width:auto; height:60px; text-align:left; }
.mod_metamodels_frontendfilter .widget .icon,
.ce_metamodels_frontendfilter .widget .icon { display:none; }
.mod_metamodels_frontendfilter .textual,
.ce_metamodels_frontendfilter .textual { top:0; }
.produktfilter .textual ul { position:relative; z-index:2; width:auto; margin:-2px 0 0 -5px; }
.produktfilter .textual ul.off { z-index:1; }*/

    .overlay .ce_teaser strong,
    .produktfilter .widget strong {
        margin-bottom: 5px;
        word-wrap: break-word;
    }

    .produktfilter .widget strong {
        margin-bottom: 0;
    }

    /*.mod_metamodels_frontendfilter .textual ul li,
.ce_metamodels_frontendfilter .textual ul li { text-align:left; }
.mod_metamodels_frontendfilter .textual ul li a,
.mod_metamodels_frontendfilter .textual ul li span,
.ce_metamodels_frontendfilter .textual ul li a,
.ce_metamodels_frontendfilter .textual ul li span { padding:2px 5px; }*/

    .layout-listing .overlay .ce_text {
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: left;
    }

        .layout-listing .overlay .ce_text p {
            margin-bottom: 0;
        }

    .layout-listing .overlay .text {
        display: none;
    }

    .layout-product .overlay > .inside {
        padding-top: 10px;
    }

    #news .left {
        float: none;
        width: auto;
    }

    #news .right {
        display: none;
    }

    /* 404 */
    .page-404 #middle .ce_image img {
        width: 815px;
        height: auto;
    }

    .page-404 .overlay {
        margin-top: -389px;
    }

    .page-404 #main h1 {
        margin-bottom: 15px;
        font-size: 90px;
    }

    /****************************************
 * Footer
 ***************************************/
    #footer {
        padding-bottom: 20px;
    }

        #footer .left {
            float: none;
            margin: 26px 0 0 0;
        }

        #footer .right {
            display: none;
        }

    .footer-nav {
        float: none;
        margin-left: 0;
    }

    #footer ul li {
        display: block;
        margin-left: 0;
    }

    #footer .social-media {
        position: absolute;
        float: none;
        top: 14px;
        right: 0;
        margin-left: 14px;
    }
}

@media all and (max-width: 770px) {
}

@media all and (max-width: 767px) {
    #main .mod_article.ap_grafik > .inside {
        background: none;
    }

    .apd_block {
        padding-top: 0;
        margin: 0 0 50px 0;
    }

    .ce_asp_data_block {
        width: 100% !important;
    }

    .apd_number, .apd_text {
        float: left;
        margin-right: 5px;
    }
}

@media all and (max-width: 660px) {
    .ce_asp {
        width: 100%;
    }

    .ce_asp,
    .mod_article.asp_cluster .accordion .ce_asp:nth-child(2n) {
        margin-right: 0%;
    }
}

@media all and (max-width: 627px) {
    h1 {
        line-height: 42px;
    }

    h2 {
        font-size: 29px;
    }

    .colors {
        display: none !important;
    }
    /****************************************
 * custom (slider, pageimages, section spots, breadcrumbs + widget)
 ***************************************/
    /*.ce_slide .spot,
.layout-product .product-image .spot,
.product .ce_content_teaser .spot*/
    .spot {
        display: none !important;
    }
    /****************************************
 * Override default bxSlider styles
 ***************************************/
    .custom .bx-wrapper .img {
        position: relative;
        width: 1px;
        left: 50%;
    }

    .custom .bx-wrapper img {
        width: 750px !important;
        height: auto;
        max-width: none !important; /*margin:0 0 0 -375px !important;*/
        margin: 0 0 0 -425px !important;
    }
    /*.ce_slide { width:100% !important; max-width:100% !important; }*/
    /****************************************
 * Main (container)
 ***************************************/
    /*#main > .inside { padding-bottom:0; }*/
    #main > .inside {
        padding-bottom: 20px;
    }

    #main .overlay h1 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 28px;
    }

    .overlay .inside {
        padding-top: 15px;
    }

    .overlay .ce_teaser {
        float: none;
        width: auto;
        margin-bottom: 40px;
    }

        .overlay .ce_teaser .textual {
            padding: 135px 30px 0;
        }

        .overlay .ce_teaser .text {
            display: block;
        }

    .layout-product .overlay > .inside {
        padding-top: 6px;
    }

    .layout-listing .overlay > .inside {
        padding-top: 16px;
        height: auto;
    }

    .mod_metamodels_frontendfilter .widget,
    .ce_metamodels_frontendfilter .widget {
        float: none;
        width: auto;
        height: 60px;
        text-align: left;
    }

        .mod_metamodels_frontendfilter .widget .icon,
        .ce_metamodels_frontendfilter .widget .icon {
            display: none;
        }

    .mod_metamodels_frontendfilter .textual,
    .ce_metamodels_frontendfilter .textual {
        top: 0;
    }

    .produktfilter .textual ul {
        position: relative;
        z-index: 2;
        width: auto;
        margin: -2px 0 0 -5px;
    }

        .produktfilter .textual ul.off {
            z-index: 1;
        }

    .mod_metamodels_frontendfilter .textual ul li,
    .ce_metamodels_frontendfilter .textual ul li {
        text-align: left;
    }

        .mod_metamodels_frontendfilter .textual ul li a,
        .mod_metamodels_frontendfilter .textual ul li span,
        .ce_metamodels_frontendfilter .textual ul li a,
        .ce_metamodels_frontendfilter .textual ul li span {
            padding: 2px 5px;
        }

    .item,
    .ce_content_teaser {
        overflow: hidden;
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 20px 0;
        background-color: #2f7f87;
    }
        /*.item .img,
.ce_content_teaser img { float:left; width:45%; height:auto; }*/
        .item .img,
        .ce_content_teaser img {
            float: left;
            width: 33%;
            height: auto;
        }

        .item .img {
            height: 100%;
        }
        /*.item .information,
.ce_content_teaser .information {
	width:43%;
	margin-left:52%; padding:0;
	background:none;
	text-align:left;
	zoom:1;
	filter:alpha(opacity=100);
	opacity:1;
}*/
        .item .information,
        .ce_content_teaser .information {
            width: 60%;
            margin-left: 36%;
            padding: 0;
            background: none;
            text-align: center;
            zoom: 1;
            filter: alpha(opacity=100);
            opacity: 1;
        }

            .item .information h2,
            .ce_content_teaser .information h2 {
                margin-bottom: 6px;
                padding-top: 9px;
                font-size: 20px;
            }

            .item .information p,
            .ce_content_teaser .information p {
                display: block;
                margin-bottom: 10px;
                font-size: 13px;
                line-height: 18px;
            }

        .item .button,
        .ce_content_teaser .button {
            width: auto;
            padding: 3px 4%;
            font-size: 15px;
        }



    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .item .button,
        .ce_content_teaser .button {
            width: auto;
            padding: 5px 4% 0 4%;
        }
    }

    .item.asp {
        width: auto;
    }

    .statements {
        display: none;
    }

    #news {
        padding-bottom: 30px;
    }

        #news h2 {
            margin-bottom: 0;
            padding: 10px 0;
        }

        #news h3 {
            margin-bottom: 10px;
            font-size: 26px;
        }

        #news .left .image_container {
            margin-bottom: 0;
        }

        #news .left .info {
            position: absolute;
            top: -91px;
            margin-bottom: 0;
            padding: 14px 0 4px;
            background-color: rgba(255,255,255,0.5);
            color: #fff;
        }

            #news .left .info time {
                display: block;
                margin-top: 10px;
            }

            #news .left .info .day {
                line-height: 41px;
                color: #fff;
            }

        #news .left .content {
            margin-left: 0;
            padding: 18px 0 0;
            border-left: 0;
        }

        #news .left a.more {
            margin-left: 0;
        }
    /* 404 */
    .page-404 .overlay {
        font-size: 18px;
    }

    .page-404 #main h1 {
        margin-bottom: 7px;
        font-size: 39px;
    }

    .page-404 #main h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .page-404 #main p.sep-404 {
        padding-top: 13px;
    }
    /****************************************
 * Form elements (sections, fields, buttons)
 ***************************************/
    label {
        display: block;
    }

    #contactform input.text,
    #contactform textarea {
        width: 96%;
    }

    #contactform select {
        width: 99% !important;
    }

    #contactform input.submit,
    #contactform button {
        margin-left: 0;
    }
}

@media all and (max-width: 627px) {
    #totop {
        width: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        #totop a {
            background-color: transparent;
        }

    .radio_container label {
        display: inline-block;
    }
}

@media all and (max-width: 580px) {
    .layout_latest {
    }

        .layout_latest .info {
            float: right;
            margin-bottom: 20px;
        }

        .layout_latest .content {
            float: none;
            margin-left: 0;
            padding-left: 0;
            border: 0;
        }

    .ce_gallery ul li {
        height: 100px;
    }
}

@media all and (max-width: 463px) {
    /****************************************
 * Header (branding, language, social media, navigation)
 ***************************************/
    .top {
        width: 100%;
        height: 77px;
    }

    #header .branding {
        width: 200px;
        height: 64px;
    }

    #responsive-nav-handler {
        top: 22px;
        right: 20px;
    }

    #responsive-navigation {
        top: 77px;
        width: 100%;
        margin-left: 0;
    }

    #block {
        background-color: #000;
    }
    /****************************************
 * custom (slider, pageimages, section spots, breadcrumbs + widget)
 ***************************************/
    .breadcrumbs {
        display: none;
    }
    /****************************************
 * Main (container)
 ***************************************/
    .item .information p,
    .ce_content_teaser .information p {
        display: none;
    }

    .ce_history img {
        float: none;
        max-width: auto;
        margin-bottom: 20px;
    }

    .ce_history h2 {
        margin-bottom: 15px;
    }

    .page-history .custom {
        display: none;
    }
    /****************************************
 * Form elements (sections, fields, buttons)
 ***************************************/
    input.submit,
    button {
        padding: 14px 18px;
    }

    #contactform input.text,
    #contactform textarea {
        width: 93%;
    }

    #contactform select {
        width: 97%;
    }

    .checkbox_container.compressed, .radio_container.compressed {
        padding: 0;
    }

    .ce_content_teaser .information h2 {
        font-size: 18px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width : 1024px) {

    /*****************************************
* Forms iOS
*****************************************/
    input,
    textarea,
    select {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    select {
        background-image: url("../../files/theme/img/arrow-ios-form.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 10px;
    }

    #contactform select {
        width: 63.1%;
    }

    .aspfilter select {
        width: 100%;
    }
}


/*@media all and (min-width: 0) and (max-width: 1050px) {
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	}
}*/


/* NICHT AUS WEBSITE */
.order-head {
    padding-left: 20px;
    padding-bottom: 3px;
    height: auto;
    width: auto;
    border: solid;
    border-color: #00386a;
}

#form1 {
        /*font-family: generis, sans-serif;
    font-size: 14px;
    font-weight: 500;*/

}

.formular {
    width: 1000px;
    height: auto;
    overflow: auto;
    padding: 15px;
    box-sizing: content-box;
    margin: auto;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 8px 46px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 8px 46px -1px rgba(0,0,0,0.58);
    box-shadow: 0px 8px 46px -1px rgba(0,0,0,0.58);
    /*font-family: generis, sans-serif;
    font-size: 15px;
    font-weight: 500;*/

}

.formular-error {
    width: 1000px;
    height: auto;
    overflow: auto;
    padding: 15px;
    box-sizing: content-box;
    margin: auto;
    margin-bottom: 40px;
}

.error-message{
    color:red;
    font-size: 18px;
}

.formular_top {
    margin:auto;
    width: 900px;
    height: auto;
    overflow: auto;
}

.div-position {
    width: 1000px;
    height: auto;
    background-color: rgba(0, 56, 106, 0.10);
    margin: auto;
    margin-top: 10px;
    padding: 15px;
    border: solid;
    border-color: #00386a;
}

.div-position-tabelle {
    width: 960px;
    height: auto;
    overflow: auto;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.div-position-tabelle-edit {
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
}


.div-position-benennung {
    width: 900px;
    height: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    overflow: auto;
}

.table-position {
    width: 900px;
    margin: auto;
    border-bottom: solid;
}

    .table-position td {
        margin-left: 40px;
        height: 30px;
    }

.div-position-edit {
    width: 900px;
    height: auto;
    overflow: auto;
    margin: auto;
    padding: 0;
    
}

.button-accept {
    background-color: #e5ea69;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 14px 86px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .button-accept:hover:enabled {
        background-color: #c4d396;
    }

    .button-accept:disabled {
        background-color: #b4cf60;
    }

.textbox-edit {
    width: 80px;
    text-align: right;
    margin-top: 2px;
    background-color:white;
}

.button-edit {
    background-color: #ea8569;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 14px 21px;
    margin-right: 10px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .button-edit:hover:enabled {
        background-color: #eda793;
    }

    .button-edit:disabled {
        background-color: #eda793;
    }

.textbox-benennung {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    resize: none;
    background-color:white;
}

.div-position-benennung-left {
    width: 400px;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
}

thead {
    display: table-header-group;
}

tfoot {
    display:none;
}

@media print {
    tfoot {
        display: table-footer-group;
    }
} 

.div-summary {
    width: 900px;
    margin: auto;
    margin-top: 40px;
    padding: 0;
    overflow: auto;
}

.table-summary {
    width: 900px;
    margin: auto;
    border: none;
}

.button-send {
    background-color: #e5ea69;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 14px 86px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin: 0;
    margin-top: 20px;
}

    .button-send:hover:enabled {
        background-color: #c4d396;
    }

        .button-send:disabled {
        background-color: #c4d396;
    }


.checkbox-agree label {
    padding-left: 5px;
    white-space: nowrap;
    margin-right:15px;
}

.centered {
    margin-top:20px;
    margin-right:10px;
    text-align:right;
}
.centered-left {
    margin-top:20px;
    margin-right:10px;
    text-align:left;
}

.val-error {
    color:red;
}

.val-box {
    border:dotted;
    border-color:red;
    background-color:rgba(255, 0, 0, 0.15);
    width:400px;
    height:auto;
    margin:0;
    margin-top:10px;
    padding:5px;
    overflow:auto;
}

.val-box-pos {
    float:right;
    width:auto;
}

.textbox-white {
    background-color:white;
}

@media print 
{
    .noPrint 
    {
        display:none;
    }

    a:link::after, a:visited::after {
        display: none;
    }
}

.adresse {
  background-color: rgba(255, 255, 165, 0.40);
  border-radius: 2px;
  display: inline-block;
  height: auto;
  margin: 1rem;
  width: auto;
  padding: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.incoterms {
      padding: 3px 7px 3px 7px;
      border-radius:50%;
      -moz-border-radius:50%;
      -webkit-border-radius:50%;
      background-color:#00386a;
      color:white;
      cursor:help;
}


.incoterms .incoterms-tooltip {
    visibility:hidden;
    width:auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    margin-left:20px;
    position: absolute;
    z-index: 1;
    border-radius:5px;
}

.incoterms:hover .incoterms-tooltip {
    visibility:visible;
}

.table-orders {
    width: 1000px;
    height: auto;
    margin: auto;
    margin-top: 35px;
}

.table-orders tr {
    background-color: rgba(0, 56, 106, 0.10);
    margin-top: 10px;
    border: solid;
    border-color: #00386a;
}

.table-orders td {
    padding: 10px;
}
.table-orders th {
    padding: 10px;
    font-weight: bold;
    border: none;
}

.header-orders {
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: underline;
}