@font-face {
  font-family: "lato";
  src: url("https://cdn02.plentymarkets.com/fzraxqjvapo5/frontend/fonts/lato.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "fraunces";
  src: url("https://cdn02.plentymarkets.com/fzraxqjvapo5/frontend/fonts/fraunces.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "oswald";
  src: url("https://cdn02.plentymarkets.com/fzraxqjvapo5/frontend/fonts/oswald.ttf");
  font-weight: normal;
}

:root {
  --primary-main: #e9a2bf;
  --color-text: #ffffff;
  --color-focus: #f1f1f1;
  --color-background: #ffffff;
  --font-primary: lato;
  --font-secondary: fraunces;
}

.oswald {
  font-family: oswald;
}

h1 {
  color: black !important;
  text-transform: uppercase;
}

body,
p,
span,
a,
div,
li,
ul,
td {
  font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: var(--font-secondary);
}

.cmp-method-list .method-list-item label,
.cmp-method-list .method-list-item .label {
  min-height: 5rem;
  height: auto;
}

.fa-stack {
  margin: 20px !important;
}

.social-icon {
  color: var(--color-text) !important;
  margin-right: 10px;
  font-size: 35px;
}

.shipping-method-select .icon {
  display: none;
}

.shipping-method-select .content {
  width: 100%;
}

#basket-additional-item {
  background: #dbdbdb;
  padding: 1rem;
}

#basket-additional-item img {
  max-width: 100px;
}

#list-top-control {
  display: none;
}

.mobile-navigation {
  left: 33% !important;
}

#guestLink {
  text-decoration: underline;
}

.cmp-product-thumb .category-list-view-port {
  display: none;
}

div#page-body,
div.footer {
  overflow: visible;
}

.square-container {
  padding-bottom: 146%;
}

.cmp-product-thumb {
  padding: 0;
}

.cmp-product-thumb .thumb-content {
  background-color: #ffffff;
  margin: 0;
}

.thumb-title:after {
}

article .thumb-title span {
  display: none;
}

.cmp-product-thumb .thumb-title {
  line-height: 1.5em;
}

.cmp-product-thumb .thumb-title {
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  text-align: left;
  min-height: 0;
}

.cmp-product-thumb .prices {
  text-align: left;
}

.cmp-product-thumb .price {
  color: #000;
  font-weight: 300;
  width: 100%;
}

.price {
  margin-top: 10px;
}

.cmp-product-thumb .price.hasCrossPrice {
  width: auto;
}

.cmp-product-thumb .price-view-port {
  text-align: left;
}

.cmp-product-thumb .crossprice {
  padding-right: 5px;
}

.cmp-product-thumb .thumb-image,
.cmp-product-thumb .thumb-content {
  width: 100%;
}

.thumb-image img {
  border-radius: 16px;
}

#vue-rendered-breadcrumbs,
#twig-rendered-breadcrumbs {
  position: static;
}

.breadcrumb {
  display: none;
}

.owl-thumb.border-appearance {
  background-color: #f2f0e4 !important;
}

.owl-thumbs .owl-thumb {
  height: auto;
  width: 100% !important;
  margin: 0;
  background-color: #f2f0e4 !important;
}

.owl-carousel .owl-item img,
.single-carousel .owl-item iframe {
  width: 100%;
}

.single-carousel .owl-item iframe {
  height: 600px;
}

@media (min-width: 600px) {
  .single-carousel .owl-item iframe {
    height: 834px;
  }
}

@media (min-width: 934px) {
  .single-carousel .owl-item iframe {
    height: 612px;
  }
}

@media (min-width: 992px) {
  .single-carousel .owl-item iframe {
    height: 808px;
  }
}

@media (min-width: 1200px) {
  .single-carousel .owl-item iframe {
    height: 980px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#thumb-carousel .owl-stage-outer {
  overflow: visible;
  margin: 20px auto;
}

#thumb-carousel {
  overflow: hidden;
}

#thumb-carousel .owl-stage {
  margin: 20px auto;
}

.single-carousel .owl-item img {
  height: auto !important;
}

.top-bar {
  position: static;
  background: var(--color-text);
  z-index: 1001;
}

.meta-nav {
  background: #eae2d9;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.meta-nav a {
  color: white;
}

.card {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin: 15px 0;
}

.card h5 {
  font-weight: 300 !important;
}

.card-header {
  background: transparent;
  font-weight: normal;
}

#centered-menu {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, 0);
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.guest-login-box {
  padding: 20px;
  background: #e6e6e6;
}

.registered-login-box {
  padding: 20px;
}

.btn-img-centered {
  font-weight: 300;
  position: absolute;
  font-size: 1.5rem;
  padding: 6px 40px;
  text-transform: uppercase;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: var(--color-text);
  border: 1px solid var(--color-text);
  left: 50%;
  transform: translate(-50%, 0);
}

.btn-img-centered:hover,
.btn-img-centered:focus,
.btn-img-centered:active {
  background: rgba(0, 0, 0, 0.9);
  color: var(--color-text);
}

.carousel-control.right,
.carousel-control.left {
  background-image: none !important;
  background-repeat: no-repeat !important;
  filter: none !important;
}

.carousel-control {
  width: 3rem !important;
  color: #000 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 60px;
}

.cookie-bar__btn {
  background-color: rgb(180, 237, 134) !important;
  color: #000 !important;
}

.cookie-bar__wrapper {
  max-width: 100%;
}

.mx-auto {
  margin: 0 auto;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.text-center {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.top-bar {
  background-color: rgba(255, 255, 255, 0);
}

.wrapper-main .navbar {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0);
}

.navbar {
  background-color: rgba(255, 255, 255, 0) !important;
}

.wrapper-main #page-header.top-bar {
  background-color: rgba(255, 255, 255, 0);
  z-index: 1001;
}

.sticky-element.is-sticky {
  z-index: 1 !important;
}

.list-inline-item > a {
  color: var(--color-text) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.toggle-basket-preview:hover,
.toggle-basket-preview:active,
.toggle-basket-preview:focus,
.list-inline-item:hover {
  background-color: #f2f0e4 !important;
  color: rgba(50, 50, 50, 1);
}

.wrapper-main .navbar {
  background: none;
}

.hpTextBlock {
  text-align: center;
}

.hpTextBlock span {
  color: #f0be92;
  text-transform: uppercase;
  font-size: 36px;
}

.instruction .hpTextBlock span {
  font-size: 28px;
}

.hpTextBlock p {
  line-height: 3rem;
  font-size: 20px;
  font-weight: lighter;
}

#nachhaltigkeit .hpTextBlock p {
  line-height: 2rem;
  font-size: 1rem;
  text-align: left;
}

.hpTextBlock hr {
  width: 50%;
}

.charity-btn {
  font-weight: 300;
  font-size: 0.8rem;
  padding: 6px 16px;
  text-transform: uppercase;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: var(--color-text);
  border: 1px solid var(--color-text);
}

