html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:600}b,strong{font-weight:600}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family: 'Titillium Web', sans-serif;;font-size:100%;line-height:1.6;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-md-11,.row {margin:0;padding:0}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* Standards */
html {overflow-y: scroll;}

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #575757;
    font-size: 1.6em;
    line-height: 1.4;
    padding: 0px !important;
    background-color: #e5e5e5;
}

body.modal-open {overflow: hidden;}

.clear, clearfix {clear: both;}

p {margin: 0 0 15px;}

strong, b {font-weight: 600;}

.img-responsive {width: 100%;}

hr {border-top: 1px solid #909090;}

a img {
    border: 2px solid #e5e5e5;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

a:hover img {
    border: 2px solid #ff0028;
}

a, a:link, a:visited, a:active {
    color: #ff0028;
    text-decoration: none;
}

a:hover {
    color: #ff0028;
    text-decoration: underline;
}

a:focus, :focus {
    outline: none;
}

.btn, a.btn, .bfSubmitButton {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #909090;
    padding: 9px 15px 8px 15px;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.focus, .btn:focus, .btn:hover,
a.btn.focus, a.btn:focus, a.btn:hover, 
.bfSubmitButton.focus, .bfSubmitButton:focus, .bfSubmitButton:hover {
    color: #ffffff;
    background-color: #3c3c3b;
    text-decoration: none;
    outline: none;
}

.btn-right {
    text-align: right;
}

.form-control {
  width: 95%;
}

.h1, h1, .h4, h4 {
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    background-color: #ff0028;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 100%;
}

.h1, h1 {
    font-size: 26px;
    margin: 0px 0px 25px 0px;
}

.h4, h4 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}


.h2, h2, .h3, h3, .h5, h5 {
    font-weight: 400;
    text-transform: uppercase;
}

.h2, h2 {
    font-size: 24px;
    margin: 25px 0px 20px 0px;
}

.h3, h3 {
    font-size: 20px;
    margin: 25px 0px 15px 0px;
}

.h5, h5 {
    font-size: 18px;
    margin: 20px 0px 15px 0px;
}

.h6, h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0px 15px 0px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
    list-style-type: square;
    padding: 0px 0px 0px 20px;
}

ol li, ul li {
    padding: 3px 0px 3px 0px;
}

table {
    width:100%;
    height:100%;
    margin:30px 0px 30px 0px;
    padding:0px;
    border-bottom:2px solid #575757;
}

th {
    vertical-align:middle;
    border-top:0px ;
    border-bottom:1px solid #575757;
    background-color: #e5e5e5;
    text-align:left;
    padding:12px 10px;
    font-size: 0.9em;
}

td {
    vertical-align:middle;
    border-top:1px solid #575757;
    border-bottom:1px solid #575757;
    border-right:1px solid #575757;
    text-align:left;
    padding:10px;
    font-size: 0.9em;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

td:last-child {border-right:0px solid #575757;}
tr:hover td{background-color: #e5e5e5;}


a[data-toggle="tooltip"] {
    display: inline-block !important;
}

.tooltip {
    font-family:inherit;
    font-size: 0.8em;
    line-height: 1.4em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(87,87,87,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(87,87,87,1);
    box-shadow: 0px 0px 5px 0px rgba(87,87,87,1);
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip.top {
    padding: 0px;
    margin-top: -5px;
}

.tooltip.top .tooltip-arrow { display: none;}

.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #575757;
    text-align: left;
    background-color: #ffffff;
    border-radius: 0px;
}

.close {
    font-size: 24px;
    font-weight: 600;
    color: #909090;
    text-shadow: none;
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close:focus, .close:hover {
    color: #3c3c3b;
    filter: none;
    opacity: 1;
}


/* JCE Lightbox */
#jcemediabox-popup-frame {padding: 20px 0px;}
#jcemediabox-popup-content {width: 100% !important;}
#jcemediabox-popup-content {padding: 0px 0px 10px 0px;}
.jcemediabox-popup-corner-tc{margin: 0px;}
.jcemediabox-popup-corner-bc {margin: 0px;}
#jcemediabox-popup-info-bottom {padding: 0 0 20px;}

#jcemediabox-popup-caption {
    padding: 15px 45px 10px 20px;
    margin: 0px;
}

#jcemediabox-popup-caption h4 {
    background-color: transparent;
    font-size: 20px;
    margin: 0px 0 15px 0px;
    color: inherit;
}

#jcemediabox-popup-caption p {color: inherit;}
span#jcemediabox-popup-numbers {padding: 0 0 0 20px;}

#jcemediabox-popup-closelink {
    text-indent: -9999px;
    width: 20px;
    right: 15px;
    top: 9px;
    padding-left: 20px;
    background: url(../images/close.svg);
    background-size: 20px 30px;
}

#jcemediabox-popup-prev {
    background-color: #909090;
    height: 45px;
    width: 45px;
    top: 45%;
    left: 0px;
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#jcemediabox-popup-prev::after {
    display:block;
    content:"icon";
    text-indent:-999em;
    width: 25px;
    height: 25px;
    margin: 10px 0 0 13px;
    background:url(../images/btn-arrow-left.svg) no-repeat;
}

#jcemediabox-popup-next {
    background-color: #909090;
    height: 45px;
    width: 45px;
    top: 45%;
    right: 1px;
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#jcemediabox-popup-next::after {
    display:block;
    content:"icon";
    text-indent:-999em;
    width: 25px;
    height: 25px;
    margin: 10px 0 0 17px;
    background:url(../images/btn-arrow-right.svg) no-repeat;
}

#jcemediabox-popup-next:hover, #jcemediabox-popup-next:visited:hover,
#jcemediabox-popup-prev:hover, #jcemediabox-popup-prev:visited:hover {
    background-color: #3c3c3b;
    background-image: none;
}

