/* Enter your CSS here */

@font-face {
  font-family: "raleway";
  font-style: normal;
  src: url("../documents/fonts/raleway.ttf");
}

html {
  scroll-behavior: smooth;
}

.mini-font {
  font-size: 16px !important;
  transform: translateY(-2px) !important;
}

:root {
  --color-primary: #000000;
  --font-primary: railway;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
div {
  font-family: var(--font-primary), sans-serif !important;
  letter-spacing: 1px;
}

body {
  margin-top: 22px;
}

.login-view-title{
  margin-top:3rem
}

h1 {
  color: black !important;
  text-transform: uppercase;
}

.btn-prim{
  padding: 8px 16px;
  font-size: 2rem;
  border-radius: 16px;
}

.page-login #page-body {
  position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-body{
  min-height:80vh
}


.categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.categories a {
  position: relative;
  text-decoration: none;
  color: black;
}



.categories div {
  margin: 2rem;
  position: relative;
  overflow: hidden;
}
.categories p {
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  font-size:1.5rem
}



.categories img {
  position: relative;
  object-fit: cover;
  transition: transform 0.5s;

  width: 100%;
  aspect-ratio: 1;
  top:25px;
}
.categories img:hover {
  transform: scale(1.025);
  
}
.cat-top {
  max-width: 33.33%;
}
.cat-btn {
  flex-grow: 1;
  max-width: 50%;
}

@media (max-width: 768px) {
  .categories  a {
    width: 50%
  }
  .categories .cat-btn {
    width: 100%
  }
  .categories div {
    margin: 0.5rem;
  }
}

.topnav{
  background-color: var(--color-primary);
}

#page-body{
 margin-top:50px !important 
}

@media screen and (max-width: 1075px) {
  #page-body {
    margin-top: 58px !important;
  }

  .category-849 #page-body {
    margin-top: 30px;
  }
  .mooh-mini-video {
    height: 30vh !important;
  }
}



.cmp-method-list .method-list-item label,
.cmp-method-list .method-list-item .label {
  min-height: 5rem;
  height: auto;
}


.categoriegrid img{
  border-radius:16px;
}


.social-icon {
  margin-right: 10px;
}

.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;
}

/* Category Design*/

.square-container {
  padding-bottom: 146%;
}

.cmp-product-thumb {
  padding: 0;
}

.cmp-product-thumb .thumb-content {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

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%;
  font-size: 1rem !important;
}

.cmp-product-thumb .price.hasCrossPrice {
  width: auto;
  margin-top: 0px;
  display: inline;
  color: #dd0000;
  font-size: 16px !important;
}

.cmp-product-thumb .price-view-port {
  text-align: left;
}

.cmp-product-thumb .crossprice {
  padding-right: 5px;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.cmp-product-thumb .thumb-image,
.cmp-product-thumb .thumb-content {
  width: 100%;
}

.cmp-product-thumb .thumb-image {
  overflow:hidden;
  border-radius: 16px;
}

/*Breadcrumb*/

#vue-rendered-breadcrumbs,
#twig-rendered-breadcrumbs {
  position: static;
}

.breadcrumb {
  display: none;
}

.owl-thumb.border-appearance {
  background-color: white !important;
}

/* SingleItem*/

.owl-thumbs .owl-thumb {
  height: auto;
  width: 100% !important;
  margin: 0;
  background-color: white !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: 768px) {
  .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;
}

.single-carousel .owl-item img{
  border-radius: 16px;
}
.variation-select .bg-lightgrey{
  border-radius: 8px;

}

.bg-lightgrey.active{
  background-color: #f0f0f0;
  border-radius: 16px;
}

.top-bar {
  position: static;
  background: #fff;
  z-index: 1001;
}

.meta-nav {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  z-index:0;
  pointer-events: none;
}

.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: #fff;
  border: 1px solid #fff;
  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: #fff;
}

.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(0,0,0,0.4);*/
  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: white !important;
  background-color: rgba(0, 0, 0, 0) !important;
}


