@import url(gill-sans.css);
@import url(layout.css);
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(customselect.css);
@import url(jquery-ui.css);
@import url(jquery-ui.theme.css);

* {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #c71e54;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

a:hover {color: black;}

h1 > a,
h1 {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #b10a42;
}

h1 > span {
    color: #737373;
}

.single-element h1 > a, .single-element h1 {
    text-transform: none;
}

h1.csc-firstHeader {
    margin-bottom: 5px;
}

.middle-left h1.csc-firstHeader {
    margin-bottom: 30px;
}

h2 > a,
h2, .middle-left .csc-default .single-element.news h2 {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #9d9d9d;
}

body.home-page #page-middle-top .csc-default h2 a { color: #737373; }

body.home-page #page-middle-top .csc-default h2 a:hover { color: #b10c43; }

h3 > a,
h3, .middle-left .csc-default .single-element.news h3 {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #414114;
    text-transform: none;
}

.middle-left h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #848282;
}

.middle-left .csc-default h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.product-left p + ul, .product-left ul + p {
    line-height: 24px;
    margin-bottom: 0;
}

h4 > a,
h4 {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #171717;
}

p, td {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 13px;
    line-height: 20px;
    color: #6b6a6b;
}

p.align-right, div.align-right { text-align: right; }

span.important {
    color: #c71e54;
    text-shadow: 0px 0px 0px #C71F53;
    -moz-text-shadow: 0px 0px 0px #C71F53;
    -webkit-text-shadow: 0px 0px 0px #C71F53;
}

p.error-msg, p.tx-sremailsubscribe-pi1-error, p.error-msg ul li {
    color: #b00b42;
    margin-bottom: 12px;
    border-top: 1px solid #b00b42;
    padding-top: 2px;
}
.error-flash ul li{
    color: #b00b42;
    margin-bottom: 12px;
    border-top: 1px solid #b00b42;
    padding-top: 2px;
}
p.tx-sremailsubscribe-pi1-error { border-top: 0; font-size: 12px; }

span.mehr {
    display: block;
    margin-top: 15px;
    text-align: right;
}

span.mehr a {
    font-style: italic;
    color: #000;
    text-shadow: 0px 0px 0px #000;
    -moz-text-shadow: 0px 0px 0px #000;
    -webkit-text-shadow: 0px 0px 0px #000;
}

span.mehr a:hover{
    color: #c81d52;
    text-shadow: 0px 0px 0px #c81d52;
    -moz-text-shadow: 0px 0px 0px #c81d52;
    -webkit-text-shadow: 0px 0px 0px #c81d52;
}

li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #6b6a6b;
    list-style: none;
}

table.contenttable th {
    padding: 10px 15px;
    background-color: #DDDDDD;
}

table.contenttable {
    border-collapse: separate;
    border-spacing: 10px;
}

table.contenttable td { 
    border-bottom: 1px solid grey;
    padding: 5px;
}

table.contenttable td:last-child { border-right: 0; }

#container-top {
    margin-top: 87px;
}

#page-middle ul {
    margin-bottom: 13px;
}

#page-middle li:before {
    position: absolute;
    left: 0;
    content: "-";
    font-weight: bolder;
    color: #b10a42;
}

#page-middle li {
    position: relative;
    padding-left: 12px;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #393939;
    padding-bottom: 10px;
}

input[type="checkbox"], 
input[type="radio"] {display: none;}

input[type="checkbox"] + label, 
input[type="radio"] + label {
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    cursor: pointer;
}

input[type="checkbox"] + label:before, 
input[type="radio"] + label:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 0;
	top: 0;
    cursor: pointer;
}

input[type="checkbox"] + label:before {
    background-image: url("img/checkbox-buttons.png"); background-repeat: no-repeat; background-position: left top;
}

input[type="radio"] + label:before {
    background-image: url("img/radio-buttons.png"); background-repeat: no-repeat; background-position: left top;
}

input[type="checkbox"]:checked + label:before, 
input[type="radio"]:checked + label:before {
    background-position: left bottom;
}

input[type="text"], textarea, input[type="password"] {
    padding: 5px 2.5%;
    background-color: white;
    border: 1px solid #949392;

    box-sizing: border-box;
}

textarea {
    resize: none;
    padding: 1.5%;
}

input[type="submit"], button, .button, a.internal-link-new-window {
    display: table; 
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
    padding: 15px 20px;
    border: 0;
    background-color: #505050;
    text-transform: uppercase;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

input[type="submit"]:hover, button:hover, .button:hover, .internal-link-new-window:hover {
    background-color: #b10a42;
    color: white;
}

.button > a {
    display: inline-block;
    color: white;
}

.button.back {
    margin-top: 30px;
    padding: 0;
    background-image: url("img/button-arrow.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}

.button.back a {
    display: block;
    padding: 15px 50px;
}

div.choose-an-option { display: none; }

/*CUSTOM SELECT*/
ul.customselect { border: 1px solid #949392; height: 34px; width: 318px; }

ul.customselect div.arrow-line, ul.customselect li { line-height: 34px; }

ul.customselect li { padding: 0 10px 0 20px; }

ul.customselect div.arrow-line:before { content: ""; }

ul.customselect.active div.arrow-line:before { content: ""; }

ul.customselect div.arrow-line {
    width: 34px;
    background-color: #323232; background-image: url("img/select-arrows.png"); background-repeat: no-repeat; background-position: center 12px;
    cursor: default;
}

ul.customselect.active div.arrow-line, ul.customselect.active .heading:after {
    background-color: #323232; background-image: url("img/select-arrows.png"); background-repeat: no-repeat; background-position: center bottom 12px;
}

ul.customselect .wrapper li.selected, ul.customselect .wrapper li:not(.optgroup):hover {
    color: white;
    background-color: #505050;
}
.heading { position: relative; }

#lang-navigation .heading:after {
    content: "";
    width: 34px;
    position: absolute;
    right:-25px;
    background-color: transparent;
    background-image: url("img/select-arrows-black.png");
    background-repeat: no-repeat;
    background-position: center 12px;
    height:100%;
}

#lang-navigation ul.customselect.active .heading:after {
    background-color: transparent; background-image: url("img/select-arrows-black.png"); background-repeat: no-repeat; background-position: bottom 12px center;
}

ul.customselect div.arrow-line{ display: none; }

ul.customselect .heading:after {
    content: "";
    width: 34px;
    height:100%;
    background-color: #323232;
    background-image: url("img/select-arrows.png");
    background-repeat: no-repeat;
    background-position: center 12px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

#page-middle ul.customselect li { position: initial; }

#page-middle ul.customselect li:before { content: ""; }

/*CUSTOM SELECT ON SHOP FINDER PAGE*/
.shop-finder-page .shop-finder ul.customselect { height: 38px; width: 280px; }
.shop-finder-page .shop-finder ul.customselect li { padding: 0 10px 0 12px; }
.shop-finder-page .shop-finder ul.customselect .wrapper { max-height: 150px; }
.shop-finder-page .shop-finder ul.customselect div.arrow-line, .shop-finder-page ul.customselect li { line-height: 40px; }
.shop-finder-page .shop-finder ul.customselect div.arrow-line {
    width: 38px;
    background-color: transparent; 
    background-image: url("img/select-arrows-dark.png");
    background-repeat: no-repeat;
    background-position: center 14px;
}

.shop-finder-page .shop-finder ul.customselect.active div.arrow-line {
    background-color: transparent;
    background-image: url("img/select-arrows-dark.png");
    background-repeat: no-repeat; 
    background-position: center bottom 12px;
}

/* HEADER */
#container-header { border-bottom: 1px solid #888888; }

/* LOGO */
#logo {
    margin-top: 25px;
    float: left;
}

/* NAVIGATION: MAIN AND META NAVIGATION */
#page-header {
    text-align: right;
    background-color: white;
    width: 1155px;
}

#meta-navigation {
    margin-left: -5px;
}

#main-navigation > ul.main-menu {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px; 
}