#jcemediabox-popup-loader {
    background: url(../images/loader.svg) no-repeat center center;
    background-size: 50px 50px;
}


/* Formulare */
.glyphicon {
    font-size: 0.5em;
    top: -5px;
}

.glyphicon-upload {
    font-size: 1.2em;
    top: 2px;
}
#bfElemWrap392,
#bfElemWrap476 {
    overflow: unset;
}
#bfElemWrap392 .ff_elem,
#bfElemWrap476 .ff_elem {
    margin-right: 10px !important;
}

#bfQuickModeSection61971,
#bfQuickModeSection61971 {
    margin: 0;
}
.upload-note {
    display: inline;
    float: left;
    margin-bottom: 20px;
}


/* Tag Categorie Overright */
.tag-category ul.category {
    list-style: none;
}

.tag-category ul.category li {
    box-sizing: border-box;
    width: 50%;
    padding: 20px;
}

.tag-category ul.category li a img {
    max-width: 100%;
}


/* Navigation */
.navbar-default {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(60,60,59,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(60,60,59,0.5);
    box-shadow: 0px 1px 5px 0px rgba(60,60,59,0.5);
}

.navbar-default .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    border: 0px;
    border-radius: 0px;
}

.navbar-brand {
    position: absolute;
    right: 0px;
    top:0px;
    width: 350px;
    height: auto;
    float: none;
    height: auto;
    padding: 0px;
    margin: 22px 65px 0px 0px;
}

a.navbar-brand img, a.navbar-brand:hover img {border: 0px;}

.nav>li {display: inline-block !important; padding: 0px;}

.menu-top {margin: 15px 0px 8px 0px;}