.toggle-basket-preview{
  border-radius:16px;
}

.toggle-basket-preview:hover,
.toggle-basket-preview:active,
.toggle-basket-preview:focus,
.list-inline-item:hover {
  background-color: rgba(255, 255, 255, 0.1) !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: #fff;
  border: 1px solid #fff;
}

.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;
}

.footer{
  margin-bottom: 0 !important;
}

#socialIcons a {
  font-size: 2.5rem;
}
.footer a, .social-icon{
  color:white !important;
}

.footer {
  color: white;
  background-color: var(--color-primary);
}
body,
#vue-app,
.page-content {
  background: #fff !important;
}

.brand-wrapper {
  position: static;
  top: auto;
  -webkit-transform: none;
  transform: none;
}

.ab-100 {
  display: none;
}

.navbar-brand {
  margin: 0;
}

.wrapper-main #page-body {
  margin-top: 0;
}

@media screen and (max-width: 1075px) {
  .category-849 #page-body {
    margin-top: 30px;
  }
  .mooh-mini-video {
    height: 30vh !important;
  }
}
@media screen and (min-width: 1076px) {
  .category-849 #page-body {
    margin-top: 44px;
  }
}

.owl-theme .owl-dots {
  bottom: -17px !important;
}
#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;
}

.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;
}

.badge-success {
  background-color: #2b2b2b !important;
}

.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: #aaaaaa !important;
  font-size: 1rem !important;
}

.availability {
  color: green;
  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: #000;
  }
  .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;
}

/* Old Bootstrap for image slider */

@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 {
}

.hpTextBlock p {
  font-weight: 300;
}

.footerHeadline {
  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-weight: 300;
}

.hpTextBlock span {
  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;
  /* Animation */
}

.zoom:hover {
  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.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%;
}

.teaser-header {
  width: 100%;
  background-color: #b8735f;
  font-size: 1.5rem;
  color: #fff;
}

.subnav {
  color: #6e6b6c;
}

.topnav div a img {
  height: 20px;

}

#navbarMobile {
  transition: 0.25s;
  height: 100vh;
}

@media screen and (min-width: 1075px) {
  #navbarMobile {
    display: none !important;
  }

  .topnav div a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 0 25px;
    padding: 3px 3px 3px 3px;

    padding-top: 10px;
  }
  .topnav div div {
    float: left;
  }

  .icon {
    display: none;
  }

  .burger-icon {
    display: none;
  }

  .burger-menu {
    display: none !important;
  }

  .header-scroll-active {
    padding: 38px 10px !important;

    box-shadow: 0px -2px 4px black;
  }

  .header-scroll-deactive {
    padding: 38px 10px;

    box-shadow: 0px 0px 0px black;
  }

  #header-logo {
    position: absolute;
    left: 50vw;
    transform: translate(-50%, -15%);
  }

  #controlsList {
    margin-right: 30px !important;
    margin: 0;
    position: absolute;
    top: 55%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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 {
    position: absolute;
    left: 50%;
    transform: translate(-45%, 0);
  }
}

.btn-secondary {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: white;
  margin-bottom: 30px;
}

@media screen and (max-width: 1075px) {
  .manda-header-center {
    position: absolute;
    left: 50%;
    transform: translate(-40%, 0);
    transition: 0.25s;
    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;
  }

  #navbarMobile {
    position: fixed;
    top: 0px;
    right: -350px;
    height: 100vh;
    width: 100%;
    background-color: var(--color-primary);
    z-index: 1999;
    display: none;
    overflow-y: scroll;
    transition: 0.25s;
  }
  .topnav div a,
  .topnav div div {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    margin-left: initial;
    padding: 3px 3px 3px 3px;

    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: 30px 10px !important;
    background-color: var(--color-primary);
    box-shadow: 0px -2px 4px black;
  }

  .header-scroll-deactive {
    padding: 30px 10px !important;
    background-color: var(--color-primary);
    box-shadow: 0px 0px 0px black;
  }

  #controlsList {
    float: left;
    margin: 0;
    position: absolute;
    top: 55%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-nav-element {
  text-align: center;
  text-decoration: uppercase;
  color: #626263;
  transition: 0.25s;
}

