/* Coreshop */

.badge-info-helestra {
  color: #d60a1f;
}

#icon_with_red_background {
  background: #d60a1f!important;
}

.coreshop-accept-terms {
  margin-left: 5px!important;
}

.carrier-card {
  background-color: #909090 !important;
}

.table-td-no-borders {
  border: 0px !important; 
}
.table-td-no-top-border {
  border-top: 0px !important;
}
.table-td-bottom-border {
  border-bottom: 1px solid #dee2e6!important;
}

table {
  color: #fff!important;
}


#coreshop_submitQuote {
  display: none;
}

.btn-cart {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  border-radius: .25rem!important; 
}

.input-group-append {
  margin-top: 25px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.cart-item-quantity {
  width: 50px;
  height: 50px;
  bottom: 20px;
}

/* Cookie Consent DIV for Storelocator */
.ccm-plugin--script-placeholder {
  position: absolute;
  top: 5%;
  left: 7%;
  right: 7%;
  max-height: 50%;
  height: 50%;
  background: #111;
  font-family: 'Source Sans Pro','Roboto',sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #f8f8f8;
  padding-top: 12%;
  padding-left: 16%;
  padding-right: 16%;
  padding-bottom: 7px;
}

.ccm-plugin--script-placeholder main {
  display: flex;
  font-weight: 400;
  flex-flow: column nowrap;
  padding: .9375rem;
  width: 100%;
  max-width: 80rem;
  font-size: 16px;
}

.ccm-plugin--script-placeholder h1 {
  margin-bottom: .625rem;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  font-size: 2rem;
}

.ccm-plugin--script-placeholder p {
  margin-bottom: .9375rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  font-size: 1.2rem;
}

.ccm-plugin--script-placeholder button {
  align-self: center;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  width: auto;
  height: 41px;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: inherit;
  line-height: 1;
  color: #fff;
  background: #417c51;
  border: 3px solid #417c51;
  box-shadow: none;
  transition: all 128ms ease-out 0s;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

/* Remove arrows from input field type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.shoppingcart {
  background-color: rgb(50,50,50)!important;
  background-color: rgba(50,50,50,1)!important;
  border-radius: 0;
  margin:6px;
  color: #eee;
  position: fixed!important;
  right: 0px!important;
  float: right!important;
  top:35px!important;
  left:70%!important;
  width:30%!important;
  padding: 15px!important;
  overflow-y:scroll;
  height:650px;
}

.table {
  color:rgba(255, 255, 255, 1)!important;
}


.btn-success {
  margin-bottom: 20px!important;
}

.w-100 {
  height: auto!important;
}

.autocomplete-suggestion {
  background-clip: padding-box;
  background-color: #909090;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  padding: .375rem .75rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.newsletter-icon {
  position: fixed;
  bottom: 7vw;
  right: 0;
  width: 250px;
  height: auto; /* Set the fixed height of the footer here */
  background: #d60a1f;
  padding: 5px;
  border-radius: 6px 0 0 6px;
  z-index:0;
}



.efre-icon {
  position: fixed;
  bottom: 3vw;
  right: 0;
  width: 250px;
  height: auto; /* Set the fixed height of the footer here */
  /*background-color: rgb(36,36,36);*/
  background: #fff;
  padding: 10px;
  padding-left:25px;
  border-radius: 6px 0 0 6px;
  z-index:0;
}

.efre_logo {
  width: 200px;
  height: auto;
}

/* responsive footer */
@media (min-width: 286px) {
  .newsletter-icon {
    bottom: 130px;
  }
  .efre-icon {
    bottom: 52px;
  }
}

@media (min-width: 376px) {
  .newsletter-icon {
    bottom: 140px;
  }

  .efre-icon {
    bottom: 62px;
  }
}

.newslettertext {
  padding-left:20px;
}

.newslettertext a{
  color:#fff;
}

.newslettertext a:hover {
  color:#eee;
}
.card-body a {
  color:#fff;
}

.card-body a:hover  {
  color:#eee;
}

.fa-window-minimize {
  color: #fff;
}

.closecard {
  color:#fff;
  text-align: right;
  padding-right:15px;
  right:0;
  height:20px;
}

.card-body {
  background-color: rgb(36,36,36);
  background-color: rgba(36,36,36,0.0);
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* BASICS */
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 3.5vw;
  position: relative;
}

body {
  background-color: #242424;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  height: 100%;
  margin: 0;
  margin-bottom: 50px;
}

/* FONT SIZES */
h1 {
  font-size: calc(1.2em + 0.5vw);
}

h2 {
  font-size: calc(0.8em + 0.5vw);
}

h4 {
  font-size: 1rem;
  padding-left: 0.7vw;
}

.small {
  font-size: 13px;
  font-weight:500;
}

.medium {
}

.large {
}


/* TEXT */

/* seriestext */
.seriestext {
  margin-left: 1.5vw;
  margin-right: 4vw;
  margin-top:2vw;
  max-width: 650px;
}

@media (min-width: 1200px) {
  .seriestext {
    margin-left: 1.5vw;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .seriestext {
    margin-left: 2vw;
  }
}

@media (max-width: 767px) {
  .seriestext {
    margin-left: 2.5vw;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .seriestext {
    margin-left: 3vw;
  }
}

@media (max-width: 575px) {
  .seriestext {
    margin-left: 5vw;
  }
}

/* articletext */
.articletext {
  margin-top: 20px;
}


/* NAVIGATION */
.bg-nav-custom {
  background-color: rgb(36,36,36);
  background-color: rgba(36,36,36,0.8);
  box-shadow: 0 3px 5px #000000;
  color: white;
  z-index:1;
}

.nav-link {
  color: #eee!important;
}

.nav-link:hover {
  color: #aaa!important;
}

.nav-content {
  float: right;
  padding-top: 0;
}

.navbar-toggler {
  border: none;
}

.dropdown-menu.show {
  background-color: rgb(50,50,50);
  background-color: rgba(50,50,50,0.8);
  border-radius: 0;
  margin:6px;
}

@media (max-width: 577px) {
  .dropdown-menu.show {
    background-color: rgb(50,50,50);
    background-color: rgba(50,50,50,1);
  }
}

.dropdown-item {
  color: white!important;
}

.dropdown-item:hover {
  background-color: #202020;
}

.link-active {
  color: white;
  font-weight:500;
}
.link-std {
  color: white;
  font-weight:300;
}
.link-std:hover {
  font-weight:500;
}

/* FILTER BAR */

#filterform {
  display: flex;
}

.filterbar-table2 {
  flex: 1;
}

.filterbar-table2 .inline-block {
  padding-left: 4%;
}

.filterbar-table2-mobile {
  display: none;
}

.line-separator {
  border-left: 1.5px solid #303030;
  margin-top: 1%;
  margin-bottom: 0.5%;
}

.custom-checkbox {
  margin-bottom: 0;
}

.custom-checkbox-input {
  display: none;
}

.custom-checkbox-text {
  background-color: #303030;
  border: none;
  border-radius: 5px;
  color: #909090;
  cursor: pointer;
  display: inline-block;
  font-weight:500;
  margin-top: 0;
  padding: 0.5px 5px;
  text-align: center;
  text-decoration: none;
  user-select: none;
}

.custom-checkbox-input:checked ~ .custom-checkbox-text {
  background-color: #d51224;
  color: #ddd;
}

.custom-checkbox-input:hover ~ .custom-checkbox-text {
  color: #ffffff;
  text-decoration: none;
}

.custom-checkbox-novelty , .custom-checkbox-ylplus {
  background-color: #303030;
  border: none;
  border-radius: 5px;
  color: #909090;
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding: 0.5px 5px 0.5px 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
}

.custom-checkbox-input:checked ~ .custom-checkbox-novelty, .custom-checkbox-input:checked ~ .custom-checkbox-ylplus {
  background-color: #d51224;
  color: #ddd;
}

.custom-checkbox-input:hover ~ .custom-checkbox-novelty, .custom-checkbox-input:hover ~ .custom-checkbox-ylplus{
  color: #ffffff;
  text-decoration: none;
}

.custom-checkbox-reset {
  align-content: center;
  background-color: #aaa;
  border: none;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  margin-top: 0;
  padding: 0.5px 5px;
  text-decoration: none;
  user-select: none;
}

.filterbar-table table {
  /*margin-left: 25%;*/
}

.fixed-top-filterbar {
  margin-top: 100px;
}

.bg-filterbar-custom {
  background-color: rgb(128,128,128);
  background-color: rgba(128,128,128,0.8);
  box-shadow: 0 3px 5px #000000;
  color: white;
  /* z-index for navigation box-shadow above this filterbar */
  z-index:0;
}

.filterbar_icon {
  height: 35px;
  margin-right: -3px;
  width: 35px;
}

.filterbar-button-container {
  margin-left: 60px;
}

.filterbar-cell{
  padding-right: 5px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .filterbar {
    float: left;
    margin: 2px 2px 2px -2px;
    margin-top: 0;
  }

  .filterbar-table table {
    margin-left: 25%;
  }


  #filterform {
    display: inline;
  }
 
  .filterbar-table2 {
    display: none;
  }

  .filterbar-table2-mobile {
    display: inline;
  }

  .line-separator {
    border-top: 1.5px solid #303030;
    width: 76%
  }
}

@media (max-width:  575px) {
  .line-separator {
    border-top: 1.5px solid #303030;
    width: 93%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .filterbar {
    margin: 2px 2px 2px 120px;
  }

  .filterbar-table table {
    margin-left: 0%;
  }

  .filterbar-specialbuttons{
    margin-top: 63px;
  }

  #filterform {
    display: inline;
  }
 
  .filterbar-table2 {
    display: none;
  }

  .filterbar-table2-mobile {
    display: inline;
  }

  .line-separator {
    border-top: 1.5px solid #303030;
    width: 99%
  }
}

.filterbar-row {
  float: left;
  margin: 2px 0 2px 2px;
}

.btn_novelty_icon {
  border-radius: 5px 0 0 5px;
  display: inline;
  left: 0;
  margin-left: 3px;
  padding: 3px 2px 3px 2px;
}

.btn_yourlightplus_icon {
  border-radius: 5px 0 0 5px;
  display: inline;
  left: 0;
  margin-left: 3px;
  padding: 3px 2px 3px 2px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.icon-filterbar{
  height: 20px;
  margin-top: 30px;
  position: absolute;
  width: 20px;
}

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

.inline-space{
  display: inline-block;
  width: 100px;
}

.float-right{
  float: right;
}

.filterbar-specialbuttons{
  display: inline-block;
  /*float: right;*/
  margin-bottom: 0;
  margin-left: 7vw;
  margin-right: 10px;
  padding: 0.5px 0.5px 0.5px 0.5px ;
  position: relative;
  right: 0;
}

.filterbuttons{
  height: auto;
}

.btn_novelty:hover {
  background-color: #393939;
  color: #ffffff;
  text-decoration: none;
}

.btn_novelty_active {
  background-color: #d51224;
  color: #ddd;
}

.btn_novelty_active:hover {
  background-color: #d51224;
  color: #ffffff;
  text-decoration: none;
}

/* FOOTER */
footer {
  background-color: rgb(36,36,36);
  background-color: rgba(36,36,36,1);
  bottom: 0;
  color: white;
  font-size: 1rem;
  height: 2.5vw;
  left:0;
  /*padding: 0.5vw;*/
  position: absolute;
  right:0;
  width: 100%;
}

footer .container {
  background-color: rgb(36,36,36);
  background-color: rgba(36,36,36,1);
  max-width: 1400px;
}

footer .copyright {
  font-size: 0.8rem;
}

footer #footer_nav {
  text-align: right;
}

footer #footer_nav a {
  color: #eee;
  padding-right: 10px;
  text-decoration: none ;
}