.menu-top>li>a, .menu-top>li>a:link,
.menu-top>li>a:visited, .menu-top>li>a:active, .menu-top>li>a:focus {
    padding: 0px 15px;
    font-size: 0.9em;
    font-weight: 600;
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

.menu-haupt>li>a, .menu-haupt>li>a:link,
.menu-haupt>li>a:visited, .menu-haupt>li>a:active, .menu-haupt>li>a:focus {
    padding: 10px 20px 15px 20px;
    font-size: 1.2em;
    font-weight: 600;
    color: #262626;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
}

.nav .open>a:focus {background-color: transparent; text-decoration: none;}

.menu-top>li>a:hover, .menu-haupt>li>a:hover, .nav .open>a:hover,
.menu-top li.active a, .menu-haupt li.active a {
    background-color: transparent;
    text-decoration: underline;
}

.menu-top #nav-arrow-down {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-top .open #nav-arrow-down,
.menu-haupt .open #nav-arrow-down {
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.menu-haupt {margin-left: -5px;}

.menu-haupt #nav-arrow-down {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-haupt .dropdown-menu,
.menu-top .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

.menu-haupt .dropdown-menu {margin: 0px; min-width: 180px;}
.menu-top .dropdown-menu {margin: 5px 0 0 0;}

.menu-top .dropdown-menu li a,
.menu-top .active .dropdown-menu li a,
.menu-haupt .dropdown-menu li a {
    background-color: #e5e5e5;
    border-bottom: 1px solid #d6d6d6;
    text-decoration: none;
}

.menu-haupt .dropdown-menu li a,
.menu-haupt .active .dropdown-menu li a {
    padding: 10px 25px 10px 20px;
    font-size: 1.1em;
}

.menu-top .dropdown-menu li a,
.menu-top .active .dropdown-menu li a {
    padding: 10px 15px;
    font-size: 0.9em;
    font-weight: 600;
}

.menu-top .dropdown-menu>li>a,
.menu-haupt .dropdown-menu>li>a {
    color: #262626;
}

.dropdown-menu li:last-child a,
.dropdown-menu li:last-child a:hover,
.dropdown-menu li:last-child a:focus {
    border-bottom: none;
}

.dropdown-menu li a:hover,
.nav .active .dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.nav .active .dropdown-menu li a:focus {
    background-color: #3c3c3b;
    color: #ffffff;
    border-bottom: 1px solid #3c3c3b;
}

.menu-haupt .dropdown-menu>li.active>a,
.menu-top .dropdown-menu>li.active>a {
    background-color: #3c3c3b;
    color: #ffffff;
    border-bottom: 1px solid #3c3c3b;
}

ul.dropdown-menu li {padding: 0px;}
li.dropdown-submenu {padding: 0px;}

.dropdown-submenu>a::after {
    display:block;
    content: url('../images/arrow-left.svg');
    float:right;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    margin-right: -14px;
}

.dropdown-submenu>a:hover::after,
.active.dropdown-submenu>a::after {
    content: url('../images/arrow-left-white.svg');
}

.dropdown-submenu {position:relative;}
.dropdown-submenu:hover>.dropdown-menu {display:block;}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
}

.dropdown-submenu.hover-state>.dropdown-menu {
  display: block;
}


/* Suche und Sprache */
.suche-sprache {
    position: absolute;
    left: 865px;
    bottom: 9px;
    width: 135px;
    height: 38px;
}

.suche-link {
    display: inline-block;
    width: 38px;
    height: 30px;
    margin: 3px 0 3px 0;
    /* border-right: 1px solid #909090; */
}

.search-svg {
    width: 30px;
    height: 30px;
}

.result-title {
    margin-top: 25px;
}

.pagination {
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.pagination>li>a {
    color: #ff0028 ;
}

.pagination>li>span {
    color: #909090;
}

.search input {
    width: 370px;
    margin-right: 10px;
    font-family: 'Titillium Web',sans-serif;
    color: #575757;
    height: 37px;
    border: 1px solid #909090;
    padding: 10px;
    float: left;
}

.search .btn-toolbar {
    display: inline-block;
}

.search .searchintro {
    display: inline-block;
    float: right;
}

.search .searchintro p{
    margin: 17px 0 0 0;
}

.search #searchForm .form-limit {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
}

.search #searchForm p.counter {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

#search-icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.suche-link:hover #search-icon {fill: #ff0028;}

.mod-languages {
    display: block;
    float: right;
    width: 94px;
    height: 26px;
    margin-top: 6px;
}

