* {
  box-sizing: border-box;
}


/* Kategorie Flex */

.categoryview, .productview, .serviceview {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}

.categoryview .item, .productview .item {

  border: 1px solid #f2f2f2;
  padding: 20px;
  margin: 0.5vw 1.33% 0.5vw 0;
  width: 24%;
  box-sizing: border-box;
  position: relative;
}

.categoryview .item.placeholder {visibility: hidden;}
.categoryview .item .thumb {width:100%;}
.categoryview .item:nth-child(4n) {margin: 0.5vw 0 0.5vw 0;}

.productview .item {width: 19%; margin: 0.5vw 1.25% 0.5vw 0;}

.productview .item:nth-child(5n) {margin: 0.5vw 0 0.5vw 0;}


.productview .item .more {
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
    align-content: center;
    align-items: center;
}

.productview .item .icon-product-24h {
  position: absolute;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  z-index: 1;
}

.productview .item .price a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: 400;
    color: #db0626;
    font-size: 12px;
}

.productview .item .title {
    position: relative;
    margin-bottom: 10px;
}
.productview .item .title a {
    color: #3c3c3c;
    font-weight: 500;
}
.productview .item .title a small {
    font-weight: 400;
}

/*Cookies*/

#customer-specific-hints .alert, #customer-specific-hints .info, #customer-specific-hints .status {
  background-color: #db0626;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 20px;
  border-bottom: 1px solid #f2f2f2;
}

#customer-specific-hints .info {
  background-color: #6e6e6e;
}

#customer-specific-hints .alert a, #customer-specific-hints .info a, #customer-specific-hints .status a {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
}

#customer-specific-hints .alert i, #customer-specific-hints .info i, #customer-specific-hints .status i {
  float:right;
  cursor: pointer;
  padding-top: 3px;
  color: #fff;
}

#customer-specific-hints .info .info_button, #customer-specific-hints .status .info_button,
.inner-block-white-button {
  display: inline-block;
  margin-left: 20px;
  padding: 0 10px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}

#customer-specific-hints .status .info_button:hover,
.inner-block-white-button:hover {
  background-color: #fff;
  color: #3c3c3c;
}

/* Landabfrage .com*/

/*#country ul {
  width: 13.333%;
  margin: 0 2%; 
  float: left
}

#country ul.europefirst {
  margin: 0 0 0 2%;
}

#country ul.europelast {
  margin: 0 2% 0 0;
}

#country ul li {
  text-align: left;
  float: none;
  display: block;
  margin: 0;
  padding: 2px 0 3px 10px;
}*/




body {
  margin: 0; 
  padding: 0; 
  font-family: Opensans, Arial, sans-serif; 
  font-size:13px; 
  color: #6e6e6e; 
  background-color: #fff;
  line-height: 1.5em;
  height:100%;
}

body, html {
  height: 100%;
}

#wrap {
  min-height: 100%; 
  margin: 0;
  padding-bottom: 350px;
  position: relative;
}

.container {
  width:90%; 
  margin: 0 auto; 
  max-width: 1300px;
}

.relativebox {position: relative;}

/* Allgemein */	

input[type="radio"], input[type="checkbox"] {
	vertical-align: text-top;
  margin-right: 7px;
}	

input, select, textarea {font-family: Opensans, Arial, sans-serif; color: #3c3c3c;}
select:focus, input:focus {outline: none;}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="submit"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"], input[type="date"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
  border: 1px solid #ccc;
  padding: 0 10px;
  width: 100%;
  margin: 5px 0;
  font-size: 13px;
  line-height: 35px;
  height: 35px;
}

input[type="number"]{
  padding-right: 0;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


button {cursor: pointer;}

select {
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 8px;
    margin: 5px 0;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
}

textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  margin: 3px 0;
  resize: vertical;
  min-height: 37px;
  color: #3c3c3c;
}



a, .imitate-a {
  color: #3c3c3c; 
  text-decoration: none; 
  font-weight: 500; 
  cursor: pointer;
}

a:hover, .imitate-a:hover {
  color: #db0626;
}

:focus {
  outline:none;
}

::-moz-focus-inner {
  border:0;
}

a img {border: none;}

p, div.p {
  margin: 5px 0 10px 0;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.right, .floatright {
  float: right;
}

.floatleft {
  float: left;
}

.bold {
  font-weight: bold;
}

.small {font-size: 12px;}

span.floatleft, span.floatright, span.floatmiddle{
  display: block;
}

.default {
  text-transform: none;
}

.line-through {
  text-decoration: line-through;
}

.table {display: table;}

.tablerow {display: table-row;}

.rowspan {width: 100%; display: table-caption;}

.tablecell {
  display: table-cell;
  vertical-align: middle;
}  

.breadcrumb {
  font-size: 11px;
  margin: 18px 0;
}

.breadcrumb a {
  font-weight: normal; 
  color: #6e6e6e !important;
}

.breadcrumb a:hover {
  color: #db0626 !important;
}

.justify {
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

ul {
  margin: 15px 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: square;
}

ol {
  margin: 0;
  counter-reset:li;
	padding-left:0;
}


h1, h2, h3, h4, h5, h6, .heading {
  text-transform: uppercase; 
  color: #3c3c3c; 
  margin: 15px 0; 
  font-weight: 500; 
  line-height: 1.2em;
}

.category_dimensions{
  text-transform: none;
  white-space: nowrap;
}

h1, .headline-h1 {
  font-size: 22px;
  margin: 15px 0;
  position: relative;
}

h1.title {
  margin-bottom: 20px;
  padding: 5px 0;
}

h1.title::before {
  content: "";
  height:2px;
  width: 20px;
  background: #3c3c3c;
  position: absolute;
  bottom: 0;
}

h2, .headline-h2 {
  font-size: 19px;
  position: relative;
}

h2.title {
  margin-bottom: 17px;
  padding: 5px 0;
}

h2.title::before {
  content: "";
  height:2px;
  width: 17px;
  background: #3c3c3c;
  position: absolute;
  bottom: 0;
}

h2.underlined {
  text-align: center;
  margin: 0 auto 80px auto;
  text-transform: uppercase;
  font-size: 30px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 15px 0;
}

h3, .headline-h3 {
  font-size:16px; 
  margin:10px 0 15px 0;
}

h3.headline, .headline.headline-h3 {
  margin: 0 0 15px 0;
  font-weight: 400;
  background: #f2f2f2;
  padding: 10px;
  font-size: 13px;
}

h3.headline a {color: #3c3c3c;}
  
h3.mediaheadline{
  clear:both;
  padding-top: 20px;
  padding-left: 2px; 
}

h4, .headline-h4 {
  font-size: 16px;
  margin: 10px 0;
}

h5, .headline-h5 {
  font-size: 14px;
  margin:10px 0;
}

h6, .headline-h6 {
  font-size: 13px;
  margin: 10px 0;
}

.red, .red a {
  color: #db0626;
}

.bgred {
  background-color: #db0626 !important;
}

.black {
  color: #3c3c3c !important;
}

.green {
  color: #48A43F !important;
}

.orange {
  color: #ff8400 !important;
}

.yellow {
  color: #FEB900 !important;
}

.white {
  color: #fff;
}

.last {
  margin:0 0 1.3% 0 !important;
}

.clearfix {
  clear: both;
}

.nodisplay {
  display: none;
}

.onlymob, .onlymob-667, .onlymob-767, .onlymob-1024, .onlymob-1280, .only-1280 {
  display: none;
}

.martop {
  margin-top: 30px !important;
}

.mar0top {
  margin-top: 0 !important;
}

.mar5topbottom {
  margin-top: 5px;
  margin-bottom: 5px;
}

.martop-small {
  margin-top: 15px !important;
}

.marbottom {
  margin-bottom: 30px !important;
}

.marleft {
  margin-left: 30px !important;
}

.marright {
  margin-right: 30px !important;
}

.padleft {
  margin-left: 30px !important;
}

.padright {
  margin-right: 30px !important;
}

.mar8right {
  margin-right: 8px !important;
}

.mar10top {
  margin-top: 10px !important;
}

.mar10left {
  margin-left: 10px !important;
}

.pad10top {
  padding-top: 10px !important;
}

.pad10 {
  padding: 10px !important;
}

.small-marright {
  margin-right: 15px !important;
}

.pad {
  margin: 5px 0 10px 0;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.back-to-top {
  display: none;
  position:fixed; 
  background: #db0626;
  color: #fff; 
  right:0; 
  bottom:10%;
  padding: 10px;
  font-size: 20px;
  z-index: 100;
}

a.back-to-top:hover {color: #fff;}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10000;
  opacity: 0.4;
}

.autowidth {
  width: auto !important;
}

.fullwidth { width: 100% !important; }

.left-side-half {
  position: relative;
  float: left;
  margin: 0 1% 1% 0;
  width: 49%;
}

.right-side-half {
  position: relative;
  float: right;
  margin: 0 0 1% 1%;
  width: 49%;
}

table {
  width: 100%; 
  padding: 0; 
  margin: 5px 0; 
  border-collapse: collapse;
  font-size: 13px;
}

th.aligntop, td.aligntop, .tablecell.aligntop {
  vertical-align: top;
}

.noborder {
  border: none !important;
}

.sidebar {
  width: 30%;
}

.col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2; 
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  column-gap: 20px; 
  text-align: justify;
}

.col3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3; 
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  column-gap: 20px; 
  text-align: justify;
}

.col-2, input.col-2 {
  margin: 0 2% 0 0;
}

.col-3, input.col-3 {
  margin: 0 2%;
}

.col-5, input.col-5 {
  width: 5%;
}

.col-10, input.col-10 {
  width: 10%;
}

.col-20, input.col-20 {
  width: 20%;
}

.col-25, input.col-5 {
  width: 23.5%;
}

.col-33, input.col-33 {
  width: 32%;
}

.col-35, input.col-35 {
  width: 35%;
}

.col-40, input.col-40 {
  width: 40%;
}

.col-45, input.col-45 {
  width: 45%;
}

.col-50, input.col-50 {
  width: 49.5%;
}

.col-60, input.col-60 {
  width: 60%;
}

.col-66, input.col-66 {
  width: 66%;
}

.col-50.floatmiddle {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.col-75, input.col-75 {
  width: 74.5%;
}

.column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}

.padleft-col-60{
  padding-left: calc(60% + 30px);
}

.mob-50 {float: left; margin: 0 1% 0 0;}

.plus, h3.headline span.floatright.plus {
  font-size: 20px;
}

.spacer {
  height: 30px;
}

.largespacer {
  height: 60px;
}

.smallspacer {
  height: 15px;
}

.entry {
  margin: 10px;
}

.small-padding {
  padding: 5px;
}

.nowrap {
  white-space: nowrap;
}

.hinweis.italic {font-style: italic;}

#cart-preview, #searchbox {
  position: absolute;
  display: none;
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  padding: 15px;
  min-width: 450px;
  height: auto;
  z-index: 20;
}

#searchbox{
  right: 0;
  top: 67px;
}

#cart-preview{
  position: fixed;
  top: 122px;
}

#cart-preview table {
  width: 430px;
}
#cart-preview table th, #cart-preview table td {
  padding: 6px;
}
#cart-preview table td:nth-child(2) {
  text-align: center;
}
#cart-preview table td:last-child {
  text-align: right;
}
#cart-preview table tr.total {
  border-top: 1px solid #eee;
}

#cart-preview table td:nth-child(1) {padding: 6px 20px 6px 6px;}

#cart-preview a {white-space: nowrap;}

#searchbox #search{
  width: 68%;
  margin: 0;
}
#searchbox .redbutton{
  float: right;
  width: 30%;
  height: 35px;
}

.relatedSearchHint{
  margin-top: 20px;
  font-weight: bold; 
}

.noempty {
  display: none;
}

.hidden {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prevent {
  cursor: default !important;
}

.adress span:not(:last-of-type):after {
  content: ",";
}

table.last-col-right tr td:last-child {
  text-align: right;
}

tr.smSpaceOver td {
  padding-top: 0.4em;
}

.link-button {
  background: none;
  border: none;
  font-size: 1.3em;
  text-transform: uppercase;
  cursor: pointer;
}

.link-button:hover { 
  color: #db0626; 
}

p.intro{
  margin: 0 0 2em;
}

table tr.active-table-row {
  background-color: #f2f2f2 !important;
}

.fa-link:before {font-size: 17px; vertical-align: middle; margin-right: 8px;}

.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}

.info-border-left-red {
  border-left: 4px solid #db0626;
  padding: 3px 0 5px 20px;
}

/* com Startseite */

.com {
  background: url('/images/world.jpg') 100% center;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
/*  -ms-behavior: url(/css/backgroundsize.min.htc);    */
}

.com #country {
  background: none;
  margin:50px auto 0 auto;
  box-shadow: none;
}

hr {
  border: none;
}
        
/* Slider */

#slider-wrapper {
  background: url('/images/slider-background.jpg') repeat-x;
  height: 500px;
  position: relative;
}

.migwrap {position: absolute; bottom: 20px; width: 100%;}

#slider-wrapper .mig {text-align: right;}

#slidewrapper {
  height: 100%;
  cursor: pointer;
}

.content{
  min-height: 70%;
}

.starttitel {
  top: 40%;
  text-transform: uppercase;
  font-weight: normal;
  text-align: right;
  position: fixed !important;
  z-index: -1;
  left: 5%;
  right: 5%;
}

.starttitel .small {
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.8);
  padding: 10px 25px;
  font-weight: normal;
  font-size: 300%;
  margin: 0 0 0 80px;
}

.starttitel .large {
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.8);
  padding: 10px 25px;
  color: #e30613;
  font-weight: normal;
  font-size: 450%;
  line-height: 1.8em;
}

.pfeil {
  bottom: 20px;
  position: fixed;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
  font-size: 30px;
}


.item div.category-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.item div.category-image img {
  position: absolute;
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
  margin: auto;
  width: 100%; 
}

.box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 0;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -ms-behavior: url(/css/backgroundsize.min.htc);  
}

.mediaimg {
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 0 50px 0;
  -ms-behavior: url(/css/backgroundsize.min.htc);
}

div.sub div.price {
  text-align: right;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
}
div.sub div.title {
  text-transform: uppercase;
  margin: -15px 0 15px 0;
  position: relative;
  z-index: 1;
}

div.sub div.title a {
  color: #db0626;
  font-weight: normal;
}

div.sub div.title a:hover {
  color: #3c3c3c;
}

div.sub {
  display: table; 
  border-spacing: 10px; 
  width: 100%;
  margin: -10px 0 0 0;
}

div.sub div.item {
  width: 25%;
  border-collapse: separate;
  border: 1px solid #f2f2f2;
  list-style-type: none;
  height: auto;
  padding: 10px;
  background: #fff;
  display: table-cell;
  position: relative;
}

div.sub div.moreProducts {
  text-align: center;
  vertical-align: middle;
}
div.sub div.moreProducts a {
  font-size: 17px;
  line-height: 30px;
}

div.sub div.moreProducts {
  text-align: center;
  vertical-align: middle;
}
div.sub div.moreProducts a {
  padding: 40% 0;
  font-size: 17px;
  line-height: 30px;
}

div.tablespacer {
  border: none !important;
}

.row {
  display: table-row;
}





/* Footer */
#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.content-footer {
	max-width: 1300px;
	width: 90%;
	position: relative;
	margin: 50px auto 0 auto;
}

#footer ul {
  margin-top: 8px;
}

#footer ul li {
  line-height: 1.7em;
  list-style-type: none;
}

#footer .footer-infos {
  width: 75%;
}

#footer .footer-infos ul li a {
  font-weight: 400;
}

#footer h6, #footer .heading {
  margin-bottom: 3px;
}

#footer .footer-category {
  width: 25%;
  float: left;
}

#footer-category a {
  font-weight: 400;
}

#footer .payment-method-icons {
  width: 12.5%;
  float: right;
  margin-top: 13px;  
}

a.tel:link, a.tel:visited{
  font-weight: normal;
  color: #6e6e6e;
}

/* Trustpilot Widget */
.trustpilot-widget {
  display: none;
  float: right;
  margin-top: 10px;
  width: 120px;
  text-align: center;
}

.trustpilot-widget-logo-image-div,
.trustpilot-widget-stars-image-div {
  margin: 0 0 5px;
}

.trustpilot-widget-logo-image-div img {
  width: 111px;
}

.trustpilot-widget-stars-image-div img {
  height: 21px;
}

.trustpilot-widget-review-summary {
  font-size: 11px;
  line-height: 1.2em;
}

.trustpilot-widget-review-summary a {
  font-weight: normal;
  color: #aaa;
}

.trustpilot-widget-review-summary span {
  display: block;
}

.trustpilot-widget-review-summary strong {
  font-weight: 500;
  color: #888;
}



.newsletter {text-align: center}

.newsletter input[type="submit"] {
  background: #3c3c3c;
  width: 300px;
  padding: 7px 10px;
  font-size: 12px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
}

.newsletter input[type="submit"]:hover {
  opacity: 0.5;
}

.newsletter input[type="email"] {
  width: 300px;
  border: 1px solid #bdbdbd;
  color: #272727;
  padding: 0 10px;
  height: 30px;
  font-size:12px;
}

.social {
  text-align: center;
}

.social a {
  display: inline-block;
  margin: 0 8px;
  font-size: 15px;
  width: 2%;
}

.social .separate-arrow {
  display: inline-block;
  width: 35%;
  margin: 0 25px 5px;
}


/* Startseite Features */

.preview {
  width: 24%;
  min-height: 100px;
  padding: 25px 1%;
  float: left;
  text-align: center;
  border: 1px solid #f2f2f2;
  color: #e30613;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
  font-size: 15px;
}