.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;
  }
}

.img-title-centered {
  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-weight: 400;
}

/* relevant styles */

.dark-hover-title {
  text-align: center;
  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;
}

/* Hover Navigation */

@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;
}

/* Underline From Center */

.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%;
}

/* The hero image */

.hero-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */

.hero-text {
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.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: 95px;
  }
}

.mainpage-text {
  font-size: 20px;
}

/* Heading */

h1 {
  font-size: 1.5em;
  text-align: center;

  color: #ef8354;
  font-weight: 300;
}

.borders-button {
  border: 2px solid white;
  padding: 10px;
}

/* Layout Styling */

#container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 150px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

/* Button Styles */

.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: white;
}

.modern-button-margin {
  margin: 20px 20px 20px 20px;
}

.modern-button a {
  color: #000000 !important;
  text-decoration: none;
}

/* First Button */

#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);
}

/* Second Button */

.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: -200px;
  background: #ece3ac;
  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.is-fullheight {
  min-height: 100vh;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

/* Some Bulma Stuff */

.dropdown-bulma {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.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: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
  transform: translate(-25%, 0px);
}

.dropdown-content-bulma {
  background-color: var(--color-primary);
  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;
}

.dropdown-item-bulma {
  color: #4a4a4a;
  display: block;
  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;
}

.burger-menu a {
  color: white !important;
  position: fixed !important;
  right: 10px !important;
  top: 25px !important;
  font-size: 30px !important;
  z-index: 10000 !important;
}

.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: rgb(20, 20, 20);
  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: 0.8;
  margin-top: 6px;
  color: #333333;
}

.single-item-messages {
  line-height: 1.4;
}

.owl-dots {
  background-color: white;
}

.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.25s;
  width: 50%;
}

@media screen and (min-width: 748px) {
  .accordion_clap {
    width: 50%;
  }
}

@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";
}

.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;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grey-background {
  background-color: white;
}

@media screen and (min-width: 1017px) {
  .mainpage-info {
    background-color: #eae2d9;
    width: 100%;
    height: 15%;
    transition: 0.25s;
    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;
  }
  #mooh-s1-p {
    text-align: center;
    position: absolute;
    left: 10vw;
    width: 25vw;
    font-size: 4.5vw;
    color: white;
    z-index: 25;

    top: 15vw;
    line-height: 4.5vw;
    opacity: 0;
  }
  #mooh-s1-span1 {
    padding: 10px 20px 10px 20px;
    color: black;
    background-color: white;
    border-radius: 10px;
    font-size: 17px;
  }
  #mooh-s3-div {
    height: 40vw;
    max-height: 900px;
  }
  #mooh-s3-div1 {
    float: left;
    width: 50vw;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding-left: 75px;
    max-width: 700px;
  }
  #mooh-s3-p2 {
    text-align: center;
    position: absolute;
    left: 10vw;
    width: 25vw;
    font-size: 4.5vw;
    color: white;
    z-index: 25;
    top: 15vw;
    line-height: 4.5vw;

    opacity: 0;
  }

  #mooh-s3-p3 {
    font-size: 5vw;
    position: absolute;
    top: 10vw;
    color: white;
    width: 40vw;
    max-width: 900px;
    text-align: center;
    opacity: 0;
  }
  #mooh-s3-span1 {
    padding: 10px 20px 10px 20px;
    color: black;
    background-color: white;
    border-radius: 10px;
    font-size: 17px;
  }
  .mooh-s4-img-p {
    background-color: white;
    padding: 5px 30px;
    position: relative;
    z-index: 21;
    transform: translateX(-50%);
    text-align: center;
    top: -17vw;
    left: 50%;
    display: inline-block;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 200;
  }
  .mooh-s4-img-img {
    width: 100%;
    position: relative;
    z-index: 20;
  }
  .mooh-s4-img-div {
    width: 18vw;
    display: inline-block;
    padding: 7px;
    position: relative;
  }
  @keyframes moveInLeft {
    0% {
      left: -300px;
      opacity: 0;
    }
    100% {
      left: 20vw;
      opacity: 1;
    }
  }
  #mooh-s5-ourstyles {
    text-align: left;
    width: 100%;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 25px;
    opacity: 0;
    font-weight: 200;
    margin-left: 14.2vw;
  }
  #mooh-s5-mehrdazu {
    padding: 10px 20px 10px 20px;
    color: white;
    background-color: var(--color-primary);
    border-radius: 10px;
    font-size: 14px;

    position: relative;
    left: 35%;
  }
}

