/* #Imports
================================================== */
/* 00 Settings */
/* 01 Tools */
/* 02 Generic */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*[class*=offset],
#fancybox-wrap,
#fancybox-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* 03 Elements */
html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
}

strong {
  font-weight: 700;
}

header,
main,
footer,
section,
article {
  float: left;
  width: 100%;
}

img {
  max-width: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1,
.h1 {
  font-size: 35px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

p {
  margin: 0;
}

p + p {
  margin-top: 18px;
}

.download-link img {
  position: relative;
  top: 2px;
}
.download-link + .download-link {
  position: relative;
  color: #fff;
}
.download-link + .download-link::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -40px;
  background-color: rgb(183, 28, 28);
  height: calc(100% + 20px);
  width: calc(100% + 60px);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  z-index: -1;
}

/* 04 Objects */
.padded {
  padding: 80px 0;
}

.padded-half {
  padding: 40px 0;
}

.blocklink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.btn {
  font-weight: 700;
  padding: 16px 38px;
  display: inline-block;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -ms-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
.btn.primary {
  background-color: rgba(0, 0, 0, 0.88);
  color: white;
}
.btn.primary:hover {
  background-color: rgb(183, 28, 28);
}
.btn.secondary {
  background-color: rgb(183, 28, 28);
  color: white;
}
.btn.secondary:hover {
  background-color: rgba(0, 0, 0, 0.88);
}

button.btn {
  padding-top: 19px;
  padding-bottom: 19px;
}

.material-icons-wrapper {
  display: inline-block;
  position: relative;
  padding: 12px;
}
.material-icons-wrapper .material-icons {
  float: left;
  display: block;
}

#lang_change {
  position: absolute;
  right: 0px;
  display: flex;
  /* color: #fcfcfc !important; */
  list-style: none;
  /* top: 40px; */
  width: 40px;
  /* left: 36%; */
  float: right;
  flex-direction: row;
  padding: 0px;
  margin-bottom: 0px;
  z-index: 10000;
  margin-top: 39px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 910px) {
  #lang_change {
    margin-top: 15px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #lang_change {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 959px) and (max-width: 1050px) {
  #lang_change {
    margin-right: 0px;
  }
}

#lang_change li {
  margin: 0px 10px 0px 0px !important;
  border: 0px !important;
  padding-bottom: 0px;
  height: 30px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
}

.language.active {
  display: none;
}

@media only screen and (max-width: 767px) {
  #lang_change {
    margin-right: 35px;
    margin-top: 15px;
  }
}
/* 05 Components */
header {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  background-color: white;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}

.header-logo a {
  display: inline-block;
  float: left;
  width: 100%;
}
.header-logo a img {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .header-logo a img {
    height: 60px;
    width: auto;
  }
}

.header-navigation-responsive {
  display: none;
  position: absolute;
  top: 6px;
  right: 0;
  float: right;
  cursor: pointer;
}
.header-navigation-responsive .material-icons-wrapper {
  float: left;
}
@media only screen and (max-width: 959px) {
  .header-navigation-responsive {
    display: block;
  }
}