#slider-wrapper .mig img {
  margin-right: -62px;
}

#slider-wrapper .mig img.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 

.teaser-slider {
  width: 100%;
  max-width: 1300px;
  height: 500px;
}

.teaser-slider img {
  position: relative;
	float: left;
	margin-right: 100px;
}

.teaser-slider h1, .teaser-slider .headline-h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-top: 175px;
}

.teaser-slider a.redbutton {
  font-size: 15px;
  padding: 10px 30px;
}

.teaser-slider div.slider-content {
  float: left;
  margin: 175px 0 0 100px;
}

.teaser-slider p {
  margin: 5px 0 10px 0;
  font-size: 16px;
}

.teaser-slider-new {
  position: absolute;
  top: 150px;
  left: 50px;
  transform: skew(-20deg);
  background: #db0626;
  padding: 2px 10px;
  border: 2px solid #fff;
}

.teaser-slider-new span {
  display: block;
  text-transform: uppercase;
  transform: skew(20deg);
  margin:0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.slide1 p {
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
	
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slide1 h1{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}

.slide1 .delay {
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;

	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#teaser-products .item {
  padding: 30px;
}

#teaser-products .item .title {
  margin-bottom: 0;
}

#teaser-products .item .title a {
  color: #3c3c3c;
  font-weight: 600;
}

#teaser-products .item .item-text a {
  font-weight: normal;
  color: #3c3c3c;
}


#teaser-products .row, .index-services .row {
  width:auto;
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.index-services .row {
  justify-content: center;
}

/*#teaser-products .row:before,
#teaser-products .row:after,
.index-services .row:before,
.index-services .row:after {
  content: " ";
  display: table;
}*/

#teaser-products .row:after,
.index-services .row:after {
  clear: both;
}

#teaser-products .item {
  float:left;
  border-collapse: separate;
  border: 1px solid #f2f2f2;
  height: auto;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  margin: 0.5%;
}

@-moz-document url-prefix() {
  #teaser-products .item {
    margin: 0.5vw 0.5%;
  }
}


.preview img {
  width: 100%;
}

.preview.first {
  margin: 0 1% 0 13%;
}	

.preview.last {
  margin: 0 13% 0 1% !important;
}

.preview h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 10px 0;
  color: #3c3c3c;
  min-height: 40px;
}	

/*.preview a {
  border: 1px solid #3c3c3c;
  padding: 10px 18px;
  color: #3c3c3c;
  text-transform: uppercase;
  line-height: 5;
  font-size:14px;
  font-weight: normal;
}*/

.preview .blackbutton {
  display: inline-block;
  margin: 20px 0 15px 0;
}

.blackbutton a:hover {
  color: #fff;
}

.blackbutton a {
  padding: 15px 30px;
}

#imgflow {
  width: 100%;
  height: 350px;
  z-index: -1;
  margin: 50px 0;
}

.middle {
  margin-left: auto;
  margin-right: auto;
}

div.underline.h1 {
  margin-bottom: 30px;
  width: 35px;
  height: 2px;
  background-color: #3c3c3c;
  border-radius: 5px;
}

div.underline.h2.middle {
	width: 65px;
	height: 3px;
	background-color: #3c3c3c;
	border-radius: 5px;
}

div.underline.h2.middle.red {
  background-color: #db0626;
}

div.underline.h6 {
  width: 35px;
  height: 2px;
  background-color: #3c3c3c;
  border-radius: 5px;
}

/* Kundentyp Hinweis */
.customer-type-info-overlay {
	position: fixed;
	bottom: 0px;
	right: 140px;
	width: 360px;
  padding: 12px 40px 25px;
  color: #fff;
	background-color: #3c3c3c;
  text-align: center;
	opacity: 0.93;
  z-index: 1000;
}

.customer-type-info-overlay i {
	float: right;
	margin-right: -20px;
  font-size: 22px;
  cursor: pointer;
}

.customer-type-info-overlay .headline-h1 {
  color: #fff;
  text-align: left;
  margin: 0 0 20px;
}

.customer-type-info-overlay p {
  text-align: justify;
  font-size: 12px;
}

/* Index */
.index h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 10px 0;
}

.more-categories {
  float: right;
  font-size: 1.1em;
  margin: 10px 25px;
}

.index-services {
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
}

.index-service-item {
  list-style-type: none;
  height: auto;
  padding: 45px 2% 40px 2%;
  position: relative;
  text-align: center;
}

.index-service-item .headline-h6 {
  text-align: center; 
  color: #6e6e6e; 
  font-size: 15px; 
  margin: 20px 0 10px 0;
}

.index-service-item p {
  text-align: center;
}

.index-service-item i {
  font-size: 40px;
}

.index-service-item img {
  width: 25%;
}

img#index-user-report {
  width: 100%;
}

.index .index-newsletter {
  margin: 0 auto;
}

/* Unternehmen */

.company .arguments{
  margin-top: 20px;
  display: table;
}

.company .argumentsrow{
  display: table-row;
}

.company .arguments .argument, .company .arguments .argument2{  
  background-color:  #f2f2f2;
  display: table-cell;
  width: 25%;
  text-align: center;
  padding: 32px;
  border: 5px solid #fff;
}

.company .arguments .argument2{
  width: 50%;
}

.company #imgflow {
  margin: 30px 0;
}

.mb {
	background-image: url("../images/factory.jpg");
  background-attachment: fixed;
  background-position: 70% 50%;
}
	
.argument h3, .argument2 h3 {
  margin: 5px 0 !important;
}

.company h3, h3.title {
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  font-weight: 500;
  color: #3c3c3c;
  font-size: 14px;
}


/* Impressum */

p.address{
  float: left;
}

div.certificates{
  float: right;
}

div.certificate{
  float: left; 
  margin-left: 30px; 
  text-align: center;
}

div.certificate img{
  border: 1px solid #ccc;
}


/* Kategorieansicht */

span.smallText {
  font-size: 0.8em;
}

div.category li a {
  font-weight: normal;
  text-transform: uppercase;
}
.categoryimage {
  width: 62%;
  float: left;
  min-height: 100px;
  margin: 0 5% 0 0;
}	

.categoryimage img.catimg  {
  width: 100%;
}
.categoryimage img.catimg[src*="overview"] {
  width: auto;
  max-height: 280px;
}

.categorytext {
  width: 33%;
  float: left;
}

.categorytext h2{
  text-transform: none;
  font-size: 13px;
  margin: 0;
  line-height: 1.5em;
}

.categorytext ul {
  margin: 15px 0 25px 17px;
}

.category-bullets ul{
  margin-left: 17px;
}

.categorytext ul li, .category-bullets ul li {
  list-style-type: square;
  list-style-position: outside;
}

.icons {
  float: right;
  margin-top: -25px;
}

.icons img {
  position: relative;
  z-index: 1;
  float: left;
	vertical-align: middle;
	margin: 0 0 0 5px;
  width: 25px;
}

.icon-product-24h {
  width: 40px;
}

.image_similar, .image-includes-optional-accessories {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;  
	float: left;
	margin: -80px 0 0;
  z-index: 1;  
  font-size: 11px;
  font-style: italic;
  padding: 0 7px 0 0;
  line-height: 15px;
}

.categorytext div.lbutton {
	width: 100%;
	text-transform: uppercase;
  text-align: center;
}

.category input[type="submit"], .category input[type="button"] {
	font-size: 11px;
  line-height: 23px;
  height: 25px;
  cursor: pointer;
  letter-spacing: 0.2px;
  padding: 0 15px;
}

.minw {
  width: 15px;
}

table.category {
	border-collapse: collapse; 
	width: 100%;
}

table.category td {
	text-align: left; 
	padding:0 10px; 
	vertical-align: middle;
  white-space: nowrap;
  height: 40px;
}

table.category tr {border: 1px solid #eee;}
table.category tr.blankLine {border-right: 1px solid #fff; border-left: 1px solid #fff;}
table.category tr.blankLine td {
  height: 15px;
  border: 0 !important;
}

table.category th {
	background: #f2f2f2; 
	border: 1px solid #f2f2f2; 
	padding: 10px;  
	text-align: left; 
	color: #3c3c3c; 
	line-height: 1.2em;
  cursor: default;
  vertical-align: top;
  font-weight: 500;
}

table.category td.color, table.category th.color {
  text-align: center;
}

table.category select {
	border: 1px solid #f2f2f2;
	color: #6e6e6e;
	width: 100%;
  height: 26px;
  padding-left: 0px;
}

table.category select.s-hidden{
  padding-left: 23px;
}

table.category tr:hover:not(.blankLine):not([data-preview-product]) {
  background:#fafafa;
  cursor:pointer;
}

.category .requestProduct {
  background: #f2f2f2; 
  border: 1px solid #ddd;
  color: #6e6e6e;
  text-align:center;
  margin: 0 ;
  padding: 0;
}

table.category td.request, table.category td.producti {padding: 0;}
table.category td.producti {border-right: 1px solid #eee;}
table.category td.request button i::before {font-size: 90%;margin: 0; padding:0;line-height: 20px; width: 25px; height: 25px; display: contents;}

.category .addProduct, .category .requestProduct {
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-transform: uppercase;
  color: #6e6e6e;
}

input[type=text].category-cart-qty {
  width: 50px !important;
  margin: 0px 10px 0 0 !important;
  line-height: 25px;
  font-size: 12px;
  height: 25px;
}

a.redbutton, a.greenbutton, a.yellowbutton {
  border: medium none;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: none;
}
a.redbutton {
  background-color: #db0626;
  color: #fff;
}
a.greenbutton {
  background-color: #48A43F;
  color: #fff;
}
a.yellowbutton {
  background-color: #FEB900;
  color: #fff;
}
a.redbutton:hover, a.redbutton:active{
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}

.producti .redbutton{
  display: block;
  line-height: 0;
  height: 26px;
}

th.mass, th.artnr {
  width: 120px;
}

th.price, td.price {
  width: 85px;
  text-align: center !important;
}

td.producti, td.request {
  width: 35px;
} 

td.producti a {
  text-transform: none;
  padding: 7px 3px;
}

td.producti i {
  font-size: 14px;
}

td.request button {
  height: 25px;
  width: 25px;
}

td.category-cart {
  width: 140px; 
  white-space: nowrap;
}

.stoerer img {
  max-height: 30px;
  margin-right: 4px;
	vertical-align: middle;
}

.stoerer li {
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    list-style-type: none;
    margin: 20px 35px 0 0;
    white-space: nowrap;
    color: #3c3c3c;
    line-height: 1;
    letter-spacing: 0.2px;
}

.stoerer li i {
    color: #db0626;
    padding: 0 5px 0 0;
}
#productOptions input.productOption {
	margin: 0 15px 5px 0 !important;
  width: 60px !important;
  height: 35px !important;
}
#productOptions label.productOptionLabel {
  margin-top: 8px;
}
#productOptions p.additionalOptionHint {
  margin: -3px 0 3px 0;
}
#productOptions div {
  width: 60%;
  float: right;
}
#productOptions span.productOptionUnit {
  line-height: 35px;
  margin: 10px;
}

.categoryForm .productOptionDiv {
  width: 65px;
  float: left;
}
.categoryForm .productOptionDiv span.productOptionUnit {
  margin-left: 10px;
}
.categoryForm .productOptionSeperator {
  margin: 9px;
  float:left;
}

.categoryForm .icon-product-24h {
  padding-top: 6px;
}

div.category_text_content{
  margin-top: 20px;
  background-color: #F2F2F2;
  padding: 36px 40px;
}

div.category_text_content h2{
  text-transform: none;
  font-weight: 500;
}

div.category_text_content h2{
  font-size: 14px;
  margin: 15px 0 5px;
  color: #6e6e6e;  
}

div.category_text_content h2:first-of-type{
  color: #3c3c3c;
  font-size: 18px;
  margin: 15px 0 25px 0;
  text-transform: uppercase;
  font-weight: 500;
}

div.category_text_content h3 {
  margin: 25px 0 10px;
}

#rigoletto-rainplaner-overlay {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px;
	text-align: justify;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 6px 14px -3px rgba(102,102,102,1);
	z-index: 10001;
}

#rigoletto-rainplaner-overlay .close-overlay-button {
  float: right;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-right: -10px;
}

#rigoletto-rainplaner-overlay iframe {
  border: none;
  width: 100%;
  min-height: 665px;
}



/* Detailansicht */

.productleft {
	width: 62%; 
	float: left; 
	margin: 0 2% 1% 0; 
	position: relative;
}

.productleft #huge{
  margin-top: -18px;
}

.productleft #huge img {
  width: 100%;
}

.productleft .thumb {
	float: left;
	margin: 0 0.5%;
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 1px solid #f2f2f2;
}

.productleft .thumb img{
	width: 100%;
	float: left;
	margin: 0 0.5%;
}

#product-assembly span.adapt-color {
  padding: 0 4px;
  color: #fff;
}

.productleft .thumb .product-video img {
  padding: 10px;
}

#canvas_configurator{
  width: 100%;
  height: 500px;
  background-color: #fff;
  position: relative;
}

#configurator_loading{
  width: 100%;
  height: 100%;
  background-image: url('/images/spinner.gif');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

#product-assembly a {
  color: #6e6e6e;
  font-weight: normal;
  margin: 0 10px;
}

#product-assembly a:hover {
  color: #db0626;
}

#product-assembly .col-45 {
  margin-top: 0;
}

#product-assembly .col-45 div {
  margin: 3px 0;
}


#product-sheets{
/*  float: left;*/
  width: 100%;
/*  margin-bottom: 2%;*/
}

#product-sheets a, #product-sheets span {
  float: left;
  margin: 5px 0 10px;
  width: 45%;
  font-weight: normal;
  font-size: 13px;
}

#product-sheets i {
  vertical-align: middle;
  margin: 0 10px;
  font-size: 1.65em;
  float: left;
}

.producticons {
	min-width: 50px;
	height: 50px;
	position: absolute;
	right: 0; 
	margin: -50px 0 10px 0;
}

.productright {
	width: 36%; 
	float:left; 
	margin: 0 0 2% 0; 
	color: #3c3c3c;
}

.productright h2 {
	margin: 0 0 10px;
	font-weight: 500;
}

.productright h4 {margin: 15px 0 0 0;}

.productright select {
	border: 1px solid #3c3c3c;
	color: #3c3c3c;
	padding: 5px 10px;
	margin: 0 0 10px 0; 
	width: 100%;
  height: 32px;
}

label.attributOptionLabel, label.productOptionLabel, label.componentOptionLabel, label.extensionLabel, label.productExtensionLabel, label.ivzo-productOptionLabel {
  display: inline-block;
  margin: 3px 0;
  font-weight: 600;
}

.productright h5.product-options-headline {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 14px;
}

.productright span.attributeOptionText {
  float: right;
  width: 60%;
  padding-left: 15px;
  margin: 6px 0;
}

.productright input[type="text"], .productright input[type="tel"], .category-cart-qty, .individualized-product-qty {
	width: 10%;
	border: 1px solid #db0626;
	text-align: right;
	padding: 8px; 
  font-size: 12px;
  line-height: 0;
  margin: 0;
  height: 26px;
}

.productright input[type="tel"] {
  float: left;
  height: 35px;
}

.productright input[type="submit"] {
  float: left;
	width: 43%; 
	margin-left: 2%; 
  white-space: normal;
  line-height: 16px;
}

.productright hr.small-line {
  height: 2px;
}

.productfull {
	width: 100%; 
	margin: 0 0 2% 0;
}

.imagebox {
	margin: 0 0;
	width: 100%;
	background:#fff;
	display: table;
}

.thumb {
	display: table; 
	width: 100%;
  position: relative;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.innerbox {
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 0 20px 0;
/*  -ms-behavior: url(/css/backgroundsize.min.htc);*/
}

.productColors{
  position: relative;
  top: -3px;
  left: -3px;
}

.stoerer-ral-container{
  float: left;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;    
  position: relative;
  padding: 2px;
}

.stoerer-ral-container-selected{
  border: 1px solid #000;
}

.stoerer-ral {  
	width: 39px;
  height: 39px;
	background: #3c3c3c;		
  border: 1px solid #ccc;
  cursor: pointer;
}
.colors {
  margin-bottom: 20px;
}

#farbwahl, .select_color .color-preview {
	width: 100%;
	height: 35px; 
  line-height: 35px;
	margin: 0 0 15px 0;
  border: 1px solid #f2f2f2;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
}

.more .floatright {
	color: #ccc;
	font-size: 20px;
	font-weight: 300;
}

.more {
	padding: 8px 8px 8px 0;
	margin: 4px 0 0 0;
}

.more.last {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 4px 0 10px 0 !important;
}

.hinweis {
	margin: 15px 0;
	width: 100%;
}

.hinweis-row {
  display: table-row;
}

.hinweis-cell {
  display: table-cell;
}

.express-delivery{
  text-align: center;
  border-bottom: 1px solid #db0626;
  border-top: 1px solid #db0626;
  margin: 4px 0 20px;
  padding: 10px 0;
}
.express-delivery strong{
  text-transform: uppercase;
}

.availability.green{
  color: #0a0;
}
.availability.orange{
  color: #ff8400;
}

.availability.unavailable{
  color: #db0626;
}

#productForm .icon-product-24h {
  vertical-align: middle;
  margin: 5px 5px 5px 0;
}

.hinweis-xs {
	font-size: 11px;
	margin: 5px 0 15px 0;
}

.product-prices-product-sku {
	font-weight: 500;
	font-size: 14px;
}

#productPrices {
  display: table;
  width:100%;
  line-height: 1.8em;
}