.videowrapper iframe,
.videowrapper object,
.videowrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.footerHeadline {
  font-weight: bold;
}

.container-max.login,
.container-max.reset-pwd,
.container-max.registration {
  margin-top: 2rem;
}

.footer > .container-max {
  max-width: 880px !important;
}

#socialIcons a > i:not(.fa-circle) {
  width: auto;
}

.copyright.text-center.my-3 {
  line-height: 1;
  color: var(--color-text);
}

#socialIcons a {
  font-size: 2.5rem;
}

body,
#vue-app,
.page-content {
  background: #fff !important;
}

.footer {
  background-color: var(--primary-main);
}

.footer a {
  color: var(--color-text) !important;
}

.brand-wrapper {
  position: static;
  top: auto;
  -webkit-transform: none;
  transform: none;
}

.navbar-brand {
  margin: 0;
}

.wrapper-main #page-body {
  margin-top: 0;
}

#mainNavbarCollapsable ul.mainmenu > li > a {
  color: #837e7d;
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.top-bar .controls-list > li a,
.navbar-toggler {
  padding: 0.85rem 0.5rem !important;
  color: var(--color-text) !important;
}

.focusHeightNavbar .top-bar .controls-list > li {
  font-size: 1rem;
}

.toggle-basket-preview .badge,
.control-wish-list .badge-right {
  display: none;
}

.navbar-brand img {
  max-height: 25px;
}

.btn-default {
  color: #b48f6d;
  background-color: #fff;
  border-color: #b48f6d;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #fff;
  background-color: #000;
}

.footer .btn-primary {
  color: #fff;
}

.footer-features {
  background: #efefef;
  padding: 0.5em;
}

.navbar-toggler {
  right: 0;
}

.top-bar .controls-list {
  width: auto;
  float: right;
}

.controls-list {
  height: 25px;
  margin-top: -46px;
}

.crossprice {
  color: #b48f6d !important;
  font-size: 1rem !important;
}

.availability {
  color: #040;
  text-align: center;
  background-color: transparent;
}

.navbar-brand img {
  max-width: 150px;
  margin: 10px 0;
}

.toggle-basket-preview {
  padding-left: 0rem !important;
}

@media (max-width: 767px) {
  .no-gutters-mobile {
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 375px) {
  .toggle-basket-preview .badge,
  .control-wish-list .badge-right {
    display: inline-block;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover,
  .touch #mainNavbarCollapsable ul.mainmenu > li.hover {
    background: transparent;
  }

  #mainNavbarCollapsable ul.mainmenu > li > a:after {
  }

  #mainNavbarCollapsable ul.mainmenu > li.ddown > a:after {
    display: none;
  }

  #mainNavbarCollapsable ul.mainmenu > li > ul > li {
    color: #f1f1f1;
  }

  .no-touch #mainNavbarCollapsable ul.mainmenu > li > ul > li:hover,
  .touch #mainNavbarCollapsable ul.mainmenu > li > ul > li.hover {
    background: #2b2b2b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover > ul,
  .touch #mainNavbarCollapsable ul.mainmenu > li.hover > ul {
    top: 56px;
    background: #fff;
    border: 1px solid #2b2b2b;
  }

  #mainNavbarCollapsable ul.mainmenu > li:hover a:after,
  #mainNavbarCollapsable ul.mainmenu > li > a.active:after {
    width: 30%;
  }

  .navbar-brand img {
    max-width: 100%;
    margin: 0;
  }

  .toggle-basket-preview {
    padding-left: 0.75rem !important;
    padding-right: 0 !important;
  }
}

.top-bar .controls-list .fa {
  font-size: 1.5rem !important;
}

@media (min-width: 768px) {
  .col-md-7-old {
    float: left;
    width: 58.33333%;
  }

  .col-md-5-old {
    float: left;
    width: 41.66667%;
  }

  .col-md-5-old,
  .col-md-7-old {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .row-old {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.btn-img-centered {
  font-family: var(--font-primary);
}

.hpTextBlock p {
  font-family: var(--font-primary), sans-serif;
  font-weight: 300;
}

.footerHeadline {
  font-family: var(--font-primary), sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .footer-link,
  .footerHeadline,
  .social-icon {
    text-align: center;
    width: 100%;
    display: block;
  }

  #socialIcons {
    text-align: center;
  }
}

#mainNavbarCollapsable ul.mainmenu > li > a {
  font-family: var(--font-primary), sans-serif;
  font-weight: 300;
}

.hpTextBlock span {
  font-family: var(--font-primary), serif;
  font-weight: 400;
}

.dark-hover-title:after {
  width: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  transition:
    width 0.3s ease,
    left 0.3s ease;
  overflow: hidden;
  display: block;
  position: absolute;
  height: 1px;
  background: #2b2b2b;
  content: ".";
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.2);
}

.dark-theme {
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
}

h1.category-title {
  display: none;
}

.instruction-step {
  min-height: 350px;
}

.btn-img-centered-small {
  font-weight: 300;
  position: absolute;
  font-size: 0.8rem;
  padding: 6px 16px;
  text-transform: uppercase;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 1px solid #fff;
  left: 50%;
  transform: translate(-50%, 0);
}

.teaser-box {
  font-weight: 300;
  position: absolute;
  padding: 6px 16px;
  text-transform: uppercase;
  top: 100px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  font-family: var(--font-primary), sans-serif;
}

.teaser-header {
  width: 100%;
  background-color: #b8735f;
  font-size: 1.5rem;
  color: #fff;
}

.subnav {
  color: #6e6b6c;
}

.topnav div a img {
  height: 25px;
  margin-top: -30px;
}

#navbarMobile {
  transition: 0.4s;
}

.navelement {
  margin-top: -10px;
  color: var(--color-text) !important;
}

.dropdown-item-bulma a {
  color: black !important;
}

@media screen and (min-width: 1069px) {
  #navbarMobile {
    display: none;
  }

  .nav-main {
    margin-right: 25px;
  }

  .topnav div a {
    float: left;
    display: block;
    color: #6e6b6c;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 3px 3px 3px;
    font-family: var(--font-primary), sans-serif;
  }

  .topnav div a .topnav div div {
    float: left;
  }

  .icon {
    display: none;
  }

  .burger-icon {
    display: none;
  }

  .burger-menu {
    display: none;
  }

  .header-scroll-active {
    padding: 35px 10px !important;
    background-color: #ffffff;
    box-shadow: 0px -2px 4px black;
  }

  .header-scroll-deactive {
    padding: 35px 10px !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px black;
  }

  #controlsList {
    top: 55%;
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
    right: 0px;
  }

  .dropdown-nav-element:hover {
    text-shadow: 0px 0px 0.5px black;
    -webkit-appearance: none;
    -webkit-text-shadow: 0px 0px 0.5px #000000;
  }

  #navbarDesktop {
    left: 50%;
    position: absolute;
    display: flex;
    transform: translateX(-50%);
  }
}

