@media only screen and (max-width: 639px) {
  .kategorie-container {
    margin: 20px auto;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #service .inner-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "headline headline" "a b" "c d";
  }
  .slider-controls .prev {
    background: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 13px 5px 7px;
  }
  .slider-controls .next {
    background: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 7px 5px 13px;
  }
  #topseller .inner-container {
    display: grid;
    grid-template-columns: auto 230px auto;
  }
  #ausstellung {
    grid-template-columns: auto auto;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: "headline headline" "area1 area1" "area2 area2" "area3 area4" ". link";
    grid-gap: 5px;
  }
  #themenwelt > .inner-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "headline headline" "content content" "content content" "link link";
  }
}
@media only screen and (min-width: 640px) {
  #topkategorien {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 600px;
  }
}
.teaser {
  height: 350px;
  max-width: 1200px;
  margin: auto;
}
#teaser {
  display: block;
  height: auto;
  clear: both;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
#teaser #homeslider {
  width: 100%;
  display: block;
  position: relative;
}
#teaser .slideimg {
  position: absolute;
  top: 0;
  opacity: 0;
}
#teaser .slideimg:first-child {
  position: relative;
  opacity: 1;
}
#teaser .slidectrl > div {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#teaser .slidectrl .teaserprev {
  left: 10px;
}
#teaser .slidectrl .teasernext {
  right: 10px;
}
#teaser .slidectrl .teaserpfeil {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  cursor: pointer;
  width: 0;
}
#teaser .slidectrl .teaserprev .teaserpfeil {
  border-right: 15px solid rgba(0, 68, 106, 0.8);
  border-left: none;
  margin: 6px 0 0 5px;
}
#teaser .slidectrl .teasernext .teaserpfeil {
  border-right: none;
  border-left: 15px solid rgba(0, 68, 106, 0.8);
  margin: 6px 0 0 10px;
}
#teaser .slidectrl .teaserprev .teaserpfeil:hover {
  border-right-color: rgba(0, 68, 106, 0.6);
}
#teaser .slidectrl .teasernext .teaserpfeil:hover {
  border-left-color: rgba(0, 68, 106, 0.6);
}
#teaser .bottomctrl {
  position: absolute;
  bottom: 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
