@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .elementor-widget-heading .elementor-heading-title {
  color: #688DAF;
  letter-spacing: 1px;
}

h1, .h1 {
  font-size: 24px;
  letter-spacing: 0.15rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 24px;
  letter-spacing: 0.15rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 40px;
  }
}

.elementor-section-wrap > section {
  margin-top: 120px;
}
.elementor-section-wrap > section.privacy-policy {
  margin-top: 0;
}

body {
  background-color: #E0E0E0;
  color: #333033;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.09rem;
  font-size: 18px;
}

.btn {
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary {
  background-color: #688DAF;
}
.btn.btn-primary:hover {
  background-color: #7F9EC1;
}
.btn.btn-menu {
  border-radius: 15px;
  padding: 18px 26px 18px 56px;
  border: 1px solid #fff;
  position: relative;
  outline: none;
}
.btn.btn-menu::before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 991px) {
  .ozonos-submenu {
    display: block;
    padding-left: 16px;
  }
  .btn.btn-menu {
    display: none;
  }
  #index header {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
  }
  #index header .header-top {
    padding: 0;
  }
  #index header #menu-icon {
    color: #232323;
  }
  #index header .header-nav {
    background: #688DAF;
  }
}
@media (min-width: 992px) {
  #header, #header .header-top {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .menu.js-top-menu::marker {
    content: "";
  }
  .ozonos-menu li {
    left: 0;
    top: 0;
    margin-bottom: 32px;
  }
  .ozonos-menu li .ozonos-submenu {
    z-index: 8888;
    position: absolute;
    transform: translate(0, -50%);
    left: 50%;
    top: 50%;
  }
  .ozonos-menu li:hover .ozonos-submenu {
    display: block;
  }
  #header .menu, #header .menu > ul > li {
    display: list-item;
  }
  #header .header-top a[data-depth="0"] {
    color: #fff;
    text-transform: none;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
  }
  #header .header-top a[data-depth="1"] {
    color: #fff;
    text-transform: none;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
  }
  .ozonos-menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    transform: translateY(16px);
  }
  .ozonos-menu-wrapper.active {
    display: block;
  }
  .ozonos-menu-wrapper .ozonos-menu-top {
    position: relative;
    background: #688DAF;
    border-radius: 15px;
    padding: 34px;
  }
}
#wrapper {
  background: transparent;
}
#wrapper .breadcrumb li a {
  color: #333033;
}
#wrapper .breadcrumb li:first-child a::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .breadcrumb li:first-child a span {
  display: none;
}
#wrapper .breadcrumb li > span {
  color: #333033;
  font-weight: bold;
}
#wrapper .breadcrumb li::after {
  content: ">";
}

.footer-bg {
  z-index: 1001;
  position: relative;
  padding-bottom: 10rem;
}
.footer-bg a {
  color: #333033 !important;
}
.footer-bg a:hover {
  color: #fff !important;
}
.footer-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #688DAF;
  z-index: -1;
}

.follow-us {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 500;
  margin: 7.5rem 0 1.5rem 0;
  line-height: 1;
  text-align: center;
}