@media only screen and (max-width: 959px) {
  .header-navigation-wrapper {
    display: none !important;
  }
}
.header-navigation-wrapper .header-navigation {
  float: left;
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
}
.header-navigation-wrapper .header-navigation ul.level1 {
  float: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .header-navigation-wrapper .header-navigation ul.level1 {
    float: right;
    font-size: 14px;
    margin-right: 55px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1199px) {
  .header-navigation-wrapper .header-navigation ul.level1 {
    float: right;
    font-size: 12px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 959px) and (max-width: 1050px) {
  .header-navigation-wrapper .header-navigation ul.level1 {
    float: right;
    font-size: 12px;
    margin-right: 40px;
    line-height: 27px;
  }
}
.header-navigation-wrapper .header-navigation ul.level1 > li {
  position: relative;
  float: left;
}
.header-navigation-wrapper .header-navigation ul.level1 > li > a {
  position: relative;
  display: block;
  float: left;
  padding: 20px 20px 38px 20px;
}
.header-navigation-wrapper .header-navigation ul.level1 > li::before {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: -5px;
  background-color: rgb(183, 28, 28);
  height: 100%;
  width: 100%;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  -ms-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
.header-navigation-wrapper .header-navigation ul.level1 > li > ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -25px;
  padding-top: 20px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  -ms-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
.header-navigation-wrapper .header-navigation ul.level1 > li > ul::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
.header-navigation-wrapper .header-navigation ul.level1 > li > ul > li {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  white-space: nowrap;
}
.header-navigation-wrapper .header-navigation ul.level1 > li > ul > li > a {
  padding: 5px 40px 5px 20px;
  display: block;
  float: left;
  width: 100%;
}
.header-navigation-wrapper .header-navigation ul.level1 > li[class*=current] > a {
  color: white;
}
.header-navigation-wrapper .header-navigation ul.level1 > li[class*=current]::before {
  visibility: visible;
  opacity: 1;
}
.header-navigation-wrapper .header-navigation ul.level1 > li > ul > li:hover > a, .header-navigation-wrapper .header-navigation ul.level1 > li > ul > li[class*=current] > a {
  color: rgb(183, 28, 28);
}
.header-navigation-wrapper .header-navigation ul.level1:hover > li[class*=current] > a {
  color: rgb(183, 28, 28);
}
.header-navigation-wrapper .header-navigation ul.level1:hover > li[class*=current]::before {
  visibility: hidden;
  opacity: 0;
}
.header-navigation-wrapper .header-navigation ul.level1:hover > li:hover > a {
  color: white;
}
.header-navigation-wrapper .header-navigation ul.level1:hover > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header-navigation-wrapper .header-navigation ul.level1:hover > li:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-navigation-wrapper .header-navigation ul.level3 {
  display: none;
}

.kopfbilder {
  margin-top: 105px;
}
@media only screen and (max-width: 959px) {
  .kopfbilder {
    margin-top: 60px;
  }
}
.kopfbilder .slides,
.kopfbilder .slide {
  float: left;
  width: 100%;
}
.kopfbilder img {
  float: left;
  width: 100%;
  display: block;
}

.kopfvideo iframe {
  border: none;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.breadcrumb-navigation {
  float: left;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
}
.breadcrumb-navigation nav {
  float: left;
  width: 100%;
}
.breadcrumb-navigation nav ul {
  float: left;
}
.breadcrumb-navigation nav ul li {
  float: left;
}
.breadcrumb-navigation nav ul li a {
  float: left;
}
.breadcrumb-navigation nav ul li > ul li:before {
  content: "chevron_right";
  padding: 0 20px;
  float: left;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-navigation nav ul li > ul li:before {
    padding: 0 10px;
  }
}

.dynamiccontent .dc_bestellung-button {
  position: absolute;
  top: 0;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .dynamiccontent .dc_bestellung-button {
    margin-left: 15px;
    position: relative;
    top: 0;
    right: 0;
  }
}
.dynamiccontent .dc_bestellung-button a {
  padding: 10px 30px;
  background-color: rgb(245, 245, 245);
  display: inline-block;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.dynamiccontent .dc_bestellung-button a:hover {
  background-color: rgb(183, 28, 28);
  color: white;
}
.dynamiccontent .galerie {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
}
.dynamiccontent .galerie a {
  width: 33.3333333333%;
  padding: 15px;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .dynamiccontent .galerie a {
    width: 50%;
    padding: 15px;
    height: 165px;
  }
}
.dynamiccontent .galerie a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.dynamiccontent .galerie a img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
.dynamiccontent article + article {
  margin-top: 50px;
}
.dynamiccontent article .mtop {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  height: 325px;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .dynamiccontent article .mtop {
    height: 225px;
  }
}
.dynamiccontent article .dokumente {
  list-style: none;
  margin-left: 15px;
  float: left;
}
.dynamiccontent article:first-child {
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .dynamiccontent article:first-child {
    margin-top: 20px;
  }
}
.dynamiccontent article:last-child {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .dynamiccontent article:last-child {
    margin-bottom: 0px;
  }
}
.dynamiccontent article .bilder {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 800px) {
  .dynamiccontent article .bilder .owl-carousel .owl-nav {
    display: none;
  }
}
.dynamiccontent article .bilder .bild {
  box-sizing: border-box;
  padding: 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .dynamiccontent article .bilder .bild {
    width: 50%;
  }
}
.dynamiccontent article .bilder .bild .biild-link {
  display: block;
  float: left;
}
.dynamiccontent article .bilder .bild img {
  float: left;
  width: 100%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: transform, box-shadow;
  -moz-transition-property: transform, box-shadow;
  -ms-transition-property: transform, box-shadow;
  -o-transition-property: transform, box-shadow;
  transition-property: transform, box-shadow;
}
.dynamiccontent article .bilder .bild img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
.dynamiccontent article .bilder .bild.ganze_breite {
  width: 100%;
}
.dynamiccontent article .bilder .bild.ganze_breite img {
  height: auto;
  width: 100%;
}
.dynamiccontent article ul.videos {
  padding-left: 0px;
}
.dynamiccontent article ul.videos li.video {
  list-style: none;
}
.dynamiccontent article ul.videos li.video iframe {
  width: 100%;
  height: 675px;
  margin-top: 45px;
}
.dynamiccontent article ul.videos li.video img.ratio {
  display: none;
}

.news.list article {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 959px) {
  .news.list article {
    flex-direction: column;
  }
}
.news.list article .news-text-wrapper,
.news.list article .news-article-image {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .news.list article .news-text-wrapper,
  .news.list article .news-article-image {
    width: 100%;
  }
}
.news.list article .news-text-wrapper {
  padding: 20px 30px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .news.list article .news-text-wrapper {
    order: 2;
  }
}
.news.list article .news-article-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  float: left;
}
@media only screen and (max-width: 959px) {
  .news.list article .news-article-link {
    position: static;
    width: 100%;
  }
  .news.list article .news-article-link .btn.primary {
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
}
.news.list article img {
  float: left;
  display: block;
}
@media only screen and (max-width: 959px) {
  .news.list article img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 250px;
  }
}
.news.home {
  background-color: rgba(0, 0, 0, 0.08);
}
.news.home article {
  background-color: white;
}
.news.detail .news-article-bilder {
  float: left;
  width: 100%;
}
.news.detail .news-article-link {
  float: left;
  width: 100%;
}
.news.detail .news-article-dokumente {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.news.detail article {
  padding-bottom: 80px;
}

.marketplace.list article {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 959px) {
  .marketplace.list article {
    flex-direction: column;
  }
}
.marketplace.list article .marketplace-text-wrapper,
.marketplace.list article .marketplace-article-image {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .marketplace.list article .marketplace-text-wrapper,
  .marketplace.list article .marketplace-article-image {
    width: 100%;
  }
}
.marketplace.list article .marketplace-text-wrapper {
  padding: 20px 30px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .marketplace.list article .marketplace-text-wrapper {
    order: 2;
  }
}
.marketplace.list article .marketplace-article-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  float: left;
}
@media only screen and (max-width: 959px) {
  .marketplace.list article .marketplace-article-link {
    position: static;
    width: 100%;
  }
  .marketplace.list article .marketplace-article-link .btn.primary {
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
}
.marketplace.list article img {
  float: left;
  display: block;
}
@media only screen and (max-width: 959px) {
  .marketplace.list article img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 250px;
  }
}
.marketplace.home {
  background-color: rgba(0, 0, 0, 0.08);
}
.marketplace.home article {
  background-color: white;
}
.marketplace.detail .marketplace-article-image {
  width: 100%;
  margin-bottom: 80px;
}
.marketplace.detail .marketplace-article-bilder {
  float: left;
  width: 100%;
}
.marketplace.detail .marketplace-article-bilder .bild {
  margin: 0;
  padding: 15px;
}
.marketplace.detail .marketplace-article-bilder .bild a, .marketplace.detail .marketplace-article-bilder .bild img {
  display: block;
}
.marketplace.detail .marketplace-article-link {
  /*margin-top: 80px;*/
  float: left;
  width: 100%;
}
.marketplace.detail .marketplace-article-dokumente {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.marketplace.detail article {
  padding-bottom: 80px;
}

form {
  float: left;
  width: 100%;
}
form fieldset {
  border: none;
  outline: none;
  padding: 0;
}
form fieldset label {
  font-size: 14px;
}
form fieldset select,
form fieldset input,
form fieldset textarea {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  border: none;
  outline: none;
  background-color: white;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
form fieldset select:focus,
form fieldset input:focus,
form fieldset textarea:focus {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
form fieldset select.error,
form fieldset input.error,
form fieldset textarea.error {
  background-color: rgb(249.1611374408, 216.8388625592, 216.8388625592);
}
form fieldset .control-group {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
form fieldset button {
  float: right;
}

.filter {
  margin-top: 36px;
  margin-bottom: 47px;
}
.filter .filter-wrapper {
  background-color: rgba(0, 0, 0, 0.08);
  display: flex;
  align-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  .filter .filter-wrapper {
    flex-direction: column;
  }
}
.filter .filter-wrapper .filter {
  flex: 1;
  margin: 0 15px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .filter .filter-wrapper .filter {
    margin: 0px;
  }
}
.filter .filter-wrapper .filter .groesse-filter--breite,
.filter .filter-wrapper .filter .groesse-filter--felge {
  width: 50%;
  float: left;
}
.filter .filter-wrapper .filter .groesse-filter--breite {
  border-right: 1px solid white;
}
.filter .filter-wrapper .filter .groesse-filter--felge {
  border-left: 1px solid white;
}
.filter .filter-wrapper .filter .filter-name {
  padding: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
.filter .filter-wrapper .filter .filter-name:after {
  position: absolute;
  right: 20px;
  content: "keyboard_arrow_down";
  float: left;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.88);
}
.filter .filter-wrapper .filter .filter-name:hover {
  background-color: rgb(245, 245, 245);
}
.filter .filter-wrapper .filter .filter-dropdown {
  max-height: 500px;
  overflow: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  z-index: 10;
  left: 0;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background-color: white;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
@media only screen and (max-width: 1200px) {
  .filter .filter-wrapper .filter .filter-dropdown {
    width: 100% !important;
  }
}
.filter .filter-wrapper .filter .filter-dropdown.groesse {
  width: 300px;
}
.filter .filter-wrapper .filter .filter-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.filter .filter-wrapper .filter .filter-dropdown li {
  padding: 10px 20px 10px 60px;
  cursor: pointer;
}
.filter .filter-wrapper .filter .filter-dropdown li::before {
  content: "check_box_outline_blank";
  position: absolute;
  left: 20px;
  float: left;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.88);
}
.filter .filter-wrapper .filter .filter-dropdown li.active::before {
  content: "check_box";
  color: rgb(183, 28, 28);
}
.filter .filter-wrapper .filter input {
  width: 100%;
  padding: 20px;
  outline: none;
  border: none;
  line-height: 1.5;
  background-color: transparent;
}
.filter .filter-wrapper .filter input:focus {
  background-color: rgb(245, 245, 245);
}
.filter .filter-wrapper .filter:first-child {
  margin-left: 0;
}
.filter .filter-wrapper .filter:last-child {
  margin-right: 0;
}

.brand-filter {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.brand-filter-wrapper {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand {
  width: 28.5714285714%;
  padding: 15px;
  cursor: pointer;
}
.brand.active .brand-inner {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
.brand-inner {
  border: 1px solid rgb(245, 245, 245);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.brand[data-id="21"] .brand-inner {
  display: grid;
  place-items: center;
}
.brand[data-id="21"] img {
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .brand[data-id="21"] img {
    padding: 24px 24px;
  }
}
.brand img {
  display: block;
}

.contact {
  background-color: rgba(0, 0, 0, 0.08);
}

#googlemap {
  margin-top: 40px;
  height: 500px;
  width: 100%;
  margin-bottom: 80px;
}

.call2action {
  background-color: rgba(0, 0, 0, 0.26);
}
.call2action .call2action-data * {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .call2action .call2action-data * {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .call2action .call2action-data {
    margin-top: 15px;
  }
}
.call2action h2 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .call2action h2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }
}

#reifenbestellformular {
  padding-left: 15px;
  padding-right: 15px;
}
#reifenbestellformular .danke {
  margin-bottom: 50px;
  margin-top: 30px;
}
#reifenbestellformular .demo {
  width: 100%;
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
  padding: 5px;
}
#reifenbestellformular .demo th {
  border: 1px solid #C0C0C0;
  padding: 5px;
  background: #F0F0F0;
}
#reifenbestellformular .demo td {
  border: 1px solid #C0C0C0;
  padding: 5px;
}
#reifenbestellformular .demo td::before {
  width: 200px;
}
#reifenbestellformular form .nomargin {
  margin-top: 0px !important;
}
#reifenbestellformular form input[type=text], #reifenbestellformular form input[type=number], #reifenbestellformular form input[type=email] {
  width: 100%;
  height: 100%;
  border: 0px;
}
#reifenbestellformular form input[type=checkbox] {
  position: absolute;
  height: 15px;
  width: 15px;
  margin-top: 5px;
  margin-left: 10px;
}
#reifenbestellformular form .checkbox span p {
  margin-left: 45px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#reifenbestellformular form th {
  text-align: left;
}
#reifenbestellformular form .form-action {
  padding-top: 50px;
  margin-bottom: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
