body {
  background-color: #000;
  font-family: Brandon, sans-serif;
  color: #fff;
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: Brandon, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 3rem;
  font-family: Marujo, sans-serif;
  font-size: 2.5rem;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 6rem;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.navbar-logo {
  width: 160px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  height: auto;
}

.slider {
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.slide-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-container.hamburg {
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/splash-hamburg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-container.berlin {
  background-image: url('../images/splash-berlin.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-container.koeln {
  background-image: url('../images/splash-koeln.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-container.muenchen {
  background-image: url('../images/splash-muenchen.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-2 {
  position: static;
  z-index: 1;
  display: block;
  margin-bottom: 1rem;
}

.image-3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.wrapper-md {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-md.footer {
  text-align: right;
}

.section {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000;
}

.section-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d69828;
  color: #000;
}

.grid-vorteile {
  display: -ms-grid;
  display: grid;
  margin-top: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.hamburg {
  color: #0d87d7;
  font-weight: 900;
}

.berlin {
  color: #90b728;
  font-weight: 900;
}

.koeln {
  color: #e2000a;
  font-weight: 900;
}

.muenchen {
  color: #f1da17;
  font-weight: 900;
}

.hero-left {
  width: 50%;
  padding-right: 5%;
}

.slide-nav {
  bottom: 0rem;
}

.hero-copy {
  margin-bottom: 2rem;
}

.hero-btn-primary {
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  border-style: solid;
  border-width: 2px;
  border-color: #d69828;
  border-radius: 5px;
  background-color: #d69828;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-size: 1.2rem;
  line-height: 1;
}

.hero-btn-primary:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-btn-secondary {
  margin-right: 1rem;
  padding: 1rem 1.2rem;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-size: 1.2rem;
  line-height: 1;
}

.hero-btn-secondary:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footer-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000;
  color: #fff;
}

.link {
  margin-left: 2rem;
  color: #fff;
  text-decoration: none;
}

.heading-2 {
  line-height: 1.1;
  font-weight: 900;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header {
  padding-top: 3rem;
  background-image: url('../images/hintergrund.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.silhouette {
  margin-top: 2rem;
  margin-bottom: -1.5rem;
  color: #d69828;
}

.grid-item {
  padding: 1.5rem;
  border: 2px solid #fff;
  border-radius: 5px;
}

.faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-hansehonig {
  background-image: url('../images/hintergrund.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flexitem-50 {
  width: 48%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
}

.flexitem-50.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-tick-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tick-div {
  display: inline-block;
  float: left;
}

.list-tick-img {
  margin-right: 1rem;
}

.list-tick-text {
  display: inline-block;
  width: 90%;
  float: none;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
}

.section-sorten {
  padding-bottom: 0px;
  background-image: url('../images/hintergrund.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.logo-hanse-honig {
  display: block;
  width: 60%;
}

.btn-primary {
  margin-top: 2rem;
  padding: 1rem 1.2rem;
  border-style: solid;
  border-width: 2px;
  border-color: #d69828;
  border-radius: 5px;
  background-color: #d69828;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-size: 1.2rem;
  line-height: 1.2;
}

.btn-primary:hover {
  background-color: #d69828;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.btn-primary.btn-hamburg {
  border-style: none;
  border-color: #0d87d7;
  background-color: #0d87d7;
}

.btn-primary.btn-berlin {
  border-style: none;
  border-color: #0d87d7;
  background-color: #90b728;
}

.btn-primary.btn-koeln {
  border-style: none;
  border-color: #0d87d7;
  background-color: #e2000a;
}

.btn-primary.btn-muenchen {
  border-style: none;
  border-color: #0d87d7;
  background-color: #f1da17;
  color: #000;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-q-text {
  font-weight: 900;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.tab-img-head {
  height: 90px;
}

.tab-content-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-link {
  padding-right: 3rem;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  opacity: 0.4;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  color: #000;
  font-weight: 900;
  text-align: left;
}

.tab-link.last {
  padding-right: 0rem;
}

.tabs-content {
  margin-top: 2rem;
  padding: 0px;
  border-radius: 6px;
  text-align: left;
}

.tabs-menu {
  text-align: center;
}

.tab-system {
  margin-top: 4rem;
}

.html-embed {
  margin-top: -1.5rem;
  margin-bottom: 7rem;
  color: #d69828;
}

.html-embed.black {
  margin-bottom: 2rem;
  color: #000;
}

.slider-sorten {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slider-sorten-text {
  width: 50%;
  padding-right: 2rem;
}

.bg-hamburg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/splash-hamburg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-sorten {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  margin-right: 0px;
  margin-left: 0px;
}

.icon-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.right-arrow {
  width: 40px;
}

.left-arrow {
  width: 40px;
}

.wrapper-lg {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.center {
  margin-bottom: 5rem;
  font-size: 3rem;
  text-align: center;
}

.sorte-heading {
  font-size: 1.4rem;
}

.silhouette-orange {
  margin-top: 5rem;
  margin-bottom: -1.5rem;
  color: #d69828;
}

.bg-berlin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/splash-berlin.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-koeln {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/splash-koeln.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-muenchen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/splash-muenchen.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.spacer {
  height: 3rem;
}

.faq-plus-l-2 {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #000;
}

.faq-plus---2 {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #000;
}

.faq-question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-answer-2 {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-left {
  width: 48%;
}

.wrapper-1000 {
  display: block;
  width: 1000px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.flexitem-imprint {
  width: 48%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.link-2 {
  color: #233d4a;
}

.button-shop {
  margin-top: 2rem;
  padding: 22px 30px 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #233d4a;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  line-height: 90%;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.button-shop:hover {
  border-color: #233d4a;
  background-color: #fff;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #233d4a;
}

.textlink {
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #d69828;
  text-decoration: none;
}

.textlink:hover {
  color: #fff;
  text-decoration: underline;
}

.flexitem-50-3 {
  width: 48%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #000;
  line-height: 1.8rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  body {
    background-color: #fff;
    background-image: none;
  }
  .navbar {
    margin-bottom: 4.5rem;
  }
  .navbar-logo {
    width: 150px;
  }
  .hero-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mask {
    height: auto;
  }
  .slider {
    width: 100%;
  }
  .section {
    padding-top: 4rem;
  }
  .section-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .grid-vorteile {
    margin-top: 0rem;
  }
  .hero-left {
    width: 100%;
    margin-bottom: 3.5rem;
    padding-right: 0%;
  }
  .slide-nav {
    bottom: 0rem;
  }
  .slide-nav.marginbottom {
    bottom: -3rem;
  }
  .hero-btn-primary {
    padding-bottom: 0.8rem;
  }
  .hero-btn-secondary {
    padding-bottom: 0.8rem;
  }
  .header {
    padding-top: 2rem;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .header.imprint {
    background-color: #000;
    background-image: none;
  }
  .flexitem-50 {
    width: 48%;
  }
  .tick-div {
    margin-right: 1rem;
  }
  .list-tick-img {
    margin-right: 0rem;
  }
  .list-tick-text {
    width: 80%;
  }
  .section-sorten {
    background-position: 10% 50%;
    background-attachment: scroll;
  }
  .logo-hanse-honig {
    width: 70%;
  }
  .tab-img-head {
    height: 60px;
  }
  .tab-link {
    padding-right: 2rem;
  }
  .tabs-content {
    margin-top: 1rem;
  }
  .html-embed {
    width: 102%;
    margin-bottom: 5rem;
    margin-left: -5px;
  }
  .html-embed.black {
    margin-bottom: 3rem;
  }
  .slider-sorten {
    height: auto;
  }
  .slider-sorten-text {
    width: 100%;
    padding-right: 0rem;
  }
  .bg-hamburg {
    width: 100%;
    margin-top: 2rem;
  }
  .slide-sorten {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .center {
    margin-bottom: 4rem;
    line-height: 1.1;
  }
  .sorte-heading {
    line-height: 1.6;
  }
  .silhouette-orange {
    width: 102%;
    margin-left: -5px;
  }
  .bg-berlin {
    width: 100%;
    margin-top: 2rem;
  }
  .bg-koeln {
    width: 100%;
    margin-top: 2rem;
  }
  .bg-muenchen {
    width: 100%;
    margin-top: 2rem;
  }
  .faq-left {
    width: 100%;
  }
  .tab-pane-hamburg {
    margin-top: 2.5rem;
  }
  .page-wrapper {
    overflow: hidden;
    width: 100%;
  }
  .tab-pane-berlin {
    margin-top: 2.5rem;
  }
  .tab-pane-koeln {
    margin-top: 2.5rem;
  }
  .tab-pane-muenchen {
    margin-top: 2.5rem;
  }
  .heading-3 {
    line-height: 1.2;
  }
  .flexitem-imprint {
    width: 100%;
  }
  .button-shop {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .navbar {
    margin-bottom: 3.5rem;
  }
  .section {
    padding-bottom: 4rem;
  }
  .grid-vorteile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-left {
    margin-bottom: 4rem;
  }
  .heading-2 {
    font-size: 2.7rem;
  }
  .brand {
    padding-left: 0px;
  }
  .silhouette {
    width: 150%;
    margin-left: -4px;
  }
  .flexitem-50 {
    width: 100%;
  }
  .list-tick-wrapper {
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tick-div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .list-tick-text {
    width: 100%;
    text-align: center;
  }
  .logo-hanse-honig {
    margin-top: 2rem;
  }
  .tab-img-head {
    height: 60px;
  }
  .tab-content-flexbox {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .tab-link {
    position: static;
    display: block;
    width: 40%;
    margin-bottom: 2rem;
    padding-top: 0px;
    padding-right: 0rem;
    padding-bottom: 0px;
  }
  .tab-link.w--current {
    padding-right: 0rem;
  }
  .tabs-content {
    margin-top: 0rem;
    padding: 0px;
  }
  .tabs-menu {
    position: static;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }
  .html-embed.black {
    margin-top: -0.5rem;
    margin-bottom: 0rem;
  }
  .slider-sorten {
    max-width: 100%;
  }
  .center {
    line-height: 1;
    text-align: left;
  }
  .sorte-heading {
    line-height: 1.4;
  }
  .tab-pane-hamburg {
    margin-top: 1rem;
  }
  .heading-3 {
    text-align: center;
  }
  .flexitem-imprint {
    width: 100%;
  }
  .flexitem-50-3 {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .flexbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexitem-50 {
    text-align: left;
  }
  .list-tick-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .tick-div {
    margin-bottom: 10px;
    float: none;
  }
  .list-tick-text {
    text-align: center;
  }
  .btn-primary {
    text-align: center;
  }
  .tab-img-head {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .tab-link {
    width: 45%;
  }
  .tabs-content {
    margin-top: 0px;
    padding: 1rem 0px 0px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sorte-heading {
    font-size: 1.2rem;
  }
  .paragraph {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .flexitem-imprint {
    text-align: left;
  }
  .flexitem-50-3 {
    text-align: left;
  }
}

#w-node-6c7e4445485a-52de82b3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Brandon';
  src: url('../fonts/brandon-reg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/brandon-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Marujo';
  src: url('../fonts/PintassilgoPrints---Marujo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}