/*!
Theme Name: Zeljo
Theme URI: http://underscores.me/
Author: Well Business Promotion
Author URI: https://wellpromotion.ba/
Description: Zeljo Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zeljo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Zeljo  is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Helvetica Now Regular";
  src: url("./fonts/HelveticaNowDisplay-Regular.otf");
}
@font-face {
  font-family: "Helvetica Now Medium";
  src: url("./fonts/HelveticaNowDisplay-Medium.otf");
}
@font-face {
  font-family: "Helvetica Now Black";
  src: url("./fonts/HelveticaNowDisplay-Black.otf");
}
@font-face {
  font-family: "Helvetica Now Light";
  src: url("./fonts/HelveticaNowDisplay-Light.otf");
}
@font-face {
  font-family: "Helvetica Now Extra Bold";
  src: url("./fonts/HelveticaNowDisplay-ExtraBold.otf");
}
@font-face {
  font-family: "Ephesis";
  src: url("./fonts/Ephesis-Regular.otf");
}
body {
  font-family: "Helvetica Now Regular", sans-serif;
}
body.mobile-menu-active {
  overflow: hidden;
  height: 100vh;
}

.error404 .header, .error404 .footer {
  display: none;
}

.tax-products .header, .single-product .header, .single-post .header, .archive.category .header {
  display: none;
}

.single-post.blog .header {
  display: block;
}

.archive.category.category-blog .header {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, a, div, li, input, button {
  font-family: "Helvetica Now Regular", sans-serif;
  color: #000000;
}

a {
  text-decoration: none;
}

b, strong {
  font-family: "Helvetica Now Black", sans-serif;
}

input:focus,
.button.is-focused:not(:active):focus, .button:focus:not(:active):focus {
  outline: none;
  box-shadow: none;
}

i {
  display: block;
}

a, button, input, div, ::before, ::after, :hover, ul, li {
  -webkit-transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
  -moz-transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
  -o-transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
  transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
}

.cbutton {
  border-radius: 8px;
  font-family: "Helvetica Now Medium", sans-serif;
  font-size: 1rem;
  color: white;
  padding: 0.8rem 2rem;
}
@media screen and (max-width: 768px) {
  .cbutton {
    font-size: 0.9rem;
  }
}
.cbutton.cbutton--orange {
  background-color: #F58A23;
}
.cbutton.cbutton--orange:hover {
  color: white;
  background-color: #008ED4;
}
.cbutton.cbutton--blue {
  background-color: #1B4597;
}
.cbutton.cbutton--blue:hover {
  color: white;
  background-color: #008ED4;
}

.section {
  padding: 5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 1.5rem;
  }
}
.section .container .section__toptitle, .section .container-fluid .section__toptitle {
  font-size: 1.125rem;
  color: #ACACAC;
  letter-spacing: 4px;
  font-family: "Helvetica Now Regular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
  padding: 0 20%;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .section .container .section__toptitle, .section .container-fluid .section__toptitle {
    padding: 0 10%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .section .container .section__toptitle, .section .container-fluid .section__toptitle {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section .container .section__toptitle, .section .container-fluid .section__toptitle {
    padding: 0;
    font-size: 1rem;
  }
}
.section .container .section__toptitle .breadcrumb__item, .section .container-fluid .section__toptitle .breadcrumb__item {
  color: #ACACAC;
  font-family: "Helvetica Now Medium", sans-serif;
}
.section .container .section__title, .section .container-fluid .section__title {
  font-size: 3.13rem;
  text-align: center;
  font-family: "Helvetica Now Black", sans-serif;
  color: #000000;
  letter-spacing: -1px;
  text-align: center;
  margin: 14px 0 22px;
  padding: 0 20%;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .section .container .section__title, .section .container-fluid .section__title {
    padding: 0 10%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .section .container .section__title, .section .container-fluid .section__title {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section .container .section__title, .section .container-fluid .section__title {
    padding: 0 1.5rem;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.section .container .section__title.section__title--category, .section .container-fluid .section__title.section__title--category {
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .section .container .section__title.section__title--category, .section .container-fluid .section__title.section__title--category {
    padding: 0 2rem;
  }
}
.section .container .section__text, .section .container-fluid .section__text {
  font-size: 1.125rem;
  color: #707070;
  text-align: center;
  padding: 0 20%;
  line-height: 1.65;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .section .container .section__text, .section .container-fluid .section__text {
    padding: 0 10%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .section .container .section__text, .section .container-fluid .section__text {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section .container .section__text, .section .container-fluid .section__text {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section .container .section__text p, .section .container-fluid .section__text p {
  color: #707070;
}
.section .container .section__text b, .section .container-fluid .section__text b {
  font-family: "Helvetica Now Black", sans-serif;
}
.section .container .section__breadcrumb, .section .container-fluid .section__breadcrumb {
  padding: 0.8rem 0 0;
}
.section .container .section__breadcrumb .section__toptitle a, .section .container-fluid .section__breadcrumb .section__toptitle a {
  color: #ACACAC;
}
.section .container .arrow-right, .section .container-fluid .arrow-right {
  background: url(./assets/img/icons/arrow-right.svg) center no-repeat;
  background-size: contain;
}
.section .container .arrow-down, .section .container-fluid .arrow-down {
  background: url(./assets/img/icons/arrow-down.svg) center no-repeat;
  background-size: contain;
}
.section .container .ad__box, .section .container-fluid .ad__box {
  border-radius: 15px;
  background-color: #1B4597;
  padding: 2.5rem 4rem 2.5rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .section .container .ad__box, .section .container-fluid .ad__box {
    padding: 1.5rem 3rem 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section .container .ad__box, .section .container-fluid .ad__box {
    padding: 1rem;
    border-radius: 7px;
  }
}
.section .container .ad__box .ad__text, .section .container-fluid .ad__box .ad__text {
  font-family: "Helvetica Now Extra Bold", sans-serif;
  color: white;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  padding-bottom: 3rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .section .container .ad__box .ad__text, .section .container-fluid .ad__box .ad__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section .container .ad__box .ad__text, .section .container-fluid .ad__box .ad__text {
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  .section .container .ad__box .ad__text, .section .container-fluid .ad__box .ad__text {
    font-size: 1.4rem;
  }
}
.section .container .ad__box .ad__button, .section .container-fluid .ad__box .ad__button {
  font-size: 1rem;
  font-family: "Helvetica Now Regular", sans-serif;
  color: white;
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}
.section .container .ad__box .ad__button:hover, .section .container-fluid .ad__box .ad__button:hover {
  color: #F58A23;
}
@media screen and (max-width: 768px) {
  .section .container .ad__box .ad__button, .section .container-fluid .ad__box .ad__button {
    left: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .section .container .ad__box .ad__button, .section .container-fluid .ad__box .ad__button {
    font-size: 0.9rem;
  }
}
.section .container .ad__box .ad__icon, .section .container-fluid .ad__box .ad__icon {
  width: 144px;
  height: 130px;
  background: url(./assets/img/icons/werbung-image.png) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .section .container .ad__box .ad__icon, .section .container-fluid .ad__box .ad__icon {
    width: 120px;
    height: 110px;
    right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section .container .ad__box .ad__icon, .section .container-fluid .ad__box .ad__icon {
    width: 60px;
    height: 55px;
  }
}
@media screen and (max-width: 479px) {
  .section .container .ad__box .ad__icon, .section .container-fluid .ad__box .ad__icon {
    right: 0.5rem;
    width: 50px;
    height: 45px;
  }
}

.product__vegan {
  margin-right: 1.2rem;
  min-width: 48px;
  height: 60px;
  display: block;
  background: url(./assets/img/icons/vegan.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .product__vegan {
    min-width: 30px;
    max-width: 30px;
    max-height: 40px;
    min-height: 40px;
    margin-right: 0.8rem;
  }
}

.product__price .product__price-value {
  font-size: 3.313rem;
  letter-spacing: -1px;
  font-family: "Helvetica Now Black", sans-serif;
}
@media screen and (max-width: 768px) {
  .product__price .product__price-value {
    font-size: 1.6rem;
  }
}
.product__price .product__price-mark {
  font-size: 2rem;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  color: #000000;
  padding-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  .product__price .product__price-mark {
    font-family: "Helvetica Now Regular", sans-serif;
  }
}
.product__price .product__price-unit {
  font-size: 1.25rem;
  font-family: "Helvetica Now Regular", sans-serif;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .product__price .product__price-unit {
    font-size: 1.2rem;
  }
}

.under__construction {
  color: #000000;
  margin: 3rem 0;
  font-size: 1.5rem;
  background-color: #F1F5F8;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
}

.loadMoreBtn {
  border: 1px solid #000000;
  border-radius: 7px;
  font-family: "Helvetica Now Medium", sans-serif;
  color: #000000;
  font-size: 0.95rem;
  padding: 0.6rem 2rem;
  text-align: center;
  display: inline-block;
}
.loadMoreBtn:hover {
  box-shadow: 3px 9px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .default__section {
    margin-top: 2rem;
  }
}

.is-left {
  margin: auto 0;
}

.is-right {
  margin: auto 0 auto auto;
}

.is-middle {
  margin: auto;
}

.padding-0 {
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.is-flex {
  display: flex;
}

.is-block {
  display: block;
}

.margin-auto {
  margin: auto;
}

.align-center {
  align-items: center;
  justify-content: center;
}

.header {
  background-color: #1B4597;
}
.header.header__fixed {
  position: fixed;
  top: 0;
  width: 100%;
  animation: slideDown 0.3s;
  z-index: 99999;
  box-shadow: -3px 13px 24px -10px rgba(0, 0, 0, 0.7);
}
.header .header__section {
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .header .header__section {
    padding: 0 0.5rem;
  }
}
.header .header__section .header__container {
  height: 95px;
  max-height: 95px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container {
    height: 60px;
    max-height: 60px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .header .header__section .header__container {
    height: 70px;
    max-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .header .header__section .header__container {
    height: 65px;
    max-height: 65px;
  }
}
.header .header__section .header__container .header__logo {
  margin: 1.2rem 0;
}
.header .header__section .header__container .header__logo.hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__logo {
    z-index: 9999;
  }
}
.header .header__section .header__container .header__logo .logo__link .logo__img {
  width: 130px;
  min-width: 130px;
  height: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container .header__logo .logo__link .logo__img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .header .header__section .header__container .header__logo .logo__link .logo__img {
    width: 120px;
    height: 118px;
  }
}
@media screen and (max-width: 479px) {
  .header .header__section .header__container .header__logo .logo__link .logo__img {
    width: 100px;
    height: 98px;
  }
}
.header .header__section .header__container .hamburger__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  display: none;
  background-color: #1B4597;
  z-index: 9990;
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .hamburger__box {
    display: flex;
  }
}
.header .header__section .header__container .hamburger__box .hamburger {
  margin: auto 1.5rem auto auto;
  min-width: 22px;
  min-height: 15px;
  display: block;
  background: url(./assets/img/icons/menu.svg) center no-repeat;
  background-size: contain;
}
.header .header__section .header__container .header__menu {
  margin-left: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .header .header__section .header__container .header__menu {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container .header__menu {
    margin-left: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    height: 0%;
    position: fixed;
    top: 0;
    margin: 0;
    background-color: #1B4597;
    z-index: 999;
    padding: 6rem 0 1.5rem;
    transform: translateY(10%);
    overflow-y: scroll;
    -webkit-transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
    -moz-transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
    -o-transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
    transition: all 0.25s cubic-bezier(0.46, 0.82, 0.61, 0.87);
  }
  .header .header__section .header__container .header__menu.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.header .header__section .header__container .header__menu .header__menu-title {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .header__menu-title {
    display: block;
    color: white;
    font-size: 1.3rem;
    text-align: right;
    font-family: "Helvetica Now Black", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0 2.5rem;
  }
}
.header .header__section .header__container .header__menu .menu-social-container, .header .header__section .header__container .header__menu .menu-online-shop-container {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu-social-container, .header .header__section .header__container .header__menu .menu-online-shop-container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu #main-menu, .header .header__section .header__container .header__menu #online-shop {
    margin-bottom: 3rem;
  }
}
.header .header__section .header__container .header__menu #online-shop {
  background-color: #008ED4;
}
.header .header__section .header__container .header__menu .menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu {
    display: inline-block;
    width: 100%;
    padding: 0 2.5rem;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item {
  display: inline-block;
  float: left;
  margin: 0 0.3rem;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container .header__menu .menu .menu-item {
    margin: 0 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu .menu-item {
    display: block;
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu .menu-item.online-shop, .header .header__section .header__container .header__menu .menu .menu-item.menu-item-home, .header .header__section .header__container .header__menu .menu .menu-item.menu-item-kontakt, .header .header__section .header__container .header__menu .menu .menu-item.menu-item-shop {
    display: none;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item a {
  padding: 0.7rem;
  font-size: 1rem;
  color: white;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.header .header__section .header__container .header__menu .menu .menu-item a:hover {
  color: #F58A23;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .header .header__section .header__container .header__menu .menu .menu-item a {
    padding: 0.7rem 0.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container .header__menu .menu .menu-item a {
    padding: 0.4rem 0.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu .menu-item a {
    text-transform: none;
    padding: 0.5rem 0.4rem;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item a img {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu .menu-item a img {
    display: inline-block;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
    object-fit: contain;
    object-position: center;
    padding: 0;
    margin-left: 0.8rem;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item a .menu-image-title {
  padding-right: 0;
}
.header .header__section .header__container .header__menu .menu .menu-item.online-shop {
  margin: auto 0 auto auto;
}
.header .header__section .header__container .header__menu .menu .menu-item.online-shop a {
  display: flex;
  align-items: center;
}
.header .header__section .header__container .header__menu .menu .menu-item.online-shop a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 0.65rem;
  background: url(./assets/img/icons/header-shop.svg) center no-repeat;
  background-size: contain;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container .header__menu .menu .menu-item.online-shop a::before {
    width: 17px;
    height: 17px;
    margin-right: 0.4rem;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item.online-shop a:hover:before {
  background: url(./assets/img/icons/header-shop-hover.svg) center no-repeat;
  background-size: contain;
}
.header .header__section .header__container .header__menu .menu .menu-item .sub-menu {
  opacity: 0;
  visibility: hidden;
  background-color: #008ED4;
  position: absolute;
  top: 100%;
  left: 0.7rem;
  border-radius: 10px;
  width: 200px;
  margin-top: 0.5rem;
  overflow: hidden;
  z-index: 9999;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container .header__menu .menu .menu-item .sub-menu {
    margin-top: 0.35rem;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu .menu-item .sub-menu {
    position: relative;
    left: unset;
    margin: auto 3rem auto auto;
    background: transparent;
    border-radius: 0;
    height: 0;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  padding: 0.6rem 0.3rem;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header .header__section .header__container .header__menu .menu .menu-item .sub-menu .menu-item {
    padding: 0.4rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu .menu-item .sub-menu .menu-item {
    padding: 0.5rem 0.3rem;
    border-bottom: 0;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item .sub-menu .menu-item a {
  padding: 0;
}
.header .header__section .header__container .header__menu .menu .menu-item .sub-menu .menu-item:hover a {
  color: #1B4597;
}
@media screen and (max-width: 768px) {
  .header .header__section .header__container .header__menu .menu .menu-item .sub-menu .menu-item:hover a {
    color: #F58A23;
  }
}
.header .header__section .header__container .header__menu .menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background-color: #1B4597;
  padding: 0;
}
.footer .footer__section {
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__section {
    margin-top: 5rem;
  }
}
.footer .footer__section .footer__container {
  width: 1040px;
}
@media screen and (max-width: 1023px) {
  .footer .footer__section .footer__container {
    width: 100%;
  }
}
.footer .footer__section .footer__container .footer__columns .footer__column.logo__column .footer__logo {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.logo__column .footer__logo {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.logo__column .footer__logo {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.logo__column .footer__logo {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.logo__column {
    width: 130px;
    height: 130px;
    margin: auto;
    padding: 0;
    margin-top: -80px;
  }
}
.footer .footer__section .footer__container .footer__columns .footer__column .footer__menu-title {
  font-size: 1.625rem;
  color: white;
  font-family: "Helvetica Now Black", sans-serif;
}
.footer .footer__section .footer__container .footer__columns .footer__column .footer__menu-smalltitle {
  font-size: 1rem;
  color: white;
  font-family: "Helvetica Now Black", sans-serif;
}
.footer .footer__section .footer__container .footer__columns .footer__column .footer__menu-subtitle {
  color: white;
  margin: 0.25rem 0;
  font-size: 1rem;
  color: white;
}
.footer .footer__section .footer__container .footer__columns .footer__column.footer__menus {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.footer__menus {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu {
    width: 50%;
    min-width: 50%;
  }
}
.footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu .menu .menu-item a {
  display: inline-block;
  padding: 0.08rem 0;
  margin: 0.1rem 0;
  color: white;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu .menu .menu-item a {
    margin: 0;
    padding: 0.08rem 0;
  }
}
.footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu .menu .menu-item a:hover {
  color: #F58A23;
}
.footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu .menu .menu-item img {
  display: none;
}
.footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu.footer__menu--social {
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu.footer__menu--social.--desktop {
    display: none;
  }
}
.footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu.footer__menu--social.--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__columns .footer__column.footer__menus .footer__menu.footer__menu--social.--mobile {
    display: block;
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__zeljo-app.--desktop {
    padding-top: 0;
  }
  .footer .footer__section .footer__container .footer__zeljo-app.--desktop .footer__menu-title, .footer .footer__section .footer__container .footer__zeljo-app.--desktop .footer__menu-subtitle, .footer .footer__section .footer__container .footer__zeljo-app.--desktop .footer__app-links {
    display: none;
  }
  .footer .footer__section .footer__container .footer__zeljo-app.--desktop .footer__menu-smalltitle {
    text-align: center;
  }
}
.footer .footer__section .footer__container .footer__zeljo-app.--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__zeljo-app.--mobile {
    display: block;
  }
}
.footer .footer__section .footer__container .footer__zeljo-app .footer__app-links {
  width: 85%;
  margin: 1.5rem 0;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__zeljo-app .footer__app-links {
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .footer .footer__section .footer__container .footer__zeljo-app .footer__app-links {
    width: 90%;
  }
}
.footer .footer__section .footer__container .footer__zeljo-app .footer__cards {
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__section .footer__container .footer__zeljo-app .footer__cards {
    text-align: center;
  }
}
.footer .footer__section .footer__container .footer__zeljo-app .footer__cards .footer__card-img {
  max-width: 35px;
  height: 25px;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .footer .footer__section .footer__container .footer__zeljo-app .footer__cards .footer__card-img {
    max-width: 30px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .footer .footer__section .footer__container .footer__zeljo-app .footer__cards .footer__card-img {
    max-width: 26px;
    height: 20px;
  }
}
.footer .copyright__section {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}
.footer .copyright__section .copyright__container {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .copyright__section .copyright__container {
    display: block !important;
    text-align: center;
  }
}
.footer .copyright__section .copyright__container .copyright__text, .footer .copyright__section .copyright__container a {
  color: white;
  font-size: 0.95rem;
  font-family: "Helvetica Now Light", sans-serif;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .footer .copyright__section .copyright__container .copyright__text, .footer .copyright__section .copyright__container a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .footer .copyright__section .copyright__container .copyright__text, .footer .copyright__section .copyright__container a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .footer .copyright__section .copyright__container .copyright__text, .footer .copyright__section .copyright__container a {
    font-size: 0.65rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .footer .copyright__section .copyright__container .copyright__text {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright__section .copyright__container .copyright__text .mobile-hidden {
    display: none;
  }
}
.footer .copyright__section .copyright__container .copyright__menu {
  margin-left: 0.3rem;
}
.footer .copyright__section .copyright__container .copyright__menu .menu .menu-item {
  display: inline-block;
  padding: 0.3rem 0.2rem 0.3rem 0;
}
@media screen and (max-width: 768px) {
  .footer .copyright__section .copyright__container .copyright__menu .menu .menu-item {
    padding: 0.1rem 0.2rem 0.1rem 0;
  }
}
.footer .copyright__section .copyright__container .copyright__menu .menu .menu-item:after {
  content: "/";
  position: relative;
  display: inline-block;
  color: white;
  padding-left: 0.3rem;
}
.footer .copyright__section .copyright__container .copyright__menu .menu .menu-item a:hover {
  color: #F58A23;
}

.content {
  margin: 0 !important;
}

.intro__section .intro__container .intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.willkommen__section {
  padding-bottom: 2.5rem;
}
.kategorien__section {
  padding-top: 0;
}
.kategorien__section .kategorien__container {
  width: 1040px;
}
@media screen and (max-width: 1023px) {
  .kategorien__section .kategorien__container {
    width: 100%;
  }
}
.kategorien__section .kategorien__container .ad__box {
  width: 37%;
  max-width: 37%;
  margin: 0;
  padding-right: 7rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) and (min-width: 540px) {
  .kategorien__section .kategorien__container .ad__box {
    padding-right: 5rem;
    width: 40%;
    margin-right: 0.8rem;
    max-width: 40%;
  }
}
@media screen and (max-width: 539px) {
  .kategorien__section .kategorien__container .ad__box {
    width: 45%;
    max-width: 45%;
    padding-right: 2rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 479px) {
  .kategorien__section .kategorien__container .ad__box {
    padding-right: 1rem;
  }
}
.kategorien__section .kategorien__container .kategorie__single {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single {
    display: flex;
    margin-bottom: 1rem;
  }
}
.kategorien__section .kategorien__container .kategorie__single .kategorie__content__inner .kategorie__title {
  font-size: 2.875rem;
  font-family: "Helvetica Now Black", sans-serif;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  color: white;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single .kategorie__content__inner .kategorie__title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .kategorien__section .kategorien__container .kategorie__single .kategorie__content__inner .kategorie__title {
    font-size: 1.4rem;
  }
}
.kategorien__section .kategorien__container .kategorie__single .kategorie__content__inner .kategorie__text {
  font-size: 1.125rem;
  color: white;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single .kategorie__content__inner .kategorie__text {
    display: none;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full:nth-child(even) {
  flex-flow: row-reverse;
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full:nth-child(even) .kategorie__image {
  padding-right: 0;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--full:nth-child(even) .kategorie__image {
    padding-left: 0.8rem;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__image {
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__image {
    padding-right: 0.8rem;
    min-width: 55%;
    max-width: 55%;
    border-radius: 7px;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__image img {
    border-radius: 7px;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__content {
  text-align: center;
  padding: 2rem 3rem;
  align-items: center;
  display: flex;
  margin: 2rem 0;
  align-items: center;
  border-radius: 15px;
  flex-wrap: wrap;
  background-color: #F58A23;
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__content:hover {
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15);
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__content.orange {
  background-color: #F58A23;
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__content.dark_blue {
  background-color: #1B4597;
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__content.light_blue {
  background-color: #008ED4;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--full .kategorie__content {
    max-width: 45%;
    min-width: 45%;
    margin: 0;
    padding: 1rem;
    border-radius: 7px;
    justify-content: center;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 73%;
  max-width: 73%;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed {
    border-radius: 7px;
    margin-bottom: 0;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed.recht {
  margin: auto 0 auto auto;
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__image img {
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__image img {
    border-radius: 7px;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__content {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__content {
    padding: 1rem;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__content .kategorie__content__inner {
  width: 60%;
  text-align: right;
  margin: 0 0 auto auto;
}
@media screen and (max-width: 768px) {
  .kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__content .kategorie__content__inner {
    display: none;
  }
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__content .kategorie__content__inner .kategorie__title {
  color: #000000;
}
.kategorien__section .kategorien__container .kategorie__single.kategorie__single--condensed .kategorie__content .kategorie__content__inner .kategorie__text {
  color: #000000;
}

.beliebste-produkte__section {
  padding-left: 0;
  padding-right: 0;
}
.beliebste-produkte__section.--taxonomy {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section.--taxonomy {
    margin-bottom: 4rem;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider {
    margin-top: 1.5rem;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container {
  width: 100%;
  height: 100%;
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single {
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  transform: scale(0.8);
  background-color: #008ED4;
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single {
    border-radius: 7px;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single.swiper-slide-prev {
  transform: translateX(-13px) scale(0.9);
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single.swiper-slide-prev {
    transform: translateX(6px) scale(0.85);
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single.swiper-slide-next {
  transform: translateX(13px) scale(0.9);
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single.swiper-slide-next {
    transform: translateX(-6px) scale(0.85);
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single.swiper-slide-active {
  transform: scale(1);
  background-color: #1B4597;
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__image {
  width: 100%;
  max-height: 300px;
  height: 300px;
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__image {
    max-height: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__image {
    max-height: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 479px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__image {
    max-height: 150px;
    height: 150px;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content {
  padding: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content {
    padding: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content {
    padding: 1rem 0.5rem;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__category {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__category {
    font-size: 0.9rem;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__title h4 {
  font-size: 2.2rem;
  color: white;
  font-family: "Helvetica Now Black", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__title h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__title h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__text {
  padding: 0 0.8rem 0.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__text {
    padding: 0 0.3rem 0.2rem;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__text p {
  font-size: 1rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .beliebste__single .beliebste__content .beliebste__text p {
    font-size: 0.9rem;
  }
}
.beliebste-produkte__section .beliebste-produkte__container .beliebste__produkte-slider.swiper-container .swiper-pagination {
  display: none;
}

.standorte__section {
  background-color: #F1F5F8;
}
@media screen and (max-width: 768px) {
  .standorte__section {
    padding: 3rem 1.5rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .standorte__section {
    padding: 2.5rem 0.5rem;
  }
}
.standorte__section .standorte__container {
  padding: 0 3rem;
  align-items: center;
  width: 1040px;
}
@media screen and (max-width: 1023px) {
  .standorte__section .standorte__container {
    width: 100%;
    padding: 0 1rem;
  }
}
.standorte__section .standorte__container .standorte__icon {
  text-align: center;
}
.standorte__section .standorte__container .standorte__icon .icon__big-text {
  display: block;
  margin: 0;
  font-size: 4rem;
  line-height: 1;
  font-family: "Helvetica Now Black", sans-serif;
  color: #1B4597;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .standorte__section .standorte__container .standorte__icon .icon__big-text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__icon .icon__big-text {
    font-size: 2rem;
  }
}
.standorte__section .standorte__container .standorte__icon .icon__small-text {
  display: block;
  margin: 0;
  line-height: 0.7;
  color: #F58A23;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .standorte__section .standorte__container .standorte__icon .icon__small-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__icon .icon__small-text {
    font-size: 1rem;
  }
}
.standorte__section .standorte__container .standorte__icon .icon__image {
  background: url(./assets/img/icons/open.svg) center no-repeat;
  background-size: contain;
  display: block;
  min-width: 300px;
  max-width: 300px;
  height: 300px;
  margin: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .standorte__section .standorte__container .standorte__icon .icon__image {
    min-width: 220px;
    max-width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .standorte__section .standorte__container .standorte__icon .icon__image {
    min-width: 200px;
    max-width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__icon .icon__image {
    min-width: 115px;
    max-width: 115px;
    height: 115px;
  }
}
@media screen and (max-width: 479px) {
  .standorte__section .standorte__container .standorte__icon .icon__image {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
}
.standorte__section .standorte__container .standorte__content {
  text-align: left;
  width: 70%;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__content {
    padding-left: 1.5rem;
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .standorte__section .standorte__container .standorte__content {
    padding-left: 0.8rem;
  }
}
.standorte__section .standorte__container .standorte__content .standorte__arrow {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 13px;
  margin-left: 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__content .standorte__arrow {
    width: 15px;
    height: 12px;
    top: 5px;
    margin-left: 0.4rem;
  }
}
.standorte__section .standorte__container .standorte__content .section__text {
  text-align: left;
  color: #ACACAC;
  padding: 0;
  margin-top: -0.5rem;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__content .section__text {
    font-size: 1rem;
    margin: 0;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__content .section__text.section__text--last {
    margin-top: -0.8rem;
  }
}
.standorte__section .standorte__container .standorte__content .section__title {
  text-align: left;
  font-size: 2.25rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__content .section__title {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.standorte__section .standorte__container .standorte__content .section__title .standorte__title-inner {
  line-height: 1.2;
  font-family: "Helvetica Now Black", sans-serif;
  color: #000000;
  display: inline-flex;
}
@media screen and (max-width: 479px) {
  .standorte__section .standorte__container .standorte__content .section__title .standorte__title-inner {
    padding-right: 0.5rem;
  }
}
.standorte__section .standorte__container .standorte__content .standorte__bigtext {
  font-size: 1.875rem;
  font-family: "Helvetica Now Extra Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  .standorte__section .standorte__container .standorte__content .standorte__bigtext {
    font-size: 1.2rem;
  }
}

.app__section {
  background-color: #F1F5F8;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .app__section {
    margin-top: 6rem;
  }
}
.app__section .app__section--about {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .app__section.app__section--blog {
    margin-top: 8rem;
  }
}
.app__section .app__container .columns {
  align-items: center;
}
.app__section .app__container .app__content {
  margin: auto;
  padding: 0 4rem;
  margin-left: 0;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .app__section .app__container .app__content {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .app__section .app__container .app__content {
    padding: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .app__section .app__container .app__content {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .app__section .app__container .app__content {
    padding: 1.5rem;
  }
}
.app__section .app__container .app__content .section__title {
  padding: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .app__section .app__container .app__content .section__title {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .app__section .app__container .app__content .section__title {
    font-size: 2.4rem;
  }
}
.app__section .app__container .app__content .section__text {
  padding: 0;
}
.app__section .app__container .app__content .app__text-featured {
  color: #1B4597;
  font-size: 1.688rem;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .app__section .app__container .app__content .app__text-featured {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .app__section .app__container .app__content .app__text-featured {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .app__section .app__container .app__content .app__text-featured {
    font-size: 1.2rem;
  }
}
.app__section .app__container .app__content .app__links {
  margin-top: 1rem;
  justify-content: center;
}
.app__section .app__container .app__content .app__links .app__link {
  margin: 0 0.3rem;
  width: 170px;
  max-height: 170px;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .app__section .app__container .app__content .app__links .app__link {
    width: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .app__section .app__container .app__content .app__links .app__link {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .app__section .app__container .app__content .app__links .app__link {
    width: 150px;
  }
}
.app__section .app__container .app__content .app__links .app__link img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.app__section .app__container .app__image {
  width: 450px;
  max-width: 450px;
  height: 530px;
  max-height: 530px;
}
.app__section .app__container .app__image img {
  width: 100%;
  height: 100%;
  object-position: contain;
  object-position: center;
}
.app__section .app__container .app__image.--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .app__section .app__container .app__image.--mobile {
    display: block;
    margin: auto;
    margin-top: -100px;
    width: 166px;
    max-width: 166px;
    height: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .app__section .app__container .app__image.--desktop {
    display: none;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .app__section .app__container .app__image {
    width: 360px;
    max-width: 360px;
    height: 420px;
    max-height: 420px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .app__section .app__container .app__image {
    width: 300px;
    max-width: 300px;
    height: 380px;
    max-height: 380px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .app__section .app__container .app__image {
    width: 250px;
    max-width: 250px;
    height: 300px;
    max-height: 300px;
  }
}

.tax-products .banner__section {
  background-color: #F1F5F8;
  padding: 6rem 1.5rem 6rem;
}
@media screen and (max-width: 768px) {
  .tax-products .banner__section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.banner__section {
  padding: 6rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .banner__section {
    padding: 7.5rem 0rem 1.5rem;
  }
}
.banner__section.app .banner__container .banner__content {
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .banner__section.app .banner__container .banner__content {
    width: 65%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .banner__section.app .banner__container .banner__content {
    margin-left: 0;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .banner__section.app .banner__container .banner__content {
    width: 100%;
    margin-left: 0;
  }
}
.banner__section .banner__container {
  background-color: #1B4597;
  border-radius: 12px;
  padding: 3rem;
  align-items: center;
  position: relative;
  background-color: #1B4597;
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container {
    display: block !important;
    padding: 1.5rem 1.5rem 3rem;
    border-radius: 0;
  }
}
.banner__section .banner__container .cbutton {
  background-color: #F58A23;
}
.banner__section .banner__container .cbutton:hover {
  background-color: #008ED4;
  color: white;
}
.banner__section .banner__container.orange {
  background-color: #F58A23;
}
.banner__section .banner__container.orange .cbutton {
  background-color: #008ED4;
}
.banner__section .banner__container.orange .cbutton:hover {
  background-color: #1B4597;
  color: white;
}
.banner__section .banner__container.dark_blue {
  background-color: #1B4597;
}
.banner__section .banner__container.dark_blue .cbutton {
  background-color: #F58A23;
}
.banner__section .banner__container.dark_blue .cbutton:hover {
  background-color: #008ED4;
  color: white;
}
.banner__section .banner__container.light_blue {
  background-color: #008ED4;
}
.banner__section .banner__container.light_blue .cbutton {
  background-color: #F58A23;
}
.banner__section .banner__container.light_blue .cbutton:hover {
  background-color: #1B4597;
  color: white;
}
.banner__section .banner__container .banner__icon {
  max-width: 250px;
  width: 250px;
  height: 250px;
  display: block;
  background: url(./assets/img/icons/online-shop-banner-icon.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .banner__section .banner__container .banner__icon {
    width: 210px;
    height: 210px;
    max-width: 210px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .banner__section .banner__container .banner__icon {
    width: 170px;
    height: 170px;
    max-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container .banner__icon {
    width: 215px;
    max-width: 215px;
    height: 180px;
    position: relative;
    margin: auto;
    margin-top: -90px;
    margin-bottom: 1rem;
  }
}
.banner__section .banner__container .banner__image {
  width: 400px;
  max-width: 400px;
  height: 400px;
  max-height: 400px;
  object-position: contain;
  object-position: center;
  position: absolute;
  top: -60px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container .banner__image.--desktop {
    display: none;
  }
}
.banner__section .banner__container .banner__image.--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container .banner__image.--mobile {
    display: block;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .banner__section .banner__container .banner__image {
    width: 360px;
    max-width: 360px;
    height: 360px;
    max-height: 360px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .banner__section .banner__container .banner__image {
    width: 300px;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
    top: -10px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .banner__section .banner__container .banner__image {
    width: 250px;
    max-width: 250px;
    height: 250px;
    max-height: 250px;
    top: 5px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container .banner__image {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin: auto;
    margin-top: -100px;
    width: 166px;
    max-width: 166px;
    height: 200px;
    max-height: 200px;
  }
}
.banner__section .banner__container .banner__content {
  width: 60%;
  margin-left: 3rem;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .banner__section .banner__container .banner__content {
    width: 80%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .banner__section .banner__container .banner__content {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container .banner__content {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.banner__section .banner__container .banner__content .banner__smalltext {
  font-size: 1.125rem;
  font-family: "Helvetica Now Medium", sans-serif;
  color: white;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .banner__section .banner__container .banner__content .banner__smalltext {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container .banner__content .banner__smalltext {
    font-size: 1rem;
  }
}
.banner__section .banner__container .banner__content .banner__bigtext {
  font-size: 2.25rem;
  color: white;
  letter-spacing: -1px;
  font-family: "Helvetica Now Black", sans-serif;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .banner__section .banner__container .banner__content .banner__bigtext {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .banner__section .banner__container .banner__content .banner__bigtext {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .banner__section .banner__container .banner__content .banner__bigtext {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .banner__section .banner__container .banner__content .banner__bigtext {
    font-size: 1.8rem;
  }
}
.banner__section .banner__container .banner__content .banner__links {
  justify-content: flex-start;
}
.banner__section .banner__container .banner__content .banner__links .banner__link {
  margin: 0 0.3rem;
  width: 170px;
  max-height: 170px;
}
.banner__section .banner__container .banner__content .banner__links .banner__link img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.instagram__section {
  background-color: #F1F5F8;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .instagram__section {
    padding-top: 1.5rem;
    padding-bottom: 0.1rem;
  }
}
.instagram__section .instagram__container {
  padding-left: 60px;
  padding-right: 60px;
}
.instagram__section .instagram__container .insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item,
.instagram__section .instagram__container .insta-gallery-square.qligg-mfp-wrap .insta-gallery-list .insta-gallery-item {
  height: 100%;
}
.instagram__section .instagram__container .insta-gallery-image-wrap {
  height: 100%;
}
.instagram__section .instagram__container .insta-gallery-feed {
  margin-top: 3rem;
  position: relative;
  overflow: visible;
}
.instagram__section .instagram__container .insta-gallery-feed .swiper-container {
  margin: 3rem 0;
}
.instagram__section .instagram__container .insta-gallery-feed .swiper-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev,
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
  width: 60px;
  height: 60px;
  margin: auto 0;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev,
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev,
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev,
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev,
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev i,
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-next i {
  display: none;
}
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev:hover,
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-next:hover {
  background-color: transparent;
}
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev {
  left: -6rem;
  background: url(./assets/img/icons/instagram-left.svg) center no-repeat;
  background-size: 58px;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev {
    background-size: 53px;
    left: -5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev {
    background-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev {
    background-size: 33px;
    left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-prev {
    background-size: 44px;
    left: -4rem;
  }
}
.instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
  margin: auto 0 auto auto;
  right: -6rem;
  background: url(./assets/img/icons/instagram-right.svg) center no-repeat;
  background-size: 58px;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    background-size: 53px;
    right: -5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    background-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    background-size: 31px;
    right: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .instagram__section .instagram__container .insta-gallery-feed .swiper-button-next {
    background-size: 44px;
    right: -4rem;
  }
}

.blog__section {
  padding: 3rem 1.5rem;
}
.blog__section .blog__container {
  padding: 0 10rem;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .blog__section .blog__container {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .blog__section .blog__container {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .blog__section .blog__container {
    display: block !important;
    padding: 0 1.5rem;
  }
}
.blog__section .blog__container .blog__list {
  width: 65%;
}
@media screen and (min-width: 769px) and (max-width: 1479px) {
  .blog__section .blog__container .blog__list {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .blog__section .blog__container .blog__list {
    width: 100%;
  }
}
.blog__section .blog__container .blog__list .blog__article {
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background-color: #F1F5F8;
  padding-bottom: 3rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .blog__section .blog__container .blog__list .blog__article {
    border-radius: 7px;
  }
}
.blog__section .blog__container .blog__list .blog__article .post-thumbnail {
  width: 100%;
}
.blog__section .blog__container .blog__list .blog__article .post-thumbnail img {
  width: 100%;
  max-height: 35rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .blog__section .blog__container .blog__list .blog__article .post-thumbnail img {
    max-height: 30rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .blog__section .blog__container .blog__list .blog__article .post-thumbnail img {
    max-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .blog__section .blog__container .blog__list .blog__article .post-thumbnail img {
    max-height: 25rem;
  }
}
@media screen and (max-width: 479px) {
  .blog__section .blog__container .blog__list .blog__article .post-thumbnail img {
    max-height: 20rem;
  }
}
.blog__section .blog__container .blog__list .blog__article .section__title {
  padding: 0;
  text-align: center;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0 2rem;
  line-height: 1.2;
}
.blog__section .blog__container .blog__list .blog__article .section__text {
  padding: 0;
  padding: 0 2rem;
}
.blog__section .blog__container .blog__list .blog__article .cbutton__wrapper {
  margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
  .blog__section .blog__container .blog__list .loadMoreBtn {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.blog-single__section .blog-single__container {
  padding: 0 10rem;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .blog-single__section .blog-single__container {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .blog-single__section .blog-single__container {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single__section .blog-single__container {
    display: block !important;
    padding: 0 1.5rem;
    margin-top: 4rem;
  }
}
.blog-single__section .blog-single__container .blog__single {
  width: 65%;
}
@media screen and (min-width: 769px) and (max-width: 1479px) {
  .blog-single__section .blog-single__container .blog__single {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .blog-single__section .blog-single__container .blog__single {
    width: 100%;
  }
}
.blog-single__section .blog-single__container .blog__single h1,
.blog-single__section .blog-single__container .blog__single h2,
.blog-single__section .blog-single__container .blog__single h3,
.blog-single__section .blog-single__container .blog__single h4,
.blog-single__section .blog-single__container .blog__single h5,
.blog-single__section .blog-single__container .blog__single h6 {
  margin-bottom: 0.2rem;
}
.blog-single__section .blog-single__container .blog__single .section__breadcrumb {
  padding-top: 0;
}
.blog-single__section .blog-single__container .blog__single .section__breadcrumb .section__toptitle {
  text-align: left;
  padding: 0;
}
.blog-single__section .blog-single__container .blog__single .section__title {
  text-align: left;
  padding: 0;
}
.blog-single__section .blog-single__container .blog__single .post-thumbnail {
  margin-top: 1.2rem;
}
.blog-single__section .blog-single__container .blog__single .post-thumbnail img {
  border-radius: 15px;
  min-width: 95%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .blog-single__section .blog-single__container .blog__single .post-thumbnail img {
    border-radius: 7px;
  }
}
.blog-single__section .blog-single__container .blog__single .section__text {
  margin-top: 1.2rem;
  text-align: left;
  padding: 0;
}
.blog-single__section .blog-single__container .blog__single .gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-single__section .blog-single__container .blog__single .gallery {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
.blog-single__section .blog-single__container .blog__single .gallery .gallery-item {
  margin: 0;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .blog-single__section .blog-single__container .blog__single .gallery .gallery-item {
    width: 50%;
  }
}
.blog-single__section .blog-single__container .blog__single .gallery .gallery-item .gallery-icon {
  padding: 0 8px;
}
.blog-single__section .blog-single__container .blog__single .gallery .gallery-item .gallery-icon img {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog-single__section .blog-single__container .blog__single .gallery .gallery-item .gallery-icon img {
    border-radius: 7px;
  }
}

.blog__sidebar {
  margin: 0 0 0 auto;
  width: 35%;
  padding-left: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1479px) {
  .blog__sidebar {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .blog__sidebar {
    width: 100%;
    padding-left: 0;
  }
}
.blog__sidebar .sidebar__title {
  font-family: "Helvetica Now Black", sans-serif;
  color: #000000;
  font-size: 1.875rem;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
}
.blog__sidebar .sidebar__search {
  margin-bottom: 2.5rem;
}
.blog__sidebar .sidebar__search .search__field {
  width: 100%;
  font-size: 1rem;
  color: #707070;
  font-size: "Helvetica Now Medium", sans-serif;
  text-align: right;
  border-radius: 5px;
  border: 1px solid #e2e8f0;
  padding: 0.5rem;
}
.blog__sidebar .sidebar__search .search__field:focus {
  border: 1px solid #ACACAC;
}
.blog__sidebar .sidebar__blog-list {
  position: relative;
}
.blog__sidebar .sidebar__blog-list .sidebar__list {
  max-height: 800px;
  overflow-y: auto;
  padding: 10px;
}
.blog__sidebar .sidebar__blog-list .sidebar__list .sidebar__blog {
  border-radius: 7px;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.blog__sidebar .sidebar__blog-list .sidebar__list .sidebar__blog:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.blog__sidebar .sidebar__blog-list .sidebar__list .sidebar__blog .post-thumbnail {
  width: 43px;
  height: 43px;
  border-radius: 90px;
  display: block;
  overflow: hidden;
}
.blog__sidebar .sidebar__blog-list .sidebar__list .sidebar__blog .sidebar__blog-content {
  margin-left: 1rem;
}
.blog__sidebar .sidebar__blog-list .sidebar__list .sidebar__blog .sidebar__blog-content .sidebar__blog-title {
  font-size: 1rem;
  font-family: "Helvetica Now Medium", sans-serif;
  color: #000000;
  display: block;
}
.blog__sidebar .sidebar__blog-list .sidebar__list .sidebar__blog .sidebar__blog-content .sidebar__blog-date {
  margin: 0;
  display: block;
  color: #707070;
  font-size: 0.85rem;
}
.blog__sidebar .sidebar__blog-list .loadMoreBtn {
  display: block;
  top: 100%;
  margin-top: 0;
}
.blog__sidebar .sidebar__advertise {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2.5rem;
}
.blog__sidebar .sidebar__advertise .ad__box {
  padding: 2rem 3rem 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .blog__sidebar .sidebar__advertise .ad__box {
    padding: 2rem 8rem 2rem 2rem;
    width: 350px;
  }
}
@media screen and (max-width: 420px) {
  .blog__sidebar .sidebar__advertise .ad__box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blog__sidebar .sidebar__advertise .ad__box .ad__text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 479px) {
  .blog__sidebar .sidebar__advertise .ad__box .ad__text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .blog__sidebar .sidebar__advertise .ad__box .ad__button {
    left: 2rem;
  }
}

.error__section {
  padding: 0;
  position: relative;
  height: 100vh;
}
.error__section .error__container {
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .error__section .error__container {
    display: block !important;
  }
}
.error__section .error__container .error__logo {
  position: relative;
  height: 100%;
  width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  .error__section .error__container .error__logo {
    width: 100%;
    min-width: 100%;
    height: 50vh;
  }
}
.error__section .error__container .error__logo .error__background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1B4597;
}
.error__section .error__container .error__logo .error__background svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-90deg);
  height: 100%;
}
.error__section .error__container .error__logo .logo__img {
  width: 340px;
  max-width: 340px;
  height: 290px;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .error__section .error__container .error__logo .logo__img {
    width: 280px;
    max-width: 280px;
    height: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .error__section .error__container .error__logo .logo__img {
    width: 200px;
    max-width: 200px;
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .error__section .error__container .error__logo .logo__img {
    width: 50%;
    height: 50%;
  }
}
.error__section .error__container .error__content {
  text-align: center;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .error__section .error__container .error__content {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}
.error__section .error__container .error__content .error__title {
  font-family: "Helvetica Now Black", sans-serif;
  color: #707070;
  font-size: 10rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .error__section .error__container .error__content .error__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .error__section .error__container .error__content .error__title {
    font-size: 6rem;
  }
}
.error__section .error__container .error__content .error__subtitle {
  font-size: 2.2rem;
  font-family: "Helvetica Now Medium", sans-serif;
  color: #707070;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .error__section .error__container .error__content .error__subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .error__section .error__container .error__content .error__subtitle {
    font-size: 2rem;
  }
}
.error__section .error__container .error__content .error__text {
  font-size: 1rem;
  font-family: "Helvetica Now Regular", sans-serif;
  color: #707070;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .impressum__section,
  .default__section {
    margin-top: 4rem;
  }
}
.impressum__section .impressum__container .impressum__content,
.impressum__section .impressum__container .default__content,
.impressum__section .default__container .impressum__content,
.impressum__section .default__container .default__content,
.default__section .impressum__container .impressum__content,
.default__section .impressum__container .default__content,
.default__section .default__container .impressum__content,
.default__section .default__container .default__content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .impressum__section .impressum__container .impressum__content,
  .impressum__section .impressum__container .default__content,
  .impressum__section .default__container .impressum__content,
  .impressum__section .default__container .default__content,
  .default__section .impressum__container .impressum__content,
  .default__section .impressum__container .default__content,
  .default__section .default__container .impressum__content,
  .default__section .default__container .default__content {
    margin-top: 3rem;
  }
}
.impressum__section .impressum__container .impressum__content p,
.impressum__section .impressum__container .default__content p,
.impressum__section .default__container .impressum__content p,
.impressum__section .default__container .default__content p,
.default__section .impressum__container .impressum__content p,
.default__section .impressum__container .default__content p,
.default__section .default__container .impressum__content p,
.default__section .default__container .default__content p {
  font-size: 1.125rem;
  color: #707070;
}
.impressum__section .impressum__container .impressum__content p b,
.impressum__section .impressum__container .impressum__content p strong,
.impressum__section .impressum__container .default__content p b,
.impressum__section .impressum__container .default__content p strong,
.impressum__section .default__container .impressum__content p b,
.impressum__section .default__container .impressum__content p strong,
.impressum__section .default__container .default__content p b,
.impressum__section .default__container .default__content p strong,
.default__section .impressum__container .impressum__content p b,
.default__section .impressum__container .impressum__content p strong,
.default__section .impressum__container .default__content p b,
.default__section .impressum__container .default__content p strong,
.default__section .default__container .impressum__content p b,
.default__section .default__container .impressum__content p strong,
.default__section .default__container .default__content p b,
.default__section .default__container .default__content p strong {
  color: #707070;
  font-family: "Helvetica Now Extra Bold", sans-serif;
}
.impressum__section .impressum__container .default__content,
.impressum__section .default__container .default__content,
.default__section .impressum__container .default__content,
.default__section .default__container .default__content {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .impressum__section .impressum__container .default__content,
  .impressum__section .default__container .default__content,
  .default__section .impressum__container .default__content,
  .default__section .default__container .default__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.category__section {
  padding: 0;
}
.category__section .category__header {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
}
.category__section .category__header .category__header-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .category__section .category__header .category__header-background {
    height: 250px;
  }
}
.category__section .category__header .category__header-background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .category__section .category__header .category__header-background img {
    object-fit: cover;
  }
}
.category__section .category__header .category__header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
}
.category__section .category__container {
  padding-top: 3rem;
  width: 1040px;
}
@media screen and (max-width: 1023px) {
  .category__section .category__container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.category__section .category__container .category__list {
  margin-top: 4rem;
}
.category__section .category__container .category__list .loadMoreBtn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .loadMoreBtn {
    margin-top: 1.5rem;
    width: 100%;
  }
}
.category__section .category__container .category__list .category__product {
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .category__section .category__container .category__list .category__product {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product {
    display: block !important;
  }
}
.category__section .category__container .category__list .category__product:nth-child(even) {
  flex-direction: row-reverse;
}
.category__section .category__container .category__list .category__product:nth-child(even) .product__image {
  margin-right: 0;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product:nth-child(even) .product__image {
    margin-left: 0;
  }
}
.category__section .category__container .category__list .category__product .product__image {
  width: 50%;
  max-width: 50%;
  max-height: 410px;
  margin-right: 2rem;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product .product__image {
    border-radius: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    max-height: unset;
    border-radius: 0;
  }
}
.category__section .category__container .category__list .category__product .product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product .product__image img {
    border-radius: 0;
  }
}
.category__section .category__container .category__list .category__product .product__content {
  width: 50%;
  max-width: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .category__section .category__container .category__list .category__product .product__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product .product__content {
    padding: 1.2rem 0;
    width: 100%;
    max-width: 100%;
  }
}
.category__section .category__container .category__list .category__product .product__content .product__title-box {
  margin-bottom: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product .product__content .product__title-box {
    margin-bottom: 0.3rem;
  }
}
.category__section .category__container .category__list .category__product .product__content .product__title-box .product__title {
  font-size: 2.4rem;
  font-family: "Helvetica Now Black", sans-serif;
  line-height: 1.1;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .category__section .category__container .category__list .category__product .product__content .product__title-box .product__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product .product__content .product__title-box .product__title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.category__section .category__container .category__list .category__product .product__content .product__text {
  font-size: 1.125rem;
  color: #000000;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .category__section .category__container .category__list .category__product .product__content .product__price .product__price-value {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .category__section .category__container .category__list .category__product .product__content .product__price {
    margin-top: 0.5rem;
  }
}

.category__header-inner {
  padding: 1.5rem 5rem;
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .category__header-inner {
    padding: 1.5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .category__header-inner {
    padding: 0 1.5rem;
    height: 65px;
    max-height: 65px;
    z-index: 999;
  }
}
.category__header-inner .category__header-button {
  color: white;
  font-size: 1.5rem;
  font-family: "Helvetica Now Medium", sans-serif;
  align-items: center;
  display: inline-flex;
  /* &:hover{
          text-shadow: 1px 1px 4px #b3acac;
      }*/
}
.category__header-inner .category__header-back .header-back-icon {
  margin-right: 0.55rem;
  width: 16px;
  height: 16px;
  display: block;
  background: url(./assets/img/icons/arrow-left.svg) center no-repeat;
  background-size: contain;
}
.category__header-inner .category__header-shop {
  margin: auto 0 auto auto;
  text-transform: uppercase;
  font-size: 1rem;
}
.category__header-inner .category__header-shop .header-shop-icon {
  margin-right: 0.55rem;
  width: 20px;
  height: 20px;
  display: block;
  background: url(./assets/img/icons/header-shop.svg) center no-repeat;
  background-size: contain;
}