.btn-secondary {
  background-color: black !important;
  border-color: black !important;
  color: white;
  margin-bottom: 30px;
}

.image-container {
  overflow: hidden !important;
}

.topnav {
  max-width: 100vw;
}

.max-100 {
  max-width: 100vw !important;
  overflow: hidden;
}

@media screen and (max-width: 1069px) {
  .topnav div a img {
    margin-left: 30px;
  }

  .manda-header-center {
    position: absolute;
    left: 50%;
    transform: translate(-40%, 0);
    transition: 0.4s;
    margin-right: 0px;
  }

  .topnav.responsive {
    position: relative;
  }

  .icon {
    position: fixed;
    right: 5px;
    top: 5px;
  }

  .topnav.responsive div a {
    float: none;
    display: block;
    text-align: left;
  }

  .burger-menu a {
    color: black !important;
    position: fixed !important;
    right: 10px !important;
    top: 25px !important;
    font-size: px !important;
    z-index: 10000 !important;
  }

  #navbarMobile {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1999;
    display: none;
    overflow-y: scroll;
    transition: 0.4s;
  }

  .topnav div a,
  .topnav div div {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    margin-left: initial;
    padding: 3px 3px 3px 3px;
    font-family: var(--font-primary), sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
  }

  #navbarDesktop {
    display: none;
  }

  .icon {
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
  }

  .topnav div a.icon {
    float: right;
    display: block;
  }

  .burger-menu {
    display: block;
  }

  .header-scroll-active {
    padding: 35px 10px !important;
    background-color: #ffffff;
    box-shadow: 0px -2px 4px black;
  }

  .header-scroll-deactive {
    padding: 35px 10px !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px black;
  }

  #controlsList {
    float: left;
    margin: 0;
    position: absolute;
    top: 55%;
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
  }
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-nav-element {
  width: 100%;
  text-align: center;
  text-decoration: uppercase;
  color: #626263;
  transition: 0.4s;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-nav-element {
  width: 100%;
  text-align: center;
  text-decoration: uppercase;
  color: #626263;
  transition: 0.4s;
}

.teaser-sub {
  width: 100%;
  font-size: 1.5rem;
  background-color: #b8735f;
  color: #fff;
  margin-top: 20px;
}

.teaser-button .btn {
  font-size: 1.3rem;
  padding: 10px 30px;
}

@media (min-width: 576px) {
  .teaser-box {
    top: 70px;
  }
}

@media (min-width: 768px) {
  .teaser-box {
    top: 112px;
  }

  .teaser-header {
    font-size: 2rem;
  }

  .teaser-sub {
    font-size: 2rem;
    margin-top: 20px;
  }
}

@media (min-width: 870px) {
  .teaser-box {
    top: 152px;
  }
}

@media (min-width: 992px) {
  .teaser-header {
    font-size: 2.5rem;
  }

  .teaser-sub {
    font-size: 2.5rem;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .teaser-box {
    top: 160px;
  }

  #mainNavbarCollapsable ul.mainmenu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 2000px) {
  .teaser-box {
    top: 330px;
  }
}

.centered-menu {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, 0);
}

.img-title-centered {
  font-family: var(--font-primary), serif;
  font-weight: 400;
  position: absolute;
  bottom: 60px;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.3rem;
  color: #fff;
}

@media (min-width: 992px) {
  .dark-hover-title {
    font-size: 2rem;
  }
}

.charity-org {
  font-family: var(--font-primary), serif;
  font-weight: 400;
}

.dark-hover-title {
  text-align: center;
  font-family: var(--font-primary), serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  padding-top: 140px;
  bottom: 0;
  margin: 0 15px;
  left: 0;
  line-height: 3rem;
  right: 0;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

.img-wrap {
  display: block;
  overflow: hidden;
}

.dark-hover-title:after {
  background: #fff;
}

.img-wrap:hover .dark-hover-title {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover,
  .touch #mainNavbarCollapsable ul.mainmenu > li.hover {
    background: transparent;
  }

  #mainNavbarCollapsable ul.mainmenu > li > a:after {
  }

  #mainNavbarCollapsable ul.mainmenu > li:hover a:after,
  #mainNavbarCollapsable ul.mainmenu > li > a.active:after {
    width: 30%;
  }
}

#ppButton {
  margin-top: 1rem;
  text-align: center;
}

.page-singleitem #ppButton {
  margin-right: 1rem;
  text-align: right;
  margin-bottom: 1rem;
}

.top-bar .controls-list > li.absolute-language a {
  padding: 0 !important;
}

.absolute-language {
  position: absolute;
  top: -23px;
  right: 1rem;
  z-index: 100;
  display: none;
}

.absolute-language a:hover {
  background-color: transparent !important;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #5b8786;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 30%;
  right: 30%;
}

@keyframes animatedBackground {
  from {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: var(--font-primary), sans-serif;
}

.images_main {
  box-shadow: -0px -0px 2px black;
  transition: 0.1s;
}

.images_main:hover {
  box-shadow: 0px 0px 5px black;
}

@media (max-width: 768px) {
  .margin-top-mobile {
    margin-top: 100px;
  }
}

@media (min-width: 769px) {
  .margin-top-desktop-100 {
    margin-top: 100px;
  }

  .margin-top-desktop-50 {
    margin-top: 100px;
  }

  .margin-top-desktop-25 {
    margin-top: 100px;
  }
}

.mainpage-text {
  font-size: 20px;
}

h1 {
  font-size: 1.5em;
  text-align: center;
  color: #ef8354;
  font-weight: 300;
}

.borders-button {
  border: 2px solid #f2f0e4;
  padding: 10px;
}

#container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 150px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.mainpage-button {
  position: absolute !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.modern-button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  color: #bfc0c0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000000;
}

.modern-button-margin {
  margin: 20px 20px 20px 20px;
}

.modern-button a {
  color: #ffffff !important;
  text-decoration: none;
}

#arrow-hover {
  width: 15px;
  height: 10px;
  position: absolute;
  transform: translateX(60px);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.14, 0.59, 1, 1.01);
  transition: all 0.15s cubic-bezier(0.14, 0.59, 1, 1.01);
  margin: 0;
  padding: 0 5px;
}

a#button-1:hover img {
  width: 15px;
  opacity: 1;
  transform: translateX(50px);
}

.button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.centered-content {
  transform: translate(-50%, -50%);
  left: 50%;
}

.button-2 a {
  position: relative;
  transition: all 0.35s ease-Out;
}

.slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background: #2d3142;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

.button-2:hover .slide {
  left: 0;
}

.button-2:hover a {
  color: #2d3142;
}

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 2.2em;
  }

  #container {
    width: 50%;
  }
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

#bm-image-main {
  max-width: 100vw;
  overflow: hidden;
}