.zoom-anim {
  transition: transform 0.2s;
  z-index: 20;
}
.zoom-anim:hover {
  transform: scale(1.1);
  z-index: 22 !important;
}

@media screen and (max-width: 1016px) {
  #mooh-s1-div {
    top: -17px !important;
  }
  #mooh-s1-p {
    text-align: center;
    position: absolute;
    left: 1vw !important;
    width: 100vw;
    font-size: 11vw;
    color: white;
    z-index: 25;
    bottom: 56px !important;
    line-height: 11vw;

    opacity: 0;
  }
  #mooh-s1-span1 {
    padding: 10px 20px;
    color: black;
    background-color: white;
    border-radius: 10px;
    font-size: 12px;
  }
  #mooh-s3-div1 {
    padding-left: 10vw;
    padding-right: 10vw;
    margin-top: 50px;
  }
  #mooh-s3-p2 {
    text-align: center;
    position: absolute;
    left: 10vw;
    font-size: 8vw;
    color: white;
    z-index: 25;
    top: 15vw;
    line-height: 8vw;

    opacity: 0;
    padding-right: 40vw;
  }
  #mooh-s3-span1 {
    padding: 10px 20px 10px 20px;
    color: black;
    background-color: white;
    border-radius: 10px;
    font-size: 11px;
  }
  #mooh-s3-img {
    width: 105%;
    margin-top: 40px;
  }
  #mooh-s3-p3 {
    font-size: 10vw;
    position: relative;
    top: -70vw;
    color: white;
    width: 100vw;
    max-width: 900px;
    text-align: center;
    opacity: 0;
  }
  #mooh-unsere-styles-div {
    display: inline-block !important;
  }
  .mooh-s4-img-p {
    background-color: white;
    padding: 5px 30px;
    position: absolute;
    z-index: 21;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    display: inline-block;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 200;
    bottom: 10px;
  }
  .mooh-s4-img-img {
    width: 100%;
    position: relative;
    z-index: 20;
  }
  .mooh-s4-img-div {
    width: 49vw;
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
  }
  #mooh-s3-div {
    text-align: center;
  }

  #mooh-s5-ourstyles {
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 25px;
    opacity: 0;
    font-weight: 200;
    margin-left: 50vw;
    transform: translateX(-50%);
  }
  #mooh-s5-mehrdazu {
    white-space: nowrap;
    padding: 2.5vw 5vw 2.5vw 5vw;
    color: white;
    background-color: var(--color-primary);
    border-radius: 10px;
    font-size: 14px;

    position: relative;
    text-align: center;
    display: inline-block;
  }
  #newsletter-p1 {
    font-size: 35px;
    padding: 30px;
  }

  @keyframes moveInLeft {
    0% {
      left: -300px;
      opacity: 0;
    }
    100% {
      left: 20vw;
      opacity: 1;
    }
  }
  .margin-column-main {
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }

  .burger-menu a {
    color: white !important;
    position: fixed !important;
    right: 10px !important;
    top: 25px !important;
    font-size: px !important;
    z-index: 10000 !important;
  }

  .mainpage-info {
    background-color: #eae2d9;
    width: 100%;
    min-height: 350px;
    transition: 0.25s;
    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.25s;
  }

  .display-mobile {
    display: block;
  }
  .display-desktop {
    display: none !important;
  }

  .prices-in-row {
    flex-flow: unset !important;
  }
}