#reifenbestellformular form button:hover {
  background-color: #ee2323;
}
#reifenbestellformular form button {
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #b71c1c;
  padding: 15px 25px 15px 25px;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
#reifenbestellformular form .demo {
  margin-bottom: 60px;
  margin-top: 30px;
}
#reifenbestellformular .delbefore::before {
  content: "";
  width: 0px !important;
}
#reifenbestellformular .delbeforetd::before {
  content: "";
  width: 0px !important;
}
#reifenbestellformular .delbefore {
  margin-top: 20px;
  border-top: 2px solid #C0C0C0 !important;
}
#reifenbestellformular .bt-content {
  width: 100%;
}
#reifenbestellformular td::before {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #reifenbestellformular .title {
    font-weight: 600;
  }
  #reifenbestellformular .demo {
    border: 0px !important;
    margin-bottom: 40px;
  }
}

#team {
  padding: 40px 0;
}
#team .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#team .team-wrapper {
  background-color: rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
}
#team article img {
  display: block;
}
#team article .text {
  float: left;
  width: 100%;
  padding: 20px;
}
#team article .text h2 {
  margin-bottom: 0;
}
#team article .text .funktion {
  color: rgba(0, 0, 0, 0.26);
  margin-bottom: 24px;
}
#team article .text span {
  display: block;
  width: 100%;
  float: left;
}
#team article .text span a:hover, #team article .text span a:focus {
  color: rgba(0, 0, 0, 0.8);
}
#team article .text .telefon,
#team article .text .email {
  display: block;
  margin-top: 0.2em;
  color: rgba(0, 0, 0, 0.26);
}
#team article .text .slogan {
  margin-top: 25px;
  float: left;
  width: 100%;
}