.productPricesRow {
  display: table-row;
}

.productPricesCell {
  display: table-cell;
}

table.productdetails.pdleft {
	width: 49%;
  margin: 0 2% 0 0;
	float: left;
}

table.productdetails.pdright {
	width: 49%;
  margin: 0;
	float: left;
}

table.productdetails td.bold {
  padding: 0 10px;
  vertical-align: top;
}

table.productdetails td {
	vertical-align: bottom;
}

table.productdetails td a:link, table.productdetails td a:visited{
  font-weight: normal;
  color: #6e6e6e;
}
table.productdetails td a:active, table.productdetails td a:hover{
  color: #db0626;
}

.product-detail-page .footnote {
  font-size: 11px;
}

#product-available-in-future-overlay, #confirm-change-invoicing-email-overlay {
  display: none;
	position: absolute;
  top: 20%;
	left: 0;
  right: 0;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  text-align: justify;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 6px 14px -3px rgba(102,102,102,1);
  z-index: 10001;
}

/* Color combinations */

.productright .color_combinations_container{
  position: relative;
  width: 100%;
  height: 45px;
  margin-bottom: 8px;  
  top: -3px;
  left: -3px;
}

.productright .color_combinations_container .styled_option_container{
  float: left;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  margin-right: 0px;
  cursor: pointer;
  position: relative;
  padding: 2px;
}

.productright .color_combinations_container .styled_option_container.styled_option_selected{  
  border: 1px solid #000;  
}

.productright .color_combinations_container .styled_option{  
  height: 39px;
  width: 39px;
  border: 1px solid #ccc;    
  position: relative;
}

.productright .color_combinations_container .styled_option div{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px;  
  border-color: transparent;
}


.category .color_combinations_container{
  float: left;
}

.category .color_combinations_container .styled_option{
  float: left;
  margin: 3px 5px 0 1px;
  height: 18px;
  width: 18px;
  border: 1px solid #6e6e6e;
}

.category .color_combinations_container .styled_option div{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent;
}

.category .color_combination_name {
  margin-top: 2px;
  white-space: nowrap;
}


.styled_option_3038,
.styled_option_3050,
.styled_option_3062,
.styled_option_3645{
  background-color: #1a3037 !important;
}

.styled_option_3040,
.styled_option_3043,
.styled_option_3052,
.styled_option_3055,
.styled_option_3065,
.styled_option_3068,
.styled_option_3643,
.styled_option_3646{
  background-color: #999999 !important;
}

.styled_option_3041,
.styled_option_3053,
.styled_option_3066,
.styled_option_3647{
  background-color: #d81a21 !important;
}

.styled_option_3042,
.styled_option_3054,
.styled_option_3067,
.styled_option_3648{
  background-color: #1a3037 !important;
}

.color_combinations_container .styled_option_3042 div,
.color_combinations_container .styled_option_3054 div,
.color_combinations_container .styled_option_3067 div,
.color_combinations_container .styled_option_3648 div{
  border-color: #999999 transparent transparent #999999 !important;
}

.color_combinations_container .styled_option_3043 div,
.color_combinations_container .styled_option_3055 div,
.color_combinations_container .styled_option_3068 div,
.color_combinations_container .styled_option_3643 div{
  border-color: #1a3037 transparent transparent #1a3037 !important;
}

.styled_option_3306,
.styled_option_3307,
.styled_option_3308,
.styled_option_3309,
.styled_option_3310,
.styled_option_3311
{
  background-color: #fff !important;
}

.color_combinations_container .styled_option_3306 div{
  border-color: #b6d23d transparent transparent #b6d23d !important;
}

.color_combinations_container .styled_option_3307 div{
  border-color: #f3be38 transparent transparent #f3be38 !important;
}

.color_combinations_container .styled_option_3308 div{
  border-color: #d81a21 transparent transparent #d81a21 !important;
}

.color_combinations_container .styled_option_3309 div{
  border-color: #154889 transparent transparent #154889 !important;
}

.color_combinations_container .styled_option_3310 div{
  border-color: #1a3037 transparent transparent #1a3037 !important;
}

.color_combinations_container .styled_option_3311 div{
  border-color: #fff transparent transparent #fff !important;
}


/* Messen */

.fairtable {
  border-spacing: 10px;
  display: table; 
  width: 100%;
}

.fair {
  background: #f2f2f2;
  padding: 30px;
  text-align: center;
  display: table-cell;
  width: 25%;
}

.fairrow {
  display: table-row;
}

.fairlogo {  
  width: 80%;
  display: table;
  margin: 0 auto;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
/*  -ms-behavior: url(/css/backgroundsize.min.htc);*/
}

.fairlogo img {
  width: 100%;
}

.fair p {
  margin: 2px 0;
}

.fair h4 {
  font-weight: bold;
  margin: 0 0 10px 0;
}

.fair h5 {
  font-weight: bold;
  margin: 20px 0 10px 0;
}


/* FAQ */

#faq ul {
  margin: 15px 0 50px 0;
  border-bottom: 1px solid #ccc;
}

li.faq_entry{
  list-style-type: none;
  padding: 12px;
  border-top: 1px solid #ccc;
}

.faq_question{
  cursor: pointer;
  color: #3c3c3c;
}

.faq_question .floatright {
  font-size: 16px;
}

.faq_question .floatright:hover {
  color: #db0626;
}

.faq_answer {
  padding: 10px;
}


/* Colors */

.color_container{
  float: left;
  width: 19%;
  background: #f2f2f2;
  padding:10px;
  margin:0.5%
}
.color_field{
  border: 1px solid #3c3c3c; 
  height: 60px;
  width: 100%;
}
.color_code{
  float: left;
  padding: 5px 0 5px 5px;
}
.color_container .color_name{  
  float: right;
  padding: 5px 5px 5px 0;
}

 
/* Blog */	

.article {
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 50px 0;
	text-align: justify;
}

.blog .article {
  padding-bottom: 50px;
}

.blog .article h5 {
  display: inline-block;
  margin-bottom: 8px;
  color: #3c3c3c;
  border-bottom: 1px solid #db0626;
}

.press .article img {
  width: 200px;
}

.article div.images img, .press .article img {
	float: left;
	margin-right: 50px;
  margin-bottom: 15px;
	padding: 2px;
}

.article h3, .article h1{
  padding-right: 100px;
  text-align: left;
}

.blog .article-content, .press .article-content {
  display: table-cell;
}

.keywords_container{
  height: 30px;
	margin: 30px 0 15px;
  text-align: right;
}

ul.keywords {	
  float: right;
  padding: 0;
}

.keywords li {
	float: left;
	list-style-type: none;
	padding: 5px 10px;
	background: #f2f2f2;
	margin: 0 0 0 4px;
}

.date {
	float: right;
	margin: -32px 0 0 0;
  text-transform: uppercase;
}

.blog p.article-date {
  margin: 0 15px 0 0;
}

.article .elastic-video{
  margin-bottom: 30px;
}

.blog .continue-reading {
  float: right;
}

.blog .paging a {
  margin: 0 8px;
}

.blog .sidebar {
  width: 25%;
}

.blog .sidebar h3 {
  font-weight: 400;
  margin-bottom: 5px;
}

.blog .sidebar a {
  font-weight: 400;
}

.blog .follow-us a {
	font-size: 16px;
	margin: 3px;
  margin-left: 0;
	border: 1px solid #f2f2f2;
	padding: 5px;
}

.tos-wrapper div.tos-pagination.tos-thumbnails a[style*="lightbox-video"] {
  background-image: url(/images/play.png) !important;
}


/* Druckportal */

#printing-portal th {
  background-color: #f2f2f2;
  padding: 0.8em;
  text-align: left;
}
#printing-portal td {
  padding: 0.6em;
}
#printing-portal tr.motif td, 
#printing-portal tr.printing-data td {
  border-bottom: 1px solid #f2f2f2;
}
#printing-portal th:last-child {
  max-width: 0;
  text-align: center;
}
#printing-portal tr.printing-motif-row td:last-child,
#printing-portal tr.printing-data-row td:last-child,
#printing-portal tr.printing-proof-row td:last-child {
  text-align: center;
}
#printing-portal .printing-proof-row, 
#printing-portal .printing-motif-row,
#printing-portal .printing-data-row {
  cursor: pointer;
}
#printing-portal tr.motif > td
#printing-portal tr.printing-data > td {
  vertical-align: top;
  padding: 0;
}
#printing-portal tr.printing-data div.printing-data-content {
  padding: 0.6em;
}
#printing-portal table.printing-motifs-table tr.motif div.motif-data,
#printing-portal table.printing-data-table tr.printing-data div.printing-data-content {
  padding-right: 2em;
}
#printing-portal tr.motif div.last-motif-content,
#printing-portal tr.printing-data div.last-printing-data-content {
  padding-right: 0;
}
#printing-portal tr.motif img.printing-motif-image {
  margin-top: 25px;
  max-width: 100%;
  border: 1px solid #f2f2f2;
}
#printing-portal tr.motif a.renew-printing-motif {
  float: right;
  font-size: 13px;
}
#printing-portal i.toggle-status {
  font-size: 14px;
}
#printing-portal i.action-icon {
  font-size: 20px;
  margin: 0 6px;
  cursor: pointer;
}

#printing-portal tr.printing-motif-row i.action-icon {
  font-size: 24px;
}

#printing-portal a.upload_button i {
  font-size: 16px;
}

#printing-portal table.printing-motifs-table tr.motif .tablerow .tablecell:first-child, 
#printing-portal table.printing-data-table tr.printing-data .tablerow .tablecell:first-child, 
#printing-portal #printing-proofs .printing-proof-data .tablerow .tablecell:first-child {
  vertical-align: top;  
  padding-right: 3em;
  font-weight: bold;
  text-transform: uppercase;
}
#printing-portal tr.motif .tablecell,
#printing-portal tr.printing-data .tablecell {
  font-size: 12px;
}

#printing-portal .table.printing-proof-versions .tablecell {
  padding-bottom: 1em;
}

#printing-portal .rejected-printing-proofs .tablerow:not(:first-child) .tablecell,
#printing-portal .printing-motif-usage .tablerow:not(:first-child) .tablecell {
  vertical-align: top;
  font-weight: normal;
  padding: 0.5em 3em 0 0;
}
#printing-portal .printing-motif-usage .tablerow:not(:first-child) .tablecell {
  border-top: 1px solid #f2f2f2;
}

#printing-portal .table.printing-proof-versions .proof-version-status {
  padding-left: 0.6em;
}

#printing-portal #printing-proofs img.printing-motif-preview {
  max-width: 100px;
}
#printing-portal #printing-data img.printing-motif-preview {
  max-width: 115px;
  border: 1px solid #f2f2f2;
}

#printing-portal h5 {
  margin-bottom: 0;
}
#printing-portal hr.small-line {
  margin-bottom: 0.8em;
}

#printing-portal img.motif-preview {
  width: 80px;
}

#printing-portal table.printer,
#printing-portal table.printing-table {
	border-left: 3px solid #f2f2f2;
	border-right: 3px solid #f2f2f2;
}

#printing-portal table.printing-table tr.motif td:last-child {
  padding-right: 10px;
}

#printing-portal div.paging {
  margin: .5em 0;
  float: right;
  width: 15%;
  text-align: center;
}

#printing-portal div.paging i {
  cursor: pointer;
  margin: 0 .8em;
  font-size: 1.6em;
}

#printing-portal div.paging i:hover {
  color: #e40000;
}

#printing-portal #printing-motif-status-filter, #printing-portal #printing-proof-status-filter {
  margin-left: 15px;
  height: auto;
}

#printing-proof-overlay, #printing-motif-dimension-overlay, #printing-motif-files-overlay, #printing-request-motif-change-overlay, #reset-printing-proof-as-declined-overlay {
  display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 15px 20px;
	max-width: 1050px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	z-index: 10001;
}

.printing-proof-comments-overlay {
  max-width: 700px !important;
}

#printing-proof-overlay .proof-data {
  padding-left: 2em;
}

#printing-proof-overlay .proof-data .tablerow .tablecell:first-child {
  padding-right: 1.5em;
}

#printing-proof-overlay .close-overlay,
#printing-motif-dimension-overlay .close-overlay,
#printing-motif-files-overlay .close-overlay,
#printing-request-motif-change-overlay .close-overlay,
#reset-printing-proof-as-declined-overlay .close-overlay {
  cursor: pointer;
  font-size: 18px;
}

#printing-proof-overlay .default-button {
  padding: 10px 20px;
}

#printing-proof-overlay iframe {
  width: 100%;
  height: 765px;
}

#printing-proof-overlay .proof-data textarea {
  height: 200px;
}

#printing-proof-overlay .upload-successful span {
  word-break: break-all;
}
#printing-proof-overlay .upload-successful i {
  cursor: pointer;
}

#printing-motif-dimension-overlay, #printing-motif-files-overlay, #printing-request-motif-change-overlay, #reset-printing-proof-as-declined-overlay {
  max-width: 550px;
}

#printing-motif-dimension-overlay .dimensions input {
  width: 90px;
  margin-right: 8px;
}

#printing-motif-dimension-overlay .dimensions span {
  margin: 0 1em;
}

#printing-portal .cancelbutton {
  margin-left: 15px;
  padding: 10px 15px;
  line-height: 15px;
}

.printing-portal-counter {
  float: right;
  background: #e40000;
  min-width: 16px;
  margin-left: 6px;
  padding: 0 4px;
  height: 16px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.7em;
}

.printing-portal-tab {
  float:left;
  margin-right: 1em;
  margin-bottom: -1px;
  padding: 10px;
  border: 1px solid #f2f2f2;
}
.printing-portal-tab.active {
  background-color: #f2f2f2;
}

#printing-portal #printing-data hr.small-line.separator {
  width: 33%;
  margin-left: 0;
}

#printing-data .printing-motif-lettering-text {
  border: 2px solid #f2f2f2;
  padding: 0.1em 0.3em;
}

#printing-data .printing-remarks {
  border: 2px solid #f2f2f2;
  padding: 0.1em 0.3em;
}

.loading-animation-image {
  display: none;
  position: fixed;
	top: 49%;
	left: 49%;
  z-index: 10001;
}

/* Shipping */

.table.shipping {
    width: 100%;
    border-spacing: 15px;
    table-layout: fixed;
}

.shipping .tablecell {
    background: #f2f2f2;
    border-spacing: 3px;
    padding: 20px;
    vertical-align: top;
    text-align: center;
}

.table.dealershipping {
  width: 100%;    
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  border-left: 1px solid #f2f2f2;
}
.table.dealershipping .tablecell {
  text-align: right; 
  padding:5px 5px 5px 2px; 
  border-right: 1px solid #f2f2f2;
  font-size: 0.985em;
}

.table.dealershipping .flag-icon {
  float: right;
  margin: 3px 0;
}

/* Checkout */

.ordersteps {
	float:left;
	width:24%;
	margin:30px 4.5%;
	text-align: center;
	color: #bdbdbd;
}

.name {
	border-top: 1px solid;
	padding: 20px 0;
	margin: -12px 0;
	text-transform: uppercase;
	font-size: 15px;
}

span.number {
	background: #fff;
	padding: 0 10px;
	font-size: 30px;
	font-family: georgia;
}

.ordersteps.active {
	color: #3c3c3c;
}

.th {
	background: #f2f2f2;
	text-align: left;
	padding: 5px 10px;
	text-transform: uppercase;
  font-weight: bold;
}

.alternativepos.tablecell {
    text-align: center;
}

.order img {
  display: block;
	width: 100%;
  max-width: 80px;
}

.orderimg {
	width: 100px;
}

.open-content, .content-details {padding: 0 10px;}

.edit {margin: 10px 0 0 0;}

.edit a {
    font-size: 12px;
    color: #db0626;
}

.table.order h5 {
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: 500;
    text-transform: none;
}

.table.order h5 .sku {
    font-weight: 400;
    color: #6e6e6e;
    white-space: nowrap;
}

form#cart .table.order {
  margin-bottom: 10px;
}

span.attribute {
	font-size: 12px;
}

.tableprices {
	text-align: right;
}

.tableprices.amount {
	text-align: center !important;
}

.tablepriceall {
	text-align: right;
	padding: 0 20px 0 0 !important;

}

.order {
	border-bottom: 1px solid #f2f2f2;
	margin:20px 0;
  width:100%;
}

.table.order .table {width:100%;}
.table.order .table .tablerow {border:0;}
.table.order .table .tablecell.price {
    padding: 10px 0 10px 10px;
    text-align: right;
}

.table.order .table .tablecell {white-space: nowrap;}

.tablecell.price {
    text-align: right;
}

.tablecell.qty {
    text-align: center;
}

.order .tablecell {padding: 10px;}

.table.order input[type="text"], .table.order input[type="tel"] {
	width: 50px;
	padding: 6px 3px;
	text-align: right;
  margin: 0;
}

.order .delete-position, .order .update-position {
  cursor: pointer;
  background: #F2F2F2;
  font-weight: bold;
  margin-left: 4px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 17px;
  padding: 3px 5px 5px;
  color: #6e6e6e;
  vertical-align: top;
  height: 35px;
}

.table.order .delete-position:hover, .table.order .update-position:hover {
	background: #e0e0e0 !important;
}

table.orderall {	
	color: #3c3c3c;
  text-transform: uppercase;
}

table.orderall td {
	padding: 10px 20px 10px 0;
}

table.orderall td.label{
  text-transform: uppercase;
}

table.orderall td.footnote {
  font-size: 0.85em;
  line-height: 1.4em;
  text-transform: none;
}

table.orderall tr {
	border-bottom: 1px solid #f2f2f2;
}

 div.table.order .alternativepos {
  text-align: center !important;
}

