@import "../themes/blumat/assets/vendor/bootstrap-4.1.0/css/bootstrap.css";
@import "../themes/blumat/assets/vendor/layerslider/css/layerslider.css";
@import "../themes/blumat/assets/vendor/fancybox/jquery.fancybox.min.css";
/* FONTS */
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('../themes/blumat/assets/fonts/GothamRounded-Book.eot');
  src: url('../themes/blumat/assets/fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamRounded-Book.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamRounded-Book.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamRounded-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url('../themes/blumat/assets/fonts/GothamRounded-Medium.eot');
  src: url('../themes/blumat/assets/fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamRounded-Medium.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamRounded-Medium.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamRounded-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../themes/blumat/assets/fonts/GothamBook.eot');
  src: url('../themes/blumat/assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamBook.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamBook.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../themes/blumat/assets/fonts/Gotham-Bold.eot');
  src: url('../themes/blumat/assets/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/Gotham-Bold.woff2') format('woff2'), url('../themes/blumat/assets/fonts/Gotham-Bold.woff') format('woff'), url('../themes/blumat/assets/fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../themes/blumat/assets/fonts/GothamRounded-Light.eot');
  src: url('../themes/blumat/assets/fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamRounded-Light.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamRounded-Light.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamRounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../themes/blumat/assets/fonts/BebasNeue.eot');
  src: url('../themes/blumat/assets/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/BebasNeue.woff2') format('woff2'), url('../themes/blumat/assets/fonts/BebasNeue.woff') format('woff'), url('../themes/blumat/assets/fonts/BebasNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES */
/* VENDORS & PLUGINS*/
/* OVERRIDES */
.container {
  width: 990px;
}
@media (max-width: 1799px) {
  .container {
    width: 790px;
  }
}
@media (max-width: 1349px) {
  .container {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 50px);
  }
}
.navigation .container {
  padding: 0;
}
.col-nopadding {
  padding: 0;
}
.btn {
  border: none;
  transition: all 0.25s ease-in-out;
  font: 20px/20px 'Gotham Rounded Medium', sans-serif;
  color: white;
  padding: 5px 20px;
  border-radius: 0 15px 15px 15px;
  display: inline-block;
  margin-top: 10px;
}
.btn:hover {
  background: #ffa200;
}
.btn.btn-primary {
  background: #c7d42d;
}
.btn.btn-primary:hover {
  background: #ffa200;
}
.btn.btn-collapse {
  margin: 0;
}
.btn.btn-collapse:hover {
  background: none;
  color: #ffa200 !important;
}
.btn.btn-youtube {
  background: #dcdcdc;
}
.btn.btn-youtube:hover {
  background: #D93130;
  color: white;
}
input.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #dcdcdc;
}
textarea.form-control {
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.form-control:focus {
  border-color: #c7d42d;
  box-shadow: none;
}
.modal .close {
  text-shadow: none;
  color: white;
  opacity: 1;
}
.modal .modal-content {
  border-radius: 25px;
  border: none;
}
.modal .modal-content .modal-header {
  background: #ffa200;
  color: white;
  font-family: 'Gotham Rounded Medium', sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 0 25px 0 0;
}
.modal .modal-content .modal-footer {
  border: none;
}
.accordion .card {
  border: none;
}
.accordion .card .file-row {
  margin-bottom: 10px;
  padding: 5px;
}
.accordion .card .file-row:hover {
  background: #f3f3f3;
}
.accordion .card .folder {
  height: 40px;
}
.accordion .card .file-icon {
  height: 30px;
  width: 30px;
  display: inline-block;
}
.accordion .card .file-info {
  margin-left: 15px;
  display: inline-block;
}
.accordion .card .download-button {
  transition: all 0.25s ease-in-out;
  font: 16px/16px 'Gotham Rounded Medium', sans-serif;
  background: #ffa200;
  border-radius: 0 15px 15px 15px;
  display: inline-block;
  color: white;
  padding: 5px 20px;
}
.accordion .card .card-header {
  border-radius: 0;
  padding: 5px 15px;
  margin-bottom: 15px;
  border: none;
}
.accordion .card .card-body {
  padding: 0 30px 30px 30px;
}
.accordion .card .btn-link {
  font: 25px/30px 'Gotham Rounded Medium', sans-serif;
  color: #69a544;
}
.accordion .card .btn-link:hover,
.accordion .card .btn-link:focus,
.accordion .card .btn-link:active {
  text-decoration: none;
}
/* MODULES */
.language-switcher-overlay {
  text-align: center;
  position: fixed;
  z-index: 101;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}
.language-switcher-overlay .panel {
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -225px;
  width: 760px;
  position: absolute;
  display: inline-block;
  padding: 60px 75px;
  background: white;
  border-radius: 0 25px 25px 25px;
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel {
    width: 500px;
    margin-left: -250px;
    margin-top: -250px;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel {
    width: 260px;
    margin-left: -130px;
    top: 0;
    margin-top: 30px;
    padding: 30px 50px;
  }
}
.language-switcher-overlay .panel h3 {
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel h3 {
    margin-bottom: 20px;
  }
}
.language-switcher-overlay .panel .lang {
  display: block;
  width: 100%;
  padding: 25px 0;
  margin: 0;
  font: 40px/40px 'BebasNeue', sans-serif;
  color: #ffa200;
  border: none;
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang {
    font: 30px/30px 'BebasNeue', sans-serif;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang {
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.empty {
    display: none;
  }
}
.language-switcher-overlay .panel .lang.disabled {
  color: #ffeccc;
}
.language-switcher-overlay .panel .lang.bt {
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.bt {
    border: none;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.bt {
    border: none;
  }
}
.language-switcher-overlay .panel .lang.br {
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.br {
    border: none;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.br {
    border: none;
  }
}
.language-switcher-overlay .panel .lang.bb {
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.bb {
    border: none;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.bb {
    border: none;
  }
}
.language-switcher-overlay .panel .lang.bl {
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.bl {
    border: none;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.bl {
    border: none;
  }
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.tbt {
    border-top: 1px solid #dcdcdc;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.tbt {
    border: none;
  }
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.tbr {
    border-right: 1px solid #dcdcdc;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.tbr {
    border: none;
  }
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.tbb {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.tbb {
    border: none;
  }
}
@media (max-width: 768px) {
  .language-switcher-overlay .panel .lang.tbl {
    border-left: 1px solid #dcdcdc;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.tbl {
    border: none;
  }
}
@media (max-width: 575px) {
  .language-switcher-overlay .panel .lang.mbb {
    border-bottom: 1px solid #dcdcdc;
  }
}
.slider {
  overflow: hidden;
  z-index: 1;
  position: fixed;
  top: 85px;
  width: 100vw;
  height: calc(100vh - 85px);
}
.slider .bubble {
  display: block;
  width: 750px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 0 25px 25px 25px;
  white-space: normal;
  position: absolute;
  left: 50%;
  margin-left: -375px;
}
@media (max-width: 575px) {
  .slider .bubble {
    bottom: -70px;
    width: 300px;
    margin-left: -150px;
    padding: 15px;
  }
}
.slider .bubble h1 {
  color: #ffa200;
  font: 40px/40px 'BebasNeue', sans-serif;
}
@media (max-width: 575px) {
  .slider .bubble h1 {
    font: 28px/28px 'BebasNeue', sans-serif;
  }
}
.slider .bubble .copy {
  font: 15px/19px 'Gotham Rounded Book', sans-serif;
}
@media (max-width: 575px) {
  .slider .bubble .copy {
    font: 13px/15px 'Gotham Rounded Book', sans-serif;
  }
}
@media (max-width: 575px) {
  .slide-img-2 {
    left: -300px !important;
  }
}
.polaroid {
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 280px;
  height: 331px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .polaroid {
    width: 100px;
    height: 118px;
  }
}
.polaroid .image {
  position: absolute;
  z-index: 1;
  max-width: 260px;
  top: 22px;
  left: 15px;
}
@media (max-width: 575px) {
  .polaroid .image {
    max-width: 90px;
    top: 5px;
    left: 5px;
  }
}
.polaroid.polaroid-small {
  width: 200px;
  height: 236px;
}
.polaroid.polaroid-small .image {
  top: 15px;
  left: 8px;
  max-width: 180px;
}
.polaroid .frame {
  position: absolute;
  z-index: 2;
  max-width: 100%;
}
.polaroid .badge {
  position: absolute;
  display: block;
  z-index: 3;
  width: 88px;
  bottom: 20px;
  right: 10px;
}
@media (max-width: 575px) {
  .polaroid .badge {
    width: 60px;
    bottom: 8px;
    right: -4px;
  }
}
.polaroid.tropf-anwendungsbereiche1 {
  top: 30px;
  left: 10px;
  z-index: 10;
}
@media (max-width: 575px) {
  .polaroid.tropf-anwendungsbereiche1 {
    left: 70px;
  }
}
.polaroid.tropf-anwendungsbereiche1:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(3deg) translate(50px, -50px);
}
.polaroid.tropf-anwendungsbereiche2 {
  top: 100px;
  left: 300px;
  transform: rotate(7deg);
  z-index: 9;
}
@media (max-width: 575px) {
  .polaroid.tropf-anwendungsbereiche2 {
    left: 160px;
  }
}
.polaroid.tropf-anwendungsbereiche2:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-3deg) translate(-50px, -50px);
}
.polaroid.tropf-anwendungsbereiche3 {
  top: 370px;
  left: 0;
  transform: rotate(11deg);
  z-index: 8;
}
@media (max-width: 575px) {
  .polaroid.tropf-anwendungsbereiche3 {
    left: 60px;
    top: 200px;
  }
}
.polaroid.tropf-anwendungsbereiche3:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-3deg) translate(-50px, -50px);
}
.polaroid.tropf-anwendungsbereiche4 {
  top: 520px;
  left: 280px;
  transform: rotate(-6deg);
  z-index: 7;
}
@media (max-width: 575px) {
  .polaroid.tropf-anwendungsbereiche4 {
    top: 250px;
    left: 140px;
  }
}
.polaroid.tropf-anwendungsbereiche4:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(2deg) translate(50px, -50px);
}
.polaroid.tropf-anwendungsbereiche5 {
  top: 620px;
  left: -240px;
  transform: rotate(-11deg);
  z-index: 9;
}
@media (max-width: 575px) {
  .polaroid.tropf-anwendungsbereiche5 {
    top: 360px;
    left: 75px;
  }
}
.polaroid.tropf-anwendungsbereiche5:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(2deg) translate(50px, -50px);
}
.polaroid.uber-classic1 {
  transform: rotate(5deg);
  right: 0;
  margin-top: 0;
  z-index: 1;
}
.polaroid.uber-classic1:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-2deg) translate(-50px, -50px);
}
.polaroid.uber-classic2 {
  transform: rotate(-5deg);
  left: 0;
  margin-top: 150px;
  z-index: 2;
}
.polaroid.uber-classic2:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-2deg) translate(-50px, -50px);
}
.polaroid.uber-classic3 {
  transform: rotate(5deg);
  right: 0;
  margin-top: 300px;
  z-index: 3;
}
.polaroid.uber-classic3:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-2deg) translate(-50px, -50px);
}
.polaroid.uber-classic4 {
  transform: rotate(-5deg);
  left: 0;
  margin-top: 450px;
  z-index: 4;
}
.polaroid.uber-classic4:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-2deg) translate(-50px, -50px);
}
.polaroid.uber-classic5 {
  transform: rotate(5deg);
  right: 0;
  margin-top: 600px;
  z-index: 5;
}
.polaroid.uber-classic5:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-2deg) translate(-50px, -50px);
}
.polaroid.classic-funktion {
  transform: rotate(7deg);
  right: 40px;
  margin-top: -300px;
}
@media (max-width: 575px) {
  .polaroid.classic-funktion {
    margin-top: -120px;
    right: -20px;
  }
}
.polaroid.classic-funktion:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-2deg) translate(-50px, -50px);
}
.polaroid.classic-montage {
  transform: rotate(-3deg);
  left: 40px;
  margin-top: -300px;
}
@media (max-width: 575px) {
  .polaroid.classic-montage {
    left: -20px;
    margin-top: -100px;
  }
}
.polaroid.classic-montage:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(3deg) translate(50px, -50px);
}
.polaroid.easy-uber {
  transform: rotate(7deg);
  right: 40px;
  margin-top: -260px;
}
@media (max-width: 575px) {
  .polaroid.easy-uber {
    right: -16px;
    margin-top: -83px;
  }
}
.polaroid.easy-uber:hover {
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.3) rotate(-2deg) translate(-50px, -50px);
}
.tropf-anwendungsbereiche-polaroids {
  min-height: 1100px;
}
/* MAIN THEME */
html,
body {
  margin: 0;
  padding: 0;
  font: 20px/24px 'Gotham Rounded Book', sans-serif;
  color: #2b5134;
}
@media (max-width: 1799px) {
  html,
  body {
    font: 18px/22px 'Gotham Rounded Book', sans-serif;
  }
}
@media (max-width: 1599px) {
  html,
  body {
    font: 16px/20px 'Gotham Rounded Book', sans-serif;
  }
}
@media (max-width: 575px) {
  html,
  body {
    overflow-x: hidden;
  }
}
h1 {
  font: 36px/42px 'Gotham Rounded Medium', sans-serif;
  color: #69a544;
}
@media (max-width: 768px) {
  h1 {
    font: 24px/30px 'Gotham Rounded Medium', sans-serif;
  }
}
@media (max-width: 575px) {
  h1 {
    font: 20px/26px 'Gotham Rounded Medium', sans-serif;
  }
}
@media (max-width: 1799px) {
  h1.resizable {
    width: 50%;
  }
}
h2 {
  font: 55px/50px 'BebasNeue', sans-serif;
  color: #69a544;
  margin: 20px 0;
}
@media (max-width: 768px) {
  h2 {
    font: 45px/40px 'BebasNeue', sans-serif;
  }
}
@media (max-width: 575px) {
  h2 {
    font: 35px/30px 'BebasNeue', sans-serif;
  }
}
h3 {
  color: #95989a;
  font: 20px/24px 'Gotham Rounded Book', sans-serif;
}
@media (max-width: 768px) {
  h3 {
    font: 15px/20px 'Gotham Rounded Book', sans-serif;
  }
}
@media (max-width: 575px) {
  h3 {
    font: 13px/18px 'Gotham Rounded Book', sans-serif;
  }
}
h4 {
  font: 20px/24px 'Gotham Rounded Medium', sans-serif;
  text-transform: uppercase;
  margin: 20px 0;
}
@media (max-width: 575px) {
  h4 {
    font: 16px/22px 'Gotham Rounded Medium', sans-serif;
  }
}
h4 span {
  font: 20px/24px 'Gotham Rounded Book', sans-serif;
  text-transform: none;
}
@media (max-width: 575px) {
  h4 span {
    font: 16px/22px 'Gotham Rounded Book', sans-serif;
  }
}
h5 {
  font: 20px/24px 'Gotham Rounded Medium', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #69a544;
}
h6 {
  font: 20px/24px 'Gotham Rounded Medium', sans-serif;
  color: #ffa200;
}
.sitemap h2 {
  font: 35px/26px 'BebasNeue', sans-serif;
  color: #aaaaaa;
  text-transform: inherit;
}
.sitemap h3 {
  font: 24px/26px 'Gotham Rounded Medium', sans-serif;
  color: #aaaaaa;
  margin-left: 15px;
  text-transform: inherit;
}
.sitemap h4 {
  font: 18px/16px 'Gotham Rounded Medium', sans-serif;
  color: #aaaaaa;
  margin-left: 30px;
  text-transform: inherit;
}
.sitemap h5 {
  font: 15px/18px 'Gotham Rounded Medium', sans-serif;
  color: #aaaaaa;
  margin-left: 45px;
  text-transform: inherit;
}
.sitemap a {
  color: #c7d42d;
}
.sitemap a:hover {
  text-decoration: underline;
  color: #69a544;
}
.sitemap .this-site {
  color: #d10073;
}
small {
  font: 15px/18px 'Gotham Rounded Book', sans-serif;
}
a {
  color: #c7d42d;
}
a:hover {
  text-decoration: none;
  color: #2b5134;
}
strong,
b {
  font-family: 'Gotham Rounded Medium', sans-serif;
}
hr {
  border: none;
  border-bottom: 4px solid #c7d42d;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .img-fluid {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.tipp {
  color: #ffa200;
  font: 15px/18px 'Gotham Rounded Book', sans-serif;
}
.tipp a {
  color: #ffa200;
  text-decoration: underline;
}
.rounded-corners,
.plant-rounded-corners {
  transition: all 0.25s ease-in-out;
}
.bordered {
  border: 1px solid #aaaaaa;
}
ol {
  margin: 0 0 0 15px;
  padding: 0;
  counter-reset: item;
}
ol > li {
  margin: 8px 0;
  padding: 0 0 0 30px;
  text-indent: -30px;
  list-style-type: none;
  counter-increment: item;
}
ol > li:before {
  display: inline-block;
  width: 15px;
  padding-right: 6px;
  font-family: 'Gotham Rounded Medium', sans-serif;
  text-align: right;
  content: counter(item) ".";
}
ul li {
  list-style: none;
  padding: 8px 0;
}
ul li:before {
  content: ' ';
  display: block;
  position: absolute;
  margin-left: -40px;
  margin-top: 2px;
  width: 25px;
  height: 20px;
  background: url(../themes/blumat/assets/images/checkmark.svg) no-repeat;
}
@media (max-width: 1599px) {
  ul li {
    padding: 5px 0;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .logobar {
  background: white;
  padding: 28px 33px 20px 33px;
  height: 85px;
}
@media (max-width: 768px) {
  header .logobar {
    border-bottom: 2px solid #69a544;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  }
}
header .logobar .logo {
  width: 318px;
  height: 37px;
}
@media (max-width: 768px) {
  header .logobar .logo {
    width: 240px;
  }
}
@media (max-width: 575px) {
  header .logobar .logo {
    width: 215px;
    margin-left: -5px;
  }
}
header .logobar .top-hamburger {
  position: fixed;
  width: 66px;
  height: 66px;
  top: 13px;
  right: 10px;
}
header .logobar .language-switcher {
  color: #95989a;
}
@media (max-width: 768px) {
  header .logobar .language-switcher {
    display: none;
  }
}
header .logobar .language-switcher span {
  text-transform: uppercase;
}
header .logobar .language-switcher:hover {
  color: #c7d42d;
}
header .logobar #toggle-mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  header .logobar #toggle-mobile-menu {
    display: block;
  }
}
header .switchlang-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 25px;
}
header .navigation {
  position: absolute;
  top: 85px;
  width: 100%;
  padding: 18px 0;
  background: rgba(196, 214, 0, 0.9);
}
@media (max-width: 768px) {
  header .navigation {
    display: none;
  }
}
header .navigation.active {
  display: block;
}
@media (max-width: 768px) {
  header .navigation .container {
    max-width: 705px;
  }
}
header .navigation nav {
  width: 100%;
}
header .navigation nav ul.nav,
header .navigation nav ul.nav-mobile {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header .navigation nav ul.nav li,
header .navigation nav ul.nav-mobile li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li,
  header .navigation nav ul.nav-mobile li {
    display: block;
    width: 100%;
  }
}
header .navigation nav ul.nav li:before,
header .navigation nav ul.nav-mobile li:before {
  display: none !important;
}
header .navigation nav ul.nav li a,
header .navigation nav ul.nav-mobile li a {
  transition: all 0.5s ease-in-out;
  font: 30px/30px 'BebasNeue', sans-serif;
  color: white;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li a,
  header .navigation nav ul.nav-mobile li a {
    font: 25px/32px 'BebasNeue', sans-serif;
  }
}
header .navigation nav ul.nav li a:hover,
header .navigation nav ul.nav-mobile li a:hover {
  color: #2b5134;
}
header .navigation nav ul.nav li .dropdown,
header .navigation nav ul.nav-mobile li .dropdown {
  transition: all 0.25s ease-in-out;
  transform: translate(-10px, -10px);
  z-index: 9;
  opacity: 0;
  position: absolute;
  top: 60px;
  border: 2px solid #69a544;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 0 25px 25px 25px;
  min-width: 370px;
  min-height: 100px;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li .dropdown,
  header .navigation nav ul.nav-mobile li .dropdown {
    position: relative;
    top: -2px;
    left: 0;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    border: none;
    background: none;
  }
}
header .navigation nav ul.nav li .dropdown .arrow,
header .navigation nav ul.nav-mobile li .dropdown .arrow {
  z-index: 8;
  position: absolute;
  display: block;
  width: 58px;
  height: 58px;
  top: -57px;
  left: -57px;
  background: url(../themes/blumat/assets/images/menu-bubble-arrow.svg) no-repeat;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li .dropdown .arrow,
  header .navigation nav ul.nav-mobile li .dropdown .arrow {
    display: none;
  }
}
header .navigation nav ul.nav li .dropdown .dropdown-items,
header .navigation nav ul.nav-mobile li .dropdown .dropdown-items {
  padding: 0;
}
header .navigation nav ul.nav li .dropdown .dropdown-items li,
header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li {
  list-style: initial;
  display: block;
  margin: 0;
}
header .navigation nav ul.nav li .dropdown .dropdown-items li a,
header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a {
  font: 20px/20px 'Gotham Rounded Book', sans-serif;
  color: #aaaaaa;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li .dropdown .dropdown-items li a,
  header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a {
    font: 16px/20px 'Gotham Rounded Book', sans-serif;
    color: white;
  }
}
header .navigation nav ul.nav li .dropdown .dropdown-items li a:before,
header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a:before {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffa200;
  top: -4px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li .dropdown .dropdown-items li a:before,
  header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a:before {
    background: white;
  }
}
header .navigation nav ul.nav li .dropdown .dropdown-items li a:hover,
header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a:hover {
  color: #2b5134;
}
header .navigation nav ul.nav li .dropdown .dropdown-items li a.featured,
header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a.featured {
  color: #69a544;
  font-family: 'Gotham Rounded Medium', sans-serif;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li .dropdown .dropdown-items li a.featured,
  header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a.featured {
    color: white;
  }
}
header .navigation nav ul.nav li .dropdown .dropdown-items li a.featured:hover,
header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a.featured:hover {
  color: #ffa200;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav li .dropdown .dropdown-items li a.featured:hover,
  header .navigation nav ul.nav-mobile li .dropdown .dropdown-items li a.featured:hover {
    color: #2b5134;
  }
}
header .navigation nav ul.nav-mobile {
  display: none;
}
@media (max-width: 768px) {
  header .navigation nav ul.nav-mobile {
    display: block;
    padding: 0;
  }
}
header .sidebar-toggler {
  position: fixed;
  height: 66px;
  width: 66px;
  left: 0;
  top: 85px;
  background: #69a544;
  display: none;
}
@media (max-width: 1349px) {
  header .sidebar-toggler {
    display: block;
  }
}
@media (max-width: 768px) {
  header .sidebar-toggler {
    display: none;
  }
}
header .sidebar-toggler.sidebar-toggler-right {
  left: initial;
  right: 0;
}
main.header-spacer {
  padding: 200px 0 120px 0;
  position: relative;
}
@media (max-width: 768px) {
  main.header-spacer {
    padding: 110px 0 110px 0;
  }
}
main aside {
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 99;
}
main aside.left-sidebar {
  top: 200px;
  left: 33px;
}
main aside.left-sidebar.left-sidebar-home {
  left: -550px;
}
@media (max-width: 1599px) {
  main aside.left-sidebar {
    left: 15px;
  }
}
@media (max-width: 1349px) {
  main aside.left-sidebar {
    top: 170px;
    left: -350px;
  }
  main aside.left-sidebar.active {
    left: 15px;
  }
}
@media (max-width: 768px) {
  main aside.left-sidebar {
    top: 95px;
    left: -800px;
  }
}
@media (max-width: 575px) {
  main aside.left-sidebar {
    width: calc(100% - 30px);
  }
}
main aside.left-sidebar .sidebox {
  transition: all 0.5s ease-in-out;
  width: 345px;
  padding: 25px 30px 20px 30px;
  border-radius: 0 25px 25px 25px;
  border: 1px solid #69a544;
  margin-bottom: 6px;
  background: white;
}
@media (max-width: 1599px) {
  main aside.left-sidebar .sidebox {
    padding: 20px 25px;
    width: 250px;
  }
}
@media (max-width: 1349px) {
  main aside.left-sidebar .sidebox {
    width: 345px;
  }
}
@media (max-width: 768px) {
  main aside.left-sidebar .sidebox {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.95);
  }
}
@media (max-width: 575px) {
  main aside.left-sidebar .sidebox {
    width: 100%;
    padding: 10px 25px !important;
  }
}
@media (max-height: 880px) {
  main aside.left-sidebar .sidebox {
    padding: 20px 30px;
  }
}
@media (max-height: 770px) {
  main aside.left-sidebar .sidebox {
    padding: 15px 30px;
  }
}
main aside.left-sidebar .sidebox .title {
  transition: all 0.5s ease-in-out;
  color: #c7d42d;
  font: 55px/35px 'BebasNeue', sans-serif;
  margin-top: 5px;
}
@media (max-width: 1599px) {
  main aside.left-sidebar .sidebox .title {
    font: 39px/28px 'BebasNeue', sans-serif;
  }
}
@media (max-width: 575px) {
  main aside.left-sidebar .sidebox .title {
    font: 30px/25px 'BebasNeue', sans-serif !important;
  }
}
@media (max-height: 880px) {
  main aside.left-sidebar .sidebox .title {
    font: 47px/25px 'BebasNeue', sans-serif;
  }
}
@media (max-height: 770px) {
  main aside.left-sidebar .sidebox .title {
    font: 30px/25px 'BebasNeue', sans-serif;
  }
}
main aside.left-sidebar .sidebox .title:hover {
  cursor: pointer;
  color: #2b5134;
}
main aside.left-sidebar .sidebox .sidenav {
  display: none;
  padding-left: 0;
  margin: 25px 15px 0 15px;
}
@media (max-width: 1599px) {
  main aside.left-sidebar .sidebox .sidenav {
    margin: 15px 15px 0 15px;
  }
}
@media (max-height: 770px) {
  main aside.left-sidebar .sidebox .sidenav {
    margin: 10px 15px 0 15px;
  }
}
main aside.left-sidebar .sidebox .sidenav.level0 li {
  margin: 0;
}
@media (max-height: 770px) {
  main aside.left-sidebar .sidebox .sidenav.level0 li {
    padding: 4px 0;
  }
}
main aside.left-sidebar .sidebox .sidenav.level0 li:before {
  content: ' ';
  left: inherit;
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  margin-left: -18px;
  background: #c7d42d;
  border-radius: 50%;
}
@media (max-height: 770px) {
  main aside.left-sidebar .sidebox .sidenav.level0 li:before {
    width: 4px;
    height: 4px;
  }
}
main aside.left-sidebar .sidebox .sidenav li {
  list-style: none;
}
main aside.left-sidebar .sidebox .sidenav li a {
  transition: all 0.25s ease-in-out;
  font: 18px/18px 'Gotham Rounded Medium', sans-serif;
  color: #c7d42d;
  display: block;
}
main aside.left-sidebar .sidebox .sidenav li a:hover {
  color: #2b5134;
}
@media (max-width: 1599px) {
  main aside.left-sidebar .sidebox .sidenav li a {
    font: 15px/15px 'Gotham Rounded Medium', sans-serif;
  }
}
@media (max-height: 770px) {
  main aside.left-sidebar .sidebox .sidenav li a {
    font: 15px/15px 'Gotham Rounded Medium', sans-serif;
  }
}
main aside.left-sidebar .sidebox .sidenav li a.active {
  color: black !important;
}
main aside.left-sidebar .sidebox .sidenav li a.easy-active {
  color: #ae98b7 !important;
}
main aside.left-sidebar .sidebox .sidenav li .level1 {
  display: none;
  margin-left: 0;
  padding-left: 0;
}
main aside.left-sidebar .sidebox .sidenav li .level1 li:before {
  display: none;
}
main aside.left-sidebar .sidebox .sidenav li .level1 li a {
  font: 18px/14px 'Gotham Rounded Book', sans-serif;
}
@media (max-width: 1599px) {
  main aside.left-sidebar .sidebox .sidenav li .level1 li a {
    font: 15px/14px 'Gotham Rounded Book', sans-serif;
  }
}
@media (max-height: 770px) {
  main aside.left-sidebar .sidebox .sidenav li .level1 li a {
    font: 15px/14px 'Gotham Rounded Book', sans-serif;
  }
}
main aside.left-sidebar .sidebox .sidenav li .level1 li a.active {
  color: black;
}
main aside.left-sidebar .sidebox .sidenav li .level1 li a.easy-active {
  color: #ae98b7;
}
main aside.right-sidebar {
  top: 151px;
  right: 33px;
}
main aside.right-sidebar.right-sidebar-home {
  right: -550px;
}
@media (max-width: 1599px) {
  main aside.right-sidebar {
    right: 15px;
  }
}
@media (max-width: 1349px) {
  main aside.right-sidebar {
    background: white;
    top: 170px;
    height: calc(100vh - 230px);
    right: -350px;
    padding: 25px;
    border-radius: 25px 0 25px 25px;
    border: 1px solid #69a544;
  }
  main aside.right-sidebar.active {
    right: 15px;
  }
}
@media (max-width: 768px) {
  main aside.right-sidebar {
    right: -800px;
    top: 95px;
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.95);
  }
}
@media (max-width: 575px) {
  main aside.right-sidebar {
    width: calc(100% - 30px);
  }
}
main aside.right-sidebar .find-the-product {
  height: 720px;
  width: 345px;
  padding: 25px;
  background: rgba(43, 81, 52, 0.05);
}
@media (max-width: 1599px) {
  main aside.right-sidebar .find-the-product {
    padding: 20px;
    width: 250px;
  }
}
@media (max-width: 1349px) {
  main aside.right-sidebar .find-the-product {
    background: none;
    height: auto;
    width: 295px;
    padding: 0;
  }
}
@media (max-height: 1000px) {
  main aside.right-sidebar .find-the-product {
    height: 600px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-height: 880px) {
  main aside.right-sidebar .find-the-product {
    height: 460px;
    font-size: 13px;
    line-height: 16px;
  }
}
main aside.right-sidebar .find-the-product .title {
  font: 30px/36px 'Gotham Rounded Medium', sans-serif;
  color: #69a544;
  margin: 15px 0;
}
@media (max-width: 1599px) {
  main aside.right-sidebar .find-the-product .title {
    font: 25px/32px 'Gotham Rounded Medium', sans-serif;
  }
}
@media (max-width: 1349px) {
  main aside.right-sidebar .find-the-product .title {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 768px) {
  main aside.right-sidebar .find-the-product .title {
    font: 24px/30px 'Gotham Rounded Medium', sans-serif;
  }
}
main aside.right-sidebar .find-the-product .more-info {
  transition: all 0.25s ease-in-out;
  font: 20px/20px 'Gotham Rounded Medium', sans-serif;
  color: white;
  padding: 5px 20px;
  background: #c7d42d;
  border-radius: 0 15px 15px 15px;
  display: inline-block;
  margin-top: 10px;
}
main aside.right-sidebar .find-the-product .more-info:hover {
  background: #ffa200;
}
@media (max-width: 1599px) {
  main aside.right-sidebar .find-the-product .more-info {
    padding: 3px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1349px) {
  main aside.right-sidebar .find-the-product .more-info {
    padding: 2px 20px;
    font-size: 13px;
  }
}
@media (max-height: 1000px) {
  main aside.right-sidebar .find-the-product .more-info {
    padding: 3px 20px;
    font-size: 16px;
  }
}
@media (max-height: 880px) {
  main aside.right-sidebar .find-the-product .more-info {
    padding: 2px 20px;
    font-size: 13px;
  }
}
main aside.right-sidebar .find-the-product .toggler {
  display: block;
  background: #ffa200;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 15px 33px;
  color: white;
  font: 20px/20px 'Gotham Rounded Medium', sans-serif;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 1349px) {
  main aside.right-sidebar .find-the-product .toggler {
    display: none;
  }
}
main .pager {
  z-index: 99;
  position: fixed;
  right: 50%;
  margin-right: -495px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  border: 4px solid white;
}
@media (max-width: 1799px) {
  main .pager {
    margin-right: -395px;
  }
}
@media (max-width: 768px) {
  main .pager {
    margin-right: 0;
    right: 0;
    transform: scale(0.7);
  }
}
@media (max-width: 575px) {
  main .pager {
    margin-right: 0;
    right: 0;
    top: 96px;
    transform: scale(0.55);
  }
}
main .pager .number {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 4px solid #c7d42d;
  color: #69a544;
  background: white;
  border-radius: 50%;
  font: 26px/31px 'Gotham Rounded Medium', sans-serif;
  text-align: center;
}
main .pager .number:hover {
  color: white;
  background: #c7d42d;
}
main .pager .number.active {
  color: white;
  background: #69a544;
}
main .pager .number.active:hover {
  color: white;
  background: #69a544;
}
main .pager .spacer {
  width: 60px;
  height: 4px;
  background: #c7d42d;
  display: inline-block;
  margin: 0 -6px 7px -6px;
}
@media (max-width: 1799px) {
  main .pager .spacer {
    width: 40px;
  }
}
main .pager .spacer.arrows:after {
  content: ' ';
  display: block;
  width: 27px;
  height: 27px;
  background: url(../themes/blumat/assets/images/double-arrow.svg) no-repeat;
  margin-top: -10px;
  margin-left: 15px;
}
@media (max-width: 1799px) {
  main .pager .spacer.arrows:after {
    width: 25px;
    height: 25px;
    margin-left: 8px;
  }
}
main .pager .spacer.arrows.back:after {
  transform: rotate(180deg);
  margin-top: -12px;
}
@media (max-width: 1799px) {
  main .pager .spacer.arrows.back:after {
    margin-top: -11px;
  }
}
main .function-step {
  padding: 30px;
}
main .function-step small {
  display: block;
  margin-top: 30px;
}
main .unternehmen-subheadline {
  position: absolute;
  bottom: 6px;
}
@media (max-width: 768px) {
  main .unternehmen-subheadline {
    position: relative;
  }
}
main .greenbox {
  position: relative;
  display: block;
  background: #c7d42d;
  color: white;
  border-radius: 25px 110px 25px 25px;
  font: 15px/18px 'Gotham Rounded Book', sans-serif;
  height: 340px;
  margin-bottom: 30px;
}
main .greenbox img {
  border: 2px solid #c7d42d;
  margin-top: -1px !important;
  margin-bottom: 5px !important;
}
main .greenbox .copy {
  padding: 20px 20px 5px 20px;
}
main .greenbox.video {
  height: 280px;
  font: 15px/18px 'Gotham Rounded Medium', sans-serif;
}
main .greenbox.video .copy {
  max-width: 80%;
}
@media (max-width: 575px) {
  main .greenbox.video .copy {
    margin-top: -36px;
  }
}
main .greenbox.video .camera {
  width: 40px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
main .greenbox.video .play-wrapper {
  display: block;
  position: relative;
}
main .greenbox.video .play-wrapper .play-overlay {
  display: none;
  backdrop-filter: blur(1px);
  border: 2px solid #c7d42d;
  z-index: 3;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 25px 110px 25px 25px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .greenbox.video .play-wrapper .play-overlay .play {
  border: none;
  width: 40px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -25px;
}
main .greenbox.video .play-wrapper:hover .play-overlay {
  display: block;
}
.find-the-product-home {
  width: 345px;
  position: fixed;
  z-index: 99;
  right: 30px;
  top: 151px;
}
.find-the-product-home .toggler {
  display: block;
  background: #ffa200;
  width: 100%;
  left: 0;
  bottom: -50px;
  padding: 15px 33px;
  color: white;
  font: 20px/20px 'Gotham Rounded Medium', sans-serif;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 1349px) {
  .find-the-product-home .toggler {
    display: none;
  }
}
.close-sitebar {
  display: none;
  color: #aaaaaa;
  font-size: 26px;
  position: absolute;
  top: 30px;
  right: 15px;
}
@media (max-width: 1349px) {
  .close-sitebar {
    display: block;
  }
}
.offer {
  display: none;
}
.video-area {
  border-radius: 0 50px 50px 50px;
  overflow: hidden;
  width: 100%;
  height: 557px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .video-area {
    height: 190px;
  }
}
.youtube-video {
  width: 100%;
  height: 100%;
}
.find-the-product-wrapper {
  position: relative;
  display: block;
}
.find-the-product-wrapper .hovers {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.find-the-product-wrapper .hovers .plus {
  position: absolute;
}
.find-the-product-wrapper .hovers .plus .plus-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  animation: pulse 2s infinite;
}
.find-the-product-wrapper .hovers .plus .plus-button:hover {
  animation: none;
}
.find-the-product-wrapper .hovers .plus .bubble {
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 15px;
  top: -30px;
  background: white;
  padding: 5px 10px;
  border: 1px solid #ffa200;
  border-radius: 10px 10px 10px 0;
  color: #ffa200;
  z-index: 2;
  transform-origin: bottom left;
  transform: scale(0.3);
  opacity: 0;
}
.find-the-product-wrapper .hovers .plus .bubble.hover {
  transform: scale(1);
  opacity: 1;
}
.find-the-product-wrapper .hovers .plus.balcon {
  left: 73%;
  top: 28%;
}
.find-the-product-wrapper .hovers .plus.greenhouse {
  left: 15%;
  top: 55%;
}
.find-the-product-wrapper .hovers .plus.indoor {
  left: 56%;
  top: 43%;
}
.find-the-product-wrapper .hovers .plus.terrace {
  left: 48%;
  top: 57%;
}
.find-the-product-wrapper .hovers .plus.raised {
  left: 39%;
  top: 72%;
}
.tropf-function,
.digital-function {
  position: relative;
  width: 100%;
  padding: 30px 0;
  margin: 50px 0;
}
.tropf-function .product,
.digital-function .product {
  display: block;
  margin: 0 auto;
  height: 490px;
}
@media (max-width: 768px) {
  .tropf-function .product,
  .digital-function .product {
    height: auto;
    width: 100%;
  }
}
.tropf-function .blumat-product,
.digital-function .blumat-product {
  position: relative;
}
.tropf-function .mobile-numbers,
.digital-function .mobile-numbers {
  display: none;
}
@media (max-width: 768px) {
  .tropf-function .mobile-numbers,
  .digital-function .mobile-numbers {
    display: block;
  }
}
.tropf-function .mobile-numbers .number,
.digital-function .mobile-numbers .number {
  background: white;
  border: 1px solid #dcdcdc;
  position: absolute;
  color: #ffa200;
  font: 20px/24px 'Gotham Rounded Medium', sans-serif;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: 53%;
  padding-top: 2px;
  z-index: 2;
}
.tropf-function .mobile-numbers .number.number2,
.digital-function .mobile-numbers .number.number2 {
  top: 33%;
  right: 79%;
}
.tropf-function .mobile-numbers .number.number3,
.digital-function .mobile-numbers .number.number3 {
  top: 79%;
  right: 37%;
}
.tropf-function .mobile-numbers .number.number4,
.digital-function .mobile-numbers .number.number4 {
  top: 19%;
  right: 37%;
}
.tropf-function .mobile-numbers .number.number5,
.digital-function .mobile-numbers .number.number5 {
  top: 75%;
  right: 2%;
}
.tropf-function .bubble,
.digital-function .bubble {
  background: white;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  border: 1px solid #dcdcdc;
  color: #aaaaaa;
  font: 13px/15px 'Gotham Rounded Book', sans-serif;
  max-width: 300px;
}
@media (max-width: 998px) {
  .tropf-function .bubble,
  .digital-function .bubble {
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .tropf-function .bubble,
  .digital-function .bubble {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 0 25px 25px 25px !important;
  }
}
.tropf-function .bubble:hover,
.digital-function .bubble:hover {
  border-color: #ffa200;
}
.tropf-function .bubble:hover .number,
.digital-function .bubble:hover .number {
  border-color: #ffa200;
}
.tropf-function .bubble:hover .number:before,
.digital-function .bubble:hover .number:before {
  background: #ffa200;
}
.tropf-function .bubble .number,
.digital-function .bubble .number {
  background: white;
  transition: all 0.5s ease-in-out;
  border: 1px solid #dcdcdc;
  position: absolute;
  color: #ffa200;
  font: 20px/24px 'Gotham Rounded Medium', sans-serif;
  width: 30px;
  height: 30px;
  top: 0;
  text-align: center;
  border-radius: 50%;
  right: -120px;
  padding-top: 2px;
  z-index: 2;
}
@media (max-width: 998px) {
  .tropf-function .bubble .number,
  .digital-function .bubble .number {
    display: none;
  }
}
.tropf-function .bubble .number:before,
.digital-function .bubble .number:before {
  transition: all 0.5s ease-in-out;
  z-index: 1;
  position: absolute;
  content: ' ';
  display: block;
  background: #dcdcdc;
  width: 70px;
  height: 1px;
  left: -70px;
  top: 13px;
}
.tropf-function .bubble.small,
.digital-function .bubble.small {
  max-width: 220px;
}
@media (max-width: 768px) {
  .tropf-function .bubble.small,
  .digital-function .bubble.small {
    max-width: 100%;
  }
}
.tropf-function .bubble.rt,
.digital-function .bubble.rt {
  border-radius: 25px 0 25px 25px;
}
.tropf-function .bubble.rb,
.digital-function .bubble.rb {
  border-radius: 25px 25px 0 25px;
}
.tropf-function .bubble.lt,
.digital-function .bubble.lt {
  border-radius: 0 25px 25px 25px;
}
.tropf-function .bubble.lb,
.digital-function .bubble.lb {
  border-radius: 25px 25px 25px 0;
}
.tropf-function .bubble.right,
.digital-function .bubble.right {
  left: inherit;
  right: 0;
}
.tropf-function .bubble.bubble2,
.digital-function .bubble.bubble2 {
  top: 150px;
}
@media (max-width: 998px) {
  .tropf-function .bubble.bubble2,
  .digital-function .bubble.bubble2 {
    top: 185px;
  }
}
@media (max-width: 768px) {
  .tropf-function .bubble.bubble2,
  .digital-function .bubble.bubble2 {
    top: 0;
  }
}
.tropf-function .bubble.bubble3,
.digital-function .bubble.bubble3 {
  top: 315px;
}
@media (max-width: 998px) {
  .tropf-function .bubble.bubble3,
  .digital-function .bubble.bubble3 {
    top: 350px;
  }
}
@media (max-width: 768px) {
  .tropf-function .bubble.bubble3,
  .digital-function .bubble.bubble3 {
    top: 0;
  }
}
.tropf-function .bubble.bubble3 .number,
.digital-function .bubble.bubble3 .number {
  top: 95px;
  right: -270px;
}
.tropf-function .bubble.bubble3 .number:before,
.digital-function .bubble.bubble3 .number:before {
  width: 220px;
  left: -220px;
}
.tropf-function .bubble.bubble4,
.digital-function .bubble.bubble4 {
  top: 50px;
}
@media (max-width: 768px) {
  .tropf-function .bubble.bubble4,
  .digital-function .bubble.bubble4 {
    top: 0;
  }
}
.tropf-function .bubble.bubble4 .number,
.digital-function .bubble.bubble4 .number {
  left: -140px;
  right: inherit;
}
.tropf-function .bubble.bubble4 .number:before,
.digital-function .bubble.bubble4 .number:before {
  width: 90px;
  left: 29px;
}
.tropf-function .bubble.bubble5,
.digital-function .bubble.bubble5 {
  top: 200px;
}
@media (max-width: 768px) {
  .tropf-function .bubble.bubble5,
  .digital-function .bubble.bubble5 {
    top: 0;
  }
}
.tropf-function .bubble.bubble5 .number,
.digital-function .bubble.bubble5 .number {
  left: 0;
  right: inherit;
  top: 160px;
}
.tropf-function .bubble.bubble5 .number:before,
.digital-function .bubble.bubble5 .number:before {
  width: 1px;
  height: 30px;
  top: -31px;
  left: 14px;
}
.tropf-function .bubble h5,
.digital-function .bubble h5 {
  color: #ffa200;
  font: 15px/18px 'Gotham Rounded Medium', sans-serif;
  text-transform: uppercase;
}
.digital-function {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .digital-function {
    margin-top: 0;
  }
}
.digital-function .product {
  position: relative;
  z-index: -1;
  max-height: 380px;
}
@media (max-width: 768px) {
  .digital-function .bubble {
    position: relative;
  }
}
.digital-function .bubble.bubble1 {
  top: 180px;
  left: 70px;
}
@media (max-width: 768px) {
  .digital-function .bubble.bubble1 {
    top: inherit;
    left: inherit;
  }
}
.digital-function .bubble.bubble2 {
  top: 210px;
}
@media (max-width: 768px) {
  .digital-function .bubble.bubble2 {
    top: inherit;
  }
}
.digital-function .bubble.bubble2 .number {
  left: -120px;
  right: inherit;
}
.digital-function .bubble.bubble2 .number:before {
  width: 70px;
  left: 29px;
}
.digital-function .bubble.bubble3 {
  top: -220px;
  right: 50px;
}
@media (max-width: 768px) {
  .digital-function .bubble.bubble3 {
    top: inherit;
    right: inherit;
  }
}
.digital-function .bubble.bubble3 .number {
  left: 0;
  right: inherit;
  top: 200px;
}
.digital-function .bubble.bubble3 .number:before {
  width: 1px;
  height: 30px;
  top: -31px;
  left: 14px;
}
.img-inbetriebnahme {
  position: absolute;
  top: -150px;
  width: 250px;
  right: 0;
}
@media (max-width: 575px) {
  .img-inbetriebnahme {
    width: 200px;
  }
}
.inbetriebnahme-spacer {
  height: 150px;
}
.power-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../themes/blumat/assets/images/power.png) no-repeat;
  background-size: contain;
}
.wasseranschluss {
  position: relative;
}
.wasseranschluss .wasseranschluss-bg {
  position: relative;
  z-index: 1;
}
.wasseranschluss .circle {
  position: absolute;
  color: white;
  font: 24px/29px 'Gotham Rounded Medium', sans-serif;
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #c7d42d;
  padding-top: 3px;
  top: 51.5%;
  left: 10.3%;
  z-index: 2;
}
@media (max-width: 575px) {
  .wasseranschluss .circle {
    font: 14px/15px 'Gotham Rounded Medium', sans-serif;
    width: 20px;
    height: 20px;
    top: 48.5%;
  }
}
.wasseranschluss .circle:hover {
  background: #69a544;
}
.wasseranschluss .circle.pulse {
  animation: pulse_green 2s infinite;
}
.wasseranschluss .circle.circle-b {
  left: 15.2%;
  top: 40.5%;
}
@media (max-width: 1349px) {
  .wasseranschluss .circle.circle-b {
    left: 15.8%;
  }
}
@media (max-width: 998px) {
  .wasseranschluss .circle.circle-b {
    left: 15%;
  }
}
@media (max-width: 575px) {
  .wasseranschluss .circle.circle-b {
    left: 15.5%;
  }
}
.wasseranschluss .circle.circle-c {
  left: 15.2%;
  top: 62%;
}
@media (max-width: 1349px) {
  .wasseranschluss .circle.circle-c {
    left: 15.8%;
  }
}
@media (max-width: 998px) {
  .wasseranschluss .circle.circle-c {
    left: 15%;
    top: 62%;
  }
}
@media (max-width: 575px) {
  .wasseranschluss .circle.circle-c {
    left: 15.5%;
    top: 58%;
  }
}
.wasseranschluss .circle.circle-d {
  left: 45%;
}
@media (max-width: 1349px) {
  .wasseranschluss .circle.circle-d {
    left: 40%;
  }
}
.wasseranschluss .circle.active {
  animation: none;
  background: #69a544;
}
.wasseranschluss .circle-o {
  position: absolute;
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: none;
  border: 2px solid #ffa200;
  padding-top: 3px;
  top: 19.8%;
  left: 18%;
  z-index: 2;
}
.wasseranschluss .circle-o:hover {
  background: rgba(255, 255, 255, 0.6);
}
.wasseranschluss .circle-o.pulse {
  animation: pulse_accent 2s infinite;
}
.wasseranschluss .circle-o.circle-o2 {
  top: 53%;
  left: 44%;
}
.wasseranschluss .circle-o.active {
  animation: none;
}
.wasseranschluss .wasseranschluss-hover1 {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 12%;
}
.wasseranschluss .wasseranschluss-hover1 .wasseranschluss2 {
  display: block;
  width: 180px;
}
.wasseranschluss .wasseranschluss-hover1 .wasseranschluss-line {
  display: block;
  width: 85px;
  position: absolute;
  top: 36px;
  left: 112px;
}
.wasseranschluss .wasseranschluss-hover1 .bubble {
  background: white;
  border: 2px solid #ffa200;
  border-radius: 15px 15px 15px 0;
  display: block;
  position: absolute;
  color: #ffa200;
  padding: 10px;
  font: 15px/18px 'Gotham Rounded Book', sans-serif;
  left: 197px;
  top: -39px;
  width: 180px;
}
.wasseranschluss .wasseranschluss-hover2 {
  display: none;
  position: absolute;
  z-index: 3;
  top: 38%;
  left: 35.5%;
}
.wasseranschluss .wasseranschluss-hover2 .wasseranschluss-line {
  display: block;
  width: 85px;
  position: absolute;
  top: 36px;
  left: 112px;
}
.wasseranschluss .wasseranschluss-hover2 .bubble {
  background: white;
  border: 2px solid #ffa200;
  border-radius: 15px 15px 15px 0;
  display: block;
  position: absolute;
  color: #ffa200;
  padding: 10px;
  font: 15px/18px 'Gotham Rounded Book', sans-serif;
  left: 197px;
  top: -39px;
  width: 180px;
}
.wasseranschluss-content {
  z-index: 9;
  position: absolute;
  font: 15px/18px 'Gotham Rounded Book', sans-serif;
  width: 70%;
  left: 30%;
  margin-top: -130px;
}
@media (max-width: 1349px) {
  .wasseranschluss-content {
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  .wasseranschluss-content {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  .wasseranschluss-content {
    position: relative;
    left: 10px;
    width: calc(100% - 20px);
    margin-top: 30px;
  }
}
.wasseranschluss-content .box {
  display: none;
}
.wasseranschluss-content .circle {
  color: white;
  font: 24px/29px 'Gotham Rounded Medium', sans-serif;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #69a544;
  padding-top: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wasseranschluss-content .title {
  display: inline-block;
  font: 20px/24px 'Gotham Rounded Medium', sans-serif;
  color: #69a544;
}
.warranty-badge {
  width: 180px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}
.easy-montage-spacer {
  height: 165px;
}
.products-grid {
  position: relative;
}
.products-grid .horizontal-hider {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: block;
  height: 3px;
  background: white;
  bottom: -1px;
  left: 0;
}
.products-grid .vertical-hider {
  position: absolute;
  z-index: 2;
  height: 100%;
  display: block;
  width: 3px;
  background: white;
  right: -1px;
  top: 0;
}
.products-grid .product {
  padding: 20px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font: 13px/18px 'Gotham Rounded Book', sans-serif;
  text-align: center;
  height: 400px;
}
@media (max-width: 768px) {
  .products-grid .product {
    height: 430px;
  }
}
@media (max-width: 575px) {
  .products-grid .product {
    height: 515px;
  }
}
.products-grid .product .sku {
  background: #c7d42d;
  color: white;
  font: 15px/15px 'Gotham Rounded Book', sans-serif;
  padding: 3px 10px;
  text-align: center;
  display: block;
  border-radius: 10px;
  margin: 10px 0;
}
.kaufen-country {
  position: relative;
  font-size: 13px;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.kaufen {
  display: block;
  width: 100%;
  height: 170px;
  text-align: center;
  padding: 55px 0;
}
.kaufen .flower {
  display: inline-block;
  width: 36px;
  margin-top: -3px;
}
.kaufen .name {
  display: inline-block;
  font: 30px/36px 'Gotham Rounded Medium', sans-serif;
  color: #2b5134;
  border-bottom: 2px solid #c7d42d;
  padding: 2px;
}
.kaufen.top-left {
  border-bottom: 1px solid #aaaaaa;
}
.kaufen.top-center {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
@media (max-width: 998px) {
  .kaufen.top-center {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .kaufen.top-center {
    border-left: none;
  }
}
.kaufen.top-right {
  border-bottom: 1px solid #aaaaaa;
}
@media (max-width: 998px) {
  .kaufen.bottom-left {
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
  }
}
@media (max-width: 768px) {
  .kaufen.bottom-left {
    border-left: none;
  }
}
.kaufen.bottom-center {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
@media (max-width: 998px) {
  .kaufen.bottom-center {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .kaufen.bottom-center {
    border-bottom: 1px solid #aaaaaa;
  }
}
@media (max-width: 998px) {
  .kaufen.bottom-right {
    border-left: 1px solid #aaaaaa;
  }
}
@media (max-width: 768px) {
  .kaufen.bottom-right {
    border-left: none;
  }
}
.sitemap-section {
  background: #f6f6f6;
  padding: 15px 25px;
  margin-right: 1px;
  display: block;
  float: left;
}
.sitemap-section .title {
  color: #69a544;
  font: 18px/24px 'Gotham Rounded Medium', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sitemap-section ul {
  padding: 0;
}
.sitemap-section ul li {
  padding: 0;
}
.sitemap-section ul li:before {
  display: none;
}
.sitemap-section ul li a {
  font: 14px/18px 'Gotham Rounded Book', sans-serif;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: rgba(43, 81, 52, 0.9);
  backdrop-filter: blur(2px);
}
@media (max-width: 768px) {
  footer {
    background: white;
    border-top: 2px solid #2b5134;
  }
}
@media (max-width: 768px) {
  footer .desktop {
    display: none;
  }
}
footer .mobile {
  display: none;
}
@media (max-width: 768px) {
  footer .mobile {
    display: block;
  }
}
footer .mobile .footer-icon-link {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1px;
  border-left: 1px solid #c7d42d;
}
footer .mobile .footer-icon-link .footer-icon {
  position: relative;
  display: block;
  width: 70px;
  padding: 0;
  margin: 0 auto;
}
footer .mobile .footer-icon-link .linkname {
  color: #2b5134;
  font: 11px/11px 'Gotham Rounded Medium', sans-serif;
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
}
footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer-menu a {
  display: inline-block;
  padding: 15px 0;
  font-size: 18px;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .fancybox-content {
    max-width: 100% !important;
  }
}
.fancybox-content h2 {
  font: 40px/40px 'BebasNeue', sans-serif;
}
.modal-image {
  width: 400px;
}
@media (max-width: 575px) {
  .modal-image {
    width: 100%;
  }
}
/* ANIM */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 162, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 162, 0, 0);
  }
}
@keyframes pulse_green {
  0% {
    box-shadow: 0 0 0 0 rgba(196, 214, 0, 0.8);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(196, 214, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(196, 214, 0, 0);
  }
}
@keyframes pulse_accent {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 160, 0, 0.8);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 160, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 160, 0, 0);
  }
}

/* FONTS */
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('../themes/blumat/assets/fonts/GothamRounded-Book.eot');
  src: url('../themes/blumat/assets/fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamRounded-Book.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamRounded-Book.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamRounded-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url('../themes/blumat/assets/fonts/GothamRounded-Medium.eot');
  src: url('../themes/blumat/assets/fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamRounded-Medium.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamRounded-Medium.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamRounded-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../themes/blumat/assets/fonts/GothamBook.eot');
  src: url('../themes/blumat/assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamBook.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamBook.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../themes/blumat/assets/fonts/Gotham-Bold.eot');
  src: url('../themes/blumat/assets/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/Gotham-Bold.woff2') format('woff2'), url('../themes/blumat/assets/fonts/Gotham-Bold.woff') format('woff'), url('../themes/blumat/assets/fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../themes/blumat/assets/fonts/GothamRounded-Light.eot');
  src: url('../themes/blumat/assets/fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/GothamRounded-Light.woff2') format('woff2'), url('../themes/blumat/assets/fonts/GothamRounded-Light.woff') format('woff'), url('../themes/blumat/assets/fonts/GothamRounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../themes/blumat/assets/fonts/BebasNeue.eot');
  src: url('../themes/blumat/assets/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('../themes/blumat/assets/fonts/BebasNeue.woff2') format('woff2'), url('../themes/blumat/assets/fonts/BebasNeue.woff') format('woff'), url('../themes/blumat/assets/fonts/BebasNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES */
@media (max-width: 768px) {
  header .logobar {
    border-bottom: 2px solid #d10073;
  }
}
header .navigation {
  background: rgba(209, 0, 115, 0.9);
}
header .navigation nav ul.nav li a:hover {
  color: #7b0044;
}
header .sidebar-toggler {
  background: #7b0044;
}
main aside.left-sidebar .sidebox.sidebox-classic .title {
  color: #d10073;
}
main aside.left-sidebar .sidebox.sidebox-classic .sidenav.level0 li:before {
  background: #d10073;
}
main aside.left-sidebar .sidebox.sidebox-classic .sidenav li a {
  color: #d10073;
}
main aside.left-sidebar .sidebox.sidebox-classic .sidenav li a:hover {
  color: #7b0044;
}
.fancybox-bg {
  background: #d10073;
}