.dropdown-bulma {
  display: block;
  position: relative;
}

.dropdown-bulma.is-active .dropdown-menu-bulma,
.dropdown-bulma.is-hoverable:hover .dropdown-menu-bulma {
  display: block;
}

.dropdown-bulma.is-right .dropdown-menu-bulma {
  left: auto;
  right: 0;
}

.dropdown-bulma.is-up .dropdown-menu-bulma {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu-bulma {
  display: none;
  left: 24px;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 12px;
  z-index: 20;
}

.dropdown-submenu-bulma {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
  transform: translate(-25%, 0px);
}

.dropdown-content-bulma {
  background-color: white;
  border-radius: 4px;
  box-shadow:
    0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  float: left;
  transform: translateX(-50%);
}

.dropdown-item-bulma {
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item-bulma {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item-bulma:hover,
button.dropdown-item-bulma:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item-bulma.is-active,
button.dropdown-item-bulma.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider-bulma {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.bg-lightgrey {
  background-color: #ebecec;
  color: black;
  padding: 8px 0px 8px 0px;
  margin: 2px 4px 2px 4px;
  font-size: 12px;
  cursor: pointer;
}

.bg-lightgrey.active {
  background-color: #b76a48;
  color: white !important;
}

.basket-button-override {
  width: 250px;
  text-transform: uppercase;
}

@media screen and (min-width: 748px) {
  .item-images-margin {
    z-index: -1;
    margin-top: 140px !important;
  }
}

.single-item-h1 {
  font-weight: 400 !important;
}

.single-item-instock {
  color: #333333;
}

.single-item-messages-color {
  line-height: 0.8;
  margin-bottom: 6px;
  color: #333333 !important;
}

.single-item-messages,
.single-item-instock > span > span,
.accordion_clap {
  padding: 0;
  line-height: 1.2;
  margin-top: 6px;
  color: #333333;
}

.owl-dots {
  background-color: rgba(0, 0, 0, 0);
  transform: translate(0, -50px);
}

.owl-carousel .owl-single-item-control {
  font-size: 1.5em !important;
}

.accordion_clap {
  background-color: rgba(0, 0, 0, 0);
  color: #333333;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  width: 50%;
  margin-left: -17px;
}

@media screen and (min-width: 748px) {
  .accordion_clap {
    width: 100%;
  }
}

@media screen and (max-width: 747px) {
  .accordion_clap {
    width: 100%;
  }
}

.accordion_clap:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordeon_active:after {
  content: "\2212";
}

.single-item-texts {
  line-height: 0.7;
}

.single-item-texts > div > p > span > p {
  display: inline;
}

.panel_clap {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: scroll;
  transition: max-height 0.2s ease-out;
}

.hidden-item {
  display: none;
}

.mobile-smaller {
  margin-top: 20px;
}

.dark-text a {
  color: #6e6b6c;
}

.light-text a {
  color: #c2c2c2;
}

.above-space {
  margin-top: 80px;
}

.color-defines {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50px;
  box-shadow: 0px 0px 2px black;
  margin-right: 10px;
  list-style-type: none;
  color: rgba(0, 0, 0, 0);
}

.color-defines:hover {
  color: rgba(0, 0, 0, 0);
}

.bg-image-variation {
  cursor: pointer;
  margin-right: 10px;
  transition: width 0.5s;
}

.bg-image-variation.active {
  box-shadow: 0px 0px 3px black;
  border-radius: 100%;
}

.navbar-burger-menu-item {
  color: white;
  font-size: 25px;
  text-shadow: 0px 0px 1px black;
  margin-top: -10px !important;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grey-background {
  background-color: #f2f0e4;
}

.mainpage-info-image {
  width: 90%;
  margin-left: 60px;
  transition: 0.4s;
}

.mainpage-info-header {
  position: absolute;
  left: 100%;
  top: 1%;
  font-size: 60px;
  transform: translate(-40%, 100%);
  transition: 0.4s;
}

@media screen and (min-width: 934px) {
  .mainpage-info {
    background-color: #eae2d9;
    width: 100%;
    height: 15%;
    transition: 0.4s;
    min-height: 500px;
  }

  .margin-column-main {
    margin-top: 220px !important;
  }

  .mainpage-info-image {
    width: 90%;
    max-width: 800px;
    transform: translate(50px, 50px);
    margin-left: 60px;
  }

  .display-mobile {
    display: none !important;
  }

  .display-desktop {
    display: block;
  }

  .dropdown-bulma-float {
    float: left;
  }
}

.printshirts-dev {
  max-width: 30%;
}

.printshirts-dev-image {
  max-width: 100%;
}

.printshirts-dev-text {
  font-size: 0.75vw;
  white-space: nowrap;
}

@media screen and (max-width: 934px) {
  .printshirts-dev-text {
    font-size: 2vw;
  }
}

@media screen and (max-width: 934px) {
  .margin-column-main {
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }

  .mainpage-info {
    background-color: #eae2d9;
    width: 100%;
    min-height: 350px;
    transition: 0.4s;
    height: 10% !important;
  }

  .mainpage-info-image {
    transform: translate(0px, 0px);
    margin-left: 0px;
    width: 100%;
    max-height: 200px;
  }

  .mainpage-info-header {
    position: absolute;
    left: 50%;
    top: 10%;
    font-size: 45px;
    transform: translate(-50%, 120%);
    transition: 0.4s;
  }
}

@media screen and (min-width: 748px) {
  .about-us-info {
    background-color: #eae2d9;
    width: 100%;
    height: 15%;
    transition: 0.4s;
    min-height: 500px;
  }
}

@media screen and (max-width: 748px) {
  .about-us-info {
    background-color: #eae2d9;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.background-wave-1 {
  background-image: url("https://cdn02.plentymarkets.com/fzraxqjvapo5/frontend/sdelmar/neu_v5/ueberuns/sofia_wave_1.png");
  background-color: #eae2d9;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-wave-2 {
  background-image: url("https://cdn02.plentymarkets.com/fzraxqjvapo5/frontend/sdelmar/neu_v5/ueberuns/sofia_wave_2.png");
  background-color: #eae2d9;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes animateNavBarStart {
  from {
    left: -115%;
  }

  to {
    left: 0px;
  }
}

@keyframes animateNavBarEnd {
  from {
    left: 0px;
  }

  to {
    left: -115%;
  }
}

@keyframes animateNavBarBackgroundIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }

  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes animateNavBarBackgroundOut {
  from {
    background-color: rgba(0, 0, 0, 0.5);
  }

  to {
    background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes animateNavItemsIn {
  from {
    margin-left: -15%;
    opacity: 0;
  }

  to {
    margin-left: 30px;
    opacity: 1;
  }
}

@keyframes animateNavItemsOut {
  from {
    margin-left: 30px;
    opacity: 1;
  }

  to {
    margin-left: -115%;
    opacity: 0;
  }
}

#navbarTop {
  background-color: var(--primary-main);
  max-width: 100vw;
}

#navbarTop a,
#controlsList a {
  color: white;
}

@media screen and (max-width: 768px) {
  #navbarTop a {
    color: black !important;
  }
}

@media screen and (min-width: 748px) {
  #navbar-main {
    height: 80%;
    background-color: #333333;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: -115%;
    z-index: 5000;
  }
}

#navbar-main {
  height: 80%;
  position: relative;
  object-fit: cover;
  transform: scale(1);
  background-color: #333333;
  height: 100%;
  position: fixed;
  top: 0px;
  width: 400px;
  height: 100%;
  left: -115%;
  z-index: 5000;
}

.set-item-title h1,
.set-item-title span {
  text-align: left;
}

.set-flex > div:nth-child(2) {
  max-width: 80px;
  overflow: hidden;
}

.paper {
  background-color: #f1f1f1;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .hero-section {
    height: calc(100vh - 70px);
  }
}

.hero-section img {
  object-fit: cover;
}

.mb-2 {
  margin-bottom: 16px;
}

.mt-2 {
  margin-top: 16px;
}

.mr-2 {
  margin-right: 16px;
}

.ml-2 {
  margin-left: 16px;
}

.p-2 {
  padding: 16px;
}

.navbar-main-close {
  height: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 748px) {
  .navbar-burger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 25px;
    z-index: 4999;
  }
}

