﻿.shopsoverlay li a.shop_usa, .shopsoverlay li a.shop_ca, .shopsoverlay li a.shop_fra, .shopsoverlay li a.shop_ch {
        filter:grayscale(100%);
        opacity: 0.65;
        pointer-events:none;
    }


.hometop::before {
  content: "\f015";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#logreg {
  position: relative;
  bottom: 5%;
  color: #666;
  background: #fff;
  left: 2%;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  text-align: center;
  z-index: 99999;
  transition: all linear 0.25s;
}


h2 {
color: #ee7100;
font-size:35px;
}

#form_bender {
  border: 1px solid #ee7100;
  border-radius: 10px;
  padding: 20px;
}

.media_image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  padding: 15px;
  overflow: hidden;
}

.media_image img {
  border: 0px solid #ccc;
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}


.highlights .more_btn, .vorteile .more_btn  {
display:none;
}


.zubehoer .xcol-pic-box   {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px;
}




.zubehoer .xcol-pic-box > a  {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    height:100%;
}

.zubehoer .xcol-pic-box  img  {
    height:100%;
  object-fit: cover;
}


.videoitemsquare .videobox_content {
    border: 3px solid #ee7100;
    border-radius: 10px;
    overflow: hidden;
}


.vorteile .x-column  {
    margin: 0 0 30px;
}

.vorteile .videosection  {
    margin: 0 0 100px !important;
}




.downloaditem {
    background: #ee7100;
    color: #fff !important;
    font-weight: 600;
    border: 0;
}

.downloaditem::after {
    color: #ee7100;
    border:0;
}

.downloaditem input {
    color: #fff !important;
    font-weight: 600;
}


.highlights h3, .vorteile h3  {
    position: relative;
    color: #ee7100;
    font-weight: bold;
    font-size: 20px;
    display:flex;
}

.highlights .x-column {
margin: 0 0 50px;
}


.raute {
    display:inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background:#transparent;
    z-index:0;
    color: #fff;
    font-weight: bold;
}

.highlights h3 .raute {
    padding-right:20px;
}


.vorteile h3 .raute {
    padding-right:50px;
}

.vorteile .x-column  {
    margin: 0 0 0px;
}

.vorteile .videosection  {
    margin: 100px 0 0 !important;
}


 
.raute::before {
    content:"";
    display:inline-flex;
    position: absolute;
    background:#fab400;
    width:45px;
    height:45px;
    left:-11px;
    z-index: -2;
    transform: rotate(-45deg);
}
 
.raute::after {
    content:"";
    display:inline-flex;
    position: absolute;
    z-index: -1;
    background:#ee7100;
    width:40px;
    height:40px;
    left:-5px;
    transform: rotate(-45deg);
}
 


.lieferprogramm table {
    border-collapse:collapse;
    width:100%;
}

.lieferprogramm tr {
 
}

.lieferprogramm tr:nth-of-type(1) {
    background:#ee7100;
    white-space: nowrap;
    color: #fff;
}

.lieferprogramm tr:nth-of-type(1) td:not(:last-child)  {
    border-right: 0px solid #000;
}

.lieferprogramm td {
    vertical-align: middle;
    padding: 5px 20px;
    border: 1px solid #000;
}

.lieferprogramm tr:nth-of-type(1n+2) td:nth-of-type(1), #lieferprogramm tr:nth-of-type(1n+2) td:nth-of-type(2) {
    vertical-align: center !important;
    background:#fab400;
    font-weight: bold;
}

.lieferprogramm tr td:nth-of-type(1), .lieferprogramm tr td:nth-of-type(5) {
    border-right:none;
}

.lieferprogramm tr td:nth-of-type(2), .lieferprogramm tr td:nth-of-type(6)  {
    border-left:none;
}

.lieferprogramm td:nth-of-type(4) {
    vertical-align: middle !important;
    text-align: center;
}

.lieferprogramm a img {
    width: 25px;
}

.prodbox > a img {
  padding: 15px;
  border-radius: 100%;
}



@media screen and (max-width: 480px) {
 
 
  .lieferprogramm th,   .lieferprogramm td {
    display: block;
}
 
 
}