.mod-languages select {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    color: #909090;
    padding:5px;
    background-color:white;
    background-image:url(../images/arrow-down.svg);
    background-position: 90% 50%;
    background-size: 15%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    outline: 0 none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mod-languages select:hover {color: #ff0028;}
.mod-languages select::-ms-expand {display:none;}
.mod-languages .lt-ie10 select {background-image: none;}
.mod-languages option {color: #909090;}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    top: 0px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal-dialog.suche {
    width: 500px;
    margin: 200px auto;
}

.modal-dialog.stellenbeschreibung {
    max-width: 95vw;
    width: 750px;
}

.modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(60,60,59,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(60,60,59,0.5);
    box-shadow: 0px 1px 5px 0px rgba(60,60,59,0.5);
}
.modal {
    overflow-y: auto !important;
}
.search-query {
    width: 370px;
    margin-right: 10px;
    font-family: 'Titillium Web', sans-serif;
    color: #575757;
    height: 37px;
    border: 1px solid #909090;
    padding: 10px;
    float: left;
}

.search-query:focus {
    border: 1px solid #ff0028;
}


/* Slideshow */
.slideshow-wrapper {margin: 95px 0 0 0;}


/* Breadcrumb */
.breadcrumb {
    padding: 10px 15px 10px 50px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
}

.breadcrumb>li+li::before {
    padding: 0px;
    content: " ";
}

.breadcrumb>li, 
.breadcrumb>li a {color: #909090;}

.breadcrumb .divider {padding: 0 5px;}
.breadcrumb>.active {color: #575757;}


/* Startseite: Flex */
.argad-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    max-width: 1630px;
}

.arga-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    align-items: stretch;
}


/* Content */
.content-wrapper {
    background-color: #ffffff;
    margin: 30px 15px 30px 0;
    padding: 30px;
}


/* Content: Produkte Details mit Bildern */
.produkte-details .col-md-4 {
    padding-right: 20px;
}

.produkte-details .col-md-8 .row .col-md-4 {
    padding-right: 0px;
    padding-left: 7px;
}

.produkte-details .col-md-8 .row .col-md-4 a:last-child {
    display: block;
    margin-top: 10px;
}


/* Content: Vorteile List */
.list-vorteile {
    border-bottom: 2px solid #575757;
    margin: 20px 0 30px 0;
}

.list-vorteile>p {
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0 6px 25px;
    margin: 0px 0 20px 0px;
    border-bottom: 1px solid #575757;
}

.list-vorteile ul {
    padding: 0 0 0 40px;
    margin-bottom: 25px;
}


/* Content: Accordion */
.accordion {margin: 30px 0 30px 0;}

.accordion .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.accordion .panel-group .panel+.panel {margin-top: 8px;}

.accordion .panel-body {
    padding: 20px 20px 20px 52px;
}

.accordion .panel-body .row [class*="col"]{
    padding: 10px;
}

.accordion .panel.panel-default {border: 0px;}

.accordion h3.panel-title, .accordion .panel-heading {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    background-color: none;
}

.accordion h3.panel-title a.collapsed {
    color: #575757;
    background-color: #e5e5e5;
}

.accordion h3.panel-title a {
    display: block;
    position: relative;
    max-height: 50px;
    background-color: #909090;
    color: #ffffff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.accordion h3.panel-title a:hover {
    color: #ffffff;
    background-color: #909090;
}

.accordion h3.panel-title {display: inline;}

.accordion h3.panel-title a span {
    position: absolute;
    text-transform: none;
    padding-left: 25px;
    top: 50%;
    font-weight: 600;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.accordion h3.panel-title a::before{
    content: "";
    width: 15px;
    height: 15px;
    padding: 25px;
    display: inline-block;
    background-color: #3c3c3b;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.accordion h3.panel-title a.collapsed::before{background-color: #909090;}

.accordion h3.panel-title a span::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    left: -34px;
    z-index: -1;
    background: url("../images/kreuz.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 300ms;
}

.accordion h3.panel-title a.collapsed span::before{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion .panel-group .panel-heading + .panel-collapse > .panel-body,
.accordion .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #fff !important;
}


/* Content: Accordion - Befestigungsmaterial */
.befestigungsmaterial {
    padding: 5px 25px 15px 25px;
}

.befestigungsmaterial>p {
    margin: 10px 0px 0px 0px;
}


/* Content: Qualitätsanspruch */
#qualitaet {
    margin: 30px 0px 0px 0px;
}

#qualitaet .qualitaet img {
    padding: 15px;
}

#qualitaet .qualitaet .col-md-10 {
    padding: 20px 20px 0px 30px;
}


/* Content: Arbeitgeber */
.lic-als-arbeitgeber {
    margin: 30px 0px 0px 0px;
}

.lic-als-arbeitgeber .col-md-6 {
    padding: 10px;
}

.lic-als-arbeitgeber .col-md-6 .teaser {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 15px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
}

.lic-als-arbeitgeber .col-md-6 .teaser h4,
.lic-als-arbeitgeber .modal-body h4 {
    color: #575757;
    background-color: transparent;
    padding: 0px;
    text-transform: inherit;
}

.lic-als-arbeitgeber .col-md-6 .teaser h4 {
    margin: 0px 0px 10px 0px;
}

.lic-als-arbeitgeber .modal-body h4 {
    margin: 20px 0px 10px 0px;
}

.lic-als-arbeitgeber .col-md-6 .teaser p {
    color: #575757;
    margin: 0px;
}


/* Offene Stellen */
.dynatable-search {
  float: right;
  margin-bottom: 10px;
}

.dynatable-pagination-links {
  float: right;
}

.dynatable-record-count {
  display: block;
  padding: 5px 0;
}

.dynatable-pagination-links span,
.dynatable-pagination-links li {
  display: inline-block;
}

.dynatable-page-link,
.dynatable-page-break {
  display: block;
  padding: 5px 7px;
}

.dynatable-page-link {
  cursor: pointer;
}

.dynatable-active-page,
.dynatable-disabled-page {
  cursor: text;
}
.dynatable-active-page:hover,
.dynatable-disabled-page:hover {
  text-decoration: none;
}

.dynatable-active-page {
  background: #71AF5A;
  border-radius: 5px;
  color: #fff;
}
.dynatable-active-page:hover {
  color: #fff;
}
.dynatable-disabled-page,
.dynatable-disabled-page:hover {
  background: none;
  color: #999;
}


/* Aktuelles */
.presse-aktuelles .page-header,
.news .page-header,
.aktuelles .page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px;
}