@media screen and (min-width: 748px) {
  .navbar-burger-menu {
    position: fixed;
    top: 20px;
    left: 20px;
    cursor: pointer;
    font-size: 25px;
    z-index: 4999;
  }
}

.navbar-main-open {
  height: 30px;
  position: fixed;
  left: 20px;
  top: 20px;
  color: white;
  cursor: pointer;
}

.navbar-burger-menu-open {
  cursor: pointer;
}

#navbar-background {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.4s;
}

.navobject,
.subnavobject {
  font-size: 13px;
  margin-top: 20px;
  cursor: pointer;
  width: 80%;
  color: white;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.subnavobject {
  margin-left: 40px;
  float: none;
}

#header-navigation-bar {
  margin-top: 100px;
  margin-left: 30px;
  color: white;
  width: 100%;
}

.navbar-hr {
  border-bottom: solid 1px white;
  width: 80%;
  float: left;
  border-color: #666666;
}

.navbar-burger-icon {
  font-size: 25px;
  transform: translateY(-6px);
}

.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: absolute;
  margin: 0 1rem;
  transform: translate(0, 3px);
  right: 40px;
}

.arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
  height: 0.1rem;
  background-color: #efefef;
  display: inline-block;
  transition: all 0.2s ease;
}

.arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}

.arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}

.arrow.active span:first-of-type {
  transform: rotate(-45deg);
}

.arrow.active span:last-of-type {
  transform: rotate(45deg);
}

.backgroundcolorgrey {
  background-color: #f4f4f4;
}

.height-auto {
  height: auto !important;
}

.tk-main-list-p {
  width: 100% !important;
  font-size: 13px;
  text-align: center;
}

.half-the-collumn > div > div > div,
.half-the-collumn > div > div > div > div {
  height: 100%;
}

.half-the-collumn > div {
  padding-right: 0px;
  padding-left: 0px;
}

.half-the-collumn {
  margin-bottom: 0px !important;
}

.margin-sides {
  padding-left: 40px;
  padding-right: 40px;
}

.margin-top-100 {
  margin-top: 25%;
}

.mainpage-images-rounded {
  border-radius: 100%;
}

.mainpage-list-container > p {
  font-size: 13px;
  text-align: center;
}

.mainpage-list-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainpage-list-flex {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.mainpage-images-text {
  text-align: center;
  margin-top: 5px;
  max-width: 100px;
}

.button-main-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
}

.button-main-link_wrapper {
  position: relative;
}

.button-main-a {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  border: 3px solid #000;
  transition: all 0.35s;
}

.button-main-icon {
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.35s;
}

.button-main-icon svg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: #2d3142;
  transition: all 0.35s;
}

.button-main-a:hover {
  width: 200px;
  border: 3px solid #2d3142;
  background: transparent;
  color: #2d3142;
}

.button-main-a:hover + .icon {
  border: 3px solid #2d3142;
  right: -25%;
}

.production-mainpage {
  background-color: #e6e7e0;
  padding: 50px;
}

.owl-carousel-items-mainpage {
  width: 100%;
}

.mainpage-hero-headline {
  position: absolute;
  line-height: 4.5vw;
  font-family: "Baskervville", serif !important;
  cursor: context-menu;
  left: 50%;
  top: 95%;
  transform: translateX(-50%);
  font-size: 5vw;
}

.mainpage-hero-circle {
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 3px #b76a48;
  width: 25vw;
  height: 25vw;
  z-index: 150;
}

.mainpage-hero-text {
  position: absolute;
  top: 35%;
  left: 50%;
  line-height: 3vw;
  z-index: 150;
  font-size: 1vw;
}