table.orderall span.display-net-hint {
  margin-left: 10px;
  text-transform: none;
}

/*div.table.order div.tablerow.alternative-position h5, div.table.order div.tablerow.alternative-position h5 a, .table.order .alternative-position h5 .sku {
  color: #bbb;
}*/


.mobprice {
  display: none;
}

.orderbutton, .updatebutton {
	width: 100%;
	text-transform: uppercase;
	margin: 25px 0;
  text-align: center;
}

input.button-m {
	min-width: 300px;
	width: auto;
	text-transform: uppercase;
	margin: 25px 0;
}

td.wholeprice {
	padding: 25px 20px 10px 0 !important;
	font-weight: bold;
	font-size: 15px;
}

td.wholeprice .small {
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}

.customer-account-feature input {
    margin-right: 15px;
}

.changecountry a {
	float: right;
	color: #db0626;
	font-size: 11px;
  display: block; 
  height: 20px; 
  line-height: 20px;
  margin: 0 0 5px 0 ;
  font-weight: normal;
}

.selected_country, .selected_country .country_name{
  cursor: pointer;
}
#country_name, #order_invoice_country_name, #order_delivery_country_name, #address_country_name, #delivery_country_name {
    height:20px; line-height: 20px;
    margin: 0;
}

input.country_name[type="text"] {padding: 0;}

.select_country{
  display: none;
}

.adress {position: relative;}

#showAdditionalInvoiceAddressField, #showStreetAddress, #showAdditionalDeliveryAddressField, #showInvoiceAddress, #showDeliveryAddress {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  margin: 5px 0;
}

.pac-icon{
  display: none;
}

.noinput {
	float: left;
	width: 50% !important;
	border:1px solid #fff !important;
}

.agb.checkout {
	float: left;
	padding: 10px 0;
}

.benefits {
	line-height: 2;
  list-style-type: none;
}

.benefits li:before {    
	font-family: 'fontello';
	content: '\f383';
	margin:0 5px 0 -15px;
}

.thankyou input[type="password"] {
	width: 80%;
}	

.checkout a {
	color: #db0626; 
	font-weight: normal;
}

.checkout .product_sku {
    margin-right: 2%;
}

.checkout .info-border-left-red {
  padding-left: 23px;
}

#payment label {
  margin-right: 15px;
}

i.form-input-icon-right {
	position: absolute;
	margin-top: 13px;
	margin-left: -22px;
	font-size: 14px;
}

ul.customer-account-benefits{
  list-style: none;
  padding: 0;
}

ul.customer-account-benefits li {
  line-height: 2em;
  padding-left: 1.3em;
}

ul.customer-account-benefits li:before {
  content: "\f383"; /* Fontello Unicode */
  font-family: fontello;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

#order_vatid_overlay, #customer_vatid_overlay {
  display: none;
	position: absolute;
	left: 0;
  right: 0;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 6px 14px -3px rgba(102,102,102,1);
  z-index: 100;
}

#payment-method-id-changed-overlay {
  display: none;
	position: absolute;
	left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 6px 14px -3px rgba(102,102,102,1);
  z-index: 10001;
}

#reception_hours_error_overlay, #create_ar_qrcode_overlay, #create_ar_overlay, #create_ar_result_overlay{
  display: none;
	position: absolute;
	left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 6px 14px -3px rgba(102,102,102,1);
  z-index: 15000;
}

#create_ar_result_overlay{
  width: 300px;
  min-height: 300px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}

#create_ar_result_overlay .close_overlay{
  position: absolute;
  top: 5px;
  right: 5px;
}

#create_usdz{
  opacity: 0.5;
}

#create_usdz:hover{
  opacity: 1;
}

table.personalData td {
  padding-left: 10px;
  vertical-align: top;
}

div#checkout-method {
  padding: 8px 0;
  text-align: center;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

div#checkout-method label {
  text-transform: uppercase;
  margin-right: 5px;
}

div#checkout-method label.disabled {
  color: #bdbdbd;
}

div#checkout-method i {margin: 0 15px 0 0;}

span.website_none, .address1_housenumber_area span {
  height: 35px;
  line-height: 35px;
  margin: 5px 0;
}

.address1_housenumber_area span {
  padding-left: 10px;
}

.order .tablecell.price_labels, .table.order .table .tablecell.price{
  padding-top: 0;
  padding-bottom: 0;
}

.order .tablecell.price_labels p.price_label, .order .tablecell.price p.price{
  margin: 0;
}

.order .tablecell.price_labels p.red, .order .tablecell.price p.red{
  margin-bottom: 0;
}



.reception-hours select {
  font-size: 12px; 
  padding: 0; 
  height: 30px;
}
.reception-hours span {
  margin: 5px;
  line-height: 30px;
}
.reception-hours select {
  width: 40%;
}
.reception-hours .weekday {
  clear: both;
  padding: 4px 0;
}
.reception-hours .weekday span.label {
  width: 80px;
}
.reception-hours .daily table, .reception-hours .weekly table {
  width: 100%;
}
.reception-hours .daily table td, .reception-hours .weekly table td {
  padding-right: 0;
}

.reception-hours .weekly table td:last-child {text-align:right;}

.reception-hours .daily table th, .reception-hours .weekly table th {
  text-align: left;
  padding-bottom: 10px;
}
.reception-hours table .weekday td {
  font-weight: 500; 
  padding-top: 10px;
}

#reception-closed-data input {
  width: 250px;
}
#reception-closed-data span.separator {
  margin: 5px;
}
#reception-closed-data .remove-reception-closed {
  font-size: 1.2em;
  margin-left: 10px;
  cursor: pointer;
}

.form-error {
    background: #db0626;
    padding: 10px;
    color: #fff;
    margin: 0 0 20px 0;
}

.customer-type {margin: 5px 0 15px 0;}

.form-customer-type-private .company-only-area {
  display: none;
}

.invoice label {
    height: 35px;
    display: block;
    float: left;
    line-height: 35px;
    margin: 5px 20px 5px 0;
}

.customer-account-feature p {
  margin-left: 29px;
  font-style: italic;
}

.cart-change-customer-type-info-overlay {
  display: none;
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
  padding: 30px 50px 40px;
	max-width: 600px;
  background-color: #fff;
	z-index: 10001;
}

.cart-change-customer-type-info-overlay .darkgreybutton {
  font-size: 14px;
  text-align: center;
}

.thankyou div.info-border-left-red {
  max-width: 765px;
}

.info-text-space-left {
  margin-left: 25px;
}

/* Customer */

.entry.adresses input[type="text"], .entry.adresses input[type="password"], .entry.adresses select {
  padding: 4px 5px !important;
}

.entry.adresses select{
  padding: 4px 5px 4px 1px !important;
  height: auto !important;
}

.entry.adresses select option{
  padding: 2px 5px !important;
}

.entry.adresses .redbutton.up.cancel {
  margin-left: 5px;
}

.entry.adresses table {
  margin: 0 0 10px 0;
}

.entry.adresses table td {
  padding: 2px 0;
}

.entry.adresses td.formfield {
  white-space: nowrap;
  padding-right: 10px;
}

h3.headline.show-order-overview a {font-weight: 500;}

.customer a {
	font-weight: normal;
}
.customer div.table.order a {
  font-weight: 500;
}

.customer table th {
	text-align: left;
	font-weight: bold;
}

.customer .notification-phone-number {
  margin: 0 2.05em;
}

.customer .receptionHours {
  display: table;
}

.customer .receptionHours .weekDay {
  display: table-row;
}

.customer .receptionHours .weekDay label {
  display: table-cell;
  padding-right: 2em !important;
}

.customer h3.show-order-overview a span {
  margin-top: -1px;
  font-size: 20px;
}



/*.customer #show-order input, .customer #show-order a {
  margin-left: 10px;
}*/


.toggle-area-headline {
  cursor: pointer;
}

p.logout {
	position: absolute;
	bottom: 0;
	right: 0;
}

h3.headline span.floatright {
  text-transform: none;
  font-size: 11px;
}

h3.headline span.floatright.headline {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

h3.headline span.floatright a{
	color: #db0626; 
}

#checkout h5 {
  padding-left: 10px;
}

#userData div.col-33 {
  font-weight: bold;
}

.checkbox-text-padding {
  margin: 10px 31px !important;
}

.customer hr {
  color: #f2f2f2;
  background-color: #f2f2f2;
  height: 5px;
}

hr.line {
  color: #f2f2f2;
  background-color: #f2f2f2;
  height: 5px;
}

hr.small-line {
  color: #f2f2f2;
  background-color: #f2f2f2;
  height: 1px;
}

.customer h3 {position: relative;}


.customer a.cancelbutton {
  margin-left: 15px;
  padding: 10px 15px;
  line-height: 15px;
}

.customer .fa {
  font-size: 1.05em;
  margin: 0;
}

.customer .fa.empty {
  width: 0.8em;
}


.customer #order-list th {background: #f2f2f2; padding: 5px;}
.customer #order-list tr {border: 1px solid #f2f2f2;}
.customer #order-list tbody tr {
  cursor: pointer;
}

.customer #order-list tbody tr.even {
  background-color: #F8F8F8;
}

.customer #order-list td.delivery-address {
  min-width: 30%;
}

.customer #order-list td select.download-order-document {
  height: 24px;
  width: 100px;
  padding: 0 10px 0 5px;
  margin: 0;
}

.customer #filter-overview-active-status i {
  cursor: pointer;
}

#order-list .tracking-link img {
  width: 19px;
}

.customer #order-list tbody tr td:not(:last-child) {
  vertical-align: top;
  padding: 5px;
}

/* Edit Order */

#order {position: relative;}
#order h3.headline {font-weight: 500;}

#order .button {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 35px;
    color: #3c3c3c;
}

#order .button form {display: inline;}
#order .button a {margin-left: 10px;}
#order .button input {height: 35px; padding: 0; margin-right:10px; cursor: pointer;}
#order .button input:hover, #order .button i.fa-pencil-square-o:hover {color: #db0626;}
#order .button i.fa-pencil-square-o {font-size: 16px; vertical-align: -1px;}

.headline.toggle-area-headline {font-weight: 500;}
.edit-order .th {background: none; border-top: 2px solid #f2f2f2; border-bottom: 2px solid #f2f2f2;}



#order-overview-headline {
  margin-bottom: 0;
  position: relative;
}

#order-overview-headline .filter {
    position: absolute;
    right: 0;
    top: 1px;
    text-transform: none;
    font-size: 13px;
}

#order-overview-headline span select {
  padding: 0;
  height: 25px;
}
#order-overview-headline span i.fa-search {
  cursor: pointer;
  padding-left: 25px;
  font-size: 21px;
}

#order-overview-filter {
  display: none;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  z-index: 10;
}

#open-order-filter {
  font-size: 16px;
  cursor: pointer;
  margin: 5px;
}

#order-outstanding-payment {
  margin: 15px 0 30px;
  padding: 5px 10px;
  background-color: #db0626;
  text-align: center;
  color: #fff;
}

#order-outstanding-payment .inner-block-white-button {
  margin-top: 5px;
  margin-bottom: 5px;
}


  /* Datenschutz */
.data-privacy h2, .data-privacy h3, .data-privacy h4, .data-privacy h5 {
  text-transform: inherit;
  margin: 20px 0 5px;
}

/* AGB */

.gtc p {
  margin: 30px 0;
}

.gtc p.art {
  margin: 30px 0 10px;
}

.gtc ol {
  margin-left: 15px;
}

/* Referenzen */

.wrapper {
  width: 95%;
  margin: 1.5em auto;
}

.masonry {
  margin: 1.5em 0;
  padding: 0;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  -ms-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}

/*.item {
  display: inline-block;
  background: #f2f2f2;
  padding: 50px 30px;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
}*/

.item img {
  width: 100%;
}


/* Karriere */	

.career img {
  width: 100%;
}

.career a {
  color: #db0626;
  font-weight: normal;
}


  
/* Presse */

.presscontact {
  margin: 15px 0;
  color: #3c3c3c;
}

.presscontact p {
  padding: 15px 0;
}

.presscontact img {
  width: 30%;
  margin: 0 15px 0 0;
  max-width: 100px;
}


/* Media Gallery */

ul.filter {
  margin: 30px 0;
  width: 100%;
}

.filter li {
  float: left;
  list-style-type: none;
  padding: 5px 10px;
  background: #f2f2f2;
  margin: 0 0 0 4px;
}

.mediagallery .col-66 {
  display: table;
  border-spacing:10px 0;
}

.media {
  border: 1px solid #f2f2f2;
  display: table;
  float: left;
  margin: 0.5%;
  min-height: 100px;
  padding: 10px;
  position: relative;
  width: 24%;
}

.mediarow {
  display: table-row;
}

.media i {
  float: right;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 5px 0;
  font-size: 24px;
}

.media img {
  width: 100%;
  display: block;
}

.mediainfo {
	width: 100%;
  position: absolute;
  bottom: 0;
  text-align: left;
  height: 50px;
}


/* Search */

.search_product_result {
  border: 1px solid #f2f2f2;
  display: table;
  float: left;
  margin: 0.5%;
  min-height: 100px;
  padding: 10px;
  position: relative;
  width: 15.6%;
}

.search_product_result img {
  width: 100%;
  display: block;  
}

ul.search_cms_results{
  margin-top: 0;
  margin-left: 16px;
  color: #db0626;
}

li.search_cms_result{
  padding-bottom: 5px;
}

ul.search_cms_results a:link, ul.search_cms_results a:visited{
  color: #6e6e6e;  
  font-weight: normal;
}


/* Partnerprogramme */
.partner-advantages {
  width: 90%;
  margin: 0 auto;
}

.partner-advantages h4 {
  line-height: 1.5em;
}

.partner-advantages div {
  float: left;
  text-align: center;
  width: 20%;
}

.partner-advantages img {
	height: 120px;
}
.partner-advantages hr {
  float: left;
  margin-top: 65px;
  width: 98%;
  height: 3px;
}

.partner-advantages i {
  position: relative;
	float: left;
  margin-top: 36px;
	width: 2%;
	font-size: 60px;
  color: #f2f2f2;
}

.partner-advantages i.right-direction {
  margin-left: -14px;
}

.partner-type {
  position: relative;
  width: 40%;
  padding: 50px 40px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin: 0 5%;
}

.partner-types-container {
  display: flex;
}

.partner-type a.blackbutton,
.partner-type a.button.coming-soon {
  display: inline-block;
}

.partner-type a.button.coming-soon {
  cursor: default;
}

.partner-type.middle {
  margin: 0 5%;
}

.affiliate-partner-icon, .classic-partner-icon, .shop-partner-icon {
	display: inline-block;
	width: 75%;
  padding-top: 50%;
  background-size: 400%;
  background-repeat: no-repeat;
	position: relative;
}

.affiliate-partner-icon {
  background-image: url(../images/partner/affiliate.png);
}
.classic-partner-icon {
  background-image: url(../images/partner/classicpartner.png);
}
.shop-partner-icon {
  background-image: url(../images/partner/shoppartner.png);
}

div.partner-icon {
  text-align: center;
  float: left;
  width: 25%;
}

div.partner-icon p {
  padding: 0 10%;
}

.partner-icon-pos2 {
  background-position: 33% 0;
}
.partner-icon-pos3 {
  background-position: 66% 0;
}
.partner-icon-pos4 {
  background-position: 99% 0;
}

.partner-icon .red-number {
	padding: 0 9px;
  color: white;
	font-size: 1.5em;
  font-weight: bold;
	background-color: #db0626;
}

.partner-apply-now {
  font-size: 1.4em !important;
  padding: 15px 30px !important;
}

#partner-form h2 {
  margin-top: 0;
  text-align: center;
}


/* Service */

.service {
  width: 24%;
  background: #f2f2f2;
  padding: 30px;
  height: 175px;
  text-align: center;
  margin: 0.5vw 1.3% 0.5vw 0 ;
}

.service:nth-child(4n) {margin: 0.5vw 0;}

.service a, .service h4 {
  color: #6e6e6e;
}

.service a:hover, .service h4:hover {
  color: #db0626;
}

.service .fa {
  font-size: 70px;
}

h2.lined {
  text-align: center;
  margin: 20px auto 40px auto;
  text-transform: uppercase;
  font-size: 30px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  width: 100%;
  padding: 15px 0;
}


/* Formulare */	

select#contact_salutation_int, 
select#order_delivery_salutation_int,
select#country_id,
select#order_invoice_country_id,
select#order_delivery_country_id,
select#order_delivery_address_id
{
  padding-left: 6px;
}

option{
  padding: 4px 10px 4px 4px;
}

.attributeOption option:disabled, #printing option:disabled, #productExtensions option:disabled, #individualize-product #extensions-table option:disabled {
  color: #666;
  background-color: #f2f2f2;
}

input.error, select.error, textarea.error{
  border-color: #db0626 !important;
}

span.error{
  color: #db0626;
}

.redbutton, .submitbutton, .greenbutton, .yellowbutton, .greybutton, .darkgreybutton, .blackbutton, .greyborderbutton {
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  transition: all .25s ease-in-out;
  border: none;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}

.normaltext {border: 0;}

.redbutton {
  background: #db0626;
  color: #fff;
}

.greenbutton {
  background: #48A43F;
  color: #fff;
}

.yellowbutton {
  background: #FEB900;
  color: #fff;
}

.submitbutton {
  background: #db0626;
  color: #fff;
  font-weight: normal !important;
  line-height: 16px;
}

.redbutton.up, .submitbutton.up {
  text-transform: uppercase;
}	