.blogVorschau {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 25px;
}

.blogVorschau .BlogInfo {
    padding-left: 50px;
}

.blogVorschau .page-header {
    margin: 0;
}

.blogVorschau .page-header h2, .blogVorschau h2 {
    margin: 0;
    margin-bottom: 10px;
}

.presse-aktuelles h2[itemprop="headline"] {
    margin: 5px 0px 8px 0px;
}

.blogVorschau dl {
    margin: 0 0 12px 0;
}

dd.published {
    color: #909090;
    font-size: 14px;
}

.blogVorschau img {
    width: 100%;
}

.page-header .backToOverview {
    display: block;
    float: right;
    margin-top: 12px;
}

.blog .item-image {
    margin-right: 10px;
}

.blog .items-row {
    border-bottom: 1px solid #909090;
}

.blog .paginationWrapper {
    margin-top: 50px;
}

.blog .pagination {
    margin: 0;
}

.blog .pagination>li>span {
    color: #909090;
}

.blog .pagination>li>a {
    color: #ff0028;
}

.blog .items-row {
    clear: both;
}

.blog .items-row .span6 {
    width: 50%;
    padding: 25px;
    float: left;
}

.blog .items-row .span4 {
    width: 33.33%;
    padding: 25px;
    float: left;
}


/* Download Center / Stellenangebote */
.downloadTable-Wrapper, 
.stellenbeschreibungTable-Wrapper {
    max-width: 100%;
    overflow: scroll;
}

#downloadTable {
    min-width: 500px;
}

.dynatable-active-page {
    background: #909090;
    border-radius: 0px;
    color: #fff;
}

.dynatable-per-page-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
}

.dynatable-per-page-select {
    width: 80px;
}

/* Glossar */
.buchstabenWrapperGlossar {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.buchstabenWrapperGlossar label {
    cursor: pointer;
    width: 45px;
    max-width: 45px;
    height: 45px;
    background-color: #909090;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 45px;
    margin: 10px;
}

.buchstabenWrapperGlossar label.inaktiv {
    background-color: #909090;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.buchstabenWrapperGlossar label.inaktiv:hover {
    background-color: #909090;
}

.buchstabenWrapperGlossar label:hover {
    background-color: #3c3c3b;
}

.buchstabenWrapperGlossar input {
    display: none;
}

.buchstabenWrapperGlossar input:checked + label {
    background-color: #3c3c3b;
}


/* Referenzen */
.referenzen-auswahl-felder {
    margin: 0px 0px 30px 0px;
}

.referenzenseite-wrapper {
    margin-bottom: 25px;
}

.referenzenseite-wrapper h5 {
    margin: 0px 0px 10px 5px;
}

.referenzen-item {
    width: 25%;
    padding: 5px;
}

.referenzen-item-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.66%;
}

.referenzen-item-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}




