﻿.hometop::before {
  content: "\f015";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


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;
}


.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;
}
 
.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;
}

@media screen and (max-width: 480px) {
 
 
  .lieferprogramm th,   .lieferprogramm td {
    display: block;
}
 
 
}