ul.main-menu > li a,
ul.meta-menu > li a {
    font-family:'Gill Sans W02', Arial,sans-serif;
}

ul.main-menu > li,
ul.meta-menu > li {
    position: relative;
    border-right: 1px solid #cdcdcd;
}

ul.main-menu > li:first-of-type,
ul.meta-menu > li:first-of-type {
    border-left: 1px solid #cdcdcd;
}

ul.main-menu > li:last-of-type,
ul.meta-menu > li:last-of-type {
    border-right: 1px solid #cdcdcd;
}

ul.main-menu > li > a,
ul.meta-menu > li > a,
div#lang-navigation > label {
    display: block;
    padding: 35px 10px;
    font-weight: bold;
    font-size: 12px;
    color: #9d9d9d;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul.main-menu > li.act > a,
ul.main-menu > li:hover > a,
ul.meta-menu > li.act > a,
ul.meta-menu > li:hover > a {
    color: white;
    background-color: #b00b42;
}

/* NAVIGATION: SUB MENU */
ul.main-menu > li > ul.sub-menu:before,
ul.meta-menu > li > ul.sub-menu:before,
#lang-navigation ul.customselect div.wrapper:before {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    padding-top: 6px;
    margin-top: -1px;
    margin-left: -1px;
    top: 0;
    left: 0;
    background-color: #b00b42;
}

#lang-navigation ul.customselect div.wrapper { margin-top: 0; }

ul.main-menu > li > ul.sub-menu,
ul.meta-menu > li > ul.sub-menu {
    display: none;
    width: 280px;
    padding: 40px;
    padding-bottom: 30px;
    background-color: white;
    border: 1px solid #323232;
    z-index: 100;
    text-align: left;
}

ul.main-menu > li div.arrow-down,
ul.meta-menu > li div.arrow-down,
#lang-navigation ul.customselect div.arrow-down {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #b00b42;
    left: 50%;
    top: 5px;
    margin-left: -10px;
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul.main-menu.category-menu ul.subcategories > li,
ul.main-menu > li > ul.sub-menu > li,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    line-height: 15px;
    margin-bottom: 7px;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}

ul.main-menu.category-menu ul.subcategories > li.last,
ul.main-menu > li > ul.sub-menu > li.last,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li.last {
    margin-bottom: 0;
}

ul.main-menu.category-menu ul.subcategories > li a,
ul.main-menu > li > ul.sub-menu > li a,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #393939;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

ul.main-menu.category-menu ul.subcategories > li > a:before,
ul.main-menu > li > ul.sub-menu > li > a:before,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
    position: absolute;
    content: ">";
    font-family: Arial, Helvetica, sans-serif;
    color: #b00b42;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

ul.main-menu.category-menu ul.subcategories > li.act,
ul.main-menu > li > ul.sub-menu > li.act,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li.act,
ul.main-menu.category-menu ul.subcategories > li:hover,
ul.main-menu > li > ul.sub-menu > li:hover,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover {
    padding-left: 15px;
}

ul.main-menu.category-menu ul.subcategories > li.act > a,
ul.main-menu > li > ul.sub-menu > li.act > a,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li.act > a,
ul.main-menu.category-menu ul.subcategories > li:hover > a,
ul.main-menu > li > ul.sub-menu > li:hover > a,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    color: #b00b42;
}

ul.main-menu.category-menu ul.subcategories > li.act > a:before,
ul.main-menu > li > ul.sub-menu > li.act > a:before,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li.act > a:before,
ul.main-menu.category-menu ul.subcategories > li:hover > a:before,
ul.main-menu > li > ul.sub-menu > li:hover > a:before,
ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a:before {
    opacity: 1;
}

/* NAVIGATION: META MENU SUB ELEMENTS */
ul.meta-menu > li > ul.sub-menu {
    max-width: 500px;
    width: 500px;
}

ul.meta-menu > li > ul.sub-menu > li > a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #b10a42;
}

ul.meta-menu > li > ul.sub-menu > li > ul.sub-menu {
    margin-top: 7px;
    margin-bottom: 15px;
}

/* NAVIGATION: CATEGORY MENU */
ul.main-menu.category-menu > li {
    border-right: 0;
    margin-right: 1px;
}
ul.main-menu.category-menu > li > ul.sub-menu {
    max-width: 700px;
    width: 700px;
}

/* NAVIGATION: SUB ELEMENTS OF CATEGORY NAVIGATION */
ul.main-menu.category-menu > li > ul.sub-menu > li > a {
    font-family: 'Gill Sans W02';
    font-weight: bold;
    font-size: 13px;
    color: #b10a42;
}

ul.main-menu.category-menu > li > ul.sub-menu > li:hover { padding-left: 0; }
ul.main-menu.category-menu > li > ul.sub-menu > li:hover > a:before { content: ""; }

ul.main-menu.category-menu ul.subcategories {
    margin-bottom: 20px;
    margin-top: 7px;
}

/* NAVIGATION: LANGUAGE MENU */
div#lang-navigation {
    display: inline-block;
    vertical-align: top;
    padding-right: 8px;
    border-right: 1px solid #cdcdcd;
}

div#lang-navigation > label,
div#lang-navigation form {
    display: inline-block;
    vertical-align: middle;
}

div#lang-navigation > label {
    font-family:'Gill Sans W02', Arial,sans-serif;
    padding: 35px 10px;
}

div#lang-navigation ul.customselect {
    width: 55px;
    height: 30px;
    margin-top: -4px;
    border: 0;
}

div#lang-navigation ul.customselect div.arrow-line {
    background-color: transparent; background-image: url("img/select-arrows-black.png"); background-repeat: no-repeat; background-position: center 12px;
}

div#lang-navigation ul.customselect.active div.arrow-line {
    background-color: transparent; background-image: url("img/select-arrows-black.png"); background-repeat: no-repeat; background-position: bottom 12px center;
}

#lang-navigation ul.customselect div.wrapper {
    position: relative;
    padding-top: 25px;
    overflow: visible;
}

div#lang-navigation ul.customselect li.heading {
    width: 20px;
    padding: 0 5px;
}

div#lang-navigation ul.customselect li {
    height: 30px;
    background-image: url("img/lang-sprite.png");
    background-repeat: no-repeat;
}

div#lang-navigation ul.customselect li.de { background-position: center 8px; }
div#lang-navigation ul.customselect li.en { background-position: center -22px; }
div#lang-navigation ul.customselect li.fr { background-position: center -54px; }
div#lang-navigation ul.customselect li.cn { background-position: center -84px; }

/* PAGE MIDDLE TOP */
body.home-page #page-middle-top {
    padding: 70px 0 70px 0;
    background-image: url("img/cube-right.png"); background-repeat: no-repeat; background-position: bottom right;
}

body.home-page #page-middle-top > .csc-default {
    margin-bottom: 20px;
}

#page-middle-top .column-one .csc-textpic-imagewrap, 
#page-middle-top .column-two .csc-textpic-imagewrap, 
#page-middle-top .column-three .csc-textpic-imagewrap, 
#page-middle-top .column-four .csc-textpic-imagewrap { min-height: 85px; }

#page-middle-top .column-four {margin-right: 0;}

#page-middle-top h2 {
    margin: 35px 0 15px 0;
}

#page-middle-top h2 > a {
    text-transform: uppercase;
}

#page-middle-top h2 > a:hover {
    color: #b10c43;
}

#page-middle-top div.csc-textpic-left .csc-textpic-imagewrap {
    float: none;
}

#page-middle-top p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #646262;
}

/* HOME PAGE: PAGE MIDDLE */
body.home-page #page-middle {
    min-height: 0;
    padding: 75px 0 70px 0;
    border-top: 1px solid #999999;
    background-color: #f7f7f7;
}

body.home-page #page-middle .fce-middle-3-inner .column-left, 
body.home-page #page-middle .fce-middle-3-inner .column-center,
body.home-page #page-middle .fce-middle-3-inner .column-right {
    position: relative;
}

body.home-page #page-middle .fce-middle-3-inner .column-left .news-home-list .item > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