/* Ansprechpartner */
.ansprechpartner-auswahlFelder {
    margin: 0px 0px 35px 0px;
}
.ansprechpartner-auswahlFelder input {
    font-size: 14px;
    padding: 5px 12px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ansprechpartner-grid .ansprechpartner-item, 
.ansprechpartner-grid .ansprechpartner-item-sizer {
    width: 50%;
}

.ansprechpartner-grid .ansprechpartner-item {
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.ansprechpartner-grid .ansprechpartner-kontaktdaten {
    padding: 8px 25px 0 15px;
}

.ansprechpartner-grid .ansprechpartner-kontaktdaten .plz {
    display: none;
}

/* Sidebar */
.sidebar-wrapper {margin: 30px 0 0 15px;}

.sidebar-wrapper .sidebar {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.sidebar-wrapper .sidebar>h4 {
    display: block;
    color: #ffffff;
    background-color: #909090;
    padding: 10px 20px;
    margin: 0px;
}

.sidebar-wrapper .sidebar-body {
    background-color: #ffffff;
    padding: 20px;
}

.sidebar-wrapper .btn {float: right;}


/* Modul: Aktuelles */
.aktuelles-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    margin: 30px auto 30px auto;
    max-width: 1630px;
}

div.aktuelles {
    background-color: #ffffff;
    padding: 30px;
    border-left: 15px solid #e5e5e5;
    border-right: 15px solid #e5e5e5;
}

div.aktuelles .newsflash-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 20px 0;
}

div.aktuelles .newsflash-image {
    margin: 0 0 15px 0;
}

div.aktuelles .newsflash-image img {
    width: 100%;
    height: auto;
}

div.aktuelles .readmore {
    float: right;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #909090;
    padding: 9px 15px 8px 15px;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.aktuelles .readmore:hover {
    color: #ffffff;
    background-color: #3c3c3b;
    text-decoration: none;
    outline: none;
}


/* Modul: Standorte */
.standorte-wrapper {
    background-color: #ffffff;
    border-left: 15px solid #e5e5e5;
    border-right: 15px solid #e5e5e5;
}

.standorte-module {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
}

.standorte-module .standorte-text {padding: 30px 30px 0px 30px;}
.lichtgitter-weltweit .standorte-module .standorte-text {padding: 0px;}
.lichtgitter-weltweit .standorte-module .standorte-text:last-child {padding: 60px 30px 0px 60px;}
.lichtgitter-weltweit .standorte-module .standorte-text h4 {display: none;}
.lichtgitter-worldwide .standorte-module .standorte-text {padding: 0px;}
.lichtgitter-worldwide .standorte-module .standorte-text:last-child {padding: 60px 30px 0px 60px;}
.lichtgitter-worldwide .standorte-module .standorte-text h4 {display: none;}
.standorte-module .standorte-text p {margin: 0 0 30px 0;}
.standorte-module .standorte-text ul {margin: 0  0 30px 0;}
.standorte-module .standorte-text ul li {font-weight: 400;}
.standorte-module .standorte-image {padding: 0px 0px 0px 30px;}

.lichtgitter-weltweit .standorte-module .standorte-image {padding: 0px;}

.sidebar .standorte-module .standorte-image {padding: 0px;}

.standorte-module .standorte-text .btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.modal-dialog.standorte-karte {
    width: 1000px;
    margin: 80px auto;
}

.standorteMap {
    width: 100%;
    height: 100%;
}

.standorte-karte .modal-content .modal-body .row {
    position: relative;
}

.standorte-karte .modal-content .modal-body .row .columnMaps{
    display: inline-block;
    position: absolute;
    height: 100%;
}

.standorte-karte .modal-content .modal-body .row .columnMaps .modal-body__karte {
    height: 100%;
}

.modal-dialog.standorte-karte {
    width: 1400px;
    max-width: 90vw;
}

.columnStandorte {
    height: 650px;
    max-height: 90vh;
    padding: 0 15px;
    overflow: scroll;
    overflow-x: hidden;
}

.columnStandorte .btn {
    float: none !important;
}

.columnStandorte::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color: #e5e5e5;
}

.columnStandorte::-webkit-scrollbar{
    width: 6px;
    background-color: #e5e5e5;
}

.columnStandorte::-webkit-scrollbar-thumb{
    background-color: #3c3c3b;
}


/* Modul: Historie */
.cd-horizontal-timeline {
    margin: 30px auto 0px auto;
}

.cd-horizontal-timeline::before {
    content: 'desktop';
}

.cd-horizontal-timeline::before {
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 98%;
    margin: 0 auto;
}

.cd-horizontal-timeline .timeline ol, 
.cd-horizontal-timeline .timeline ul,
.cd-horizontal-timeline .events-content ol {
    list-style: none;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, 
.cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff0028;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #ff0028;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #ff0028;
    border-color: #ff0028;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #ff0028;
    border-color: #ff0028;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #ff0028;
}
    
.cd-timeline-navigation {
    margin-bottom: 0px;
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 9px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/arrow-right-red.svg) no-repeat 0 0;
    background-size: contain;
}