.vegan {
  margin: 3rem 0;
  display: flex;
  align-items: center;
}
.vegan .vegan__text {
  font-size: 1.125rem;
  color: #000000;
}
.product__section {
  padding: 0;
  padding-bottom: 1.5rem;
}
.product__section .category__header .category__header-inner .category__header-button {
  color: #000000;
  /* &.category__header-shop{
              color: $main_blue;
          }*/
}
.product__section .category__header .category__header-inner .category__header-back .header-back-icon {
  background: url(./assets/img/icons/arrow-left-dark.svg) center no-repeat;
  background-size: contain;
}
.product__section .category__header .category__header-inner .category__header-shop .header-shop-icon {
  background: url(./assets/img/icons/header-shop-orange.svg) center no-repeat;
  background-size: contain;
}
.product__section .product__container {
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .product__section .product__container {
    padding: 0;
  }
}
.product__section .product__container .product__image {
  justify-content: center;
  margin-bottom: 2rem;
  border-radius: 15px;
  overflow: hidden;
}
.product__section .product__container .product__image img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .product__section .product__container .product__image {
    border-radius: 0px;
    margin-top: -65px;
  }
  .product__section .product__container .product__image .post-thumbnail {
    width: 100%;
    min-width: 100%;
  }
  .product__section .product__container .product__image .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
}
.product__section .product__container .product__content {
  padding: 0 1.5rem;
}
.product__section .product__container .product__content .section__text h1,
.product__section .product__container .product__content .section__text h2,
.product__section .product__container .product__content .section__text h3,
.product__section .product__container .product__content .section__text h4,
.product__section .product__container .product__content .section__text h5,
.product__section .product__container .product__content .section__text h6,
.product__section .product__container .product__content .section__text p,
.product__section .product__container .product__content .section__text span,
.product__section .product__container .product__content .section__text strong {
  color: #707070;
}
.product__section .product__container .product__content ul {
  text-align: center;
  list-style-position: inside;
}
.product__section .product__container .product__content ul li {
  color: #707070;
}
.product__section .product__container .section__title-box {
  align-items: center;
  justify-content: center;
  padding: 0 15%;
}
@media screen and (max-width: 1023px) {
  .product__section .product__container .section__title-box {
    padding: 0 10%;
  }
}
.product__section .product__container .section__title-box .section__title {
  padding: 0;
}
.product__section .product__container .product__price {
  margin-top: 2rem;
  text-align: center;
}
.product__section .product__container .product__price span {
  color: #000000;
}
.product__section .product__container .product__shop {
  text-transform: uppercase;
  font-size: 1rem;
  color: #1B4597;
  font-size: 1rem;
  font-family: "Helvetica Now Medium", sans-serif;
  align-items: center;
  display: inline-flex;
}
.product__section .product__container .product__shop:hover {
  color: #F58A23;
}
.product__section .product__container .product__shop .product__shop-icon {
  margin-right: 0.55rem;
  width: 20px;
  height: 20px;
  display: block;
  background: url(./assets/img/icons/header-shop-orange.svg) center no-repeat;
  background-size: contain;
}
.product__section .product__container .section__text--additional {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .product__section .product__container .section__text--additional {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.page-template-kontakt-template .banner__section {
  padding-top: 0;
}

.contact__section {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .contact__section {
    margin-top: 4rem;
  }
}
.contact__section.karriere__section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.contact__section .contact__main {
  align-items: start;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main {
    display: block !important;
    margin-top: 2rem;
  }
}
.contact__section .contact__main .contact__address-box {
  position: relative;
  display: none;
}
.contact__section .contact__main .contact__address-box .contact__address {
  font-size: 1.875rem;
  font-family: "Helvetica Now Black", sans-serif;
  color: #000000;
  margin-bottom: 0.6rem;
  display: flex;
}
.contact__section .contact__main .contact__address-box .contact__address .contact__address-text {
  font-family: "Helvetica Now Black", sans-serif;
  letter-spacing: -1px;
}
.contact__section .contact__main .contact__address-box .contact__address .contact__arrow {
  min-width: 20px;
  min-height: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-left: 2.5rem;
  top: 0.5rem;
  cursor: pointer;
}
.contact__section .contact__main .contact__phone {
  font-size: 1.125rem;
  font-family: "Helvetica Now Extra Bold", sans-serif;
}
.contact__section .contact__main .contact__owner {
  margin-top: 0.7rem;
}
.contact__section .contact__main .contact__owner .owner__single {
  color: #707070;
  font-size: 1.125rem;
  margin-bottom: 0.3rem;
}
.contact__section .contact__main .contact__owner .owner__single a {
  color: #707070;
}
.contact__section .contact__main .contact__owner .owner__single b {
  font-family: "Helvetica Now Medium", sans-serif;
}
.contact__section .contact__main .contact__map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main .contact__map {
    width: 100%;
    height: 700px;
  }
}
.contact__section .contact__main .contact__content {
  padding-left: 4rem;
  position: relative;
  max-width: 35.8%;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .contact__section .contact__main .contact__content {
    max-width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .contact__section .contact__main .contact__content {
    max-width: 45%;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main .contact__content {
    max-width: 100%;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.contact__section .contact__main .contact__content .contact__toptitle {
  color: #ACACAC;
  font-family: "Helvetica Now Medium", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 3px;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main .contact__content .contact__toptitle {
    margin-top: 2rem;
  }
}
.contact__section .contact__main .contact__content .contact__list {
  position: absolute;
  top: 80px;
  width: 80%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.34s;
  -ms-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5%);
  z-index: 9999;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .contact__section .contact__main .contact__content .contact__list {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main .contact__content .contact__list {
    width: 90%;
  }
}
.contact__section .contact__main .contact__content .contact__list.active {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main .contact__content .contact__list {
    border-radius: 7px;
  }
}
.contact__section .contact__main .contact__content .contact__list .contact__list-item {
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  width: 100%;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}
.contact__section .contact__main .contact__content .contact__list .contact__list-item.active {
  background-color: rgba(0, 0, 0, 0.08);
}
.contact__section .contact__main .contact__content .contact__list .contact__list-item:last-child {
  border-bottom: none;
}
.contact__section .contact__main .contact__content .contact__list .contact__list-item:hover {
  color: #F58A23;
}
.contact__section .contact__main .contact__content .contact__form {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main .contact__content .contact__form {
    margin-bottom: 5rem;
  }
}
.contact__section .contact__main .contact__content .contact__form form label .wpcf7-form-control-wrap input,
.contact__section .contact__main .contact__content .contact__form form label .wpcf7-form-control-wrap textarea {
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  height: 50px;
  width: 90%;
  font-size: 1rem;
  font-family: "Helvetica Now Medium", sans-serif;
  color: #707070;
  padding: 0 1rem;
  -webkit-appearance: none;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .contact__section .contact__main .contact__content .contact__form form label .wpcf7-form-control-wrap input,
  .contact__section .contact__main .contact__content .contact__form form label .wpcf7-form-control-wrap textarea {
    height: 40px;
  }
}
.contact__section .contact__main .contact__content .contact__form form label .wpcf7-form-control-wrap input:focus,
.contact__section .contact__main .contact__content .contact__form form label .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #707070;
  box-shadow: none;
  outline: none;
}
.contact__section .contact__main .contact__content .contact__form form label textarea.wpcf7-textarea {
  height: 150px;
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .contact__section .contact__main .contact__content .contact__form form label textarea.wpcf7-textarea {
    height: 100px;
  }
}
.contact__section .contact__main .contact__content .contact__form form span.wpcf7-form-control-wrap {
  margin-bottom: 0.5rem;
}
.contact__section .contact__main .contact__content .contact__form form span.wpcf7-form-control-wrap .wpcf7-acceptance label {
  cursor: pointer;
  position: relative;
}
.contact__section .contact__main .contact__content .contact__form form span.wpcf7-form-control-wrap .wpcf7-acceptance input {
  margin-right: 0.5rem;
  position: absolute;
  top: 0.3rem;
  left: -1rem;
  width: 1rem;
  height: 1rem;
}
.contact__section .contact__main .contact__content .contact__form form span.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 0.5rem;
  display: block;
}
.contact__section .contact__main .contact__content .contact__form form span.wpcf7-form-control-wrap .wpcf7-acceptance a {
  color: #F58A23;
}
.contact__section .contact__main .contact__content .contact__form form .wpcf7-not-valid-tip {
  padding: 0.3rem 1rem;
  font-size: 0.95rem;
  color: #F58A23;
}
.contact__section .contact__main .contact__content .contact__form form .wpcf7-response-output {
  border: none;
  border-radius: 5px;
  background-color: #F58A23;
  color: white;
  padding: 0.8rem;
  margin-right: 0;
}
.contact__section .contact__main .contact__content .contact__form form .contact__form-button {
  display: flex;
  align-items: center;
}
.contact__section .contact__main .contact__content .contact__form form .contact__form-button input[type=submit] {
  background-color: #1B4597 !important;
  border-radius: 8px !important;
  font-family: "Helvetica Now Medium", sans-serif;
  font-size: 1rem;
  color: white;
  padding: 0.8rem 2rem;
  border: none !important;
  margin: auto 0 auto auto;
  cursor: pointer;
  -webkit-appearance: none;
}
.contact__section .contact__main .contact__content .contact__form form .contact__form-button input[type=submit]:hover {
  background-color: #008ED4 !important;
}
.contact__section .contact__main .contact__content .contact__form form .contact__form-button .wpcf7-submit {
  border: none;
  margin: auto 0 auto auto;
  cursor: pointer;
}
.contact__section .contact__main .contact__content .contact__form form .contact__form-button .ajax-loader {
  display: none;
}
.contact__section .contact__main .karriere__image {
  height: auto;
  margin-bottom: 3rem;
}
.contact__section .contact__main .karriere__content {
  padding-left: 0;
  max-width: 40%;
  width: 40%;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main .karriere__content {
    width: 100%;
    max-width: unset;
  }
}
.contact__section .contact__main.karriere__contact {
  margin: 4rem auto 0;
}
.contact__section .contact__main.karriere__contact .contact__address-box {
  display: block;
}
@media screen and (max-width: 768px) {
  .contact__section .contact__main.karriere__contact .contact__address-box {
    margin-bottom: 3rem;
  }
}
.contact__section .contact__main.karriere__contact .contact__address-box .contact__address-text {
  padding-right: 3rem;
}

.section .container .about__title {
  font-size: 2.875rem;
  color: #000000;
  font-family: "Helvetica Now Black", sans-serif;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .section .container .about__title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about__section {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about__section {
    margin-top: 2rem;
  }
}
.about__section .about__container .about__content-top {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about__section .about__container .about__content-top {
    margin-top: 2rem;
  }
}
.about__section .about__container .about__content-top .about__text-top {
  padding-right: 4rem;
  font-size: 1.125rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .about__section .about__container .about__content-top .about__text-top {
    padding-right: 1.5rem;
  }
}

.kulinarik__section {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .kulinarik__section {
    margin-top: 10rem;
  }
}
.kulinarik__section .kulinarik__background {
  opacity: 0.36;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kulinarik__section .kulinarik__container .kulinarik__content {
  width: 40%;
  max-width: 40%;
  padding: 4rem 3.5rem;
  background-color: #1B4597;
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .kulinarik__section .kulinarik__container .kulinarik__content {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .kulinarik__section .kulinarik__container .kulinarik__content {
    padding: 2rem;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .kulinarik__section .kulinarik__container .kulinarik__content {
    width: 80%;
    max-width: 80%;
    padding: 1.5rem;
    border-radius: 7px;
    margin-left: 1.5rem;
    position: relative;
    top: -8rem;
  }
}
.kulinarik__section .kulinarik__container .kulinarik__content .about__title {
  color: white;
}
.kulinarik__section .kulinarik__container .kulinarik__content .kulinarik__text {
  font-size: 1.125rem;
}
.kulinarik__section .kulinarik__container .kulinarik__content .kulinarik__text p {
  color: white;
}

.about-team__section .about-team__container .worker__single {
  width: 25%;
  display: flex;
  align-items: start;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about-team__section .about-team__container .worker__single {
    width: 33.333333%;
  }
}
@media screen and (max-width: 768px) {
  .about-team__section .about-team__container .worker__single {
    width: 50%;
  }
}
.about-team__section .about-team__container .worker__single .worker__single-inner {
  margin: 0 auto;
}
.about-team__section .about-team__container .worker__single .post-thumbnail {
  width: 282px;
  max-width: 282px;
  border-radius: 15px;
  overflow: hidden;
  height: 282px;
  margin: auto;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .about-team__section .about-team__container .worker__single .post-thumbnail {
    max-width: 250px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .about-team__section .about-team__container .worker__single .post-thumbnail {
    max-width: 210px;
    width: 210px;
    height: 210px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about-team__section .about-team__container .worker__single .post-thumbnail {
    max-width: 190px;
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .about-team__section .about-team__container .worker__single .post-thumbnail {
    border-radius: 7px;
    max-width: 140px;
    width: 140px;
    height: 140px;
  }
}
.about-team__section .about-team__container .worker__single .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -10px;
}
.about-team__section .about-team__container .worker__single .worker__single-name {
  font-size: 2rem;
  margin-top: 0.7rem;
  font-family: "Helvetica Now Black", sans-serif;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  padding: 0 0.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .about-team__section .about-team__container .worker__single .worker__single-name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about-team__section .about-team__container .worker__single .worker__single-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about-team__section .about-team__container .worker__single .worker__single-name {
    font-size: 1.3rem;
  }
}
.about-team__section .about-team__container .worker__single .worker__single-position {
  font-size: 1.125rem;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .about-team__section .about-team__container .worker__single .worker__single-position {
    margin-top: -0.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about-team__section .about-team__container .worker__single .worker__single-position {
    margin-top: -0.4rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about-team__section .about-team__container .worker__single .worker__single-position {
    font-size: 0.9rem;
    margin-top: -0.3rem;
  }
}
.about-team__section .about-team__container .worker__single.worker__single--owner {
  width: unset;
  margin: auto;
  margin-bottom: 3rem;
  margin-top: 2rem;
  display: block;
}
.about-team__section .about-team__container .worker__single.worker__single--owner .post-thumbnail {
  width: 384px;
  max-width: 384px;
  height: 384px;
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  .about-team__section .about-team__container .worker__single.worker__single--owner .post-thumbnail {
    width: 350px;
    max-width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .about-team__section .about-team__container .worker__single.worker__single--owner .post-thumbnail {
    width: 320px;
    max-width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .about-team__section .about-team__container .worker__single.worker__single--owner .post-thumbnail {
    width: 250px;
    max-width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .about-team__section .about-team__container .worker__single.worker__single--owner .post-thumbnail {
    width: 200px;
    max-width: 200px;
    height: 200px;
  }
}
.about-team__section .about-team__container .workers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about-team__section .about-team__container .workers__list {
    justify-content: flex-start;
  }
}

.slb_container {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 15px !important;
}
@media screen and (max-width: 768px) {
  .slb_container {
    max-width: 90% !important;
    left: 5% !important;
  }
}
.slb_container img {
  border-radius: 15px !important;
}
@media screen and (max-width: 768px) {
  .slb_container img {
    border-radius: 7px !important;
  }
}

.slb_details {
  display: none;
}

.slb_controls {
  display: none;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag,
[dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
  top: 15% !important;
  right: -12rem !important;
  background: url(./assets/img/icons/instagram-right.svg) center no-repeat !important;
  background-size: 45px !important;
}
@media screen and (max-width: 768px) {
  #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag,
  [dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
    display: none !important;
  }
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag,
[dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
  top: 15% !important;
  left: -12rem !important;
  background: url(./assets/img/icons/instagram-left.svg) center no-repeat !important;
  background-size: 45px !important;
}
@media screen and (max-width: 768px) {
  #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag,
  [dir=rtl] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    display: none !important;
  }
}

.logo__link.is-flex {
  position: relative;
  z-index: 100;
}

#hero__homepage__section {
  position: relative;
  background-image: url(./assets/img/2023/zeljo-hero-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 77vh;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #hero__homepage__section {
    height: 100%;
  }
}
@keyframes rotate-hero {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes levitate-hero {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#hero__homepage__section .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#hero__homepage__section .container .welcome-gift {
  position: absolute;
  right: 0;
  top: 0;
  animation: rotate-hero 30s linear infinite;
}
@media screen and (max-width: 768px) {
  #hero__homepage__section .container .welcome-gift {
    display: none;
  }
}
#hero__homepage__section .container .app-showcase {
  position: absolute;
  bottom: -40%;
  right: 0;
  animation: levitate-hero 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #hero__homepage__section .container .app-showcase {
    bottom: -55%;
  }
}
@media screen and (max-width: 768px) {
  #hero__homepage__section .container .content__inside {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
#hero__homepage__section .container .content__inside .title {
  font-family: "Helvetica Now Extra Bold", sans-serif;
  color: #fff;
  font-size: 5.125rem;
  line-height: 120%;
}
#hero__homepage__section .container .content__inside .title span {
  color: #f5740e;
  font-family: Ephesis, sans-serif;
  font-size: 8.125rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #hero__homepage__section .container .content__inside .title span {
    font-size: 4rem;
  }
}
#hero__homepage__section .container .content__inside .title b {
  border-bottom: 3px solid #f5740e;
}
@media screen and (max-width: 768px) {
  #hero__homepage__section .container .content__inside .title {
    font-size: 2.8rem;
  }
  #hero__homepage__section .container .content__inside .title br {
    display: inline;
  }
}
#hero__homepage__section .container .content__inside .subtitle {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 160%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #hero__homepage__section .container .content__inside .subtitle {
    font-size: 1.4rem;
  }
}
#hero__homepage__section .container .content__inside .link__group {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.marquee {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  width: 1000%;
}
@media screen and (max-width: 768px) {
  .marquee {
    width: 4000%;
  }
}

.marquee1 {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 7rem;
  display: flex;
  width: 1000%;
}
@media screen and (max-width: 768px) {
  .marquee1 {
    width: 4000%;
    margin-left: -1.5rem;
    padding-top: 2rem;
  }
}

#about__homepage__section {
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #about__homepage__section {
    padding-top: 15rem;
  }
}
#about__homepage__section .content__inner .subtitle {
  color: #00448f;
  font-family: "Helvetica Now Medium", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.7875rem;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 768px) {
  #about__homepage__section .content__inner .subtitle {
    font-size: 0.7rem;
    letter-spacing: 0.5875rem;
  }
}
#about__homepage__section .content__inner .title {
  color: #00448f;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 3.875rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  #about__homepage__section .content__inner .title {
    font-size: 2.475rem;
  }
}
#about__homepage__section .content__inner .title span {
  color: #f5740e;
}
#about__homepage__section .content__inner .content {
  color: #000;
  font-family: "Helvetica Now Regular", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 170%;
  width: 49rem;
}
@media screen and (max-width: 768px) {
  #about__homepage__section .content__inner .content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #location__homepage__section {
    padding-top: 2rem;
  }
}
#location__homepage__section .headline__wrap .title {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}
#location__homepage__section .headline__wrap .title span {
  color: #00448f;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 3.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #location__homepage__section .headline__wrap .title span {
    font-size: 2.475rem;
  }
}
#location__homepage__section .location__box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1.25rem;
  background: #004490;
  padding: 1rem;
}
#location__homepage__section .location__box .image {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
#location__homepage__section .location__box .image img {
  object-fit: cover;
}
#location__homepage__section .location__box .orange__box {
  position: relative;
  border-radius: 0.625rem;
  background: #f5740e;
  padding: 1.5rem 1.8rem;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.2s;
}
#location__homepage__section .location__box .orange__box svg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
#location__homepage__section .location__box .orange__box .subtitle {
  color: #fff;
  font-family: "Helvetica Now Medium", sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.2s;
}
#location__homepage__section .location__box .orange__box .title {
  color: #fff;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.2s;
}
#location__homepage__section .location__box .orange__box .title span {
  font-family: "Helvetica Now Regular", sans-serif;
}
#location__homepage__section .location__box .orange__box:hover {
  background: #fff;
}
#location__homepage__section .location__box .orange__box:hover .title,
#location__homepage__section .location__box .orange__box:hover .subtitle {
  color: #00448f;
}
#location__homepage__section .location__box .white__box {
  position: relative;
  border-radius: 0.625rem;
  background: #ffffff;
  padding: 1.5rem 1.8rem;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.2s;
}
#location__homepage__section .location__box .white__box svg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
#location__homepage__section .location__box .white__box .subtitle {
  color: #00448f;
  font-family: "Helvetica Now Medium", sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.2s;
}
#location__homepage__section .location__box .white__box .title {
  color: #00448f;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.2s;
}
#location__homepage__section .location__box .white__box .title span {
  font-family: "Helvetica Now Regular", sans-serif;
}
#location__homepage__section .location__box .white__box:hover .title {
  color: #f5740e;
}