body.home-page #page-middle .fce-middle-3-inner .column-left .item > img,
body.home-page #page-middle .fce-middle-3-inner .column-center .video-js-box {
    margin-bottom: 15px;
}

body.home-page #page-middle span.date {
    position: absolute;
    top: 2px;
    right: 0;
}

body.home-page #page-middle h2 {
    color: #727373;
    text-transform: uppercase;
    border-bottom: 1px solid #737373;
}

body.home-page #page-middle h3 {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding: 30px 0 15px 0; 
}

body.home-page #page-middle p {
    color: #5b5b5b;
}

/* PAGE MIDDLE BOTTOM */
body.home-page #page-middle-bottom {
    padding: 70px 0 90px 0;
    background-image: url("img/cube-left.png"); background-repeat: no-repeat; background-position: top left -1px;
}

body.home-page #page-middle-bottom .column-left h1 {
    max-width: 325px;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
    text-transform: none;
}

body.home-page #page-middle-bottom .column-left h2.csc-firstHeader {
    color: #727373;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #737373;
}

body.home-page #page-middle-bottom .column-left input[type="submit"] { display: none; }

/* SHOP FINDER PAGE */
.shop-finder-label,
.shop-finder {
    display: inline-block;
    vertical-align: middle;
}

.shop-finder-label {
    margin-right: 10px;
}

.shop-finder-page #page-top {
    border-bottom: 1px solid #4e4e4e;
}

body.shop-finder-page h3.csc-firstHeader { margin-bottom: 0; }

body.shop-finder-page #page-top { position: relative; }

body.shop-finder-page #map-canvas { height: 450px; }

body.shop-finder-page #overlaymessage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); background-image: url("img/logo-animation.gif"); background-repeat: no-repeat; background-position: center center;
    z-index: 10;
}

body.shop-finder-page #overlaymessage > img { display: none; }

body.shop-finder-page #page-middle-top {
    padding: 15px 0;
    border-bottom: 1px solid #878787;
}

body.shop-finder-page #page-middle-top input[type="submit"] { display: none; }

/* DATE PREVIEW */
span.date {
    display: inline-block;
    font-size: 12px;    
    color: white;
    padding: 0px 5px;
    background-color: #B00B43;
    line-height: 19px;
}

/* KATALOG AND NEWSLETTER BUTTON */
a.katalog-button,
a.newsletter-button, a.download {
    display: block;    
    margin-top: 20px; 
    background-color: #c71e54; background-image: url("img/katalog-buttons-grey.png"); background-repeat: no-repeat; background-position: top left;
    padding: 13px 20px;
    padding-left: 60px;
    font-family: 'Gill Sans W02';
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 28px;
    color: white;
}

a.katalog-button:hover,
a.newsletter-button:hover {
    background-color: #505050;
}

a.newsletter-button {
    background-color: #c71e54; background-image: url("img/katalog-buttons-grey.png"); background-repeat: no-repeat; background-position: bottom left;
}

/* LOCATION LIST */
.locations-list .item {
    display: table;
    width: 100%;
    height: 74px;
}

.locations-list .item h2.location-heading {
    color: #6d6b6c;
    background-image: url("img/logo-icon-sprite-loc.png"); background-repeat: no-repeat; background-position: left center;
}

.locations-list .item h2.location-heading {
    position: relative;    
    cursor: pointer;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
}

.locations-list .item h2.location-heading.active,
.locations-list .item h2.location-heading:hover {
    background-image: url("img/logo-icon-sprite-loc-act.png");
}

.locations-list .item h2.location-heading.active,
.locations-list .item h2.location-heading:hover {
    color: #b00b42;
}

.locations-list .box {
    display: none;
    border-bottom: 1px solid #9d9d9d;
    margin-bottom: -1px;
    padding: 15px 0;
    padding-top: 0;
    padding-left: 35px;
    padding-right: 30px;
}

.locations-list .box hr {
    margin: 15px 0;   
}

.locations-list .box > img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.locations-list .box p {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: normal;
    color: #343434;
    font-size: 16px;
    text-shadow: 0px 0px 0px #343434;
    -moz-text-shadow: 0px 0px 0px #343434;
    -webkit-text-shadow: 0px 0px 0px #343434;
    margin-bottom: 4px;
    line-height: 20px;
    clear: both;
}

.locations-list .box p b { display: block; }

.locations-list .box p a,
.locations-list .box b, .locations-list .box b a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #343434;
    line-height: 20px;
    float: left;
    clear: both;
    white-space: nowrap;
}

.locations-list .box h2 ~ p {
    margin-bottom: 10px;
}

.locations-list .box p a.mail, .locations-list .box h2 ~ p a {
    font-weight: normal;
}

.locations-list .box .tel-fax-mob {
    margin-top: 28px;
    margin-bottom: 0;
}

.locations-list .box .tel-fax-mob b, .locations-list .box .tel-fax-mob label {
    margin-bottom: 4px;
}

.locations-list .box div.email {
    margin-bottom: 28px;
}

.locations-list .box div.email:after {
    content: "";
    display: block;
    clear: both;
}

.locations-list .box div.email a {
    font-weight: normal;
    font-size: 16px;
    color: #343434;
}

.locations-list .box div.email a:hover {
    color: #b00b42;
}

.locations-list .box label {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #343434;
    line-height: 20px;
    float: right;
    padding-bottom: 0;
}

.locations-list .box h2 {
    clear: both;
    padding-top: 25px;
    color: #7B797A;
}

.locations-list .box p br {
    clear: both;
}

.locations-list .item hr {
    clear: both;
    border: 0;
    height: 1px;
    margin-bottom: 10px;
    background-color: #9d9d9d;
}

/* SLIDER AREA */
.cover-slider {
    max-width: 1920px;
    margin: 0 auto;
    border-bottom: 1px solid #2c2c2c;
}

.cover-slider .owl-item.active2 {
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
}

.cover-slider .item .slider-area {
    padding: 30px 25px;
    width: 740px;
    background-color: #b00b42;
}

.cover-slider .item .slider-area .category {
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;  
    color: white;
}

.cover-slider .item .slider-area h1 > a,
.cover-slider .item .slider-area h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    color: white;
    margin: 10px 0 20px 0;
}