footer #footer_nav a:hover {
  color: #aaa;
}

/* responsive footer */
@media (max-width: 575px) {
  footer {
    font-size: 3vw;
  }

  footer .copyright {
    font-size: 0.6rem;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  footer {
    /*height: 4.25vw;*/
  }
}

/* dazu passende produkte */
hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

/* LOGO */
@media (max-width: 767px) {
  .nav-logo {
    height: 80px;
    margin-top: -1px;
    width: 80px;
  }
}

@media (min-width: 768px) {
  .nav-logo {
    height: 120px;
    margin-top: -3px;
    width: 120px;
  }
}

#form_message.form-control textarea {
  background-color: #909090;
  border: 0;
  border-radius: 0;
  color: #000000;
  height: auto;
}

.form-control {
  background-color: #909090!important;
  border: 0;
  border-radius: 0;
  color: #000000!important;
}

::placeholder {
  color: #000000!important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.col-md-12 a {
  color: #d60a1f;
  text-decoration: none;
}

.col-md-12 a:hover {
  color: #d60a1f;
  text-decoration: none;
}

a {
  color: #d60a1f;
  text-decoration: none;
}

a:hover {
  color: #d60a1f;
  text-decoration: none;
}


@media (max-width: 767px) {
  .responsive_images {
    width: 100%!important;
  }
}