.cd-timeline-navigation a.prev {
    left: -10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: -10px;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #ff0028;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #ff0028;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content ol {
    padding: 0px;
    margin: 0px;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, 
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, 
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, 
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content h4 {
    display: block;
    font-weight: bold;
    color: #575757;
    background-color: transparent;
    margin: 0px auto 20px auto;
    padding: 0px;
}

.cd-horizontal-timeline .events-content em, 
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


/* Modul: Produktübersicht */
.produktuebersicht-wrapper {
    background-color: #ffffff;
    margin: 30px 15px 30px 0;
    padding: 20px;
}

.produktuebersicht-wrapper .produkt {
    padding: 10px;
}

.produktuebersicht-wrapper .produkt a {
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
}

.produktuebersicht-wrapper .produkt .img-wrapper {
    overflow: hidden;
}

.produktuebersicht-wrapper .produkt img {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.produktuebersicht-wrapper .produkt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.produktuebersicht-wrapper .produkt-caption {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background-color: #e5e5e5;
}


/* Modul: Einspaltiges Modul */
.arbeitgeber-wrapper, .glossar-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    align-items: stretch;
}

.arbeitgeber-wrapper {
    margin: 30px auto 0 auto;
    max-width: 1630px;
}
.arbeitgeber-wrapper .einspaltig-aussen div {
    overflow: hidden;
}
.einspaltig-aussen {
    background-color: #ffffff;
    border-left: 15px solid #e5e5e5;
    border-right: 15px solid #e5e5e5;
}

.einspaltig-innen {padding: 0 30px 70px 30px;}
.einspaltig-aussen img {margin: 0  0  30px 0;}
.einspaltig-innen p {margin: 0 0 30px 0;}

.einspaltig-innen .btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}


/* Modul: Referenzen */ 
.referenzen-wrapper {
    display: flex;
    align-items: stretch;
    margin: 30px auto 0 auto;
}

.referenzen-module {
    display: block;
    border-left: 15px solid #e5e5e5;
    border-right: 15px solid #e5e5e5;
}
.swiper-container.swiper-referenzen {
    background-color: #ffffff;
    margin: 30px 15px 30px 0;
    width: auto;
}
.referenzen-module .swiper-container.swiper-referenzen {
    width: 100%;
    margin: 0;
}

.swiper-referenzen .col-md-6:first-child {
    padding: 30px; 
}
.swiper-referenzen .col-md-6 img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    margin: 0 auto;
    max-width: none;
}


.referenz-homepage-image {
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    overflow: hidden;
}

.swiper-button-prev.swiper-button-prev {
    left: auto;
    right: 80px;
    bottom: 30px;
    top:auto;
} 

.swiper-button-next.swiper-button-next {
    left: auto;
    right: 30px;
    bottom: 30px;
    top:auto;
}

.swiper-referenzen .swiper-pagination {
    padding-right: 50%;
    bottom: 10px;
}
.swiper-referenzen .img-responsive {
    display: inline;
    height: ;
}
.referenzen-wrapper .swiper-referenzen .img-responsive {
    display: block;
}
/* Modul: Downloads, Sidebar: Downloads */
.downloads-module {
    background-color: #3c3c3b;
    border-left: 15px solid #e5e5e5;
    border-right: 15px solid #e5e5e5;
    padding-bottom: 30px;
}