.cover-slider .item .slider-area p {
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.cover-slider .item .slider-area .more {
    position: absolute;
    right: 0;
    bottom: -42px;
    font-weight: bold;
    font-size: 14px;
    color: #b10b42;
    height: 42px;
    line-height: 42px;
    background-color: white; background-image: url("img/more-arrow-right.png"); background-repeat: no-repeat; background-position: top 13px right 20px;
    padding: 0 60px 0 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cover-slider .item .slider-area .more:hover {
    background-color: #505050;
    background-position: bottom 13px right 20px;
    color: white;
}

.cover-slider .owl-controls {
    width: 1142px;
    margin: 0 auto;
}

.cover-slider .owl-buttons {
    display: none;
}

.cover-slider .slider-navigation {
    position: absolute;
    left: 0;
    top: -42px;
}

.cover-slider .slider-navigation .prev,
.cover-slider .slider-navigation .next {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    margin-right: -3px;
    cursor: pointer;
    background-color: white; background-image: url("img/slider-arrows.png"); background-repeat: no-repeat; background-position: left 14px top 10px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.cover-slider .slider-navigation .next {
    background-color: white; background-image: url("img/slider-arrows.png"); background-repeat: no-repeat; background-position: left 14px bottom 10px;
}

.cover-slider .slider-navigation .prev:hover {
    background-color: #505050; background-image: url("img/slider-arrows.png"); background-repeat: no-repeat; background-position: right 14px top 10px;
}

.cover-slider .slider-navigation .next:hover {
    background-color: #505050; background-image: url("img/slider-arrows.png"); background-repeat: no-repeat; background-position: right 14px bottom 10px;
}

/* LIST VIEW */
.list-view h1 {
    margin-top: 25px;
    margin-bottom: 50px;
}

.list-view h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.list-view > h2 {
    text-transform: none;
    font-weight: normal;
}

.list-view .item {
    position: relative;
    padding: 35px 0px;
    border-bottom: 1px solid #a5a5a5;
}

.list-view.news .item {
    padding-bottom: 5px;
}

.list-view .item-image img {
    width: 100%;
    height: auto;
    border: 1px solid white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-view .item-image .overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5); background-image: url("img/icon-logo-overlay.png"); background-repeat: no-repeat; background-position: center center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-view .item-content h3 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-view .item-content p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/*.list-view .item-content span.mehr {*/
    /*position: absolute;*/
    /*right: 5px;*/
    /*bottom: 5px;*/
/*}*/

.list-view .item-content span.date { margin-bottom: 5px; }

.list-view .item:hover .item-image img { border: 1px solid #b10a42; }

.list-view .item:hover .item-image .overlay { opacity: 1; }

.list-view .item:hover .item-content h3 { color: #c71e54; }

.list-view .item:hover .item-content p { color: #010000; }

body.product-list-page #page-middle .middle-left {
    margin-right: 11.201%
}

body.product-list-page #page-middle .middle-right {
    /*position: fixed;*/
    /*width: 267px;*/

    width: 257px;
}

/* SEARCH FORM */
.news-search-form {
    position: fixed;
    width: 100%;
    top: 87px;
    margin-top: 10px;
    z-index: 10;
}

body.contact-page .news-search-form { width: auto; }

.news-search-form form {
    width: 1140px;
    margin: 0 auto;
    text-align: right;
}

.news-search-form form > * {
    display: inline-block;
    vertical-align: middle;
}

.news-search-form form input[type="text"] {
    width: 100px;
    height: 31px;
    padding: 6px 5px;
    font-size: 14px;
    border: 1px solid #939393;
    background-color: white;
}

.news-search-form form input[type="text"]:focus { outline: none; }

.news-search-form form input[type="submit"] {
    width: 27px;
    height: 31px;
    font-size: 0;
    margin-bottom: 0;
    margin-left: -5px;
    background-color: #ae0b42;
    background-image: url("img/lupa-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.news-search-form form input[type="submit"]:focus {
    outline: none;
}

.middle-right h1.csc-firstHeader {
    font-weight: bold;
    font-size: 16px;
    color: #353535;
    margin-top: 0;
}

.middle-right p {
    font-size: 13px;
    color: #393939;
}

.middle-right .product-categories .level1 {
    padding: 0;
    background: none;
    border: none;
}

.middle-right .product-categories ul {
    list-style: none;
}

.middle-right .product-categories .title a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #393939;
}

.middle-right .product-categories .category.selected .title a,
.middle-right .product-categories .title a:hover {
    color: #b10a42;
}

.middle-right .product-categories div.category > div.subcategories {
    display: none;
}



.middle-right .product-categories div.category.selected > div.subcategories,
.middle-right .product-categories div.subcategories.act {
    display: block;
}

div.subcategories {
    padding-left: 10px;}

#page-middle .middle-right .product-categories div.subcategories ul li a {
    font-weight: normal;
}

#page-middle .middle-right .product-categories ul.category > li:before {
    content: "";
}

#page-middle .middle-right .product-categories ul.category > li a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #1f1f1f;
    padding-left: 0;
}

#page-middle .middle-right .product-categories ul.category > li > ul.subcategories { display: none; }

#page-middle .middle-right .product-categories ul.category > li.act > ul.subcategories { display: block; margin-bottom: 0; }

#page-middle .middle-right .product-categories ul.category > li.act > a,
#page-middle .middle-right .product-categories ul.category > li > a:hover {
    color: #c71e54;
}

#page-middle .middle-right .product-categories ul.category > li > ul.subcategories li:before {
    content: "";
}

#page-middle .middle-right .product-categories ul.category > li > ul.subcategories li {
    padding-left: 0;
}

#page-middle .middle-right .product-categories ul.category > li > ul.subcategories li a {
    font-weight: normal;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

#page-middle .middle-right .product-categories ul.category > li > ul.subcategories li.act > a,
#page-middle .middle-right .product-categories ul.category > li > ul.subcategories li > a:hover {
    color: #c71e54;
}

#page-middle .middle-right .product-categories ul.category > li > ul.subcategories > ul.category {
    padding-left: 20px;
    margin-bottom: 0;
}

#page-middle .middle-right ul.csc-menu li {
    margin-left: 0;
    padding-left: 0;
}

#page-middle .middle-right ul.csc-menu li a {
    font-family: 'Gill Sans W02';
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #393939;
}

#page-middle .middle-right ul.csc-menu li:before {
    display: none;

    content: "■";
    top: 3px;
    font-weight: normal;
    color: #b00b42;
}

#page-middle .middle-right ul.csc-menu li.act a,
#page-middle .middle-right ul.csc-menu li a:hover {
    color: #b00b42;
}

/* PAGINATION */
.browseLinksWrap {
    margin-top: 20px;
    text-align: left;
}

.browseLinksWrap a, .browseLinksWrap span {
    font-family: 'Gill Sans W02';    
    font-size: 15px;
    font-weight: bold;
    color: #7b7b7b;
    margin: 0px 10px 2px;
    vertical-align: middle;
}

.browseLinksWrap a:hover, .browseLinksWrap span:hover { color: #b00d42; }

.browseLinksWrap a:first-child, .browseLinksWrap span:first-child {
    margin-left: 0;
}

.browseLinksWrap a.prev, .browseLinksWrap a.next {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("img/pag-arrows.png");
    background-repeat: no-repeat;
}

.browseLinksWrap a.prev { background-position: top left; }
.browseLinksWrap a.next { background-position: top right; }
.browseLinksWrap a.prev:hover { background-position: bottom left; }
.browseLinksWrap a.next:hover { background-position: bottom right; }

.browseLinksWrap span.activeLinkWrap { color: #b00d42; }

/* SINGLE VIEW */
.single-element {
    margin-top: 45px;
}

.single-element > h2 {
    margin-bottom: 0;
}

.offerte-product > h1,
.single-element .product-left > h1 {
    margin: 0;
}

.offerte-product > h1 > span,
.single-element .product-left > h1 > span {
    display: block;
    padding-bottom: 25px;
}

.single-element .product-left > h1 > span {
    padding-bottom: 40px;
    text-transform: uppercase;
}

.offerte-product > h2,
.single-element .product-left > h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
    color: #848383;
}

.single-element .product-left > h3 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.single-element .product-left .single-gallery {
    display: inline-block !important;
    vertical-align: top;
    width: 48%;
    margin-right: 3%;
    margin-top: 35px;
}

.single-element .product-left .schema {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-top: 35px;
}

.single-element .product-left .schema .magnifier {
    position: absolute;
    width: 27px;
    height: 27px;
    bottom: 0px;
    right: 0px;
    background-color: #b10a42; background-image: url("img/magnifier-icon.png"); background-repeat: no-repeat; background-position: center center;
}

.single-element:not(.news) .single-gallery .gallery-item span.img-title { display: none; }

.single-element:not(.news) .single-gallery .owl-item { 
    border-bottom: 0; 
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.single-gallery .owl-item {
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 20px;
}

.single-gallery .gallery-item > img {
    display: block;
    margin: 0 auto;
}

div.imagecycle-caption,
.single-gallery span.img-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    margin: 13px 3px;
    float: right;
}

.single-gallery .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -21.5px;
}

.single-gallery .owl-buttons .owl-prev,
.single-gallery .owl-buttons .owl-next {
    width: 43px;
    height: 43px;
    background-color: white; background-image: url("img/slider-arrows.png"); background-repeat: no-repeat;
}

.single-gallery .owl-buttons .owl-prev { 
    float: left;
    background-position: left 10px top 10px;
}

.single-gallery .owl-buttons .owl-next { 
    float: right; 
    background-position: left 15px bottom  10px;
}

div.tx-imagecycle-pi1-pager,
.single-gallery .owl-pagination {
    position: absolute;
    left: 22px;
    bottom: 20px;
}