.redbutton:hover, .redbutton:active, .redbutton:focus,
.submitbutton:hover, .submitbutton:active, .submitbutton:focus {
  opacity: .75;
  color: #fff;
}

.greybutton {
  background: #F2F2F2;
  color: #3c3c3c;
}

.greyborderbutton {
  background: #f2f2f2;
  border: 1px solid #ccc;
  
}

.darkgreybutton {
  background: #6E6E6E;
  color: #fff;
}

.darkgreybutton:hover {
  color: #fff;
  opacity: .85;
}

.blackbutton {
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
  transition: all .3s ease-in-out;
  background: #fff;
}

.blackbutton:hover, .blackbutton:active, .blackbutton:focus {
  background: #3c3c3c;
  color: #fff;
}

.button.coming-soon {
  border: 1px solid #a1a1a1;
  padding: 10px 18px;
  color: #a1a1a1;
  text-transform: uppercase;
  font-size:14px;
  font-weight: normal;
  background: #fff;
  -webkit-appearance: none;
}

.bg-gray {
  background-color: #f2f2f2;
}

input.col-10 {
  width: 10%;
}
input.col-25 {
  width:23.5%;
}
input.col-33 {
	width: 33%;
}

input.col-45 {
	width: 45%;
}

input.col-50 {
	width: 49.5%;
}

input.col-66 {
	width: 66%
}

input.col-75 {
	width: 74.5%
}

#show_delivery_address {
	cursor: pointer;
	color: #3c3c3c;
	font-weight: bold;
}

#city-pac-container.pac-container:after, #street-pac-container.pac-container:after{
  display: none;
}

.pac-container{
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;  
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.pac-item{
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999
}

.pac-item:hover{
  background-color: #fafafa
}

.pac-item-selected,.pac-item-selected:hover{
  background-color: #ebf2fe
}

.pac-item-query{
  font-size: 13px;
  padding-right: 3px;
  color: #3c3c3c;
}

.uppercase {
  text-transform: uppercase;
}

p.upload_button{
  margin: 10px 0 0;
}

.upload_filelist{
  margin: 0;
  display: none;
}

.upload_filelist li{
  padding: 2px 0 2px;
  border-bottom: 1px solid #f2f2f2;
}

.upload_filelist li i{
  cursor: pointer;
}

.upload_filelist li i:hover{
  color: #db0626;
}

.upload_filename{
  padding: 2px 0 2px;
}

.progress{
  height: 1px;
  background-color: #f2f2f2;
}

.progress-bar{
  background-color: #db0626;
}

/* Widerruf */

.right-of-withdrawl p {
  text-align: justify;
}
.right-of-withdrawl h4 {
  margin-top: 25px;
}

.revocation label {
  margin: 12px 0 0 0;
  float: left;
  width: 30%;
  
}
.revocation input {
  width: 65%;
  float: right;
}

.revocation-address h3.headline {
  margin-top: 3.5em;
}


/* Locations */

#map-canvas {
  width: 100%;
  height: 100%;
}

#standort-info {
  padding: 10px;
}

#standort-info img {
  width: 250px;
}

#standort-info h3 {
  color: #db0626;
  text-transform: uppercase;
}


/* Print Styles */

#header.print {
  width: 100%; 
  margin: 0 auto; 
  position: relative; 
  max-width: 1300px;  
  padding: 10px 0 0;
  text-align: right;
}

.container.print {
  width: 100%; 
  min-height: none;
  font-size: 12px;
  line-height: 1.4em;
  padding: 0;
}

.print h1.title{
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.print .productleft{
  width: 42%;
  margin: 0;
}
.print .productright{
  float: none;
  padding-left: 44%;
  width: 100%;
  margin: 0;
}

.print table.productdetails.pdleft {
	width: 48%;
  margin: 0 2% 0 0;
	float: left;
}

.print table.productdetails.pdright {
	width: 48%;
  margin: 0;
	float: left;
}

.print h3.headline{
  display: none;
}

.print table.productdetails{
  font-size: 12px;
}

.print table.productdetails td.bold{
  padding: 0 10px 0 0;
}

.print .icons{
  margin: -50px 0 0;
}

.print .productPricesCell.red, .print .hinweis-cell .red{
  color: #3c3c3c;
}

.print #hotline{
  color: #3c3c3c;
  font-size: 22px;  
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase;
}

.print #footer {
  min-height: none;
  background: none;
  border-top: none;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}

.print #footer span{
  display: inline-block;
  margin: 0 5px;
}

/* Flaggen */
.flag-icon {
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../images/icons/flags.png);
  position: relative;
  line-height: 1em;
  margin: 0 0 0 10px;
  top: 1px;
}
.flag-icon-ad {background-position: 0 0;}
.flag-icon-ae {background-position: -16px 0;}
.flag-icon-af {background-position: -32px 0;}
.flag-icon-ag {background-position: -48px 0;}
.flag-icon-ai {background-position: -64px 0;}
.flag-icon-al {background-position: -80px 0;}
.flag-icon-am {background-position: -96px 0;}
.flag-icon-an {background-position: -112px 0;}
.flag-icon-ao {background-position: -128px 0;}
.flag-icon-ar {background-position: -144px 0;}
.flag-icon-as {background-position: -160px 0;}
.flag-icon-at {background-position: -176px 0;}
.flag-icon-au {background-position: -192px 0;}
.flag-icon-aw {background-position: -208px 0;}
.flag-icon-ax {background-position: -224px 0;}
.flag-icon-az {background-position: -240px 0;}
.flag-icon-ba {background-position: 0 -12px;}
.flag-icon-bb {background-position: -16px -12px;}
.flag-icon-bd {background-position: -32px -12px;}
.flag-icon-be {background-position: -48px -12px;}
.flag-icon-bf {background-position: -64px -12px;}
.flag-icon-bg {background-position: -80px -12px;}
.flag-icon-bh {background-position: -96px -12px;}
.flag-icon-bi {background-position: -112px -12px;}
.flag-icon-bj {background-position: -128px -12px;}
.flag-icon-bm {background-position: -144px -12px;}
.flag-icon-bn {background-position: -160px -12px;}
.flag-icon-bo {background-position: -176px -12px;}
.flag-icon-br {background-position: -192px -12px;}
.flag-icon-bs {background-position: -208px -12px;}
.flag-icon-bt {background-position: -224px -12px;}
.flag-icon-bv {background-position: -240px -12px;}
.flag-icon-bw {background-position: 0 -24px;}
.flag-icon-by {background-position: -16px -24px;}
.flag-icon-bz {background-position: -32px -24px;}
.flag-icon-ca {background-position: -48px -24px;}
.flag-icon-catalonia {background-position: -64px -24px;}
.flag-icon-cc {background-position: -80px -24px;}
.flag-icon-cd {background-position: -96px -24px;}
.flag-icon-cf {background-position: -112px -24px;}
.flag-icon-cg {background-position: -128px -24px;}
.flag-icon-ch {background-position: -144px -24px;}
.flag-icon-ci {background-position: -160px -24px;}
.flag-icon-ck {background-position: -176px -24px;}
.flag-icon-cl {background-position: -192px -24px;}
.flag-icon-cm {background-position: -208px -24px;}
.flag-icon-cn {background-position: -224px -24px;}
.flag-icon-co {background-position: -240px -24px;}
.flag-icon-cr {background-position: 0 -36px;}
.flag-icon-cs {background-position: -16px -36px;}
.flag-icon-cu {background-position: -32px -36px;}
.flag-icon-cv {background-position: -48px -36px;}
.flag-icon-cx {background-position: -64px -36px;}
.flag-icon-cy {background-position: -80px -36px;}
.flag-icon-cz {background-position: -96px -36px;}
.flag-icon-de {background-position: -112px -36px;}
.flag-icon-dj {background-position: -128px -36px;}
.flag-icon-dk {background-position: -144px -36px;}
.flag-icon-dm {background-position: -160px -36px;}
.flag-icon-do {background-position: -176px -36px;}
.flag-icon-dz {background-position: -192px -36px;}
.flag-icon-ec {background-position: -208px -36px;}
.flag-icon-ee {background-position: -224px -36px;}
.flag-icon-eg {background-position: -240px -36px;}
.flag-icon-eh {background-position: 0 -48px;}
.flag-icon-england {background-position: -16px -48px;}
.flag-icon-er {background-position: -32px -48px;}
.flag-icon-es {background-position: -48px -48px;}
.flag-icon-et {background-position: -64px -48px;}
.flag-icon-eu {background-position: -80px -48px;}
.flag-icon-fi {background-position: -96px -48px;}
.flag-icon-fj {background-position: -112px -48px;}
.flag-icon-fk {background-position: -128px -48px;}
.flag-icon-fm {background-position: -144px -48px;}
.flag-icon-fo {background-position: -160px -48px;}
.flag-icon-fr {background-position: -176px -48px;}
.flag-icon-ga {background-position: -192px -48px;}
.flag-icon-galicia {background-position: -208px -48px;}
.flag-icon-gb {background-position: -224px -48px;}
.flag-icon-gd {background-position: -240px -48px;}
.flag-icon-ge {background-position: 0 -60px;}
.flag-icon-gf {background-position: -16px -60px;}
.flag-icon-gg {background-position: -32px -60px;}
.flag-icon-gh {background-position: -48px -60px;}
.flag-icon-gi {background-position: -64px -60px;}
.flag-icon-gl {background-position: -80px -60px;}
.flag-icon-gm {background-position: -96px -60px;}
.flag-icon-gn {background-position: -112px -60px;}
.flag-icon-gp {background-position: -128px -60px;}
.flag-icon-gq {background-position: -144px -60px;}
.flag-icon-gr {background-position: -160px -60px;}
.flag-icon-gs {background-position: -176px -60px;}
.flag-icon-gt {background-position: -192px -60px;}
.flag-icon-gu {background-position: -208px -60px;}
.flag-icon-gw {background-position: -224px -60px;}
.flag-icon-gy {background-position: -240px -60px;}
.flag-icon-hk {background-position: 0 -72px;}
.flag-icon-hm {background-position: -16px -72px;}
.flag-icon-hn {background-position: -32px -72px;}
.flag-icon-hr {background-position: -48px -72px;}
.flag-icon-ht {background-position: -64px -72px;}
.flag-icon-hu {background-position: -80px -72px;}
.flag-icon-id {background-position: -96px -72px;}
.flag-icon-ie {background-position: -112px -72px;}
.flag-icon-il {background-position: -128px -72px;}
.flag-icon-im {background-position: -144px -72px;}
.flag-icon-in {background-position: -160px -72px;}
.flag-icon-io {background-position: -176px -72px;}
.flag-icon-iq {background-position: -192px -72px;}
.flag-icon-ir {background-position: -208px -72px;}
.flag-icon-is {background-position: -224px -72px;}
.flag-icon-it {background-position: -240px -72px;}
.flag-icon-je {background-position: 0 -84px;}
.flag-icon-jm {background-position: -16px -84px;}
.flag-icon-jo {background-position: -32px -84px;}
.flag-icon-jp {background-position: -48px -84px;}
.flag-icon-ke {background-position: -64px -84px;}
.flag-icon-kg {background-position: -80px -84px;}
.flag-icon-kh {background-position: -96px -84px;}
.flag-icon-ki {background-position: -112px -84px;}
.flag-icon-km {background-position: -128px -84px;}
.flag-icon-kn {background-position: -144px -84px;}
.flag-icon-kp {background-position: -160px -84px;}
.flag-icon-kr {background-position: -176px -84px;}
.flag-icon-kw {background-position: -192px -84px;}
.flag-icon-ky {background-position: -208px -84px;}
.flag-icon-kz {background-position: -224px -84px;}
.flag-icon-la {background-position: -240px -84px;}
.flag-icon-lb {background-position: 0 -96px;}
.flag-icon-lc {background-position: -16px -96px;}
.flag-icon-li {background-position: -32px -96px;}
.flag-icon-lk {background-position: -48px -96px;}
.flag-icon-lr {background-position: -64px -96px;}
.flag-icon-ls {background-position: -80px -96px;}
.flag-icon-lt {background-position: -96px -96px;}
.flag-icon-lu {background-position: -112px -96px;}
.flag-icon-lv {background-position: -128px -96px;}
.flag-icon-ly {background-position: -144px -96px;}
.flag-icon-ma {background-position: -160px -96px;}
.flag-icon-mc {background-position: -176px -96px;}
.flag-icon-md {background-position: -192px -96px;}
.flag-icon-me {background-position: -208px -96px;}
.flag-icon-mf {background-position: -224px -96px;}
.flag-icon-mg {background-position: -240px -96px;}
.flag-icon-mh {background-position: 0 -108px;}
.flag-icon-mk {background-position: -16px -108px;}
.flag-icon-ml {background-position: -32px -108px;}
.flag-icon-mm {background-position: -48px -108px;}
.flag-icon-mn {background-position: -64px -108px;}
.flag-icon-mo {background-position: -80px -108px;}
.flag-icon-mp {background-position: -96px -108px;}
.flag-icon-mq {background-position: -112px -108px;}
.flag-icon-mr {background-position: -128px -108px;}
.flag-icon-ms {background-position: -144px -108px;}
.flag-icon-mt {background-position: -160px -108px;}
.flag-icon-mu {background-position: -176px -108px;}
.flag-icon-mv {background-position: -192px -108px;}
.flag-icon-mw {background-position: -208px -108px;}
.flag-icon-mx {background-position: -224px -108px;}
.flag-icon-my {background-position: -240px -108px;}
.flag-icon-mz {background-position: 0 -120px;}
.flag-icon-na {background-position: -16px -120px;}
.flag-icon-nc {background-position: -32px -120px;}
.flag-icon-nc2 {background-position: -48px -120px;}
.flag-icon-ne {background-position: -64px -120px;}
.flag-icon-nf {background-position: -80px -120px;}
.flag-icon-ng {background-position: -96px -120px;}
.flag-icon-ni {background-position: -112px -120px;}
.flag-icon-nl {background-position: -128px -120px;}
.flag-icon-no {background-position: -144px -120px;}
.flag-icon-np {background-position: -160px -120px;}
.flag-icon-nr {background-position: -176px -120px;}
.flag-icon-nu {background-position: -192px -120px;}
.flag-icon-nz {background-position: -208px -120px;}
.flag-icon-om {background-position: -224px -120px;}
.flag-icon-pa {background-position: -240px -120px;}
.flag-icon-pe {background-position: 0 -132px;}
.flag-icon-pf {background-position: -16px -132px;}
.flag-icon-pg {background-position: -32px -132px;}
.flag-icon-ph {background-position: -48px -132px;}
.flag-icon-pk {background-position: -64px -132px;}
.flag-icon-pl {background-position: -80px -132px;}
.flag-icon-pm {background-position: -96px -132px;}
.flag-icon-pn {background-position: -112px -132px;}
.flag-icon-pr {background-position: -128px -132px;}
.flag-icon-ps {background-position: -144px -132px;}
.flag-icon-pt {background-position: -160px -132px;}
.flag-icon-pw {background-position: -176px -132px;}
.flag-icon-py {background-position: -192px -132px;}
.flag-icon-qa {background-position: -208px -132px;}
.flag-icon-re {background-position: -224px -132px;}
.flag-icon-ro {background-position: -240px -132px;}
.flag-icon-rs {background-position: 0 -144px;}
.flag-icon-ru {background-position: -16px -144px;}
.flag-icon-rw {background-position: -32px -144px;}
.flag-icon-sa {background-position: -48px -144px;}
.flag-icon-sb {background-position: -64px -144px;}
.flag-icon-sc {background-position: -80px -144px;}
.flag-icon-scotland {background-position: -96px -144px;}
.flag-icon-sd {background-position: -112px -144px;}
.flag-icon-se {background-position: -128px -144px;}
.flag-icon-sg {background-position: -144px -144px;}
.flag-icon-sh {background-position: -160px -144px;}
.flag-icon-si {background-position: -176px -144px;}
.flag-icon-sj {background-position: -192px -144px;}
.flag-icon-sk {background-position: -208px -144px;}
.flag-icon-sl {background-position: -224px -144px;}
.flag-icon-sm {background-position: -240px -144px;}
.flag-icon-sn {background-position: 0 -156px;}
.flag-icon-so {background-position: -16px -156px;}
.flag-icon-sr {background-position: -32px -156px;}
.flag-icon-st {background-position: -48px -156px;}
.flag-icon-sv {background-position: -64px -156px;}
.flag-icon-sy {background-position: -80px -156px;}
.flag-icon-sz {background-position: -96px -156px;}
.flag-icon-tc {background-position: -112px -156px;}
.flag-icon-td {background-position: -128px -156px;}
.flag-icon-tf {background-position: -144px -156px;}
.flag-icon-tg {background-position: -160px -156px;}
.flag-icon-th {background-position: -176px -156px;}
.flag-icon-tj {background-position: -192px -156px;}
.flag-icon-tk {background-position: -208px -156px;}
.flag-icon-tl {background-position: -224px -156px;}
.flag-icon-tm {background-position: -240px -156px;}
.flag-icon-tn {background-position: 0 -168px;}
.flag-icon-to {background-position: -16px -168px;}
.flag-icon-tr {background-position: -32px -168px;}
.flag-icon-tt {background-position: -48px -168px;}
.flag-icon-tv {background-position: -64px -168px;}
.flag-icon-tw {background-position: -80px -168px;}
.flag-icon-tz {background-position: -96px -168px;}
.flag-icon-ua {background-position: -112px -168px;}
.flag-icon-ug {background-position: -128px -168px;}
.flag-icon-um {background-position: -144px -168px;}
.flag-icon-us {background-position: -160px -168px;}
.flag-icon-uy {background-position: -176px -168px;}
.flag-icon-uz {background-position: -192px -168px;}
.flag-icon-va {background-position: -208px -168px;}
.flag-icon-vc {background-position: -224px -168px;}
.flag-icon-ve {background-position: -240px -168px;}
.flag-icon-vg {background-position: 0 -180px;}
.flag-icon-vi {background-position: -16px -180px;}
.flag-icon-vn {background-position: -32px -180px;}
.flag-icon-vu {background-position: -48px -180px;}
.flag-icon-wales {background-position: -64px -180px;}
.flag-icon-wf {background-position: -80px -180px;}
.flag-icon-ws {background-position: -96px -180px;}
.flag-icon-ye {background-position: -112px -180px;}
.flag-icon-yt {background-position: -128px -180px;}
.flag-icon-za {background-position: -144px -180px;}
.flag-icon-zm {background-position: -160px -180px;}
.flag-icon-zw {background-position: -176px -180px;}