.downloads-module .downloads-text-body {background-color: #3c3c3b; color: #fff;}
.downloads-module .downloads-text {padding: 30px 30px 0px 30px;}

.downloads-module .downloads-text h4 {
    background: transparent;
    padding: 0px;
}

.downloads-module .downloads-text .btn {float: right;}

.downloads-module .downloads-links, .sidebar-downloads .downloads-links {
    position: relative;
    padding: 20px 30px 0px 30px;
    background-color: #3c3c3b;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.downloads-module .downloads-links:hover,
.sidebar-downloads .downloads-links:hover {background-color: #909090;}

.downloads-module .downloads-links a,
.sidebar-downloads .downloads-links a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.downloads-module .downloads-links-headline,
.sidebar-downloads .downloads-links-headline {
    margin: 0px;
    padding: 0 50px 12px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.downloads-module .downloads-links-subline,
.sidebar-downloads .downloads-links-subline {
    margin: 0px;
    padding: 0 50px 22px 0;
}

.downloads-module .downloads-links-subline p,
.sidebar-downloads .downloads-links-subline p {margin: 0px;}

.downloads-module .downloads-links-icon,
.sidebar-downloads .downloads-links-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 38%;
}

.downloads-module hr, .sidebar-downloads hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #ffffff;
}


/* Modul: Navigation */
.sidebarUnterseitenMenu {
    background-color: #fff;
    margin-bottom: 30px;
}

.sidebarUnterseitenMenu h4 {
    background-color: #909090;
    display: block;
    padding: 12px 30px;
    margin: 0;
}

.sidebarUnterseitenMenu ul{
    display: block;
    padding: 30px;
}

.sidebarUnterseitenMenu ul li{
    list-style: none;
}

.sidebarUnterseitenMenu ul li a{
    padding: 5px 0;
}

.sidebarUnterseitenMenu ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

/* Referenzen Fix */
.referenzen-grid {
    overflow: hidden;
}

/* Footer */
.container-fluid.footer-wrapper {
    background-color: #1e1e1e;
    padding-left: 50px;
    padding-right: 50px;
    margin: 30px 0 0 0;
}

.menu-footer li {margin-right: 2px;}

.menu-footer li a {
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #909090;
    padding: 9px 15px 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-footer li a:focus, .menu-footer li a:hover, .menu-footer li.active a {
    color: #ffffff;
    background-color: #3c3c3b;
    text-decoration: none;
    outline: none;
}

.footer-kontaktblock {
    float: left;
    width: 70%;
    margin: 100px 4% 50px 0;
}

.footer-kontaktblock p {
    color: #ffffff;
}

.footer-kontaktblock a, .footer-kontaktblock a:link,
.footer-kontaktblock a:visited ,.footer-kontaktblock a:active {
    color: #909090;
    text-decoration: none;
}

.footer-kontaktblock a:hover {
    text-decoration: underline;
}

.footer-kontaktblock img {
    margin: 50px 0 0 0;
    width: 340px;
}

.footer-formular {
    float: right;
    width: 26%;
    margin: 50px 0 80px 0;
}

.bfQuickMode label {font-weight: 400;}

.bfQuickMode input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 2px 0 0 -2px !important;
}


.bfQuickMode .bfSectionDescription a, .bfQuickMode .bfSectionDescription a:link,
.bfQuickMode .bfSectionDescription a:visited ,.bfQuickMode .bfSectionDescription a:active {
    color: #909090;
    text-decoration: none;
}

.bfQuickMode .bfSectionDescription a:hover {
    text-decoration: underline;
}

.bfQuickMode .bfSubmitButton {
    line-height: 1.4;
    margin-top: 10px;
}

.footer-button-top {
    position: relative;
    cursor: pointer;
    background: #909090;
    height: 60px;
    width: 60px;
    float: right;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.footer-button-top a {
    display: block;
    background: url(../images/btn-arrow-right.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 15px 15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 60px;
    width: 60px;
}

.footer-button-top:hover {
    background: #3c3c3b;
}

.footer-wrapper .contact-address {
    padding: 0 5px 10px 5px;
}


#bs-example-navbar-collapse-1 {
    position:relative !important;
    padding: 0 40px 0 0;
}

div.mod-languages {
    position: absolute !important;
    top:10px;
    right:0px;
}
div.mod-languages ul {
    text-align: right;
}


.th {
    vertical-align: middle;
    border-top: 0px;
    border-bottom: 1px solid #575757;
    background-color: #e5e5e5;
    text-align: left;
    padding: 12px 10px;
    font-size: 0.9em;
}

/* Overrides */
.bfQuickMode .bfLabelLeft label {
    width: 20% !important;
}
.footer-wrapper .bfQuickMode section input[type='text'], .footer-wrapper .bfQuickMode section textarea, .footer-wrapper .bfQuickMode section select {
    width: 100%;
}
.footer-wrapper .bfQuickMode .bfLabelLeft label {
    width: 100%;
}
.btn-toolbar .btn {
    display: inline !important;
}

.footer-wrapper .button-top {
    position: absolute;
    right: 60px;
}
.footer-formular {
    color: #fff;
}
.footer-formular input[type='text'],
.footer-formular textarea {
    color: #000;
}
input {
  	border: 1px solid #909090;
}
input#searchBox {
  width: 79%;
  color: #909090;
}
input#searchBox:focus{
border: 1px solid #ff0028 !important;
}
#searchButton {
  width: 20%;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #909090 !important;
}
#searchButton:hover {
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #ff0028 !important; 
}
p > #searchButton {
  padding: 0;
}

.item-1224{
	margin-right: 90px;
}