div.has-title div.tx-imagecycle-pi1-pager { bottom: 60px; }

.single-element:not(.news) .single-gallery .owl-pagination {
    bottom: 40px;
}

.single-element.news .single-gallery .owl-pagination { bottom: 80px; }

div.tx-imagecycle-pi1-pager a,
.single-gallery .owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 10px;
    background-color: white; background-image: url("img/slider-pagination.png"); background-repeat: no-repeat; background-position: center top;
}

div.tx-imagecycle-pi1-pager a.activeSlide,
.single-gallery .owl-pagination .owl-page.active,
.single-gallery .owl-pagination .owl-page:hover {
    background-position: center bottom;
}

.single-element .product-right .box {
    padding: 21px;
    margin-bottom: 20px;
    border: 1px solid #c3c3c3;
}

.single-element .product-right.altratec-class .box table td {
    display: block;
    line-height: 18px;
}
.single-element .product-right.altratec-class .box table td.col-1 {
    margin-bottom: 15px;
}


.single-element .product-right .data3d > .ui-effects-wrapper {
    margin-top: 0 !important;
}

.single-element .product-right .data3d a.threeddata, .single-element .product-right .data3d a.order-request {
    position: relative;
    margin-bottom: 10px;
    background-image: none; 
}

.single-element .product-right .data3d a.threeddata:before, .single-element .product-right .data3d a.order-request:before{
    position: absolute;
    left: calc(90% - 15px); 
    width: 15px;
    height: 20px;
    content: "";
    background-color: transparent; background-image: url("img/down-arrow.png"); background-repeat: no-repeat; background-position: center center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-element .product-right .data3d a.threeddata.active:before, .single-element .product-right .data3d a.order-request.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-element .product-right .data3d .order-request-data {
    display: none;
    width: calc(100% - 32px);
    margin-top: -10px;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
    border: 1px solid #c3c3c3;
    margin-bottom: 13px;
}

.single-element .product-right .data3d .threed3d-list {
    display: none;
    width: calc(100% - 32px);
    margin-top: -10px;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
    border: 1px solid #c3c3c3;
}

#page-middle .single-element .product-right .data3d .threed3d-list li {
    margin-bottom: 15px;
    padding-left: 20px;
}

#page-middle .single-element .product-right .data3d .threed3d-list li > a {
    color: #505050; 
}

#page-middle .single-element .product-right .data3d .threed3d-list li:before {
    width: 15px;
    height: 19px;
    content: "";
    margin-top: 2px;
    background-image: url("img/cube-cad.png"); background-repeat: no-repeat; background-position: top 2px left;
}

#page-middle .single-element .product-right .data3d .threed3d-list li:hover a {
    color: #b10a42;
}

#page-middle .single-element .product-right .data3d .threed3d-list li:hover:before {
    background-position: bottom 3px left;
}

.single-element .product-right .box h2 {
    font-weight: bold;
    font-size: 16px;
    color: #353535;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #c3c3c3;
}

.single-element .product-right .box h2.tehnic-data {
    padding-left: 40px;
    line-height: 30px;
    background-image: url("img/gear-icon.png"); background-repeat: no-repeat; background-position: left top;
}

.single-element .product-right .box table td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 0;
    color: #737373;
}

.single-element .product-right .box table td.col-0 {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #737373;
}

.single-element .product-right .box table td.col-1 {
    text-align: left;
}

.single-element .product-right.altratec-class .box table td.col-1 {
    text-align: left;
}

.single-element .product-right .button {
    font-family:'Gill Sans W02', Arial,sans-serif;
    width: calc(100% - 40px);
    font-size: 13px;
    margin-bottom: 10px;
    padding:  15px 10px 15px 30px;
}

.single-element .product-right .button.pdf {
    background-image: url("img/product-buttons-icons.png");
    background-repeat: no-repeat;
    background-position: right 10px top -4px
}

.single-element .product-right .button.threeddata {
    background-image: url("img/product-buttons-icons.png");
    background-repeat: no-repeat;
    background-position: right 10px top -72px
}

.single-element .product-right .button.offerte {
    background-image: url("img/product-buttons-icons.png");
    background-repeat: no-repeat;
    background-position: right 10px top -144px
}

.single-element .product-right .button.bestellen {
    background-image: url("img/product-buttons-icons.png");
    background-repeat: no-repeat;
    background-position: right 10px top -218px
}

.single-element .product-right .button.seite-drucken {
    background-image: url("img/product-buttons-icons.png");
    background-repeat: no-repeat;
    background-position: right 10px top -297px
}

.single-element .product-right .button.configurator {
    background-image: url("img/product-buttons-icons.png");
    background-repeat: no-repeat;
    background-position: right 10px top -372px
}

/* SINGLE ELEMENT - NEWS */
.single-element.news {
    margin-top: 0;
}

.single-element.news h3 {
    margin-bottom: 20px;
}

/* SINGLE ELEMENT - GALLERY */
#page-middle ul.tx-imagecycle-pi1-images {
    width: 745px !important;
    margin-bottom: 0;
}
#page-middle div.tx-imagecycle-pi1 li:before { content: ""; }

#page-middle div.tx-imagecycle-pi1 li { padding-left: 0; opacity: .7; }


.single-gallery .gallery-item,
div.tx-imagecycle-pi1 {
    position: relative;
    background-color: #e8e8e8;
    z-index: 55;
}

div.tx-imagecycle-pi1 { 
    overflow: hidden;
    margin-top: 40px;
}

ul.tx-imagecycle-pi1-images > li {
    width: 100%;
}

ul.tx-imagecycle-pi1-images > li > img { margin: 0 auto; }

ul.tx-imagecycle-pi1-images > li div.imagecycle-caption {
    display: block !important;
    position: relative;
    color: #5d5d5d;
    letter-spacing: .6px;
    text-shadow: 0px 0px 0px #8d8d8d;
    text-shadow: 0px 0px 0px #8d8d8d;
    text-shadow: 0px 0px 0px #8d8d8d;
    padding: 13px 3px;
    margin: 0;
    text-align: right;
    border-bottom: 1px solid #8d8d8d;
    background: white !important;
    opacity: 1 !important;
}

div.tx-imagecycle-pi1 div.imagecycle-controller {
    position: absolute;
    display: block !important;
    opacity: 1 !important;
    width: 100%;
    top: 50%;
    left: 0;
    margin: 0;
    margin-top: -46.5px;
    background: none;
}

div.tx-imagecycle-pi1 div.imagecycle-controller li.first,
div.tx-imagecycle-pi1 div.imagecycle-controller li.pause,
div.tx-imagecycle-pi1 div.imagecycle-controller li.last { display: none; }

div.tx-imagecycle-pi1 div.imagecycle-controller li.prev,
div.tx-imagecycle-pi1 div.imagecycle-controller li.next {
    width: 43px;
    height: 43px;
    background: white url("img/slider-arrows.png") no-repeat;
}

div.tx-imagecycle-pi1 div.imagecycle-controller li.prev a,
div.tx-imagecycle-pi1 div.imagecycle-controller li.next a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: none;
}

div.tx-imagecycle-pi1 div.imagecycle-controller li.prev {
    float: left;
    background-position: left 10px top 10px;
}

div.tx-imagecycle-pi1 div.imagecycle-controller li.next {
    float: right;
    background-position: left 15px bottom 10px;
}

div.tx-imagecycle-pi1-pager {
    z-index: 50;
}

div.tx-imagecycle-pi1-pager > a {
    padding: 0;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
}

div.tx-imagecycle-pi1-pager > a.activeSlide {
    background: white url("img/slider-pagination.png") no-repeat center bottom;
}

/* TEAM PAGE */
body.team-page h1.csc-firstHeader {
    margin: 50px 0 30px 0;
}

body.team-page h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-page .csc-header + h3 {
    font-size: 12px;
    line-height: 20px;
}

.team-page .csc-header + h3 + p {
    font-size: 13px;
    line-height: 20px;
}