/* Colors */
.ral-0000 { background-color: #ffffff !important; }
.ral-0001 { background-color: #ffffff !important; }
.ral-0002 { background-color: #b6d23d !important; }
.ral-0003 { background-color: #92b513 !important; }
.ral-1000 { background-color: #cccc99 !important; }
.ral-1001 { background-color: #d2aa5a !important; }
.ral-1002 { background-color: #d0a818 !important; }
.ral-1003 { background-color: #f3be38 !important; }
.ral-1004 { background-color: #e0b000 !important; }
.ral-1005 { background-color: #d1a40f !important; }
.ral-1006 { background-color: #e3a529 !important; }
.ral-1007 { background-color: #dd9f23 !important; }
.ral-1011 { background-color: #ac7e24 !important; }
.ral-1012 { background-color: #d8b400 !important; }
.ral-1013 { background-color: #eae9c2 !important; }
.ral-1014 { background-color: #d3c378 !important; }
.ral-1015 { background-color: #f5e1aa !important; }
.ral-1016 { background-color: #ffff00 !important; }
.ral-1017 { background-color: #f4c431 !important; }
.ral-1018 { background-color: #fbe22b !important; }
.ral-1019 { background-color: #a68a3c !important; }
.ral-1020 { background-color: #a8901a !important; }
.ral-1021 { background-color: #ffcd06 !important; }
.ral-1023 { background-color: #eec61b !important; }
.ral-1024 { background-color: #b29504 !important; }
.ral-1027 { background-color: #aa880c !important; }
.ral-1028 { background-color: #faa519 !important; }
.ral-1032 { background-color: #d0a300 !important; }
.ral-1033 { background-color: #ff9a35 !important; }
.ral-1034 { background-color: #e79645 !important; }
.ral-2000 { background-color: #e29600 !important; }
.ral-2001 { background-color: #a21d00 !important; }
.ral-2002 { background-color: #cc3333 !important; }
.ral-2003 { background-color: #e09500 !important; }
.ral-2004 { background-color: #d47a04 !important; }
.ral-2008 { background-color: #d68212 !important; }
.ral-2009 { background-color: #d06b18 !important; }
.ral-2010 { background-color: #cc6600 !important; }
.ral-2011 { background-color: #d68822 !important; }
.ral-2012 { background-color: #d26a24 !important; }
.ral-3000 { background-color: #b00900 !important; }
.ral-3001 { background-color: #8e0700 !important; }
.ral-3002 { background-color: #970700 !important; }
.ral-3003 { background-color: #8e0700 !important; }
.ral-3004 { background-color: #771f0b !important; }
.ral-3005 { background-color: #611200 !important; }
.ral-3007 { background-color: #000000 !important; }
.ral-3009 { background-color: #641706 !important; }
.ral-3011 { background-color: #993333 !important; }
.ral-3012 { background-color: #bd7157 !important; }
.ral-3013 { background-color: #8c0700 !important; }
.ral-3014 { background-color: #ff605b !important; }
.ral-3015 { background-color: #d68789 !important; }
.ral-3016 { background-color: #9d0c00 !important; }
.ral-3017 { background-color: #d03737 !important; }
.ral-3018 { background-color: #d12121 !important; }
.ral-3020 { background-color: #d81a21 !important; }
.ral-3022 { background-color: #d5462d !important; }
.ral-3027 { background-color: #bf0000 !important; }
.ral-3031 { background-color: #9e110e !important; }
.ral-4001 { background-color: #66536f !important; }
.ral-4002 { background-color: #7c2527 !important; }
.ral-4003 { background-color: #d23e58 !important; }
.ral-4004 { background-color: #710b19 !important; }
.ral-4005 { background-color: #75406d !important; }
.ral-4006 { background-color: #851F82 !important; }
.ral-4007 { background-color: #3d1b21 !important; }
.ral-4008 { background-color: #92197D !important; }
.ral-4009 { background-color: #7e6763 !important; }
.ral-5000 { background-color: #404056 !important; }
.ral-5001 { background-color: #001a4f !important; }
.ral-5002 { background-color: #00054a !important; }
.ral-5003 { background-color: #002f5a !important; }
.ral-5004 { background-color: #111526 !important; }
.ral-5005 { background-color: #154889 !important; }
.ral-5007 { background-color: #2d386c !important; }
.ral-5008 { background-color: #13132d !important; }
.ral-5009 { background-color: #0b2f5b !important; }
.ral-5010 { background-color: #0b1877 !important; }
.ral-5011 { background-color: #0f1114 !important; }
.ral-5012 { background-color: #2191bd !important; }
.ral-5013 { background-color: #00054a !important; }
.ral-5014 { background-color: #6e6e6e !important; }
.ral-5015 { background-color: #007cb6 !important; }
.ral-5017 { background-color: #003e91 !important; }
.ral-5018 { background-color: #007b6c !important; }
.ral-5019 { background-color: #24439f !important; }
.ral-5020 { background-color: #003a3c !important; }
.ral-5021 { background-color: #006661 !important; }
.ral-5022 { background-color: #00004a !important; }
.ral-5024 { background-color: #5e718e !important; }
.ral-6000 { background-color: #21752f !important; }
.ral-6001 { background-color: #216f2e !important; }
.ral-6002 { background-color: #1d5f28 !important; }
.ral-6003 { background-color: #50533c !important; }
.ral-6004 { background-color: #003935 !important; }
.ral-6005 { background-color: #00533e !important; }
.ral-6006 { background-color: #24261c !important; }
.ral-6007 { background-color: #16230e !important; }
.ral-6008 { background-color: #000000 !important; }
.ral-6009 { background-color: #171e17 !important; }
.ral-6010 { background-color: #156722 !important; }
.ral-6011 { background-color: #71825e !important; }
.ral-6012 { background-color: #1b2720 !important; }
.ral-6013 { background-color: #8c8556 !important; }
.ral-6014 { background-color: #30381d !important; }
.ral-6015 { background-color: #003333 !important; }
.ral-6016 { background-color: #316d2f !important; }
.ral-6017 { background-color: #347e35 !important; }
.ral-6018 { background-color: #48A43F !important; }
.ral-6019 { background-color: #acd0aa !important; }
.ral-6020 { background-color: #1e3315 !important; }
.ral-6021 { background-color: #718154 !important; }
.ral-6022 { background-color: #000033 !important; }
.ral-6024 { background-color: #297d2f !important; }
.ral-6025 { background-color: #385924 !important; }
.ral-6026 { background-color: #004a38 !important; }
.ral-6027 { background-color: #5b9b94 !important; }
.ral-6028 { background-color: #243329 !important; }
.ral-6029 { background-color: #005b34 !important; }
.ral-6032 { background-color: #339900 !important; }
.ral-7000 { background-color: #78806a !important; }
.ral-7001 { background-color: #999999 !important; }
.ral-7002 { background-color: #999966 !important; }
.ral-7003 { background-color: #6f896f !important; }
.ral-7004 { background-color: #999999 !important; }
.ral-7005 { background-color: #97957f !important; }
.ral-7006 { background-color: #807850 !important; }
.ral-7008 { background-color: #7c6343 !important; }
.ral-7009 { background-color: #5d5d3d !important; }
.ral-7010 { background-color: #575737 !important; }
.ral-7011 { background-color: #21343a !important; }
.ral-7012 { background-color: #616137 !important; }
.ral-7013 { background-color: #3d3d13 !important; }
.ral-7015 { background-color: #272b30 !important; }
.ral-7016 { background-color: #383e42 !important; }
.ral-7021 { background-color: #161516 !important; }
.ral-7022 { background-color: #354435 !important; }
.ral-7023 { background-color: #948b6a !important; }
.ral-7024 { background-color: #2c292b !important; }
.ral-7026 { background-color: #1f2323 !important; }
.ral-7030 { background-color: #a4987a !important; }
.ral-7031 { background-color: #374146 !important; }
.ral-7032 { background-color: #cfbe91 !important; }
.ral-7033 { background-color: #535c4e !important; }
.ral-7034 { background-color: #ac993a !important; }
.ral-7035 { background-color: #b3bbb6 !important; }
.ral-7036 { background-color: #9f8d67 !important; }
.ral-7037 { background-color: #948666 !important; }
.ral-7038 { background-color: #a2977a !important; }
.ral-7039 { background-color: #7b6e4b !important; }
.ral-7040 { background-color: #9f9477 !important; }
.ral-7042 { background-color: #9a8967 !important; }
.ral-7043 { background-color: #1b1e1d !important; }
.ral-7044 { background-color: #c7ac7a !important; }
.ral-8000 { background-color: #816927 !important; }
.ral-8001 { background-color: #926b00 !important; }
.ral-8002 { background-color: #65270a !important; }
.ral-8003 { background-color: #7b4e05 !important; }
.ral-8004 { background-color: #8c290d !important; }
.ral-8007 { background-color: #562707 !important; }
.ral-8008 { background-color: #7b584e !important; }
.ral-8011 { background-color: #3d1c05 !important; }
.ral-8012 { background-color: #7b3a05 !important; }
.ral-8014 { background-color: #211c14 !important; }
.ral-8015 { background-color: #6c3304 !important; }
.ral-8016 { background-color: #331104 !important; }
.ral-8017 { background-color: #330f04 !important; }
.ral-8019 { background-color: #231f1d !important; }
.ral-8022 { background-color: #000000 !important; }
.ral-8023 { background-color: #ad6d2d !important; }
.ral-8024 { background-color: #79553c !important; }
.ral-8025 { background-color: #937066 !important; }
.ral-8028 { background-color: #2e2216 !important; }
.ral-9001 { background-color: #f9f5d9 !important; }
.ral-9002 { background-color: #d6d8c7 !important; }
.ral-9003 { background-color: #ffffff !important; }
.ral-9004 { background-color: #0b0b0b !important; }
.ral-9005 { background-color: #080808 !important; }
.ral-9010 { background-color: #ffffff !important; }
.ral-9011 { background-color: #000000 !important; }
.ral-9016 { background-color: #ffffff !important; }
.ral-9017 { background-color: #000000 !important; }
.ral-9018 { background-color: #bdc6be !important; }

.adapt-color.ral-0000, .adapt-color.ral-0001, .adapt-color.ral-1013, .adapt-color.ral-1015, .adapt-color.ral-1016, .adapt-color.ral-1018, .adapt-color.ral-9001, .adapt-color.ral-9003, .adapt-color.ral-9010, .adapt-color.ral-9016 {
  color: #636363 !important;
}

.cdc-small {
  display: inline-block;
  margin: 6px 1px 1px;  
  height: 20px;
  width: 20px;
  border: 1px solid #6e6e6e;
}

.cdc-select {
  display: block;
  float: left;
  margin: 3px 5px 0px 1px;  
  height: 18px;
  width: 18px;
  border: 1px solid #6e6e6e;
}

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-thumb{
  float:right;
  margin-top: 10px;
}

.video-thumb-text{
  float:left;
  padding-right:10px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF; 
  cursor: default; 
  overflow: auto;   
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold; 
  color: #3c3c3c; 
}

.autocomplete-group {
  padding: 2px 5px; 
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #3c3c3c;
  display: block;
  border-bottom: 1px solid #3c3c3c; 
}

/* Tooltip */
#osToolTip{
  text-align: center;
  color: #fff;
  background: #6e6e6e;
  position: absolute;
  z-index: 99999;
  padding: 10px;
}
#osToolTip.alignleft{
  text-align: left;
}

#osToolTip:after{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6e6e6e;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -10px;
}

#osToolTip.top:after{
  border-top-color: transparent;
  border-bottom: 10px solid #6e6e6e;
  top: -20px;
  bottom: auto;
}

#osToolTip.left:after{
  left: 10px;
  margin: 0;
}

#osToolTip.right:after{
  right: 10px;
  left: auto;
  margin: 0;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	backface-visibility: hidden;
	transform: translateX(-50%) translateY(-50%);
}

.modal-content {
  color: #fff;
  background: #42A8FF;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.modal-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: #3399ff;
	border-radius: 3px 3px 0 0;
}

.modal-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
  text-align: center;
}
.modal-content p {
	margin: 0;
	padding: 10px 0;
}

.modal-content ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.modal-content button {
  border: none;
  padding: 0.6em 1.2em;
  background: #3399ff;
  color: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px;
}

.modal-content button:hover {
	background: #333;
}

.modal-show
{
	visibility: visible;
	display: block;
}

.modal-overlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: #42A8FF;
	transition: all 0.8s;
}

.modal-show ~ .modal-overlay {
	opacity: 1;
	visibility: visible;
}

.modal-show.modal-effect-blur ~ .modal-overlay {
	background: #42A8FF;
}

.modal-show.modal-effect-blur ~ .container {
	filter: blur(3px);
}

.modal-effect-blur .modal-content {
	transform: translateY(-5%);
	opacity: 0;
}

.modal-show.modal-effect-blur ~ .container,
.modal-effect-blur .modal-content {
	transition: all 0.8s;
}

.modal-show.modal-effect-blur .modal-content {
	transform: translateY(0);
	opacity: 1;
}

.app-error {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 20px 50px;
  background-color: #fff;
  border: 2px solid #db0626;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

/* Produkt individualisieren */

#individualize-product i, #select-product-color i, #select-printing-color i, #change-b-stock-quantity-overlay i, #product-extensions-overlay i, #create_ar_result_overlay i{
  cursor: pointer;
  font-size: 1.4em;
}

.printing-color-navigation i.close-overlay {
  position: absolute; 
  top: 10px; 
  right: 10px;
}

#individualize-product li i{
  font-size: 1em;
}

#individualize-product .printing_details i.fa-question-circle{
  float: right;
  margin: 5px 10px 0 0;
  font-size: 1em;
}

#individualize-product .printing_details i.fa-exclamation-circle {
  position: relative;
  font-size: 1em;
  margin-left: -25px;
  margin-right: 15px;
}

#individualize-product {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  margin: 0 auto;
  padding: 15px 20px;
  width: 960px;
  max-width: 95%;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 10001;
}

#individualize-product::before {
  position: absolute;
	content: "";
	top: -100px;
	height: 100px;
	width: 1px;
}

#individualize-product::after {
	position: absolute;
	content: "";
	bottom: -100px;
	height: 100px;
	width: 1px;
}


#individualize-product table#components tr,
#individualize-product table#additional-components-table tr {
  height: 90px;
}

#individualize-product table#components tr td:first-child,
#individualize-product #additional-components-table tr td:first-child {
  width: 20%;
}

#individualize-product h4.component-product-name,
#individualize-product .additional-components h4 {
  margin-top: 0;
}

#individualize-product #display-additional-components i {
  font-size: 1.3em;
  color: #6e6e6e;
}

#individualize-product img {
  display: block;
	width: 80px;
}

#individualize-product .component-color-text {
  float: left;
  margin-left: 0;
  width: 180px;
  display: inline-block;
}

#individualize-product .selected-color {
  float: left;
  width: 40%;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #f2f2f2;
  padding: 5px 5px;
  color: #fff;
  cursor: pointer;
}

#individualize-product .additional-components .selected-color {
  cursor: default;
}

#individualize-product .selected-color i {
  margin-top: -10px;
}

#individualize-product #display-additional-components {
  cursor: pointer;
}

#individualize-product .sum {
  padding: 8px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#individualize-product .sum span:last-child {
  margin-left: 120px;
}

#individualize-product .individualized-product-qty {
  float: left;
  width: 55px;
  margin: 0 25px;
  height: 36px;
  border: 1px solid #db0626;
  padding: 5px;
  font-size: 12px;
  line-height: 0;
}

#individualize-product .special-color-icon {
  width: 28px;
  cursor: pointer;
}

#individualize-product .printing_size_text input {
  width: 22%;
  margin-right: 6px;
}

#individualize-product .printing_size_text span {
  margin: 0 20px;
}

#individualize-product .printing_remarks {
  resize: vertical;
	min-height: 35px;
  margin-bottom: 8px;
}

#change-b-stock-quantity-overlay {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 20px;
  width: 500px;
  max-width: 95%;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 10001;
}

.select_color{
  display: none;
  margin: 0 auto; 
  position: absolute; 
  top: 100px; 
  left: 50%; 
  transform: translateX(-50%);
  right: 0; 
  background-color: #fff;
  padding: 50px;
  max-width: 1068px;
  width: 90%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 15000;
}

.product-color-navigation i.close-overlay {
  position: absolute; 
  top: 10px; 
  right: 10px;
}

.select_color .color-preview{
  height: 40px;
  cursor: pointer;
}

.select_color .cdc-color {
  width: 40px;
  height: 40px;
  float: left;
  margin: 2px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}

.select_color .fa-search{
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 35px;
  color: #ccc;
  font-size: 21px;
}

.printing_motif_name .fa-remove {
  float: right;
  margin-top: -30px;
  margin-right: 15px;
  color: #ccc;
  font-size: 21px;
}

.printing_size_text .fa-remove {
  font-size: 1.1em;
  margin-right: 7px;
}

.select_color .color-search {
  border: 1px solid #ccc;
  margin: 0;
}

.select_color .color-groups h5 {
  border-bottom: 1px solid #eee;
}

.select_color .color-groups h5 span {
  font-size: 11px;
  text-transform: none;
}

#show-special-colors, #print-individual {
  cursor: pointer;
  margin-top: 5px;
}

#show-special-colors img, #print-individual img {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
#print-individual img {
  width: 16px;
  margin-right: 5px;
  margin-left: -1px;
}

#show-special-colors span, #print-individual span {
  font-size: 14px;
  font-weight: bold;
}

#add_printing{
  font-weight: normal;
  color: #666;
}

#printing td{
  vertical-align: top;
}

table.printing_details, table.printing_prices h4{
  margin: 0;
}

#printing select, #printing input[type=text]{
  margin-top: 0;
}

table.printing_details ul{
  margin: 0 0 5px 11px;
}

table.printing_details ul.printing_color_ids {
  margin-top: 5px;
}

table.printing_details .printing_position_select {
  float: right;
  width: 33%;
}

table.printing_details .printing_placements_select {
  width: 65%;
}

table.printing_details .add_printing_color{
  margin: 0 0 0 8px;
}

#printing .add_printing_color i.fa{
  font-size: 1em;
  margin-right: 4px;
}

table.printing_prices{
  width: 40%;
  float: right;
}

table.printing_prices tr td:last-child {
  text-align: right;
}

#printing div.divider{
  border-top: 1px solid #ccc;
}

#printing .fa-remove:active, #printing .fa-remove:hover{
  color: #c40001;
}

div.printing_motif_name{
  display: none;
}

.printing_details td{
  height: 36px;
}

.add_printing_color{
  color: #666;
  font-weight: normal;
}

.add_printing_color.error{
  color: #db0626;
}

.printing_colors_tooltip{
  position: relative; 
  display: none; 
  width: 30px; 
  height: 1em;
}

.printing_colors_tooltip i{
  position: absolute; 
  top: -1px; 
  left: 5px;
}

.lettering{
  display: none;
}

.lettering ul.texteditor{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.lettering ul.texteditor li{
  float: left;
  padding: 1px 6px;
  border: 1px solid #f2f2f2;
  text-align: center;
  margin: 0 3px 3px 0;
}

.lettering textarea{
  height: 53px;
  overflow: hidden;
  white-space: pre;
  word-wrap: normal; 
  margin: 0 0 3px;
}

.printing_lettering_text_hidden{
  border: 1px solid #ccc;
  padding: 8px 10px;  
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.scroll_y{
  overflow-y: scroll;
}

.cdc-color.color_system_1{
  background-image: url(/images/cmyk.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* Produkte erweitern */
#product-extensions-overlay {
  display: none;
  margin: 0 auto; 
  position: absolute; 
  top: 100px; 
  left: 50%; 
  transform: translateX(-50%);
  right: 0; 
  background-color: #fff;
  padding: 50px;
  max-width: 1068px;
  width: 90%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 15000;
}

#product-extensions-overlay::after {
	position: absolute;
	content: "";
	bottom: -100px;
	height: 100px;
	width: 1px;
}

#product-extensions-overlay i.close-overlay {
  position: absolute; 
  top: 10px; 
  right: 10px;
}

#product-extensions-overlay .product-extension-search {
  border: 1px solid #ccc;
  margin: 0;
}

#product-extensions-overlay .fa-search{
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 35px;
  color: #ccc;
  font-size: 21px;
}

#product-extensions-overlay .product-extensions-list .item {
  cursor: pointer;
}

#product-extensions-overlay .product-extensions-list .item:hover,
#product-extensions-overlay .product-extensions-list .item.active {
  border: 1px solid #db0626;
}

#product-extensions-overlay .product-extensions-list .item .thumb a i {
  position: absolute;
  margin-top: -15px;
  margin-left: -20px;
  padding: 2px;
  opacity:0.8;
  z-index: 1;
}


#productExtensions label {
  float: left;
  margin-top: 7px;
}
#individualize-product #extensions-table label {
  float: left;
  margin-top: 13px;
}

#productExtensions div.select-product {
  float: right;
  width: 55%;
}
#productExtensions div.select-quantity {
  float: right;
  width: 60%;
}

#productExtensions div.select-quantity select {
  width: 60px;
}

#individualize-product #extensions-table div {
  float: right;
  width: 60%;
}

#individualize-product #extensions-table div .extensionSelect {
  width: 60%;
}

#productExtensions div i {
  display: none;
  position: absolute;
  margin-top: 5px;
  margin-left: 6px;
  font-size: 18px;
  cursor: pointer;
}
#individualize-product #extensions-table div i {
  display: none;
  position: absolute;
  margin-top: 12px;
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
}


#individualize-product #options-table .ivzo-productOptionDiv {
  float: right;
  width: 60%;
}

#individualize-product #options-table .ivzo-productOption {
  width: 60%;
}

#individualize-product #options-table .ivzo-productOptionUnit {
  margin-left: 15px;
}

#individualize-product #options-table .ivzo-productOptionLabel {
  float: left;
  margin-top: 13px;
}

/* Sonstige Styles */
#black-weekend-teaser-overlay {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 55px;
  width: 93%;
  max-width: 820px;
  background-color: #db0626;
  color: white;
  line-height: normal;
  z-index: 10;
}

#black-weekend-teaser-close-area-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 32px;
  cursor: pointer;
}

#black-weekend-teaser-cell-left {
  width: 30%;
}

#black-weekend-teaser-cell-right {
  width: 70%;
  padding-right: 30px;
}

#black-weekend-teaser-percentage-image {
  width: 170px;
}

#black-weekend-teaser-text1 {
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#black-weekend-teaser-text1 span {
  position: relative;
}

#black-weekend-teaser-text1 span::before {
  content: "";
  height: 7px;
  width: 70px;
  background: #fff;
  position: absolute;
  bottom: -7px;
}

#black-weekend-teaser-text2 {
  font-size: 33px;
}

#black-weekend-teaser-text3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1em;
}

#black-weekend-teaser-text4 {
  font-size: 12px;
  margin-top: 10px;
}

#black-weekend-teaser-text4 span {
  margin-left: 14px;
}

#black-weekend-teaser-close-button {
  margin: 40px 0 0 0 !important;
  width: 100%;
  line-height: 45px;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  #black-weekend-teaser-cell-left { display: none; }
}
@media only screen and (max-width: 600px) {
  #black-weekend-teaser-overlay { padding: 65px 15px; }
  #black-weekend-teaser-text1 { font-size: 24px; }
  #black-weekend-teaser-text1 span::before { height: 4px; bottom: -4px; }
  #black-weekend-teaser-text2 { font-size: 24px; }
  #black-weekend-teaser-text3 { font-size: 34px; }
  #black-weekend-teaser-text4 br { display: none; }
  #black-weekend-teaser-text4 span { margin: 0; }
  #black-weekend-teaser-close-button { font-size: 23px; line-height: 35px; }
}


/* select */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.styled-select-wrapper {
  cursor: pointer;
  display: block;
  position: relative;
  top: 0;
  border: 1px solid #f2f2f2;
  font-weight: normal;
  height: 26px;
  width: 50px;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 10px 0 4px;
  text-align: left;
}

.styledSelect .color_name{
  float: left;
  padding-top: 2px;
  overflow-x: hidden;
  max-width: calc(100% - 35px);
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #6e6e6e transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}

.styled-select-options {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  margin: 0 0;
  padding: 2px 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: #fff;
}

.styled-select-options li {
  padding: 2px 35px 2px 3px;
  margin: 0 0;
  text-align: left;
}

.styled-select-options li:hover {
  background-color: #39f;
  color: white;
}

/* Feedback */

#testing_feedback{
  position: absolute;
  z-index: 10000;
  width: 200px;
  left: 0;  
  background-color: #f2f2f2;
  padding: 7px 10px;
  border: 1px solid #ccc;
}

#testing_feedback_close{
  font-size: 18px;
  float: right;
  line-height: 18px;
  cursor: pointer;
  margin-top: -2px;
}
#testing_feedback_headline{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color:	#6e6e6e;
  margin: -7px -10px 7px -10px;
  height: 29px;
  padding: 4px 10px;  
}
#testing_feedback_button{
  position: absolute;
  z-index: 10000;
  left: 0;  
  font-size: 20px;
  opacity: 0.5;
  padding: 2px 5px;
  text-align: right;
  cursor: pointer;
}
#testing_feedback_result{
  position: absolute;
  z-index: 11000;
  left: 0;  
  font-size: 13px;
  border: 1px solid #008000;
  background-color: #fff;
  padding: 10px;  
  color: #008000;
}
#testing_feedback_result.error{
  color: #c40001;
  border-color: #c40001;
}

#imageheader {
  width:100%;    
  height: 0px;
  padding-bottom: 25%;
  position:relative;
  background-position: center;
  background-size: cover;
  margin: 0 0 50px 0;
}

#imageheader.company {background-image:url('/images/unternehmen-auer-packaging.jpg');}
#imageheader.fairs {background-image:url('/images/messen-auer-packaging.jpg');}
#imageheader.contact {background-image:url('/images/kontakt.jpg');}
#imageheader.career {background-image:url('/images/karriere-auer-packaging.jpg');}
#imageheader.colors {background-image:url('/images/colors.jpg');}
#imageheader.shipping {background-image:url('/images/logistics.jpg');}
#imageheader.faq {background-image:url('/images/faq.jpg');}
#imageheader.catalogue {background-image:url('/images/katalog.jpg');}
#imageheader.blog {background-image:url('/images/blog.jpg');}

p.availablefrom{
  font-weight: bold;
  color: #c40000;
}
p.availablefrom_category{
  margin: -10px 0 20px;
  padding-left: 17px;
}

/* B-Ware */
.b-stock-regular-price{
  color: #6e6e6e;
  text-decoration: line-through;
  text-decoration-color: #db0626;
}
span.b-stock-regular-price{
  display: block;
  float: left;
  padding-right: 20px;
}


.b-stock-price{
  color: #db0626;
}

span.b-stock-price{
  display: block;
  float: left;
}

div.b-stock-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 4px 2px;
  background-color: #db0626;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  line-height: 0;
}

div.b-stock-percent {
  font-size: 22px;
  text-align: center;
  line-height: 20px;
}

div.b-stock-title {
  font-size: 8px;
  text-align: center;
  line-height: 13px;
  max-width: 75px;
  text-transform: uppercase;
}

#huge div.b-stock-icon, .categoryimage div.b-stock-icon {
  top: 100px;
  padding: 9px 8px 3px;
}

.categoryimage div.b-stock-icon {
  top: 40px;
}
#huge div.b-stock-percent, .categoryimage div.b-stock-percent{
  font-size: 36px;
  line-height: 30px;
}

#huge div.b-stock-title, .categoryimage div.b-stock-title{
  font-size: 12px;
  line-height: 20px;
  max-width: 100px;
}

#b-stock-eye-catcher{
  position: absolute;
  left: 0;
  top: 30px;
  padding: 5px;
  margin: 0;
  background-color: rgba(228, 0, 0, 0.9);
  color: #fff;
  border: 2px solid #fff;
  min-width: 200px;
  text-align: center;    
  opacity: 0;
}

#b-stock-eye-catcher .close:link, #b-stock-eye-catcher .close:visited{
  color: #fff;
}

.b-stock-eye-catcher-first{  
  padding: 40px 25px 10px;
  text-align: center;
  line-height: 16px;
}
.b-stock-eye-catcher-first .upper{
  text-transform: uppercase;
}

.b-stock-eye-catcher-head{
  font-size: 28px;
  line-height: 30px;
  padding: 0px 25px 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;  
}

.b-stock-eye-catcher-link:link, .b-stock-eye-catcher-link:visited{
  font-size: 14px;
  line-height: 14px;
  margin: 0 25px 25px;
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 500; 
  text-align: center;  
  color: #fff;
}

/* Styled Checkboxes */
.styled-checkbox-container {
    position: relative;
    margin: 0 15px 0 0;
    padding-top: 2px;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.styled-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.styled-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
}
.styled-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.styled-checkbox-container input:checked ~ .styled-checkbox-checkmark:after {
    display: block;
}
.styled-checkbox-container .styled-checkbox-checkmark:after {
    left: 8px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* keyframes */
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Ausschlüsse */

.nomargin {
  margin: 0;
}

.notopmargin {
  margin-top: 0;
}

.nopadding {
  padding: 0 0 30px 0;
}

h6.nopadding {padding: 0;}

.notoppadding {
  padding-top: 0;
}


/* Media Querys */

@media only screen and (min-width: 668px) {
  .article img {
    float: none; 
    width: 100%; 
    margin: 0 0 20px 0;
  }
  
  #payment h3 + label {margin-left: 10px;}
}

@media only screen and (min-width: 700px) {
  .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
  }
  
  .blog .article .images img {
    width: 250px;
  }
}

@media only screen and (min-width: 900px) {
  .masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 1025px) {
  #teaser-products .large-4, .index-services .large-4 {width:24%;}
}

@media only screen and (min-width: 1100px) {
  .masonry {  
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper {width: 1260px;}
}



@media only screen and (max-width: 1300px) {
  #slider-wrapper .mig img {margin-right: 0;}
}

@media only screen and (max-width: 1279px) {
 
  .nomob-1280 {display: none;}
  .onlymob-1280 {display: block;}
  
  .categoryimage {width:58%;}
  .categorytext {width: 36%;}
  
  #product-available-in-future-overlay {
    max-width: 95%;
  }
  #product-available-in-future-overlay input.redbutton {
    width: 100%;
    margin: 1em 0;
  }

  .categoryForm .productOptionDiv {
    display: none;
  }
  .categoryForm .productOptionSeperator {
    display: none;
  }
  
  .productleft, .productright {width: 49%;}
  .productleft.details, .productright.details {width: 100%;}
  
  .color_container{width: 24%;}

  .media {margin: 0.5%; width: 32.333%;}
  .icons {display: none;}
  
  
  /* Startseite */
 
  .teaser-slider img {max-width: 450px;}
  .teaser-slider h1, .teaser-slider .headline-h1 {font-size: 26px;} 
   

}

@media only screen and (min-width: 1024px) {
  
  .customer .col-33 .content-details {border: 1px solid #f2f2f2;padding: 9px;margin: 0 0 20px 0;}
  .col-33 h3.headline {margin: 0;}
  h3.headline.show-order-overview {margin-bottom: 15px;}
  
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) { 
  
  /* Category */
  
  .productview .item:first-child, .categoryview .item, .productview .item, .productview .item:nth-child(5n), .categoryview .item:nth-child(4n) {width: 32.5%; margin: 0.5vw 1.25% 0.5vw 0;}
  .categoryview .item:nth-child(3n), .productview .item:nth-child(3n) {margin: 0.5vw 0 0.5vw 0;}
}

@media only screen and (max-width: 1024px) {
  
  /* Startseite */
  
  #teaser-products .thumb {width: 100%; float: none;}
  #teaser-products  .medium-2, .index-service-item.medium-2 {width:45.9%; margin: 2%; padding:50px;}
  @-moz-document url-prefix() {#teaser-products  .medium-2, .index-service-item.medium-2 {margin: 1vw 2%;}}
  
  .index-service-item.col-3 {
    width: 31%;
    margin: 1%;
  }
  
  .service {width: 49%; margin: 1vw 2% 1vw 0;}
  .service:nth-child(2n) {margin: 1vw 0;}
  
  
  /* Sonderfarben */
  
  .select_color {
    position: fixed; 
    top: 0; 
    left: 0; 
    transform: none;
    padding: 100px 0;
    width: 100%;
    max-width: auto;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  
  .product-color-navigation {position: fixed; top: 0; background:#fff; width: 100%; padding: 2%; box-sizing: border-box;}
  .product-color-navigation input[type="text"] {margin: 0;}
  .product-color-navigation .relativebox {margin-top: 40px;}
  
  .select_color .color-content {padding: 2%; margin-bottom: 50px;}
  .select_color .cdc-color {width: 10.5%; padding-bottom: 10.5%; margin: 1%;}
  .select_color .color-groups h5 span {display: block; border-top: 1px solid #f2f2f2;}
  .select_color .color-groups h5 {border: none;}
  .select_color .color-preview {padding: 0 4%;position: fixed;bottom: 0;left: 0;margin: 0;border: 0;height: 80px;line-height: 80px; font-size:130%;}
  
}

@media only screen and (max-width: 1023px) {
  
  .nomobfloat {float: none;}

  .onlymob {display: block;}
  .nomob {display: none !important;}
  
  .nomob-1024 {display: none;}
  .onlymob-1024 {display: block;}
  
  .mobspacer {height: 20px;}
  
  .container {width: 95%; padding: 0 2% 50px 2%;}
  
  
  #wrap {padding:0;}
  

  /* Category */
  
  .productview {justify-content: space-between;}
  .productview .item:first-child, .categoryview .item, .productview .item {width: 49%; margin: 1vw 2% 1vw 0;}
  .categoryview .item:nth-child(2n), .productview .item:nth-child(2n) {margin: 1vw 0 1vw 0;}

  .categoryimage , .categorytext {width: 100%; float: none; margin: 1% 0;}
  
  table.category tbody tr td:not(.sku):not(.pp) {
    white-space: normal;
  }
  table.category tbody tr td div {
    max-height: 1.5em;
    overflow: hidden;
    position: relative;
    color: transparent;
  }
  table.category tbody tr td div::after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #6e6e6e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  div.category_text_content {
    padding: 20px;
  }
  
  /* Product Detail */
  
  .productleft, .productright {width: 100%; float: none; margin: 1% 0;}
  
  .productright input[type="tel"], .category-cart-qty {width: 16%;}
  .productright input[type="submit"] {width: 82%;}
  
  #individualize-product, #print-individual {display:none;}
  
  #product-sheets a, #product-sheets span {width: 33%;}
  
  /* Checkout */
  
  .col-33, .col-66, .col-45 {width:100%; margin: 0;}
  .mob-50 {width: 49%; margin: 0 1% 0 0; float: left;}
  
  #order_invoice_address1, #order_delivery_address1, #address_street_address1 {
    width: 100%;
  }

  /* MyAuer */
  
  .edit {margin: 10px 0 15px 0;}
    
  
  
  /* CMS Pages */

  .sidebar, .blog .sidebar {width:100%;}
  .blog .sidebar ul {border-bottom: 1px solid #f2f2f2; padding-bottom: 10px;}
  .blog .sidebar ul li {float: left; margin-right: 20px;}
  .blog .sidebar ul:after {content: ''; display: block; clear: both;}

  .partner-types-container {display: block;}
  .partner-type { margin: 0 0 2em 0 !important; width: 100%;}

  #printing-proof-overlay .proof-data {
    padding-left: 0;
    margin-top: 40px;
  }

   
  #imgflow {height: 250px;}
  
  .date {float: left; margin: 0; font-size: 13px; font-weight: bold; color: #3c3c3c; margin-right: 5px;}

  .break::after {content: "\A"; white-space: pre;}
  
  .fair {display: block; width: 100%; margin: 0 0 20px 0;}
  .fairrow {display: block;}
    
  .color_container{ width: 49%;}

  
  /* Checkout */
  
  table.orderall {width:100%;}
  table.orderall td {padding: 10px 10px 10px 0;}
  
  td.wholeprice {padding: 25px 10px 10px 0 !important;}

  table.order input[type="button"] {font-size: 16px; padding: 2px 6px; width: 39px; margin: 4px;}
  table.order input[type="text"] {text-align: center;}
  
  input.orderbutton {width:100%; float:none;}
  input.redbutton.update {width: 100%; margin-bottom: 30px;}
  
  .orderimg {width: 60px;}
  
  
     
  /* Footer */
  
  #footer {text-align: center; position: relative;}
  #footer .footer-infos {width: 100%; margin-bottom: 65px;}
  #footer .footer-category {width: 100%; margin: 20px auto;}  
  #footer div.underline.h6 {margin: 0 auto;}  
  #footer .payment-method-icons {display: inline; float: none; margin: 0 auto; padding: 15px;}  
  #footer .payment-method-icons img {max-width: 120px; margin-bottom: 20px}  
  #footer .trustpilot-widget {float: none; margin: 0 auto; padding: 25px 0; clear: both;}
  
}




/*@media only screen and (min-width: 961px) and (max-width: 1133px) {
  #footer .payment-method-icons {
    margin-top: 15px;
    margin-left: 15px;
    padding-right: 0;
  }
}*/

/*@media only screen and (min-width: 961px) and (max-width: 1425px) {
  #footer .payment-method-icons img {
    width: 120px;
  }
}*/

@media only screen and (max-width: 960px){
    
  /* Slider */
  
  #slider-wrapper {text-align: center;}
    
  .teaser-slider img {float: none; max-height: 300px; margin-right: 0;}
  .teaser-slider h1, .teaser-slider .headline-h1 {padding-top: 0; font-size: 24px;} 
  .teaser-slider p {font-size: 14px;} 
  .teaser-slider div.slider-content {float: none; margin: 0; text-align: center;}

  .search_product_result {
    width: 24%;
  }

  .main.content.search-results h1.title {
    margin-top: 65px;
  }
  
}

@media only screen and (max-width: 960px) and (min-width: 668px) {.nomob-960 {display: none;}}

@media only screen and (max-width: 767px) {
  .nomob-767 {display: none;}
  .onlymob-767 {display: block;}
}

@media only screen and (max-width: 667px) {
  
  input {font-size: 100%;}
  
  .redbutton, .submitbutton, .greenbutton, .yellowbutton, .greybutton, .darkgreybutton, .blackbutton, .greyborderbutton {padding: 0 15px;}
  
  .mob-667-fullwidth {
    width: 100% !important;
  }
  
  .nomob-667 {display: none;}
  .onlymob-667 {display: block;}
  
  .mob-50 {float: none;}
  
  .moberror {position: relative;top: 0;width: 100%;background: #db0626;color: #fff;box-sizing: border-box;left: 0;padding: 2px 10px;font-size: 11px;text-align: center;font-weight: 500;}
  
  table {font-size:90%;}
  
  h1.title {margin: 0 0 20px 0;}
  
  .line {border-top: 1px solid #f2f2f2; margin-bottom:20px;}
  
  .left-side-half, .right-side-half {
    float: none;
    margin: 0 0 3%;
    width: 100%;
  }
  
  .mobilecontent {padding: 15px 5% 20px 5%;  }
  .notactivemobile {pointer-events: none; cursor: default;}
  
  #customer-specific-hints {position: fixed; bottom: 0; z-index: 200; width: 100%; opacity: 0.9;}

  #searchbox {
    min-width: 100%;
  }
  
  /* Startseite */
  
  #teaser-products  .small-1, .index-service-item.small-1 {width: 99%; margin: 2% 0.5%;}
  @-moz-document url-prefix() {#teaser-products .small-1, .index-service-item.small-1 {margin: 1vw 0.5%;}}
  
  #customer-specific-hints .alert,   #customer-specific-hints .info {height: auto;}
  
/*  .info_button {display: block; width: 100%; margin: 10px 0 !important;}*/
  
  .pfeil {display:none;}
  
  #cart-preview {position: absolute; top: 70px; width: 100%; min-width: auto;}
  #cart-preview table {width:100%;}
  #cart-preview a {white-space: normal;}
  #cart-preview a .sku {white-space: nowrap;}
  #cart-preview table td:nth-child(1) {padding-right: 0;}
  #cart-preview table td {vertical-align: top;}
  
 
  .breadcrumb {background: #f2f2f2; border-bottom: 1px solid #ddd; padding: 5px 5%; margin: 0;}
  .breadcrumb a:last-child, .breadcrumb a:first-child {display: none;}
  .breadcrumb span:nth-last-child(2), .breadcrumb a:first-child + span {display: none;}
  
  .container.main {border-top: 1px solid #ddd; margin: 15px 0;}

  
  /* Produktübersicht */
  
  .thumb {width:100%; float: none;}
  div.sub div.item {padding: 0 10px 10px 10px; margin: 0 0 20px 0;}
  .row .item {margin: 0;}
  div.sub div.title {margin: 0; float: none; padding:0 20px;}
  div.sub div.price {position: relative;}
  
  .index-service-item {
    display: block;
    width: 100%;
  }
  
  #product-available-in-future-overlay {
    max-width: 95%;
  }
  #product-available-in-future-overlay input.redbutton {
    width: 100%;
    margin: 1em 0;
  }
  
  
  /* Produktkategorie */
  
  .item .category-dimensions, .productright h1 .category_dimensions {display: block;}
  
  .productview .item .price a {position: relative;right: auto;bottom: auto;}
  .productview .item .title {margin: 0;}
  
   
  /* Produktseite */
  
  .productleft #huge {margin-top: 0;}
  .image_similar {margin: -50px 0 0 ;}
  #productAttributeOptions select {width: 100%;}
  #productForm h2 {margin: 0 0 20px 0; font-size: 110%; line-height: 1.6em;}
  table.productdetails, table.productdetails.pdleft, table.productdetails.pdright {width: 100%; margin: 0; table-layout: fixed;}  
  label.attributOptionLabel, label.productOptionLabel, label.componentOptionLabel, label.extensionLabel, label.productExtensionLabel {font-size: 11px;}
  
  .content-details {display:none; padding: 0 5px 15px 5px;}
  .content-details.open {display: block;}

  table.personalData td {padding-left: 5px;}
  table.productdetails td.bold {padding: 0 5px;}

  
  .productleft, .productright, .productfull {position: relative; margin: 0;}
  h3.headline.open-content, h6.headline.open-content {background: none; border-top: 1px solid #eee; padding: 20px 5px; margin: 0; cursor: pointer; font-weight: 500;}
  .mobilecontent > div.productfull:last-child {border-bottom: 1px solid #eee;}
  h3.headline.open-content::after, h6.headline.open-content::after {  content: "\f218";font-family: fontello;display: inline-block; margin-left: -1.3em; width: 1.3em; right: 0; position: absolute;}
  h3.headline.open-content.active::after, h6.headline.open-content.active::after {content: "\f209";}
  #product-assembly {padding: 0 10px;}
  
  #product-extensions-overlay {
    padding: 50px 20px;
  }
  #product-extensions-overlay i.close-overlay {
    font-size: 2em;
  }
  
  /* Sonderfarben */
  
  .select_color .cdc-color {width: 18%; padding-bottom: 18%; margin: 1%;}
  .select_color .color-preview {height: 50px;line-height: 50px;}
  

  
  /* Checkout Step 1 */
  
  .nomobcell {display: block;}
  .th {display:none !important;}
  .order {border: 0; font-size: 90%;}
  .order .tablerow {display: block; border-bottom: 1px solid #f2f2f2; margin-bottom: 20px;}
  .table.order .tablerow:last-child {margin: 0;}
  
  .table.order h5 .sku {display: block; font-size: 12px; margin: 5px 0;}
  
  .table.order .table .tablerow {display: table-row;}

  .order .tablecell .table .tablecell {padding: 0;}
  
  /*.price_label {padding-left: 90px;font-size: 12px;}*/
  .price {font-size:12px;}
  
  .order .delete-position, .order .update-position {padding: 3px 10px 5px;}
  
  .cart-change-customer-type-info-overlay {
    top: 5%;
    margin: 10px;
    padding: 15px;
  }

  .tablecell.image {
     vertical-align: top;
     padding: 20px 10px 10px 0;
  }
 
 
  .quickbuy input.product_sku {width: 60% !important; margin: 0 2% 0 0!important;}
  .quickbuy input.product_quantity {width: 37% !important; margin: 0 !important;}
  .quickbuy input.add_position {width: 100% !important; margin: 10px 0 !important;  }
  .quickbuy input, .quickbuy label {margin: 0 !important;}
  
  .redeem_voucher_code {
    width: 100% !important; 
    margin: 10px 0 !important;
  }

  .tablepriceall {
    text-align: right !important;
    padding: 10px !important;
    width: 100%;
  }
  
  .borderbottom {border-bottom: 1px solid #f2f2f2;}
  
  table.orderall {
      border-top: 2px solid #f2f2f2;
      margin-top: 20px;
  }

  table.orderall td {
    padding: 10px 5px;
  }
  
  td.wholeprice {
    padding: 25px 5px 10px 5px !important;
  }
  
  .hinweis {padding: 0 10px; line-height: 1em;}
  
  /* Checkout Step 2 */
  
  .col-50, .col-25, .col-33, .col-60, .col-66, .col-75 {width: 100%; position: relative;}
  input.col-50, input.col-25, input.col-75, .col-66.address_website, span.website_none
  {
    width:100%;
  }
  
  #order_invoice_address1_housenumber, #order_delivery_address1_housenumber, #address_street_address1_housenumber {
    width: 66%;
  }
  #order_invoice_address1_housenumber_area span, #order_invoice_address1_housenumber_area span, #address_street_address1_housenumber_area span {
    width: 33%;
    float: right;
  }
  
  .padleft-col-60{
    padding: 0;
  }
  .category-bullets{
    clear: both;
    padding-top: 15px;
  }
  
  
  #checkout {
    width: 100%;
    display: block;
    text-align: left;
  }
 
  .col-50.floatmiddle {margin: 10px 0;}
  
  span.website_none {padding: 0;}
  
 #checkout span.floatright, #register span.floatright{
    display: block;
    float: none !important;
    text-align: left;
  }
  
  #payment h3.headline {padding: 10px 5px;} 
  
  #payment label {
    display: block;
    margin: 5px 0;
    padding: 0 5px;
  }
  
  #payment label.nodisplay {display: none;}
  
  h3.headline.changemobile, h6.changemobile {
    background: none;
    border-bottom: 2px solid #f2f2f2;
    font-weight: 500;
    padding: 10px 0;
  }
  
  #submitCheckoutForm, #submitRegisterForm {width: 100%;}
  
  .adress {padding: 0;}
  .adress span {display: block;}
  .adress span::after {content: "";}
  
  .address_website {float: none;}
  
  /* Checkout Step 3 */
  
  .entry.review {padding: 0 5px 20px 5px;  margin: 0;}
  
  /* MyAuer */
  
  #order {margin-bottom: 20px;}
  #order h3.headline {margin: 0 0 5px 0;}
  #order .button {position: relative; text-align:right; line-height: 20px; font-size: 12px;}
  #order .button input {height: 20px; background: none;}
  
  .blackbutton {width: 100%; margin-bottom: 20px;}
  
  .blackbutton i {position: absolute; right: 15px;}
  
  p.logout {position:relative; text-align:right;}
  h3.show-order-overview {
    padding: 15px 10px;
    border-top: 3px solid #f2f2f2;
    text-transform: none;
    border-bottom: 3px solid #f2f2f2;
    margin: 10px 0 30px 0;
    background: none;
  }

  .show-order-overview a {font-weight: 500;}
  .show-order-overview::before {font-family: Fontello; content: "\f3d2"; margin-right:8px; font-weight: bold;}
  
  
  #order-list {font-size: 12px;}
  
  .edit {margin: 10px 0 0 0;}
  
  
  /* Blog */
  
  .article div.images {float:none;}
  .article div.images img, .press .article img {width: 100%;}
  .article {position: relative; padding: 0 0 40px 0; border: 0;}
  .article h3 {padding: 0;}
  .article h3.red a {color:#3c3c3c; font-size:100%;}
  
  .date {position: absolute; float: none; bottom: 0; right: 0; color: #6e6e6e; font-weight: normal;}
  
  
  .customer-type-info-overlay {
    right: 0;
    width: 100%;
  }
  
  .customer-type-info-overlay i.fa-remove {
    font-size: 28px;
  }

  
   
  #imageheader.company {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/unternehmen-auer-packaging.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/unternehmen-auer-packaging.jpg);}
  #imageheader.fairs {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/messen-auer-packaging.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/messen-auer-packaging.jpg);}
  #imageheader.contact {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/kontakt.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/kontakt.jpg);}
  #imageheader.career {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/karriere-auer-packaging.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/karriere-auer-packaging.jpg);}
  #imageheader.colors {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/colors.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/colors.jpg);}
  #imageheader.shipping {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/logistics.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/logistics.jpg);}
  #imageheader.faq {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/faq.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/faq.jpg);}
  #imageheader.catalogue {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/katalog.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/katalog.jpg);}
  #imageheader.blog {background-image: linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url('/images/blog.jpg');background-image:-webkit-linear-gradient(rgba(32, 32, 32, 0.6), rgba(32, 32, 32, 0.6)),url(/images/blog.jpg);}
 
  #imageheader {
    height: 0px;
    padding-bottom: 45%;
    position:relative;
    width: 100%;
    background-position: center;
    background-size: cover;
  }
  
  #imageheader div.text {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }

  #imageheader .line {
    border-top: 1px solid #fff;
    width: 10%;
    margin: 10px auto;
  }
  
  /* CMS Pages */
  
  .service {width: 100%; margin: 1vw 0;}

  .search_product_result {
    width: 49%;
  }
  
  .fairtable {border-spacing: 0;}
  
  li.faq_entry {
    padding: 10px;
  }

 
  .flag-icon {
    margin: 0 !important;
  }
  
  .hinweis-cell {
    display: block;
    text-align: left !important;
  }
  
  .color_container {
    width: 100%;
  }
  
  .company .arguments .argument2{
    display: block;
    width: 100%;
    padding: 20px;
    border: none;
    border-bottom: 10px solid #fff;
  }
  
  p.address{
    float: none;
  }
  
  div.certificates{
    display: none;
  }
  
  #product-sheets a, #product-sheets span {
    width: 100%;
  }
  
  /* Partnerprogramme */
  div.partner-icon {
    width: 100%;
    margin-bottom: 2em;
  }
  div.partner-advantages div {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  
 
 
  
  /* Shipping */
  
  .table.shipping {width:100%; border-spacing: 0px;}
  .table.shipping .tablerow, .table.shipping .tablecell {
    display: block;
    margin: 20px 0;
  }
  
  .table.shipping .tablerow {margin: 0 0 20px 0;}
  
  .table.dealershipping .th{display: table-caption !important;} 
  .table.dealershipping .no-667 {display: none;}
  
}

@media only screen and (max-width: 667px) and (orientation: landscape){
  div#slider_contents, .starttitel {display: none!important;}

}


/* Changed Styles for specific pages */
.index-page-layout #main ul.main > li > a {
  font-weight: 500;
}

.index-page-layout nav#main {
  background: rgba(255,255,255,0.6);
}

.index-page-layout #main > div.container {
  border-bottom: none;
}

.index-page-layout #index-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.index-page-layout #index-video-production {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.index-page-layout #index-video-spacer {
  height: calc(100vh - 120px);
}

.index-page-layout #index-page-scroll-down-area {
  position: absolute;
  top: 92vh;
  width: 100%;
  text-align: center;
}

.index-page-layout #index-page-scroll-down-button {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
