/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
  font-family: "PoppinsLight";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Poppins-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "PoppinsBold";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "AmaticSC-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/AmaticSC-Regular.ttf) format("truetype");
}
body #wrapper > .message-wrapper {
  background-color: #2e170f;
  color: white;
}
body #wrapper .woocommerce .woocommerce-info.message-wrapper.zuwenig {
  background-color: #ff8800;
  color: white;
  padding: 15px 20px;
  margin-bottom: 20px;
}
body,
html,
p {
  font-family: "Poppins";
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "AmaticSC-Regular";
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.2em;
}
h3, h4, h5 {
  font-size: 2em;
}
body, #wrapper, #main, header {
  background-color: #f3f6f0;
}
.blau a {
  color: white;
}
.whatsappfooter img {
  width: 30px;
  height: auto;
}

.whatsappfooter {
  display: flex;
  align-items: center;
}

.whatsappfooter img {
  margin-right: 10px;
}
body .wprevpro_badge {
  margin-top: 40px;
}
/* Popup */
.popup {
  background-color: #8bc4c2;
  color: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
}
.popupbutton {
  background-color: #124e58;
  color: white;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: 0.3s ease-in;
}
.popupbutton:hover {
  color: #45969e;
  background-color: white;
}
.popup p {
  padding-top: 20px;
}
.poverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
/* Close Button */
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: white;
  font-size: 30px;
}
body .woo-vou-preview-template-img-wrap {
  max-height: 100%;
}
body
  .woo-vou-preview-template-img-wrap
  .woo-vou-image-wrap
  .woo-vou-preview-template-img {
  width: 100% !important;
  height: auto !important;
  object-fit: initial;
}
.pswp__img {
}
body .woo-vou-preview-template-img-wrap .woo-vou-image-wrap {
  width: 25%;
}
body table:not(.has-background) tbody tr:nth-child(2n) td,
body fieldset,
body fieldset legend {
  background-color: transparent;
}

.product-small .box-text-products p.category {
  display: none;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.bannerbraun .col {
  padding: 0px !important;
}
.pay img {
  width: 55px;
  height: auto;
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.titel h1 {
  font-size: 30px;
}
.titel h2 {
  font-size: 25px;
}
body .off-canvas-left.dark .mfp-content,
body .off-canvas-right.dark .mfp-content {
  background-color: #124e58;
}

@media (min-width: 1920px) {
  body p {
    font-size: 18px;
  }
  .titel h1 {
    font-size: 45px;
  }
  .titel h2 {
    font-size: 35px;
  }
}