.mainpage-hero-rightimg {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.mainpage-categorie-1 {
  margin-left: 12rem;
  margin-bottom: 50px;
}

.mainpage-categorie-1-img {
  width: 25vw;
  transform: translateY(-100px);
}

.mainpage-categorie-1-text {
  width: 70%;
  transform: translateY(-100px);
  font-size: 1.5vw;
}

.mainpage-categorie-2-img {
  width: 25vw;
  padding-top: 60px;
}

.mainpage-categorie-2-text {
  font-size: 1.5vw;
}

.mainpage-whatsnew-div {
  position: absolute;
  transform: translateY(-100px);
  z-index: 250;
  left: 12vw;
}

.mainpage-whatsnew-text {
  font-size: 4vw;
  border-bottom: 3px solid black;
  display: inline;
  position: absolute;
  left: 0px;
  top: -30px;
  transform: translate(0px);
  white-space: nowrap;
}

.mainpage-whatsnew-circle {
  position: absolute;
  border-radius: 100%;
  left: 24vw;
  top: 110%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 2px black;
  width: 18vw;
  height: 18vw;
  z-index: 200;
}

.mainpage-whatsnew-svg-desktop {
  transform: translate(2vw, -10vw);
  left: 4vw;
  position: absolute;
  top: 5vw;
}

.mainpage-whatsnew-img {
  width: 80vw;
  position: relative;
  left: 0px;
  z-index: 100;
  margin-left: 12vw;
  margin-right: 12vw;
}

.mainpage-categorie-3-img {
  width: 40vw;
  transform: translate(21vw, 0px);
}

.mainpage-categorie-3-text {
  font-size: 4vw;
  margin-top: 70px;
  white-space: nowrap;
  transform: translate(-3vw);
}

.mainpage-categorie-3-circle {
  position: absolute;
  border-radius: 100%;
  left: 10vw;
  top: -6vw;
  transform: translateX(-0%);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 2px #b76a48;
  width: 15vw;
  height: 15vw;
  z-index: 300;
}

.mainpage-categorie-3-subtext {
  position: absolute;
  top: 12vw;
  left: -5vw;
  line-height: 40px;
  z-index: 150;
  font-size: 1vw;
  width: 300px;
}

.mainpage-categorie-4-img {
  width: 25vw;
  transform: translate(5vw, -6vw);
}

.mainpage-categorie-4-text {
  width: 60%;
  font-size: 1.5vw;
  transform: translate(5.3vw, -5.5vw);
}

.mainpage-categorie-5-div {
  width: 56vw;
  background-color: #b76a48;
  margin-left: 5vw;
}

.mainpage-categorie-5-text {
  color: #fff;
  text-decoration: underline;
  text-align: center;
  font-size: 60px;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.mainpage-information-div {
  transform: translate(0px, 0px);
}

.mainpage-information-text-1 {
  font-family: "Baskervville", serif !important;
  text-align: center;
  font-size: 2.5vw;
  display: block;
  transform: translate(0px);
}

.mainpage-information-svg {
  position: absolute;
  top: -2vw;
  left: 3vw;
}

.mainpage-information-svg-line {
  stroke: #b76a48;
  stroke-width: 2;
}

.mainpage-information-text-2 {
  text-align: center;
  color: #444;
}

.mainpage-information-text-3 {
  text-align: center;
  color: #444;
  text-decoration: underline;
  margin-top: 50px;
}

@media screen and (min-width: 750px) {
  .mainpage-categorie-1 {
    margin-left: 12rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 934px) {
  .main-hero-menue {
    display: none !important;
  }

  .mp-hr-hdl-mbl {
    position: absolute;
    left: 10px;
    top: auto;
    bottom: 50px;
    font-size: 12vw;
    line-height: 11vw;
    transform: none;
  }

  .mainpage-hero-circle-mob {
    left: 10vw;
    top: 75vw;
    transform: none;
    width: 40vw;
    height: 40vw;
    z-index: 150;
  }

  .mp-ctg-1-mob {
    margin-left: 2rem;
    margin-bottom: -120px;
  }

  .mainpage-categorie-1-img {
    width: 75vw;
    transform: translateY(-60px);
  }

  .mainpage-hero-text {
    font-size: 2vw;
    line-height: 6vw;
  }

  .mainpage-categorie-1-text {
    position: absolute;
    transform: translate(-30px, -60px);
    font-size: 4vw;
    left: auto;
    right: 2vw;
    top: 20px;
    bottom: auto;
    width: auto;
  }

  .mainpage-categorie-2-div {
    margin-left: 10rem;
    right: -60px;
  }

  .mainpage-categorie-2-text {
    width: 60%;
    font-size: 4vw;
    left: 2vw;
    position: absolute;
    top: 20px;
    margin-top: 80px;
    padding-top: 60px;
  }

  .mainpage-categorie-2-img {
    margin-top: 80px;
    margin-left: 16vw;
    width: 75vw;
  }

  .mainpage-whatsnew-div {
    margin-left: 3vw;
    margin-right: 3vw;
    width: 100%;
    left: auto;
  }

  .mainpage-whatsnew-text {
    left: auto;
    right: 11vw;
    font-size: 5.5vw;
    top: 11vw;
  }

  .mainpage-whatsnew-circle {
    transform: none;
    left: 5vw;
    width: 22vw;
    height: 22vw;
    box-shadow: 0px 0px 4px black;
  }

  .mainpage-whatsnew-svg-mobile {
    transform: translate(-6vw, -2vw);
    left: 12vw;
    position: absolute;
  }

  .mainpage-whatsnew-img {
    margin-left: 7vw;
    margin-right: 7vw;
    top: 8vw;
    width: 85vw;
  }

  .mainpage-categorie-3-img {
    width: 67vw;
    transform: translate(25vw, 3vw);
  }

  .mainpage-categorie-3-text {
    font-size: 5vw;
    font-family: "Baskervville", serif !important;
    white-space: nowrap;
    position: absolute;
    top: -26vw;
    left: 11vw;
  }

  .mainpage-categorie-3-circle {
    box-shadow: none;
  }

  .mainpage-categorie-3-subtext {
    position: absolute;
    top: 8vw;
    left: -1.5vw;
    line-height: 6vw;
    z-index: 150;
    font-size: 3vw;
    width: 300px;
  }

  .mainpage-categorie-4-img {
    width: 60vw;
    transform: translate(20vw, -18vw);
  }

  .mainpage-categorie-4-text {
    width: 60%;
    font-size: 5.5vw;
    transform: translate(70vw, -45.5vw);
  }

  .mainpage-categorie-5-div {
    width: 100vw;
    background-color: #b76a48;
    margin-left: 0vw;
    transform: translate(0, 115vw);
  }

  .mainpage-information-div {
    margin-top: 40vw;
    font-weight: bold;
  }

  .mainpage-information-text-1 {
    text-align: center;
    font-size: 5.5vw;
    display: block;
    font-weight: bold;
  }

  .mainpage-information-svg {
    transform: translate(-7vw, -12vw);
    position: absolute;
    top: -10vw;
  }

  .mainpage-information-svg-line {
    stroke-width: 5;
  }
}

#myTab2Content,
#myTab2Content > *,
#myTab2Content > * > *,
#myTab2Content > * > * > *,
#myTab2Content > * > * > * > * {
  font-family: var(--font-primary) !important;
  font-size: 12px;
}

.about-header-div {
  width: 69vw;
  background-color: #b76a48;
  height: 24vw;
  position: absolute;
  left: 31vw;
  z-index: 0;
}

.about-header-text {
  font-size: 7vw;
  line-height: 6vw;
  font-family: "Baservville", serif !important;
  padding-top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: black;
  width: 100%;
}

.about-section-1-text {
  margin-top: 34vw;
  width: 45vw;
  margin-left: 40vw;
  line-height: 2vw;
  font-size: 1vw;
}

.about-section-2-img1 {
  width: 40vw;
  left: 15vw;
  position: absolute;
}

.about-section-2-img2 {
  width: 15vw;
  left: 50vw;
  top: 8vw;
  position: absolute;
}

.about-section-2-text1 {
  position: absolute;
  left: 62vw;
  top: 30vw;
  font-size: 4vw;
  font-family: "Baskervville", serif !important;
  text-decoration: underline;
}

.about-section-2-text2 {
  width: 45vw;
  margin-left: 40vw;
  line-height: 2vw;
  font-size: 1vw;
  position: relative;
  left: 22.5vw;
  top: 35vw;
  width: 30vw;
}

.about-section-3-img1 {
  position: relative;
  left: 40vw;
  width: 35vw;
}

.about-section-3-text1 {
  position: absolute;
  left: 40vw;
  top: 10vw;
  font-size: 4vw;
  text-decoration: underline;
  transform: translateX(-70%);
}

.about-section-3-text2 {
  width: 35vw;
  line-height: 2vw;
  font-size: 1vw;
  position: absolute;
  left: 18vw;
  top: 16vw;
}

.about-section-4-img {
  position: relative;
  left: 43vw;
  width: 50vw;
  top: 10vw;
}

.about-section-4-text1 {
  position: absolute;
  left: 68vw;
  top: 3vw;
  font-size: 4vw;
  font-family: "Baskervville", serif !important;
  text-decoration: underline;
  transform: translateX(-70%);
  white-space: nowrap;
}

.about-section-4-text2 {
  width: 35vw;
  line-height: 2vw;
  font-size: 1vw;
  position: absolute;
  left: 3vw;
  top: 10vw;
}

.about-section-5-img {
  position: relative;
  left: 2vw;
  width: 35vw;
  top: -15vw;
}

.about-section-5-text1 {
  position: absolute;
  left: 55vw;
  top: 8vw;
  font-size: 4vw;
  font-family: "Baskervville", serif !important;
  text-decoration: underline;
  transform: translateX(-70%);
  white-space: nowrap;
}

.about-section-5-text2 {
  width: 35vw;
  line-height: 2vw;
  font-size: 1vw;
  position: absolute;
  left: 55vw;
  top: 16vw;
}

@media screen and (max-width: 934px) {
  .about-section-1-text {
    margin-top: 47vw;
    width: 90vw;
    margin-left: 4vw;
    line-height: 4vw;
    font-size: 2vw;
  }

  .about-header-div {
    width: 69vw;
    background-color: #b76a48;
    height: 28vw;
    position: absolute;
    left: 31vw;
    z-index: 0;
  }

  .about-section-2-img1 {
    width: 65vw;
    left: 0vw;
    position: absolute;
  }

  .about-section-2-img2 {
    width: 30vw;
    left: 50vw;
    top: 20vw;
    position: absolute;
  }

  .about-section-2-text1 {
    position: relative;
    left: 10vw;
    top: 80vw;
    font-size: 9vw;
    font-family: "Baskervville", serif !important;
    text-decoration: underline;
  }

  .about-section-2-text2 {
    width: 90vw !important;
    margin-top: 0vw;
    line-height: 4vw;
    font-size: 2vw;
    position: absolute;
    left: -35vw;
    top: 96vw;
    width: 30vw;
  }

  .about-section-3-img1 {
    position: relative;
    left: 40vw;
    width: 60vw;
    top: 80vw;
  }

  .about-section-3-text1 {
    position: absolute;
    left: 50vw;
    top: 120vw;
    font-size: 9vw;
    font-family: "Baskervville", serif !important;
    text-decoration: underline;
    transform: translateX(-70%);
  }

  .about-section-3-text2 {
    width: 90vw;
    line-height: 4vw;
    font-size: 2vw;
    position: absolute;
    left: 5vw;
    top: 160vw;
  }

  .about-section-4-img {
    position: relative;
    left: 43vw;
    width: 50vw;
    top: 10vw;
    display: none;
  }

  .about-section-4-text1 {
    position: absolute;
    left: 70vw;
    top: 120vw;
    font-size: 9vw;
    font-family: "Baskervville", serif !important;
    text-decoration: underline;
    transform: translateX(-70%);
    white-space: normal;
  }

  .about-section-4-text2 {
    width: 90vw;
    line-height: 4vw;
    font-size: 2vw;
    position: absolute;
    left: 5vw;
    top: 149vw;
  }

  .about-section-5-img {
    position: relative;
    left: 0vw;
    width: 100vw;
    top: 195vw;
  }

  .about-section-5-text1 {
    position: absolute;
    left: 55vw;
    top: 255vw;
    font-size: 9vw;
    font-family: "Baskervville", serif !important;
    text-decoration: underline;
    transform: translateX(-70%);
    white-space: nowrap;
  }

  .about-section-5-text2 {
    width: 90vw;
    line-height: 4vw;
    font-size: 2vw;
    position: absolute;
    left: 5vw;
    top: 270vw;
  }

  .display-mobile {
    display: block;
  }

  .display-desktop {
    display: none !important;
  }

  .d-3-kachel-div {
    width: 98vw !important;
  }

  .d5h11 {
    padding: 50px 20px 50px 20px !important;
    font-size: 25px !important;
  }

  .d-4-div-3 {
    width: 100vw !important;
  }

  .d5divath1 {
    height: 350px !important;
  }
}

#d-1-div {
  padding-bottom: 29vw;
}

#d-1-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
}