#teaser .bottomctrl .radio {
  border: 1px solid #333;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 3px;
  background: #fff;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#teaser .bottomctrl .radio.active {
  background: #555;
}
#teaser img {
  width: 100%;
}
.headline {
  background: rgba(0, 68, 106, 0.6);
  text-align: center;
  padding: 8px 0;
}
.headline .highlight {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 1%;
  margin: 8px 0 0;
  text-transform: none;
}
#topkategorien {
  margin: 10px auto;
}
#topkategorien a {
  text-decoration: none;
  color: #333333;
}
#topkategorien .alle-button,
#topkategorien .pfeile {
  text-align: center;
  padding: 0;
}
.topkategorie {
  border: 1px solid #cccccc;
  padding: 0 0 10px;
}
.topkategorie:hover,
a:focus .topkategorie {
  border: 1px solid #888888;
  opacity: 0.6;
}
.topkategorie img {
  width: 100%;
}
.topkategorie .kattext {
  position: relative;
  height: 55px;
  margin: 20px 0 0;
  text-align: center;
}
.topkategorie .kategorie {
  font-size: 14px;
  font-weight: 500;
}
.topkategorie .jetzt-sparen {
  width: 100%;
  color: rgba(0, 68, 106, 0.8);
  position: absolute;
  bottom: 0;
}
.kategorie-container {
  max-width: 300px;
}
#service {
  background: #f3f3f3;
}
#service .inner-container {
  margin: 10px auto;
  display: grid;
}
#service .inner-container .highlight {
  grid-area: headline;
}
.service-vorteil {
  margin: 0 2% 50px;
  text-align: center;
}
.vorteil-icon,
.service-vorteil span {
  display: block;
  margin: 5px auto;
  padding: 0 5px;
  font-size: 14px;
}
.service-vorteil .vorteil-icon img {
  height: 66px;
}
.service-vorteil .vorteil {
  font-size: 20px;
  margin: auto;
  max-width: 185px;
  color: rgba(74, 125, 155, 0.6);
}
.service-vorteil.vorteil-versand {
  background: #668fa6;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 200px;
  margin: auto;
}
.service-vorteil.vorteil-versand .vorteil {
  color: #ffffff;
  margin: 5px auto 0;
}
.service-vorteil.vorteil-versand .vorteil-text {
  font-size: 28px;
}
.service-vorteil.vorteil-versand img {
  margin: 15% auto;
}
#marken {
  text-align: center;
}
.marken-mit-bild {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr 1fr;
  grid-gap: 10px 20px;
  max-width: 1200px;
  margin: 10px auto;
}
.marke_bild {
  border: 1px solid #cccccc;
}
.marke_bild_foto {
  min-width: 100%;
}
.marke_bild_logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.marken-nur-logo {
  border-top: 1px solid #cccccc;
  max-width: 1200px;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  margin: 10px auto;
}
.marke_logo {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.marken-nur-logo > .marke_logo:nth-child(1) {
  border-left: 1px solid #cccccc;
}
.marken-nur-logo > .marke_logo:nth-child(6) {
  border-left: 1px solid #cccccc;
}
.marke_logo img {
  margin: 20px auto;
}
#marken .marke_bild:hover,
#marken .marke_logo:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#marken .alle-button {
  margin: auto;
  max-width: 1200px;
}
.sliderpfeil-background {
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.slider {
  position: relative;
  touch-action: pan-y;
  margin: 0 auto;
  width: 100%;
  grid-area: items;
}
.slider ul {
  list-style: none;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}
.slider ul li {
  margin-right: 10px;
}
#topseller {
  background: #f3f3f3;
  text-align: center;
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}
#slider-topseller {
  grid-area: items;
}
#topseller .inner-container {
  display: grid;
  grid-template-columns: auto 1200px auto;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: ". headline headline ." "left items items right" "left items items right";
  justify-items: center;
  margin: auto;
}
#topseller .highlight {
  grid-area: headline;
}
#topseller img {
  max-width: unset;
}
#topseller a {
  text-decoration: none;
}
#topseller .productlabel {
  position: absolute;
}
#topseller .productlabel img {
  height: 30px;
  margin: 0 3px 0 0;
}
#topseller .product_teaser {
  height: 375px;
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  z-index: 1;
  width: 100%;
}
#topseller .slider-item {
  margin: 8px;
  width: 272px;
  min-width: unset;
  max-width: unset;
  float: left;
  padding: 5px;
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
}
#topseller .slider-item:hover .product-longname {
  display: block;
}
#topseller .product-image {
  margin: 10px;
  display: block;
}
#topseller .itemname {
  position: relative;
  width: 95%;
  margin: auto;
}
#topseller .product-name {
  height: 34px;
  margin: 0;
  font-weight: normal;
  color: #333;
  text-align: left;
}
#topseller .product-longname {
  display: none;
  color: #333;
  position: absolute;
  bottom: 0;
  background: #fff;
  z-index: 1;
  -moz-box-shadow: 0 10px 10px 5px #888;
  -webkit-box-shadow: 0 10px 10px 5px #888;
  box-shadow: 0 10px 10px 5px #888;
  padding: 10px;
}
#topseller .price-box {
  height: 80px;
  text-align: right;
  margin: auto;
  width: 95%;
}
#topseller .price-box .preis_ab:before {
  padding: 0 5px 0 0;
  font-size: 16px;
  content: "ab";
  display: inline-block;
}
#topseller .price-box .price {
  font-size: 20px;
}
#topseller .uvpliste {
  text-align: right;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  position: relative;
}
#topseller .uvpliste:before {
  content: "statt";
  display: inline-block;
  position: absolute;
  left: -30px;
  bottom: 1px;
  font-size: 0.9em;
  color: #333;
}
#topseller .uvpliste .price {
  color: #333;
  font-size: 12px !important;
}
#topseller .uvpliste .price:before {
  right: 14px;
  top: 7px;
  content: "";
  height: 1px;
  width: 80%;
  display: inline-block;
  border-bottom: 2px solid rgba(236, 102, 8, 0.8);
  -moz-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  position: absolute;
}
#topseller .streichprice_final {
  clear: both;
  background: rgba(0, 68, 106, 0.15);
  text-align: center;
  font-size: 13px;
  color: #00446a;
  line-height: 29px;
}
.slider-controls div {
  cursor: pointer;
}
.slider-controls div .sliderpfeil {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: block;
  width: 0;
}
.slider-controls .pro-prev .sliderpfeil {
  border-left: none;
  border-right: 20px solid rgba(0, 68, 106, 0.8);
}
.slider-controls .pro-next .sliderpfeil {
  border-left: 20px solid rgba(0, 68, 106, 0.8);
  border-right: none;
}
.slider-controls .pro-prev:hover .sliderpfeil {
  border-right-color: rgba(0, 68, 106, 0.6);
}
.slider-controls .pro-next:hover .sliderpfeil {
  border-left-color: rgba(0, 68, 106, 0.6);
}
.sliderpfeil-left {
  grid-area: left;
  align-self: center;
  margin: 0 auto 0 5px;
  z-index: 2;
}
.sliderpfeil-right {
  grid-area: right;
  align-self: center;
  margin: 0 5px 0 auto;
  z-index: 2;
}
#kunden-produkte li {
  background-color: #fff;
  margin: 10px auto;
  width: 250px;
  border: 1px solid #e7e7e7;
}
#ausstellung {
  max-width: 1200px;
  margin: auto;
  display: grid;
  hyphens: none;
}
#ausstellung .highlight {
  grid-area: headline;
  text-align: center;
}
#ausstellung .ausstellung {
  overflow: hidden;
  height: 100%;
  width: 98%;
  margin: auto;
}
#ausstellung .ausstellung img {
  height: 100%;
  width: 100%;
}
#ausstellung .ausstellung h3 {
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  margin: 8px 7%;
  font-size: 18px;
}
#ausstellung .ausstellung ul {
  margin: 20px 8% 0;
}
#ausstellung .ausstellung li {
  padding: 0 0 12px;
  display: table;
  font-size: 16px;
}
#ausstellung .ausstellung li span {
  display: table-cell;
  padding-left: 10px;
  color: #ffffff;
}
#ausstellung .ausstellung li p {
  margin: 0;
  line-height: 1;
}
#ausstellung .ausstellung li p.tag {
  margin: 0 0 10px;
}
#ausstellung .ausstellung address {
  font-size: 12px;
}
#ausstellung #ausstellung1 {
  background: rgba(0, 68, 106, 0.8);
  grid-area: area1;
}
#ausstellung #ausstellung2 {
  grid-area: area2;
}
#ausstellung #ausstellung3 {
  background: rgba(0, 68, 106, 0.4);
  text-align: center;
  grid-area: area3;
  min-width: 190px;
}
#ausstellung #ausstellung3 li {
  padding: 0 0 15px;
  width: 100%;
  color: #ffffff;
}
#ausstellung #ausstellung4 {
  grid-area: area4;
}
#ausstellung img {
  display: block;
}
#ausstellung img.icon-haken {
  width: 20px;
  height: 15px;
}
#ausstellung .alle-button {
  grid-area: link;
}
#ausstellung3 ul li span {
  text-decoration: underline;
  padding-left: 0 !important;
  display: block !important;
}
#themenwelt {
  background: #f3f3f3;
}
#themenwelt > .inner-container {
  max-width: 1200px;
  margin: 10px auto;
  display: grid;
  text-align: center;
}
#themenwelt > .inner-container > .highlight {
  grid-area: headline;
}
#themenwelt .thema {
  border: 1px solid #f3f3f3;
  min-width: 98%;
}
#themenwelt .thema img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#themenwelt .thema span {
  color: #fff;
  display: block;
  text-align: center;
  background: #888888;
  padding: 5px 0;
  border-top: 2px solid #f3f3f3;
  font-size: 14px;
  margin: 0 auto;
}
#themenwelt .thema:hover span {
  background: #999999;
}
#themenwelt .alle-button {
  grid-area: link;
}
#portraittext {
  font-size: 13px;
  color: #333333;
  text-align: center;
  max-width: 1200px;
  margin: 10px auto;
}
#portraittext h1,
#portraittext h2,
#portraittext h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  color: rgba(0, 68, 106, 0.6);
  text-transform: uppercase;
}
#portraittext h1 {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
}
#portraittext a.textlink {
  border: none;
  font-weight: bold;
}
#portraittext .data-key {
  color: #333333;
}
#partner-icons {
  text-align: center;
  max-width: 1200px;
  margin: 10px auto;
}
#partner-icons .partner-icon {
  display: inline-block;
  margin: 10px;
}
#partner-icons .partner-icon img {
  height: 65px;
}
#partner-icons .partner-icon:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.servicep {
  font-size: 10px;
  margin: 30px auto 10px;
  clear: both;
  padding: 0 10px;
  max-width: 1200px;
}
.cms-home .page-main {
  max-width: 100vw;
}
#maincontent > .columns > .main {
  min-width: 100%;
}
.alle-button,
.pfeile {
  text-align: right;
  padding: 10px;
}
.pfeile:after {
  content: '\25B8 \25B8';
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  letter-spacing: -2px;
}
.highlight {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px;
  font-weight: normal;
}
.footnotes {
  max-width: 1200px;
  font-size: 10px;
  margin: 30px auto 10px;
  padding: 0 10px;
}
#homeslider a {
  display: block;
}
#homeslider a:focus {
  border: none;
}
#homeslider a:focus img {
  opacity: 0.6;
}