.footer-logo {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.socials {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
}

.footer-img {
  z-index: 1002;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
  border: 3px solid #688DAF;
}

.product-flags li.product-flag {
  background: #688DAF;
}

.product-price {
  color: #688DAF;
}

.tabs {
  background: transparent;
}
.tabs .nav-tabs .nav-item.open .nav-link, .tabs .nav-tabs .nav-item.open:focus, .tabs .nav-tabs .nav-item.open:hover {
  background: transparent;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: #688DAF 3px solid;
}
.tabs .nav-tabs .nav-link.active {
  color: #688DAF;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:focus, .tabs .nav-tabs .nav-link:hover {
  background: transparent;
}

.page-content.page-cms ul, p {
  font-size: 18px;
  color: #333033;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: 3px solid #688DAF;
}

.product-miniature .thumbnail-container {
  background: transparent;
}

.product-cover img {
  background: transparent;
}

.elementor-widget-text-editor {
  color: #333033;
}

.carousel .carousel-item .caption {
  text-align: center;
  bottom: 10%;
  transform: translateY(-100%);
}
.carousel .carousel-item .caption h2 {
  font-size: 30px;
  text-shadow: #fff 0 0 5px;
}
.carousel .carousel-item .caption strong {
  background: #688DAF;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.carousel .carousel-item .caption strong:hover {
  background: #4f7395;
  color: #fff;
}
.carousel .carousel-inner {
  height: auto;
}

.social-stripe img, .vorteil-box img {
  border-radius: 15px;
  aspect-ratio: 1;
  object-fit: cover;
}

.vorteil-box section {
  margin-bottom: 20px;
}
.vorteil-box .vorteil-text {
  padding: 0 0 10px 30px;
}
.vorteil-box .vorteil-text h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .vorteil-box .vorteil-text h2 {
    font-size: 40px;
    letter-spacing: 0.075rem;
  }
}
.vorteil-box .vorteil-text a {
  color: #688DAF;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.vorteil-box .vorteil-text a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #688DAF 0%, transparent 100%);
  margin-top: 10px;
}
.vorteil-box .vorteil-text::before {
  content: "";
  background: url("../img/icons/oz.svg");
  position: absolute;
  right: 16px;
  top: 16px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.vorteil-box .vorteil-text .elementor-widget-wrap {
  align-self: flex-end;
}
.vorteil-box .img-col {
  margin-right: 20px;
}
.vorteil-box .elementor-row > div:first-child .elementor-column-wrap {
  padding: 0;
}
.vorteil-box .elementor-row > div:last-child {
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .vorteil-box .img-col {
    margin-right: 0;
  }
  .vorteil-box .img-col img {
    border-radius: 15px 15px 0 0;
  }
  .vorteil-box .vorteil-text {
    border-radius: 0 0 15px 15px !important;
    padding: 0 0 10px 0;
  }
}

.good-to-know .main-title h2 {
  font-size: 50px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin-left: 80px;
  margin-bottom: 60px;
}
.good-to-know .main-title h2::after {
  content: "";
  display: block;
  width: calc(100% - 9ch);
  height: 4px;
  background: linear-gradient(90deg, #688DAF 0%, transparent 100%);
  margin-top: -15px;
  transform: translateX(9ch);
}
.good-to-know h2 {
  font-size: 30px;
  letter-spacing: 0.09375rem;
}
.good-to-know a {
  color: #688DAF;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.good-to-know a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #688DAF 0%, transparent 100%);
  margin-top: 10px;
}

.text-centered {
  text-align: center;
}
.text-centered h2 {
  font-size: 40px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .text-centered {
    width: 60%;
    margin: 0 auto;
  }
}

.anwendung-box img {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.anwendung-box h2 {
  font-size: 40px;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
.anwendung-box .elementor-widget-heading {
  margin-bottom: 0;
}
.anwendung-box p {
  text-align: center;
}

.checklist h2 {
  font-size: 40px;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checklist li.elementor-icon-list-item {
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.checklist .elementor-widget-icon-list .elementor-icon-list-icon i {
  font-size: 2.5rem !important;
  color: #4f7395 !important;
}

@media (min-width: 992px) {
  #index .header-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 999999;
    border: none;
  }
  #index .header-nav a, #index .header-nav span {
    color: #fff;
  }
  #index .header-nav li a {
    color: initial;
  }
  #index .header-top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 99999;
  }
  #index .header-top a {
    color: #fff;
  }
  #index #header .header-nav .blockcart {
    background: none;
  }
  #index #header .header-nav .cart-preview .shopping-cart {
    color: #fff;
  }
}
.main-slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.main-slide span.caption {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 0 15px 15px 0;
  padding: 60px 0 60px 120px;
}
@media (min-width: 768px) {
  .main-slide span.caption {
    max-width: 40vw;
  }
}
.main-slide span.caption h2, .main-slide span.caption div p {
  font-size: 2.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .main-slide span.caption h2, .main-slide span.caption div p {
    font-size: 3.75rem;
    letter-spacing: 0.3rem;
  }
}
.main-slide span.caption strong {
  background: #fff;
  color: #688DAF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  letter-spacing: initial;
}
.main-slide span.caption strong:hover {
  background: #e6e6e6;
  color: #688DAF;
}

#oz-home {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateX(-50%);
  z-index: 99;
}

#index section#wrapper {
  position: relative;
  z-index: 1001;
}

.page-content.page-cms {
  padding: 0;
  background: transparent;
}

@media (min-width: 768px) {
  #index .text-centered h2 {
    width: 30%;
  }
}

.toggle-element .elementor-toggle .elementor-tab-content {
  border: 0;
}
.toggle-element .elementor-toggle .elementor-tab-title {
  border: 0;
}
.toggle-element .elementor-toggle .elementor-tab-title::after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background: linear-gradient(90deg, #688DAF 0%, transparent 100%);
  transform: translateY(12px);
}

.elementor-toggle .elementor-tab-content, .elementor-toggle .elementor-tab-title {
  border-color: #fff;
}

.elementor-element img {
  border-radius: 15px;
}

.faq h2 {
  font-size: 50px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.faq h2::after {
  content: "";
  display: block;
  width: calc(100% - 5ch);
  height: 4px;
  background: linear-gradient(90deg, #688DAF 0%, transparent 100%);
  margin-top: -15px;
  transform: translateX(5ch);
}

.product-teaser {
  text-align: center;
}
.product-teaser h4, .product-teaser h4.elementor-heading-title {
  color: #333033;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.135rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.product-teaser h2, .product-teaser h2.elementor-heading-title {
  font-size: 2.5rem;
  letter-spacing: 0.075rem;
  margin-bottom: 1rem;
}
.product-teaser a {
  color: #688DAF;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.product-teaser a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #688DAF 0%, transparent 100%);
  margin-top: 10px;
}

.category-sub-menu li a {
  font-size: 1rem;
}

#product-list-header, #subcategories {
  display: none;
}

.product-miniature .thumbnail-container .product-thumbnail {
  border: 1px solid #fff;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  mix-blend-mode: multiply;
}

h2.product-title {
  letter-spacing: 0.075rem;
}

.product-container .tabs .nav-tabs .nav-item:nth-child(2) {
  display: none;
}

.swiper-slide .wishlist-button-add {
  display: none;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #688DAF !important;
  transition: all 0.3s ease-in-out;
}
.scrollToTop:hover {
  background: #fff;
  font-size: 1.1em;
  transform: translate(-50%, -50%) scale(1.1);
}

#search_widget form {
  padding-top: 0.2rem;
}
#search_widget form input {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

#index #search_widget form {
  color: #fff;
}
#index #search_widget form input::placeholder, #index #search_widget form input {
  color: #fff;
}

@media (max-width: 768px) {
  .carousel .carousel-item img {
    aspect-ratio: 1;
    object-fit: contain;
  }
}
.contact-rich h4 {
  display: none;
}

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