#d-1-h1 {
  text-shadow: 0px 0px 2px black;
  color: white !important;
  font-size: 8vw;
  transform: translate(-50%, -50%);
  left: 50vw;
  position: absolute;
  top: 11vw;
  text-align: center;
  width: 100vw;
  font-weight: 600;
}

#d-1-p {
  text-shadow: 0px 0px 2px black;
  color: white;
  font-size: 3vw;
  top: 14vw;
  transform: translateX(-50%);
  left: 50vw;
  position: absolute;
  text-align: center;
  width: 100vw;
}

#d-2-div-1 {
  text-align: center;
  background-color: #f2f0e4;
  width: 100vw;
  position: relative;
  left: 0vw;
}

.d-2-div-2 {
  display: inline-block;
  width: 300px;
  padding-top: 30px;
}

.d-2-h3-1 {
  color: black;
  font-size: 15px;
}

.d-2-p-1 {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: black;
}

#d-3-div {
  position: relative;
  width: 100vw;
  text-align: center;
  color: black;
  margin-top: 20px;
}

#d-3-div-2 {
  position: relative;
  width: 100vw;
  text-align: center;
  width: 100vw;
}

.d-3-kachel-div {
  display: inline-block;
  width: 25vw;
  padding-top: 30px;
}

.d-3-kachel-p {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: black;
  margin-top: -60px;
}

.d-4-div {
  position: relative;
  width: 100vw;
  text-align: center;
  color: black;
  margin-top: 20px;
}

.d-4-div-2 {
  width: 32.2vw;
  position: relative;
  display: inline-block;
}

.d-4-div-3 {
  width: 32.2vw;
  position: relative;
  display: inline-block;
}

.d5div1 {
  text-align: center;
  background-color: #f2f0e4;
  width: 100vw;
  position: relative;
  left: 0vw;
}

.d5div {
  width: 32.2vw;
  position: relative;
  display: inline-block;
}

.d5h11 {
  font-size: 38px;
  padding: 50px 35vw 50px 35vw;
  text-align: center;
  margin: 0;
}

.d5div2img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  min-height: 150px;
}