.navbarSubtitle > a {
  color: grey !important;
  font-size: 13px !important;
}

.header-padding-anim {
  animation: headerPadddingAnim 1.5s;
  animation-fill-mode: forwards;
}
@keyframes headerPadddingAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.move-in-right.start {
  animation: moveInRight 1.5s;
  animation-fill-mode: forwards;
}
@keyframes moveInRight {
  0% {
    margin-right: -300px;
    opacity: 0;
  }
  100% {
    margin-right: 0px;
    opacity: 1;
  }
}

.move-in-left.start {
  animation: moveInLeft 1.5s;
  animation-fill-mode: forwards;
}
.move-in-left-del.start {
  animation: moveInLeft 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.move-in-left-text.start {
  animation: moveInLeftText 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes moveInLeftText {
  0% {
    left: -300px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

.move-in-bottom-del.start {
  animation: moveInbottomPadding 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.move-in-bottom-del-1.start {
  animation: moveInbottomTop 1s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}
.move-in-bottom-del-2.start {
  animation: moveInbottomTop 1s;
  animation-delay: 0.33s;
  animation-fill-mode: forwards;
}
.move-in-bottom-del-3.start {
  animation: moveInbottomTop 1s;
  animation-delay: 0.66s;
  animation-fill-mode: forwards;
}
.move-in-bottom-del-4.start {
  animation: moveInbottomTop 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.move-in-bottom.start {
  animation: moveInbottomPadding 1s;
  animation-fill-mode: forwards;
}
@keyframes moveInbottomPadding {
  0% {
    padding-top: 300px;
    opacity: 0;
  }
  100% {
    padding-top: 0px;
    opacity: 1;
  }
}
@keyframes moveInbottomTop {
  0% {
    top: 300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

.fade-in-image.start {
  animation: fadeIn 1.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blob.white {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.blob.orange {
  box-shadow: 0 0 0 0 rgba(219, 203, 178, 1);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(219, 203, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(219, 203, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(219, 203, 178, 0);
  }
}

.invisible-beg {
  opacity: 0;
}

.size-filter-1 .groesse-div {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
}
.size-filter-1 .flex-grow-1 {
  padding-right: 14px !important;
}

.mooh-mini-hdiv {
  position: absolute;
  left: 10%;
  max-width: 537px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.mooh-mini-h1 {
  text-align: center;
  position: relative;
  font-size: 4.5vw;
  color: white;
  z-index: 25;
  line-height: 4.5vw;
}

.mooh-mini-shopnow {
  background-color: white;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 20px;
}

.mooh-mini-textbtm {
  font-size: 23px;
}

.margin-auto .widget-prop-3-1 > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .mooh-mini-hdiv {
    position: absolute;
    left: 10%;
    max-width: 537px;
    bottom: 187px;
    text-align: center;
  }
  .mooh-mini-h1 {
    text-align: center;
    position: relative;
    font-size: 7vw;
    color: white;
    z-index: 25;
    line-height: 7vw;
  }
}

.categories-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.categories-container > div {
  padding-left: 8px;
  padding-right: 8px;
}

.flexbox-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.flexbox-container div {
  width: 100%;

  justify-content: space-between;
}

.flexbox-item {
  position: relative;
  max-width: 100%;
}

.cat-text {
  font-size: 2.5vw;
  position: absolute;
  left: 52%;
  top: 50%;
  font-weight: bold;
  color: white;
  width: 100%;
  padding: 8px;
  transform: translate(-50%);
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.flexbox-item {
  width: 100%;

  position: relative;
}
.flexbox-item img {
  margin: 8px;
}

@media screen and (max-width: 750px) {
  .categories-container {
    flex-direction: column;
    transform: translateX(-8px);
  }
  .cat-text {
    font-size: 5vw;
  }
}