.produkte {
  padding-bottom: 100px;
}
.produkte .schlaeuche {
  margin-top: 60px;
}
.produkte .schlaeuche table {
  margin-top: 10px !important;
  width: 100%;
  display: table !important;
}
.produkte .prod-wrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.produkte .prod-card-outer {
  width: 25%;
  float: left;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .produkte .prod-card-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .produkte .prod-card-outer {
    width: 100%;
  }
}
.produkte .prod-card {
  position: relative;
}
@media only screen and (min-width: 959px) {
  .produkte .prod-card {
    height: 100%;
  }
}
.produkte .prod-card:hover, .produkte .prod-card:focus {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.26);
}
@media only screen and (min-width: 959px) {
  .produkte .prod-image {
    height: 270px;
  }
}
.produkte .prod-card-footer {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 20px;
}
@media only screen and (min-width: 959px) {
  .produkte .prod-card-footer {
    height: calc(100% - 270px);
  }
}
.produkte .prod-card-footer h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.produkte .prod-card-footer h4 {
  color: rgba(0, 0, 0, 0.26);
  font-weight: 400;
  font-size: 16px;
}
.produkte.detail p + .reifen-datenblatt {
  margin-top: 25px;
}
.produkte.detail .reifen-datenblatt {
  float: left;
  width: 100%;
}
.produkte.detail .reifen-datenblatt a {
  position: relative;
  float: left;
  display: block;
  padding: 7px 25px 7px 10px;
  background-color: #b71c1c;
  color: white;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.produkte.detail .reifen-datenblatt a i {
  float: left;
  margin-right: 10px;
}
.produkte.detail .reifen-datenblatt a:hover {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
.produkte.detail table {
  float: left;
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}
.produkte.detail table .highlight {
  background: rgba(152, 152, 152, 0.26);
}
@media only screen and (max-width: 959px) {
  .produkte.detail table {
    display: block;
    overflow: auto;
  }
}
@media screen and (min-width: 1051px) {
  .produkte.detail table thead {
    position: sticky;
    background-color: #fff;
    top: 120px;
  }
  .produkte.detail table thead:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    bottom: 100%;
    background-color: #fff;
  }
}
.produkte.detail table tr {
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.produkte.detail table th {
  text-align: left;
  padding: 0 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.produkte.detail table th small {
  position: absolute;
  bottom: -2px;
  right: 0;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 400;
}
.produkte.detail table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 16px;
  font-family: "Roboto Mono", Monospace;
  font-size: 15px;
}
.produkte.detail table th,
.produkte.detail table td {
  height: 47px;
}
.produkte.detail table th:first-child,
.produkte.detail table td:first-child {
  padding-left: 0;
}
.produkte.detail table th:last-child,
.produkte.detail table td:last-child {
  text-align: right;
  padding-right: 0;
}
.produkte.detail table th.rs_title,
.produkte.detail table td.rs_title {
  text-align: left;
  font-weight: 600;
  height: 50px;
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 959px) {
  .footer-navigation-container-wrapper {
    display: none;
  }
}

.footer-navigation {
  float: left;
  width: 100%;
}
.footer-navigation ul.level3 {
  display: none;
}
.footer-navigation ul.level1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-navigation ul.level1 a:hover, .footer-navigation ul.level1 a[class*=current] {
  color: rgb(183, 28, 28);
}
.footer-navigation ul.level1 > li > a {
  font-size: 18px;
  margin-bottom: 18px;
  display: inline-block;
}
.footer-navigation ul.level1 > li > ul > li > a {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    display: none !important;
  }
}
.footer-meta-informations {
  background-color: rgba(0, 0, 0, 0.88);
  color: white;
}
.footer-meta-informations .footer-meta-contact {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-meta-informations .footer-meta-contact .footer-logo a img {
    width: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-meta-informations .footer-meta-contact .footer-opening-hours {
    margin-top: 23px;
  }
}
.footer-meta-informations .footer-meta-contact-prefix {
  width: 45px;
  display: inline-block;
}
.footer-meta-informations .footer-meta-contact .footer-quicklinks {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer-meta-informations .footer-meta-contact .footer-quicklinks {
    margin-top: 20px;
    justify-content: flex-start;
  }
}
.footer-meta-informations .footer-meta-contact .social-icon {
  float: left;
  margin-left: 15px;
}
.footer-meta-informations .footer-meta-contact .social-icon:first-child {
  margin-left: 0;
}
.footer-meta-informations .footer-meta-contact .social-icon img {
  height: 24px;
  display: inline-block;
}
.footer-meta-informations .footer-meta-contact .social-icon a {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  padding: 12px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.footer-meta-informations .footer-meta-contact .social-icon a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.footer-meta-informations .footer-meta-copy {
  border-top: 1px solid #707070;
  padding: 20px 0;
}
.footer-meta-informations .footer-meta-copy .copy {
  float: left;
}
@media only screen and (max-width: 767px) {
  .footer-meta-informations .footer-meta-copy .copy {
    width: 90%;
    margin-left: 15px;
  }
}
.footer-meta-informations .footer-meta-copy .meta-links {
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer-meta-informations .footer-meta-copy .meta-links {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
  }
}

.responsive-navigation {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #EDEEEE;
  padding-top: 60px;
  display: none;
}
.responsive-navigation.active {
  display: block;
}
.responsive-navigation .responsive-navigation-scroll {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  overflow-x: auto;
  padding-bottom: 30px;
}
.responsive-navigation .responsive-navigation-scroll .toggle-button {
  /* position: absolute; */
  float: right;
  margin-top: -65px;
  margin-right: 0px;
  background-color: #3f403e;
  cursor: pointer;
  padding: 5px;
}
.responsive-navigation .responsive-navigation-scroll .toggle-button.turned {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
}
.responsive-navigation .responsive-navigation-scroll .toggle-button .material-icons {
  cursor: pointer;
  padding: 9px;
  color: #eeefef;
  font-size: 36px;
}
.responsive-navigation .responsive-navigation-scroll a {
  border-bottom: 1px solid #c1c1c1;
}
.responsive-navigation .responsive-navigation-scroll > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 23px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.responsive-navigation .responsive-navigation-scroll > ul a {
  padding: 15px;
  display: block;
  width: 100%;
  text-align: center;
}
.responsive-navigation .responsive-navigation-scroll > ul ul {
  display: none;
  list-style: none;
  padding: 0px;
  font-size: 18px;
}
.responsive-navigation .responsive-navigation-scroll .current1 > a {
  font-weight: 600;
}
.responsive-navigation .responsive-navigation-scroll .current1 .current2 {
  display: block;
}
.responsive-navigation .responsive-navigation-scroll .current1 .current2 > a {
  font-weight: 600;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  background-color: #ffffff !important;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.26);
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
  padding: 12px !important;
  display: block;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -24px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -24px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}

/* 06 Utilities */
/* #Site Styles
================================================== */
/* #Page Styles
================================================== */
/* #Media Queries
================================================== */
/* iPad Landscape */
/* only iPad Landscape */
/* iPad Portrait */
/* only iPad Portrait */
/* bigger than iPhone Landscape */
/* iPhone Landscape */
/* only iPhone Landscape */
/* iPhone Portrait */

/*# sourceMappingURL=layout.css.map */