#menu__homepage__section {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section {
    padding-top: 3rem;
  }
}
#menu__homepage__section .headline__wrap {
  position: relative;
  width: 100%;
}
#menu__homepage__section .headline__wrap .title {
  color: #00448f;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 3.875rem;
  font-weight: 700;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .headline__wrap .title {
    font-size: 2.375rem;
  }
}
#menu__homepage__section .headline__wrap .subtitle {
  color: #00448f;
  font-family: "Helvetica Now Medium", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
#menu__homepage__section .headline__wrap .arrow__dec {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .headline__wrap .arrow__dec {
    display: none;
  }
}
#menu__homepage__section .image__box {
  overflow: hidden;
  border-radius: 1.25rem;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#menu__homepage__section .image__box img {
  object-fit: cover;
}
#menu__homepage__section .box__menu__base {
  position: relative;
}
#menu__homepage__section .box__menu__base.color__blue .box__inner {
  background: #004490 !important;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2rem 3rem;
}
#menu__homepage__section .box__menu__base.color__blue .box__inner:hover .title {
  color: #f5740e;
}
#menu__homepage__section .box__menu__base.color__orange .box__inner {
  background: #f5740e !important;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2rem 3rem;
}
#menu__homepage__section .box__menu__base.color__orange .box__inner:hover .title {
  color: #00448f;
}
#menu__homepage__section .box__menu__base .box__inner {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .box__menu__base .box__inner {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#menu__homepage__section .box__menu__base .box__inner .title {
  color: #fff;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: cubic-bezier(0.19, 1, 0.22, 1) color 0.2s;
}
#menu__homepage__section .box__menu__base .box__inner .content {
  color: #ffffff;
}
#menu__homepage__section.--taxonomy {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section.--taxonomy {
    margin-bottom: 4rem;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider {
    margin-top: 1.5rem;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container {
  width: 100%;
  height: 100%;
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single {
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  background-color: #004490;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single {
    border-radius: 7px;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single.swiper-slide-active {
  background-color: #1B4597;
  opacity: 1;
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
  width: calc(100% - 2rem);
  max-height: 300px;
  height: 300px;
  display: block;
  margin: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
    max-height: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
    max-height: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 479px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
    max-height: 150px;
    height: 150px;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
  padding: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
    padding: 1rem;
  }
}
@media screen and (max-width: 479px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
    padding: 1rem 0.5rem;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__category {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__category {
    font-size: 0.9rem;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__title h4 {
  font-size: 2.2rem;
  color: white;
  font-family: "Helvetica Now Black", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__title h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__title h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text {
  padding: 0 0.8rem 0.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text {
    padding: 0 0.3rem 0.2rem;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text p {
  font-size: 1rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text p {
    font-size: 0.9rem;
  }
}
#menu__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .swiper-pagination {
  display: none;
}

#slider__homepage__section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section {
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
#slider__homepage__section .headline__wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .headline__wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
#slider__homepage__section .headline__wrap .title {
  color: #00448f;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 3.875rem;
  font-weight: 700;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .headline__wrap .title {
    font-size: 2.375rem;
  }
}
#slider__homepage__section .headline__wrap .subtitle {
  color: #00448f;
  font-family: "Helvetica Now Medium", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
#slider__homepage__section .headline__wrap .arrow__dec {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .headline__wrap .arrow__dec {
    display: none;
  }
}
#slider__homepage__section .image__box {
  overflow: hidden;
  border-radius: 1.25rem;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#slider__homepage__section .image__box img {
  object-fit: cover;
}
#slider__homepage__section .box__menu__base {
  position: relative;
}
#slider__homepage__section .box__menu__base.color__blue .box__inner {
  background: #004490 !important;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2rem 3rem;
}
#slider__homepage__section .box__menu__base.color__blue .box__inner:hover .title {
  color: #f5740e;
}
#slider__homepage__section .box__menu__base.color__orange .box__inner {
  background: #f5740e !important;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2rem 3rem;
}
#slider__homepage__section .box__menu__base.color__orange .box__inner:hover .title {
  color: #00448f;
}
#slider__homepage__section .box__menu__base .box__inner {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .box__menu__base .box__inner {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#slider__homepage__section .box__menu__base .box__inner .title {
  color: #fff;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: cubic-bezier(0.19, 1, 0.22, 1) color 0.2s;
}
#slider__homepage__section .box__menu__base .box__inner .content {
  color: #ffffff;
}
#slider__homepage__section.--taxonomy {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section.--taxonomy {
    margin-bottom: 4rem;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider {
    margin-top: 1.5rem;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container {
  width: 100%;
  height: 100%;
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single {
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  background-color: #004490;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single {
    border-radius: 7px;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single.swiper-slide-active {
  background-color: #1B4597;
  opacity: 1;
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
  width: calc(100% - 2rem);
  max-height: 300px;
  height: 300px;
  display: block;
  margin: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
    max-height: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
    max-height: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 479px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image {
    max-height: 250px;
    height: 250px;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
  padding: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
    padding: 1rem;
  }
}
@media screen and (max-width: 479px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content {
    padding: 1rem 0.5rem;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__category {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__category {
    font-size: 0.9rem;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__title h4 {
  font-size: 2.2rem;
  color: white;
  font-family: "Helvetica Now Black", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__title h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__title h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text {
  padding: 0 0.8rem 0.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text {
    padding: 0 0.3rem 0.2rem;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text p {
  font-size: 1rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .menu__homepage__slider__single .menu__homepage__slider__content .menu__homepage__slider__text p {
    font-size: 0.9rem;
  }
}
#slider__homepage__section .menu__homepage__slider__container .menu__homepage__slider.swiper-container .swiper-pagination {
  display: none;
}

#testimonials__homepage__section {
  position: relative;
}
@media screen and (max-width: 768px) {
  #testimonials__homepage__section {
    padding-top: 4rem;
  }
}
#testimonials__homepage__section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1b4597;
  height: 11rem;
  width: 1000%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #testimonials__homepage__section::before {
    height: 7.6rem;
  }
}
#testimonials__homepage__section .headline__wrap .title {
  color: #00448f;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 3.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #testimonials__homepage__section .headline__wrap .title {
    font-size: 2.5rem;
  }
}
#testimonials__homepage__section .testimonials__homepage__slider__wrap {
  position: relative;
  height: 100%;
  z-index: 10;
}
#testimonials__homepage__section .testimonials__homepage__slider__wrap svg {
  position: absolute;
  bottom: 4rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  #testimonials__homepage__section .testimonials__homepage__slider__wrap .splide__track {
    height: 30rem !important;
  }
}
#testimonials__homepage__section .testimonials__homepage__slider__wrap .slide__testimonial__box {
  position: relative;
  height: 100%;
}
#testimonials__homepage__section .testimonials__homepage__slider__wrap .slide__testimonial__box .content {
  padding-top: 1rem;
}
#testimonials__homepage__section .testimonials__homepage__slider__wrap .slide__testimonial__box .content p {
  color: #000;
  font-family: "Helvetica Now Medium", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 160%;
}
#testimonials__homepage__section .testimonials__homepage__slider__wrap .slide__testimonial__box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 160%;
  z-index: 1;
}
#testimonials__homepage__section .testimonials__homepage__slider__wrap .slide__testimonial__box .title span {
  font-family: "Helvetica Now Medium", sans-serif;
  font-weight: 400;
}

#shoplink__homepage__section {
  position: relative;
  padding-top: 0;
  background-color: #1b4597;
}
@media screen and (max-width: 768px) {
  #shoplink__homepage__section::after {
    content: "";
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 100%;
    height: 5rem;
    background-color: #1b4597;
  }
}
#shoplink__homepage__section .headline__wrap .title {
  color: #fff;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  #shoplink__homepage__section .headline__wrap .title {
    margin-top: -3rem;
  }
}
#shoplink__homepage__section .button__wrap {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  #shoplink__homepage__section .button__wrap {
    padding-left: 0;
  }
}
#shoplink__homepage__section .button__wrap a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  background: #f5740e;
  height: 4.8rem;
  padding-right: 2rem;
  transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) all 0.2s;
}
@media screen and (max-width: 768px) {
  #shoplink__homepage__section .button__wrap a {
    height: 5rem;
  }
}
#shoplink__homepage__section .button__wrap a span {
  color: #fff;
  font-family: "Helvetica Now Extra Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}
#shoplink__homepage__section .button__wrap a svg {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#shoplink__homepage__section .button__wrap a:hover {
  background: #000;
}

@media screen and (min-width: 1480px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1479px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

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