.d5div2h1 {
  text-shadow: 0px 0px 2px black;
  color: white !important;
  font-weight: 600;
  font-size: 8vw;
  transform: translate(-50%, -10%);
  left: 50vw;
  position: absolute;
  top: 5vw;
  text-align: center;
  width: 100vw;
}

.d5div2p1 {
  text-shadow: 0px 0px 2px black;
  color: white;
  font-size: 3vw;
  top: 12vw;
  transform: translateX(-50%);
  left: 50vw;
  position: absolute;
  text-align: center;
  width: 100vw;
}

.d5div2div2 {
  margin-top: unset;
  top: 19.5vw;
}

.mtop20vw {
  margin-top: 20vw;
}

.d5divath1 {
  text-align: center;
  background-color: rgb(242, 240, 228);
  width: 100vw;
  position: relative;
  left: 0vw;
  height: 425px;
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

.itemProperties span p,
.itemProperties span,
.itemProperties {
  display: inline;
}

.tab-list-mp {
  font-size: 12px;
  font-weight: 100 !important;
}

.thumb-title .small {
  font-weight: 100;
}

#mainpage-hero-div-a {
  font-size: 15px;
  color: white;
  background-color: var(--primary-main);
  padding: 10px 20px 10px 20px;
  display: inline-block;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}

#mainpage-hero-img {
  position: absolute;
  left: 0px;
  width: 100vw;
  top: 70%;
  font-size: 45px;
  color: white !important;
}

#mainpage-sections-div {
  display: flex;
}

.mobilefull {
  min-width: 24vw;
}

@media screen and (max-width: 980px) {
  #mainpage-hero-img {
    font-size: 45px;
    color: black !important;
    margin-top: 20px;
    padding: 15px;
    position: relative;
  }

  #mainpage-sections-div {
    display: grid;
  }

  .mobilefull {
    min-width: 100vw;
  }

  #mainpage-hero-div-a {
    font-size: 15px;
    color: white;
    background-color: rgb(106, 103, 93);
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }

  .wshl-bskt-div {
    display: none !important;
  }

  .bskt-mbl {
    width: 100% !important;
  }

  .bskt-mob-width {
    width: unset !important;
  }

  .margin-mobile {
    margin-top: 30px;
  }
}

.availability-2 {
  background-color: darkgoldenrod;
}

.item-caroussel-hover > .firstimg {
  transition: 0.5s opacity !important;
  opacity: 1;
}

.item-caroussel-hover > .secondimg {
  transition: 0.5s opacity !important;
  opacity: 0;
}

.item-caroussel-hover:hover > .firstimg {
  opacity: 0;
}

.item-caroussel-hover:hover > .secondimg {
  opacity: 1;
}

.cmp-product-thumb:hover .img-fluid {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.child-relative,
.child-relative > div,
.child-relative > div > div,
.child-relative > div > div > div {
  position: relative;
}

.childHeight,
.childHeight > div {
  height: 100%;
}

.nopadding-c {
  margin-bottom: 0;
}

.nopadding-c > div {
  padding: unset !important;
}

.anna-k-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .anna-k-hero {
    height: unset;
    min-height: 56vw;
  }
}

.anna-k-hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 2s ease,
    transform 2s ease;
  opacity: 1;
  z-index: 1;
}

.anna-k-hero img.next {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 2;
}

.anna-k-hero img.next.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.anna-k-hero-text {
  position: absolute;
  z-index: 3;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.anna-k-hero-text h1 {
  font-size: 3rem;
}

.anna-k-video-text {
  position: absolute;
  bottom: 26px;
  left: 32px;
  color: white;
  font-size: 56px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.contained {
  background-color: var(--primary-main);
  color: var(--color-text);
  padding: 16px;
  border: none;
  font-size: 1.5rem;
  transition: 0.2s all;
  border-radius: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contained {
    font-size: 1.15rem;
  }

  .maala-s3-p2 h2 {
    font-size: 8vw !important;
  }
}

.contained:hover {
  border: none;
  color: var(--color-text);
}

.contained::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0%;
  transition: 0.2s all;
  border-radius: 40px;
}

.contained:hover::before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 40px;
  background-color: #00000022;
  opacity: 0.8;
}

.outlined {
  color: var(--primary-main);
  padding: 8px 16px;
  border: 1px solid var(--primary-main);
  font-size: 1.5rem;
  transition: 0.2s all;
  border-radius: 40px;
  position: relative;
  background-color: #00000000;
}

.outlined:hover {
  color: var(--color-background);
}

.outlined::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0%;
  background-color: var(--primary-main);
  color: var(--color-background);
  transition: 0.2s all;
  border-radius: 40px;
}

.outlined:hover::before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 40px;
}

.category-div {
  display: flex;
  max-width: 100vw;
  justify-content: space-between;
  gap: 16px;
  margin: 16px;
}

@media screen and (max-width: 767px) {
  .category-div {
    flex-direction: column;
  }
}

.category-item {
  display: flex;
  max-width: 100%;
}

.category-item img {
  display: flex;
  max-width: 100%;
  border-radius: 16px;
}

.invisible-beg {
  opacity: 0;
}

.groesse-div {
  display: none;
  justify-content: center !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  border-bottom: unset !important;
}

.groesse-div .h3 {
  display: none;
}

.groesse-div > .form-check-wrapper,
.fac-color-div > .form-check-wrapper {
  display: inline-block;
  border: 1px solid rgb(102, 102, 102);
  margin: 2px;
  border-radius: 5px;
}

.category-851 .groesse-div {
  display: flex;
}

.groesse-div .form-check-label {
  padding: 8px 16px !important;
}

.filter-badge {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-container.widget-item-list .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .swipe-container .owl-stage {
    touch-action: pan-y manipulation;
    pointer-events: none;
  }

  .owl-dots {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .swipe-container .col-12 {
    max-width: 80% !important;
    padding: 0 !important;
  }

  .swipe-container{
    padding-left:16px;
  }

  .swipe-container .col-12:not(.col-lg-12) {
    max-width: 80% !important;
    padding: 0 !important;
  }

  .hero-container {
    max-width: calc(100vw - 20px) !important;
    transform: translateX(10px);
  }

  .swipe-container.widget-item-list .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .swipe-container .owl-stage {
    touch-action: pan-y manipulation;
    pointer-events: none;
  }

  .hero-container.overflow-visible {
    overflow: visible;
  }

  .overflow-visible .list-item-carousel > .owl-stage-outer {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .overflow-visible .list-item-carousel .owl-stage {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .overflow-visible .list-item-carousel .owl-item {
    max-width: 311px;
  }

  .overflow-visible .owl-theme .owl-nav [class*="owl-"] {
    opacity: 0.15;
  }

  .overflow-visible .list-item-carousel > .owl-stage-outer {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .overflow-visible .list-item-carousel .owl-stage {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .overflow-visible .list-item-carousel .owl-item {
    max-width: 311px;
  }

  .owl-dots {
    background-color: rgba(0, 0, 0, 0);
  }
}