.team-list-view {
    margin-top: 25px;
    margin-bottom: 35px;
}

.team-list-view .item {
    display: inline-block;
    vertical-align: top;
    width: 23.15%;
    margin-bottom: 25px;
    margin-right: 2.10%;
}

.team-list-view .item:nth-of-type(4n + 4) { margin-right: 0; }

.team-list-view .item .item-image img { 
    width: 100%; 
    height: 190px !important;
    height: auto;
    border: 1px solid #999899;
}

.team-list-view .item .item-content {
    margin-top: 15px;
}

.team-list-view .item .item-content h3 {
    margin-bottom: 0;
}

.team-list-view .item .item-content p {
    margin-bottom: 3px;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 0;
}

.team-list-view .item .item-content span, a, div {
    line-height: 16px;
}

.team-list-view .item .item-content span.important {
    display: inline-block;
    min-width:  50px;
    font-size: 14px;
}

.team-list-view .item .item-content a {
    color: #000000;
    font-size: 12px;
}

/* CONTENT PAGES */
#page-middle .middle-left {
    margin-top: 50px;
}

#page-middle .middle-left .csc-default, #page-middle .middle-left .two-columns-gravity-right { margin-bottom: 20px; }

#page-middle .middle-right {
    margin-top: 110px;
}

#page-middle .middle-right > .csc-default {
    padding: 20px;
    margin-bottom: 23px;
    border: 1px solid #c3c3c3;
}

#page-middle .middle-right > .csc-default h2 {
    font-weight: bold;
    font-size: 16px;
    color: #353535;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c3c3c3;
}

#page-middle .middle-right > .csc-default h2.contact-header {
    padding-left: 40px;
    line-height: 30px;
    background: url("img/contact-icon.png") no-repeat left top;
}

#page-middle .middle-right > .csc-default h2.newsletter-header {
    padding-left: 55px;
    line-height: 30px;
    background: url("img/newsletter-icon.png") no-repeat left top 4px;
}

#page-middle .middle-right > .csc-default input[type="text"] {
    width: 95%;
    padding: 5px 2.5%;
    margin: 8px 0 25px 0;
}

#page-middle .middle-right > .csc-default input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 100%;
    line-height: 20px;
    padding: 18px;
}

/* KONTAKT PAGE */
body.contact-page #page-top {
    width: 1140px;
    margin: 30px auto 0 auto;
    border: 1px solid #888888;
}

body.contact-page #page-middle .middle-left {
    margin-top: 30px;
}

body.contact-page #page-middle .middle-right {
    margin-top: 50px;
}

body.contact-page #page-middle .middle-right > .csc-default:before {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    margin-left: -1px;
    left: 0;
    top: 0;
    padding-top: 8px;
    margin-top: -1px;
    background-color: #b10a42;
}

body.contact-page #page-middle .middle-right > .csc-default {
    position: relative;
    border: 0;
    border: 1px solid #949392;
}

body.contact-page #page-middle .middle-left h2.csc-firstHeader {
    font-weight: bold;
    font-size: 18px;
    color: #6d6c6c;
}

.mailform-row > label,
.csc-mailform-field > label {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #7d7d7d;
    position: absolute;
    top: 7px;
    left: 18px;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-shadow: 0px 0px 0px #7d7d7d;
    -moz-text-shadow: 0px 0px 0px #7d7d7d;
    -webkit-text-shadow: 0px 0px 0px #7d7d7d;
}

.mailform-row.active > label,
.csc-mailform-field.active > label {
    top: -18px;
    left: 0;
    color: #a3a3a3;
}

.mailform-row > ul.customselect,
.csc-mailform-field > ul.customselect {
    max-width: none;
    width: 100%;
}

#page-middle .csc-mailform-field ul.customselect { margin-bottom: 0; }

body.contact-page .csc-mailform-field input[type="submit"] { float: right; }

body.contact-page #page-middle .middle-right > .csc-default h2.contact-header {
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    color: #6d6c6c;
    padding-left: 28px;
    background: url("img/logo-icon-larger.png") no-repeat left top 8px;
}

body.contact-page #page-middle .middle-right p,
body.contact-page #page-middle .middle-right p a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #393939;
}

body.contact-page #page-middle .middle-right p a:hover {
    color: #c71e54;
}

body.contact-page #page-middle .middle-right p span.important {
    display: inline-block;
    min-width: 60px;
}

#page-middle .middle-right .team-icon {
    display: block;
    padding: 25px 0 25px 60px;
    border-top: 1px solid #888888;
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #393939;
    border-bottom: 1px solid #888888;
    background: url(img/unsere-team-icon.png) no-repeat left center;
}

#page-middle .middle-right .team-icon:hover {
    color: #c71e54;
}

#page-middle .middle-right .bachtel-logo,
#page-middle .middle-right .altratec-logo {
    display: block;
    width: 153px;
    height: 26px;
    margin-top: 30px;
    white-space: nowrap;
    text-indent: 999px;
    overflow: hidden;
}

#page-middle .middle-right .altratec-logo { background: url("img/altratec-sprite-logo.png") no-repeat top center; }
#page-middle .middle-right .altratec-logo:hover { background-position: bottom 1px center; }
#page-middle .middle-right .bachtel-logo { background: url("img/bachtel-sprite-logo.png") no-repeat top center; }
#page-middle .middle-right .bachtel-logo:hover { background-position: bottom 1px center; }

/* NEWSLETTER FORM */
div.newsletter-form { max-width: 88%; }

.csc-mailform-field.radio-buttons > label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #393939;
}

/* FOOTER */
span.logo-icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    padding: 0 10px;
    background: url("img/logo-icon.png") no-repeat center center;
}

#container-footer {
    padding-top: 15px;
    margin: 40px 0 20px 0;
    border-top: 1px solid #999999;
}

#page-footer div.footer-text {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
}

#page-footer ul.footer-menu {
    width: 12%;
    vertical-align: top;
    display: inline-block;
    /*margin-top: 2px;*/
}
#page-footer ul.footer-menu > li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

#page-footer ul.footer-menu > span.logo-icon:last-of-type {
  display: none;
}

#page-footer div.footer-text,
#page-footer ul.footer-menu > li a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-size: 13px;
    text-shadow: 0px 0px 0px #393939;
    -moz-text-shadow: 0px 0px 0px #393939;
    -webkit-text-shadow: 0px 0px 0px #393939;
    font-weight: normal;
    text-transform: uppercase;
    color: #393939;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    line-height: 20px;
}

#page-footer ul.footer-menu > li.act a,
#page-footer ul.footer-menu > li a:hover {
    color: #b00b42;
}

#page-footer div.footer-text { width: 85%; margin-left: -10px;  display: inline-block}

#page-footer div.footer-text p {
    font-family:'Gill Sans W02', Arial,sans-serif;
    font-size: 13px;
    text-shadow: 0px 0px 0px #393939;
    -moz-text-shadow: 0px 0px 0px #393939;
    -webkit-text-shadow: 0px 0px 0px #393939;
    color: #393939;
    margin-bottom: 0;
    /*text-align: center;*/
    line-height: 20px;
}

#page-footer div.footer-text p.align-center {
    text-align: center;
}

#page-footer div.footer-text a {
    font-family:'Gill Sans W02', Arial,sans-serif;
    text-transform: lowercase;
    color: #393939;
}

#page-footer div.footer-text a:hover {
    color: #c71e54;
}
#page-footer div.footer-text div {
    line-height: 20px;
}

/* NEWSLETTTER PAGE */
body.newsletter-page .list-view .item-image { width: 100%; margin-right: 0; margin-bottom: 15px; }
body.newsletter-page .list-view .item:first-child { padding-top: 0; }

/* CATALOG */
.catalog-wrapper .catalog-right #selected-catalogs > div span.remove-catalog {
    color: white;
    background-color: #505050;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.catalog-wrapper .catalog-right #selected-catalogs > div span.remove-catalog:hover {
    background-color: #b10a42;
}