/*###################Startseite###################*/
.container-full{
  height: 100%;
  margin: 0;
  width: 100%;
  z-index:1;
}

.text-img{
  background-color: rgb(36,36,36);
  background-color: rgba(36,36,36,0.8);
  box-shadow: 0 3px 5px #000000;
  color: white;
  margin-bottom: 30px;
  margin-left: -17px ;
  max-width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}

.startpage-container-full picture img,
.startpage-container-half picture img {
  bottom: -9999px;
  margin: auto;
  top: -9999px;
  width: 100%;
}

/* MODIFIED "NO-GUTTERS". FOR EXAMPLE FOR GRID-ROW-ELEMENTS */
.no-gutters {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


/* SPACE-TOP. FOR EXAMPLE ADDITIONAL TO NO-GUTTERS FOR GRID-ROW-ELEMENTS */
.space-top {
  margin-top: 20px;
}

/* CONTAINER VIEWPORT - for fullscreen without margin/padding */
.container_viewport {
  height: 100%;
  margin: 0;
  margin-bottom: 40px!important;
  padding: 0;
}

.container-fluid {
  margin-bottom: 40px!important;
}

/* TEXT AND IMAGE STYLES FOR EACH DISPLAY-SIZE */
/* XS - -- - <576px */
@media (max-width: 575px) {
  .margin-left {
    margin-left:15px;
    margin-right: 15px;
  }

  .text_productgroup {
    font-size: 20vw;
    padding: 4vw 0 0 0;
    text-align: center;
  }

  .product_price_details h5 {
    font-size: 3vw!important;
  }

  .product_price_details h6 {
    font-size: 2.8vw!important;
  }

  .product_price_details label {
    font-size: 2.8vw!important;
  }

  .text_artnr,
  .text_product {
    font-size: 4vw;
    padding: 0 0 0 5vw;
  }

  .icon_bar_productgroup {
    padding: 0;
    text-align: center;
  }

  .icon_bar_product {
    padding: 1.5vw 0 0 5vw;
  }

  .icon_productgroup {
    height:8vw;
    width:auto;
  }

  .icon_product {
    height:6vw;
    width:auto;
  }

  .btn_position_productgroup_attachment {
    padding: 0;
    text-align: center;
  }

  .btn_position_product_attachment {
    padding: 0 0 0 5vw;
  }

  .btn_product_attachment {
    font-size: 2.5vw;
    margin-top: 3vw;
    padding: 0.1vw 1vw;
  }

  .img-product-drawing {
    margin: 3vw 0 0 5vw;
  }

  .form-control {
    font-size: 0.8rem;
  }
}

/* S - sm - 576-767px */
@media (min-width: 576px) and (max-width: 767px) {
  .text_productgroup {
    font-size: 12vw;
    padding: 5vw 0 0 3vw;
  }

  .product_price_details h5 {
    font-size: 2.5vw!important;
  }

  .product_price_details h6 {
    font-size: 2.3vw!important;
  }

  .product_price_details label {
    font-size: 2.3vw!important;
  }

  .text_product,
  .text_artnr  {
    font-size: 2.5vw;
    padding: 0 0 0 3vw;
  }

  .icon_bar_productgroup {
    padding: 0 0 0 3vw;
  }

  .icon_bar_product {
    padding: 2vw 0 0 3vw;
  }

  .icon_productgroup {
    height:4.5vw;
    width:auto;
  }

  .icon_product {
    height:3.5vw;
    width:auto;
  }

  .btn_position_productgroup_attachment,
  .btn_position_product_attachment {
    padding: 1.5vw 0 0 3vw;
  }

  .btn_product_attachment {
    font-size: 2vw;
    margin-top: 2vw;
    padding: 0.15vw 1vw;
  }

  .img-product-drawing {
    padding: 0;
  }
}

/* M - md - 768-1199px */
@media (min-width: 768px) and (max-width: 1199px) {
  .text_productgroup {
    font-size: 7vw;
    padding: 5vw 0 0 2vw;
  }

  .product_price_details h5 {
    font-size: 1.5vw!important;
  }

  .product_price_details h6 {
    font-size: 1.3vw!important;
  }

  .product_price_details label {
    font-size: 1.3vw!important;
  }

  .text_product,
  .text_artnr {
    font-size: 1.5vw;
    padding: 0 0 0 2vw;
  }

  .icon_bar_productgroup,
  .icon_bar_product {
    padding: 1vw 0 0 2vw;
  }

  .icon_productgroup {
    height: 4vw;
    width: auto;
  }

  .icon_product {
    height: 3vw;
    width: auto;
  }

  .btn_position_productgroup_attachment,
  .btn_position_product_attachment {
    padding: 0.5vw 0 0 2vw;
  }

  .btn_product_attachment {
    font-size: 1.2vw;
    margin-top: 0.5vw;
    padding: 0.1vw 0.3vw;
  }

  .img-product-drawing {
    padding: 0;
  }
}

/* XL - lg - >=1200 */
@media (min-width: 1200px) {
  .text_productgroup {
    font-size: 7vw;
    padding: 4vw 0 0 1.5vw;
  }

  .text_product,
  .text_artnr  {
    font-size: 1.1vw;
    padding: 0 0 0 1.5vw;
  }

  .icon_bar_productgroup,
  .icon_bar_product {
    padding: 1vw 0 0 1.5vw;
  }

  .icon_productgroup {
    height:3vw;
    width:auto;
  }

  .icon_product {
    height:2.2vw;
    width:auto;
  }

  .btn_position_productgroup_attachment,
  .btn_position_product_attachment {
    padding: 0.5vw 0 0 1.5vw;
  }

  .btn_product_attachment {
    margin-top: 0.3vw;
    padding: 0.1vw 0.3vw;
    font-size: 0.85vw;
  }

  .img-product-drawing {
    padding: 0;
  }
}

/* TEXT AND IMAGE STYLES */
.text_productgroup {
  font-weight: 300;
  margin: 0;
}

.text_product {
  font-weight:300;
  margin: 0;
}

.text_artnr {
  font-weight:500;
  margin:0;
}

.icon_productgroup, .icon_product {
  background-color: #606060;
}
.inverted {
  background-color: #303030;
}

.btn_product_attachment {
  background-color: #303030;
  border: none;
  color: #909090;
  display: inline-block;
  font-weight:500;
  text-align: center;
  text-decoration: none;
}

.btn_product_attachment:hover {
  background-color: #393939;
  color: #ffffff;
  text-decoration: none;
}

.btn_filter {
  background-color: #303030;
  border: none;
  border-radius: 5px;
  color: #909090;
  display: inline-block;
  margin-top: 0;
  padding: 0.5px 5px;
  text-align: center;
  text-decoration: none;
}

.btn_filter:hover {
  background-color: #393939;
  color: #ffffff;
  text-decoration: none;
}

.btn_filter_active {
  background-color: #d51224;
  color: #ddd;
}

.btn_filter_active:hover {
  background-color: #d51224;
  color: #ffffff;
  text-decoration: none;
}

.filtercat {
  color:#101010;
  display: inline-block;
  /*float: left;*/
  font-weight: 400;
  margin-top: 5px;
  width: 70px;
}

.img-product-drawing {
  margin-bottom: 3vh;
  margin-right: 7px;
}

.img-product-drawing svg {
  filter: invert(100%);
}

.img-product-drawing svg .st2 {
  font-family: 'Ubuntu';
  font-weight: 300;
}

.imageParent {
  height: 150px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 150px;
}

.imageParent img {
  /*position:absolute;*/
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

.nav-item,
.form-control {
  font-weight: 400;
}

.tooltip > .tooltip-inner {
  background-color: #777;
  color: black;
  font-size: 15px;
  font-weight: 400;
  padding: 2px;
}

.tooltip .arrow:before {
  border-top-color: #777 ;
}

.product-overview-container {
  background-color: blue;
  margin-top: 250px;
  padding-right: 0;
  width: 85vw;
}

.product-overview-row {
  background-color: blue;
  margin-left:5vw;
  margin-right: 5vw;
  margin-top:200px;
  width: 90%;
}

/* OVERVIEW THUMBNAILS */
.square {
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
  width: 100%;
}

.overview-thumbnail-column {
  height: 17.5vw;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 35%;
}

.overview-thumbnail-img {
  height: auto;
  padding: 0.7vw;
  width: 100%;
}

.overview-thumbnail-container {
  margin-left: 5vw;
  margin-right: 5vw;
  width: 90%;
}

@media (max-width: 767px) {
  .overview-thumbnail-container {
    margin-top: 100px;
  }

  .margin-top {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-top {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .overview-thumbnail-container {
    margin-top: 170px;
  }

}

.thumbnail-row {
  height: auto;
}

.overview-thumbnail-text {
  font-weight: 500;
  position: absolute;
}

.no-text-decoration {
  color: white!important;
  text-decoration: none!important;
}

.novelty-corner {
  height: 28%;
  position: absolute;
  right: 0;
  top: 0;
  width: 28%;
}

.yourlightplus-corner {
  height: 28%;
  position: absolute;
  left: 9%;
  top: 9%;
  width: 28%;
}


.novelty-corner, .yourlightplus-corner img {
  vertical-align: top;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .novelty-corner {
    margin-top:-10px;
    right: -0.75vw;
  }

  .yourlightplus-corner {
    margin-top:-4.5%;
    left: 4.5%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .novelty-corner {
    margin-top:-10px;
    right: -1.3vw;
  }

  .yourlightplus-corner {
    margin-top:-6%;
    left: 3%;
  }
}

@media (min-width: 100px) and (max-width: 575px) {
  .novelty-corner {
    margin-top:-10px;
    right: -2.3vw;
  }

  .yourlightplus-corner {
    margin-top:-7.5%;
    left: 1.5%;
  }
}

@media (max-width: 575px) {
  .overview-thumbnail-text {
    bottom: 2vw;
    font-size: 5vw;
    left: 3vw;
    text-shadow: 0 0 0.8vw #000000, 0 0 0.6vw #000000;
  }

  .text-img {
    bottom: 2vw;
    font-size: 3vw;
    left: 3vw;
    text-shadow: 0 0 0.8vw #000000, 0 0 0.6vw #000000;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .overview-thumbnail-text {
    bottom: 1.3vw;
    font-size: 2.4vw;
    left: 2.2vw;
    text-shadow: 0 0 0.4vw #000000, 0 0 0.3vw #000000;
  }

  .text-img {
    bottom: 1.3vw;
    font-size: 2.4vw;
    left: 2.2vw;
    text-shadow: 0 0 0.4vw #000000, 0 0 0.3vw #000000;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .overview-thumbnail-text {
    bottom: 1.0vw;
    font-size: 1.5vw;
    left: 1.8vw;
    text-shadow: 0 0 0.3vw #000000, 0 0 0.2vw #000000;
  }

  .text-img {
    bottom: 1.0vw;
    font-size: 1.5vw;
    left: 1.8vw;
    text-shadow: 0 0 0.3vw #000000, 0 0 0.2vw #000000;
  }
}

@media (min-width: 1200px)  {
  .overview-thumbnail-text {
    bottom: 0.7vw;
    font-size: 0.85vw;
    left: 0.9vw;
    text-shadow: 0 0 0.15vw #000000, 0 0 0.1vw #000000;
  }
  .text-img {
    bottom: 0.7vw;
    font-size: 1vw;
    left: 0.9vw;
  }

}

/* PRODUCT_IMG_SELECTOR:
TABBED IMAGE GALLERY + IMAGE MODAL (product-img-selector)
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_tab_img_gallery
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal_img */
.product-img-selector-column {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.product-img-selector-column img {
  cursor: pointer;
  opacity: 0.4;
}

.product-img-selector-column img:hover {
  opacity: 1;
}

.product-img-selector {
  bottom: -100%;
  left: -100%;
  margin: auto;
  height: auto;
  position: absolute;
  right: -100%;
  top: -100%;
}

/* PRODUCT_IMG_SELECTOR: DIMENSIONS FOR DIFFERENT DISPLAY SIZES */
@media (max-width: 575px) {
  .product-img-selector-column {
    height: 17.5vw;
    margin-right: 4px;
    margin-top: 4px;
    width: 35%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product-img-selector-column {
    height: 10vw;
    margin-right: 4px;
    margin-top: 4px;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .product-img-selector-column {
    height: 5vw;
    margin-right: 4px;
    margin-top: 4px;
    width: 20%;
  }
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row.template-withmargin-nogutters {
  margin-left: 5vw ;
  margin-right: 5vw ;
}

.row.template-withmargin-nogutters, .template-withmargin-nogutters > [class^="col-"], .template-withmargin-nogutters > [class*=" col-"] {
  padding-right: 0 ;
  padding-left: 0 ;
}
.infopage-textarea {
  color: white;
  font-size: calc(0.5em + 0.6vw);
  font-weight:300;
  margin-bottom: calc(8px + 1vw);
  margin-top: calc(8px + 1vw);
  padding-left: calc(8px + 1vw);
  padding-right: calc(8px + 1vw);
}

.infopage-textarea b {
  font-weight:500;
}

.infopage-textarea p {
  margin-bottom: calc(4px + 0.4vw);
}

.infopage-textarea ul {
  margin-bottom: calc(4px + 0.4vw);
  padding-left: calc(12px + 0.4vw);

}

.infopage-textarea a,
.startpage-image-textarea a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.startpage-image-textarea a:hover {
  color: #aaa;
}

.infopage-textarea a {
  color: #d60a1f;
  font-weight: 400;
  text-decoration: none;
}

/*###################Startseite###################*/
.container-full{
  height: 100%;
  margin: 0;
  width: 100%;
  z-index:1;
}

.startpage-image-textarea {
  background-color: rgb(36,36,36);
  background-color: rgba(36,36,36,0.8);
  border-radius: 0 6px 6px 0;
  bottom: 2vw;
  color: white;
  font-size: calc(0.8em + 0.5vw);
  font-weight:300;
  margin-bottom: calc(8px + 1vw);
  max-width: 80%;
  padding-left: calc(8px + 1vw);
  padding-right: calc(8px + 1vw);
  padding-top: calc(3px + 0.3vw);
  position: absolute;
}

.startpage-image-textarea b {
  font-weight:500;
}
.startpage-image-textarea p {
  margin-bottom: calc(4px + 0.4vw);
}

.startpage-container-half,
.startpage-container-full {
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .startpage-container-half{
    height:60vw;
  }
  .startpage-container-full{
    height:60vw;
  }
}

@media (min-width: 768px) {
  .startpage-container-half{
    height:30vw;
  }
  .startpage-container-full{
    height:50vw;
  }
}

.startpage-container-full picture img,
.startpage-container-half picture img {
  bottom: -9999px;
  height: auto;
  margin: auto;
  top: -9999px;
  width: 100%;
}

.infopage-image picture img {
  height: auto;
  width: 100%;
}


/* MODIFIED "NO-GUTTERS". FOR EXAMPLE FOR GRID-ROW-ELEMENTS */
.no-gutters {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding:0;
}

/* SPACE-TOP. FOR EXAMPLE ADDITIONAL TO NO-GUTTERS FOR GRID-ROW-ELEMENTS */
.space-top {
  margin-top:20px;
}

/* CONTAINER VIEWPORT - for fullscreen without margin/padding */
.container_viewport {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* cookie notifiaction */
#pc-cookie-notice {
    background: #3c3c3c;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 40px;
    left: 0;
    padding: 10 0 10;
    position: fixed;
    width: 100%;
}

#pc-button button {
  background: #d60a1f!important;
  border: 0!important;
  border-radius: 0!important;
  color: #fff;
  margin-top: 5px;
  padding-bottom:5px!important;
}

.product_attachment_list, .product_attachment_list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product_attachment_list li {
  margin-left: 2vw;
}

.product_attachment ul li:before {
  font-family: 'FontAwesome';
  content: '\f019';
  margin:0 0 0 -15px;
  font-size: 1.1vw;
  color: rgba(255, 255, 255, 0.5);
}

.product_attachment a {
  font-weight: 300;
  font-size: 1.1vw;
  padding: 0 0 0 1.5vw;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.product_attachment a:link {
  color: rgba(255, 255, 255, 0.5);
}

.product_attachment a:hover {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 575px) {
  .product_attachment a {
    font-size: 4vw;
  }

  .product_attachment ul li:before {
    font-size: 4vw;
  }

  .product_attachment li {
    padding: 0 0 0 5vw;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product_attachment a {
    font-size: 2.5vw;
  }

  .product_attachment ul li:before {
    font-size: 2.5vw;
  }

  .product_attachment li {
    padding: 0 0 0 4vw;
  }
}

@media (min-width: 768px) {
  .product_attachment a {
    font-size: 1.5vw;
  }

  .product_attachment ul li:before {
    font-size: 1.5vw;
  }

  .product_attachment li {
    padding: 0 0 0 2vw;
  }
}

@media (min-width: 1200px) {
  .product_attachment a {
    font-size: 1.1vw;
  }

  .product_attachment ul li:before {
    font-size: 1.1vw;
  }

  .product_attachment li {
    padding: 0 0 0 1vw;
  }
}

@media (min-width: 1500px) {
  .product_attachment a {
    font-size: 1.1vw;
  }

  .product_attachment ul li:before {
    font-size: 1.1vw;
  }

  .product_attachment li {
    padding: 0 0 0 0;
  }

  .product_attachment_list li {
    margin-left: 2.5vw;
  }
}