.catalog-wrapper .catalog-right #selected-catalogs {
    margin: 15px 0;
}

/*filesharing*/
.fileexplorer_allWrap{min-width:550px; width: 100%; }
.filesharing-navigation{border-bottom:4px solid #e4e4e4; margin-bottom:20px; padding-bottom:10px; overflow:hidden;}
.fileexplorer_windowWrap{overflow:hidden; border:none !important;}
.fileexplorer_windowContent{border: 1px solid #ccc; border-top: 0px;}
.hDiv, .cDrag{display:none;}
.flexigrid div.bDiv{border:none;}
.bDiv table{border:none;}
.bDiv table th{text-align: left;}
.flexigrid div.hDiv th, .flexigrid div.bDiv td{border:none; vertical-align: inherit; }
.flexigrid div.bDiv tr:hover td{border:none; background:none; }
.flexigrid tr.erow td, .flexigrid div.bDiv tr.erow:hover td{background:#eef9c2; }
.flexigrid div.bDiv td div{padding:0px;}
.fileexplorer_allWrap, .fileexplorer_allWrap a, .fileexplorer_allWrap td, .fileexplorer_allWrap div, .fileexplorer_allWrap span {
font-size:13px !important; color: #353535; font-weight:normal;
}
.fileexplorer_windowWrap .fileexplorer_folderIcon, .fileexplorer_windowWrap .fileexplorer_thumbImage, .fileexplorer_windowWrap .fileexplorer_thumbIcon{ *margin-left:-25px;}

.fileexplorer_windowHeader{background:#ae0b42; background-image:none !important; line-height:10px; padding:10px;}
.fileexplorer_allWrap .fileexplorer_pathNavigationWrap{margin-top:2px;}
.fileexplorer_formInputText{padding: 5px !important; border: 1px solid #ccc;} 
#TB_title{background:#ae0b42 !important; color: #ffffff !important; height:29px !important; font-weight: bold !important;}
#TB_ajaxWindowTitle { font-weight: bold; }
#jqContextMenu ul{border:1px solid #ccc !important; background:#fff !important; padding:0px !important;}
#jqContextMenu ul li{background:#fff !important;  font-size:11px !important; border-left:none !important; border-top:none !important;border-right:none !important; border-bottom:1px solid #ae0b42 !important; padding:0 2px !important;}
#jqContextMenu ul li:hover{border-left:none !important; border-top:none !important;border-right:none !important; border-borrom:1px solid #ae0b42 !important; background:#eef9c2 !important;}
#jqContextMenu ul li#browseFolder{border-bottom:none !important;}


.fileexplorer_allWrap table{font-size:11px; border-spacing:0;   border-collapse:collapse; color:#353535; margin-bottom:15px; border:1px solid #ccc; border-top: 0px;}
.fileexplorer_allWrap table tr th{ background:#ae0b42; color:#ffffff; font-weight:bold; text-align:center; padding:5px 10px; border:1px solid #ae0b42;}
.fileexplorer_allWrap table tr.tr-even, .fileexplorer_allWrap table tr:nth-child(even){background:#feedf3;}
.fileexplorer_allWrap table tr td{padding:7px 10px; font-size:11px; text-align:center; line-height:16px;}
.fileexplorer_allWrap table tr td.td-0, table tr th.td-0{ text-align:left; }

.tx-felogin-pi1 div{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #6b6a6b; }
.tx-felogin-pi1 fieldset legend{ } 
.tx-felogin-pi1 input[type="text"], .tx-felogin-pi1 input[type="password"]{width: 100%; line-height: 20px;}
.tx-felogin-pi1 input[type="submit"]{margin-bottom: 30px;}
.tx-felogin-pi1 form{margin-top: 45px;}
.tx-felogin-pi1 form h4{margin-bottom: 20px;}
.tx-felogin-pi1 div label{line-height: 16px;}
.tx-felogin-pi1 .logout-name{overflow: hidden; margin-bottom: 20px;}
.tx-felogin-pi1 .logout-name label{display: inline-block;}

#TB_window{top:30% !important;}
#TB_window .fileexplorer_formSubmit{}
#TB_window a:link, #TB_window a:visited{color:#fff !important; font-family: 'Gill Sans W02', Arial,sans-serif;}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #fff;
}
input:-webkit-autofill:focus, .csc-mailform-field.active input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #6b6a6b;
}

.catalog-right .csc-mailform-field{margin-bottom: 0px;}
.catalog-wrapper .catalog-right .row{margin-bottom: 30px;}

/* MEDIA QUERIES */
@media only screen and (max-width:1550px) {
    body.home-page #page-middle-top,
    body.home-page #page-middle-bottom {
        background: none;
    }
}
@media all and (max-width: 1155px){
    #container-header {position: initial;}
    #container-top {margin-top: 0;}
}


/* FANCYBOX LOGIN */

.fancybox-page #container-header, .fancybox-page #container-top, .fancybox-page #container-bottom, .fancybox-page #container-footer, .fancybox-page #page-middle .middle-right {display: none !important;}
body.fancybox-page, .fancybox-page #page-middle {
    min-width: 0 !important;
    width: auto !important;
    min-height: 0 !important;
}
.fancybox-page #page-middle {
    padding: 0 !important;
    border-top: none !important;
    background-color: transparent !important;
}
.fancybox-page #page-middle .middle-left {margin: 0 !important; width:100% !important;}
.fancybox-page .login-form .csc-mailform-field {margin: 0 0 30px; display: block;}
.fancybox-page #page-middle .middle-left .csc-default {margin-bottom: 0 !important;}
.fancybox-page h2 {margin-bottom: 25px; border: none !important;}
.fancybox-page h3 {font-size: 12px !important; text-transform: uppercase; margin-bottom: 7px; padding: 0 !important;}
.fancybox-page .login-form > div {margin-bottom: 35px;}
.fancybox-page .tx-felogin-pi1 form {margin-top: 35px;}
.fancybox-page .registration .csc-mailform-field.select {display: block;}
.registration .select .customselect {max-width: 290px; border: none;}
.fancybox-page .login-form label {
    position: static;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6b6a6b;
    text-shadow: none;
    display: block;
}
.fancybox-page .login-form input {
    max-width: 290px;
    border: none;
    height: 37px;
    line-height: 37px;
}
.fancybox-page .login-form .submit {
    height: auto;
    line-height: 1.2;
    min-width: 170px;
    text-align: center;
    margin-bottom: 22px;
    margin-top: 22px;
}
.fancybox-page .registration {max-width: 630px;}
.fancybox-page .registration .csc-mailform-field {
    display: inline-block;
    vertical-align: top;
    width:49.5%;
}
.fancybox-page .registration input {width: 290px; box-sizing: border-box;}
.fancybox-page .registration .submit {
    display: block;
    max-width: 180px;
    text-align: center;
}

.fancybox-page #wide {visibility: hidden;}

/*Onlineshop*/

.submit-online-shop{width: 100%;}

/* SHOP SINGLE */

.single-element .product-right .data3d .order-request-data {padding-top: 27px;}
.order-request-data .csc-mailform-field {margin-bottom: 28px;}
.order-request-data .csc-mailform-field.textarea:nth-of-type(2){margin-bottom: 10px;}
.order-request-data h4 {
    font-family: 'Gill Sans W02', Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #737373;
    line-height: 1.4;
}
.code {
    font-family: 'Gill Sans W02', Arial,sans-serif;
    font-size: 13px;
    color: #737373;
    line-height: 1.6;
}
.order-request-data .title {
    font-family: 'Gill Sans W02', Arial,sans-serif;
    font-size: 13px;
    color: #737373;
    margin-bottom: 6px;
    line-height: 20px;
}
.image {
    text-align: center;
    border: 1px solid #939393;
    min-height: 122px;
    position: relative;
}
.result-right .image {margin-bottom: 25px;}

.basket-img-wrapper .image img, .order-request-data .image img, .left-img img, .right-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    height: auto;
}
.result-left .image:after, .result-right .image:after {
    content: '';
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("img/icon-logo-overlay.png") no-repeat center rgba(255,255,255,0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.result-left .image:hover, .result-right .image:hover {border: 1px solid #b00b42; cursor: pointer;}
.result-left .image:hover:after, .result-right .image:hover:after {opacity: 1;}
.order-request-data input[type="submit"] {margin-bottom: 0;}
.result-left, .result-right {/*min-height: 170px;*/ margin-bottom: 8px;}
.hidden, .result-left .select-one, .result-left .select-two, .result-right .select-two, .result-right .select-one  {display: none;}
.fancybox-skin .content > div {display: inline-block; vertical-align: middle;}
.custom-wrapper {
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.config-title {margin: 55px 0 32px;}
.config-title h2 {font-size: 18px; text-transform: uppercase;}
.config-title, .headers-wrapper {padding: 0 50px; box-sizing: border-box;}
.custom {min-height: 1px;}
.custom-left, .custom-right {
    width: 70px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
    padding-left: 10px !important;
}
.custom-submit {display: inline-block; vertical-align: bottom;}
.custom-wrapper .custom-submit input {
    margin-bottom: 0;
    width: 171px;
    height: 48px;
}
.custom-wrapper label {
    display: block;
    font-family: 'Gill Sans W02', Arial,sans-serif;
    font-size: 13px;
    color: #737373;
    font-weight: normal;
    padding: 0;
    margin-bottom: 5px;
}
.custom-wrapper input {
    width: 100%;
    height: 38px;
    border: none;
}
.headers-wrapper div {
    display: inline-block;
    vertical-align: top;
    background: #C71D53;
    font-family: 'Gill Sans W02', Arial,sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 15px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.fancybox-skin .content {
    box-sizing: border-box;
    padding:35px 0;
    border-bottom:1px solid #8D8D8D;
}
.product-name, .fancybox-skin .title {width: 174px;}
.apply-btn {
    margin-left: auto;
    padding: 8px 24px;
    cursor: pointer;
}
.build-image, .fancybox-skin .image {width: 311px;}
.cod, .links, .rechts, .fancybox-skin .code, .fancybox-skin .select-one, .fancybox-skin .select-two {width: 96px;}
.fancybox-skin .select-one, .fancybox-skin .select-two {text-align: center;}
.fancybox-skin .select-one label, .fancybox-skin .select-two label {margin-right: 0;}
.fancybox-skin .code {padding-left: 15px; box-sizing: border-box;}
.product-wrapper {
    /*width: 806px;*/
    width: 856px;
    max-height: 330px;
    overflow-y: scroll;
    margin: 0 0 35px;
    padding-left: 50px;
    box-sizing: border-box;
}
.fancybox-skin .image {border: none; min-height: 0;}
.fancybox-skin .image img {position: static; max-width: 100%;}

.select-change {
    text-align: center;
    padding: 15px 20px !important;
    cursor: pointer;
}

/* SHOP BASKET */

.tx_onlineshop .item {
    max-width: 753px;
    border-bottom:1px solid #A4A4A4;
    margin-bottom: 27px;
}
.tx_onlineshop .image {
    display: inline-block;
    vertical-align: top;
    border: none;
}
.tx_onlineshop .image img {position: static; max-width: 100%; cursor: default;}
.tx_onlineshop .content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 154px);
    max-width: 601px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.tx_onlineshop .content .csc-mailform-field, .tx_onlineshop .content form {
    display: inline-block;
    vertical-align: middle;
    width: 275px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.tx_onlineshop .content .csc-mailform-field.last {margin-right: 0;}
.tx_onlineshop .content form {margin-bottom: 0;}
.tx_onlineshop .basket-img-wrapper .csc-mailform-field {vertical-align: top; margin-bottom:0;}
.basket-code {
    font-family: 'Gill Sans W02', Arial,sans-serif;
    font-size: 14px;
    line-height: 1.7;
}
.lange {
    font-family: 'Gill Sans W02', Arial,sans-serif;
    font-size: 14px;
    color: #7D7D7D;
}
.lange span {font-weight: bold;}
.basket-img-wrapper h4 {
    font-size:14px;
    line-height: 1.7;
    color: #7D7D7D;
    font-weight:bold;
    margin-bottom: 5px;
}
.basket-img-wrapper h4 + div p {
    font-family: 'Gill Sans W02', Arial,sans-serif;
    font-size:14px;
    line-height: 1.7;
    color: #7D7D7D;
    margin: 0;
}
.left-img, .right-img {
    height: 114px;
    text-align: center;
    position: relative;
    border: 1px solid #939393;
    margin-bottom: 10px;
    margin-top: 5px;
}
.delete-item {text-align: right;}
.delete-item a {
    position: relative;
    font-size: 14px;
    color: #AF0C41;
    font-family: 'Gill Sans W02', Arial,sans-serif;
    padding-right: 26px;
    line-height: 2.14;
}
.MultiFile-remove {
    width: 16px;
    height: 16px;
    background: #505050;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom:0;
    line-height: 16px;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.delete-item a:hover {color: #000;}
.delete-item a:hover .MultiFile-remove {
    background: #b10a42;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.controll-wrapper {
    max-width: 753px;
    width:100%;
    padding: 32px 0;
}
.controll-left , .submit-buttons {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}
.submit-buttons {text-align: right;}
.button-basket {
    margin-top: 20px !important;
    padding: 15px 20px !important;
    width: 217px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.submit-buttons .button-basket {margin-right: 0; margin-left: auto;}
.remove-from-basket {
    position: relative;
    border-bottom:1px solid #A4A4A4;
    padding-right: 26px;
    padding-bottom: 7px;
    font-size: 14px;
    font-family: 'Gill Sans W02', Arial,sans-serif;
    color: #7D7D7D;
    margin: 17px 0 25px;
    display: inline-block;
    font-weight: bold;
}
.remove-from-basket .MultiFile-remove {bottom: 7px;}
.remove-from-basket:hover .MultiFile-remove {
    background: #b10a42;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.control-wraper {margin-top: 25px;}
.control-wraper > div{
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}
.control-wraper .submit {
    text-align: right;
}
.control-wraper .submit input {
    margin-left: auto;
}
.extras-row {margin-bottom: 5px;}
.extras-row label {font-weight: normal;}
.hidden-form {display: none; width: 48%;}
.hidden-form .mailform-row {margin-right: 8px !important;}
.mailform-row.submit {
    width: 49.6%;
    margin: 0 !important;
    text-align: right;
}
.control-wraper .button-basket  {margin-top: 0 !important;}
.mailform-row.submit .csc-mailform-submit {
    width: 217px;
    height: 46px;
    margin-right: 0;
    margin-left: auto;
}

/* MINI BASKET */
#mini-basket {
    display: inline-block;
    margin-top: 32px;
    margin-left: 15px;
}
#mini-basket a {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 20px;
    background: url("img/mini-basket-icon.svg") no-repeat center;
    margin-right: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#mini-basket:hover a {
    background: url("img/mini-basket-icon-hover.svg") no-repeat center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#count {
    width: 18px;
    height: 18px;
    background: #B10941;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#mini-basket:hover #count {
    background: #505050;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#newOrder input:-webkit-autofill {
-webkit-box-shadow:0 0 0 50px white inset;
-webkit-text-fill-color: #000;
}

#overlaymessage {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/fileadmin/css/img/logo-animation.gif) rgba(0,0,0,0.5) no-repeat top 40% center;
    z-index: 999;
    display: none;
}


.download-warning {
    color: #b10a42;
    font-weight: bold;
}

a.youtube {
    position: relative;
}
a.youtube:after {
    content: '';
    background: url("img/youtube.png") no-repeat center / contain;
    width: 24px;
    height: 17px;
    position: absolute;
    top: 0;
    right: -35px;
}

/* Cookie Consent Banner */
.cc-btn,
.cc-btn:hover,
.cc-btn:focus {
    background-color: #ae0b42 !important;
    color: white !important;
    text-decoration: none !important;
}