html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ================================================================================ */
/*                                 General.scss                                     */
/* ================================================================================ */
button,
.btn {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

:root {
  --clr-neutral-dark: #272c31;
  --clr-neutral-light: #fbfbfb;
  --clr-60: #fbfbfb;
  --clr-30: #db2f79;
  --clr-10: #d50a62;
}

:root {
  --ff-body: Poppins, sans-serif;
  --ff-heading: Poppins, sans-serif;
  --ff-accent: Poppins, sans-serif;
  --fs-xxxl: 2.3rem;
  --fs-xxl: 2rem;
  --fs-xl: 1.8rem;
  --fs-l: 1.5rem;
  --fs-m: 1.3rem;
  --fs-body: 1rem;
  --fs-s: 0.85rem;
  --fs-xs: 0.75rem;
}

/* Icon Fonts ================================================================ */
@font-face {
  font-family: "input-icons";
  src: url("../fonts/icons/input-icons.eot?ie7x5v");
  src: url("../fonts/icons/input-icons.eot?ie7x5v#iefix") format("embedded-opentype"), url("../fonts/icons/input-icons.ttf?ie7x5v") format("truetype"), url("../fonts/icons/input-icons.woff?ie7x5v") format("woff"), url("../fonts/icons/input-icons.svg?ie7x5v#input-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=if-],
[class*=" if-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "input-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.if-cancel:before {
  content: "\e900";
}

@font-face {
  font-family: "button-icons";
  src: url("../fonts/icons/flaticon.ttf?cfbacb4edd9f8d74b996f50d9e6e26cd") format("truetype"), url("../fonts/icons/flaticon.woff?cfbacb4edd9f8d74b996f50d9e6e26cd") format("woff"), url("../fonts/icons/flaticon.woff2?cfbacb4edd9f8d74b996f50d9e6e26cd") format("woff2"), url("../fonts/icons/flaticon.eot?cfbacb4edd9f8d74b996f50d9e6e26cd#iefix") format("embedded-opentype"), url("../fonts/icons/flaticon.svg?cfbacb4edd9f8d74b996f50d9e6e26cd#flaticon") format("svg");
}
i[class^=btn-icon-]:before,
i[class*=" btn-icon-"]:before {
  font-family: button-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-icon-auge:before {
  content: "\f101";
}

.btn-icon-verknupfung:before {
  content: "\f102";
}

.btn-icon-einkaufswagen:before {
  content: "\f103";
}

.btn-icon-senden:before {
  content: "\f104";
}

.btn-icon-check:before {
  content: "\f105";
}

.btn-icon-plus:before {
  content: "\f106";
}

.btn-icon-plus-sign-in-a-black-circle:before {
  content: "\f107";
}

.btn-icon-undo:before {
  content: "\f108";
}

.btn-icon-exit:before {
  content: "\f109";
}

.btn-icon-remove:before {
  content: "\f10a";
}

.btn-icon-delete:before {
  content: "\f10b";
}

@font-face {
  font-family: "icons";
  src: url("../fonts/iconfont/icons.eot?789tzn");
  src: url("../fonts/iconfont/icons.eot?789tzn#iefix") format("embedded-opentype"), url("../fonts/iconfont/icons.ttf?789tzn") format("truetype"), url("../fonts/iconfont/icons.woff?789tzn") format("woff"), url("../fonts/iconfont/icons.svg?789tzn#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=limpio-],
[class*=" limpio-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.limpio-phone-call:before {
  content: "\e900";
}

.limpio-email:before {
  content: "\e901";
}

.limpio-arrow-down-sign-to-navigate:before {
  content: "\e902";
}

/* Basic font styling ================================================================ */
body {
  font-family: var(--ff-body);
  line-height: 1.4;
  color: var(--clr-neutral-dark);
}

/* Heading styling ================================================================ */
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--ff-heading);
  margin-bottom: 0.2em;
}

h1 {
  font-size: var(--fs-xxxl);
}

h2 {
  font-size: var(--fs-xxl);
}

h3 {
  font-size: var(--fs-xl);
}

h4 {
  font-size: var(--fs-l);
}

h5 {
  font-size: var(--fs-m);
}

/* Text styling ================================================================ */
p {
  font-size: var(--fs-body);
  margin-bottom: 1em;
}

a {
  font-weight: bold;
  color: var(--clr-neutral-dark);
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: var(--clr-10);
}
a:focus-visible {
  outline: none;
  border: 2px solid var(--clr-10);
}

b {
  font-weight: bold;
}

/* List styling ================================================================ */
ul,
ol {
  padding-left: 2.5em;
  margin-bottom: 1em;
  max-width: calc(100% - 2.5em);
}
ul li,
ol li {
  line-height: 1.65;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
  margin: 0;
}
ul ul ul {
  list-style-type: square;
  margin: 0;
}

ol {
  list-style-type: upper-roman;
}
ol ol {
  list-style-type: lower-roman;
  margin: 0;
}
ol ol ol {
  list-style-type: lower-alpha;
  margin: 0;
}

html {
  max-width: 100vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #fbfbfb;
}

/* Wrapper ================================================================ */
.wrapper {
  margin: 0 auto;
  margin-top: 4rem;
  width: clamp(24rem - 4em, 100vw - 6em, 1200px - 4em);
  padding: 2em;
}
@media (max-width: 900px) {
  .wrapper {
    padding-top: 0 !important;
    max-width: calc(100vw - 4em);
  }
}

/* Images ================================================================ */
.full-width-image {
  width: 100%;
  max-width: 2000px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 6;
  margin: 0 auto;
}

/* ================================================================================ */
/*                                 Navigation.scss                                     */
/* ================================================================================ */
nav,
.navigation {
  -webkit-position: fixed;
  -moz-position: fixed;
  -ms-position: fixed;
  -o-position: fixed;
  position: fixed;
  -webkit-top: 0;
  -moz-top: 0;
  -ms-top: 0;
  -o-top: 0;
  top: 0;
  z-index: 99;
  background-color: #fbfbfb;
  color: #272c31;
  padding: 1rem 2rem;
  margin: 0 auto;
  width: calc(100vw - 4rem);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 768px) {
  nav,
  .navigation {
    top: unset;
    bottom: 0;
  }
}
nav .container,
.navigation .container {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 99;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: clamp(200px, 100%, 1150px);
  margin: 0 auto;
}
nav .container h2,
.navigation .container h2 {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-m);
}
nav .container h2 a,
.navigation .container h2 a {
  color: #d50a62;
  text-decoration: none;
}
nav .container h2 a:hover,
.navigation .container h2 a:hover {
  color: #d50a62;
}
nav .container .menu,
.navigation .container .menu {
  display: none;
  flex: 1 1 0%;
  justify-content: flex-end;
  margin: 0;
}
nav .container .menu a,
.navigation .container .menu a {
  color: #272c31;
  text-decoration: none;
  font-weight: 400;
  margin: 0 1rem;
  padding: 0 0.3rem;
}
nav .container .menu a:hover,
.navigation .container .menu a:hover {
  color: #d50a62;
}
nav .container .menu a.is-active,
.navigation .container .menu a.is-active {
  border-bottom: 2px solid #d50a62;
}
@media (min-width: 768px) {
  nav .container .menu,
  .navigation .container .menu {
    display: flex;
  }
}
nav .container button.hamburger,
.navigation .container button.hamburger {
  display: block;
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 100;
  user-select: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  margin: 0 !important;
  box-shadow: initial;
  width: 1rem;
}
nav .container button.hamburger span,
.navigation .container button.hamburger span {
  display: block;
  width: 2rem;
  height: 4px;
  margin-bottom: 5px;
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  background-color: #272c31;
  border-radius: 6px;
  z-index: 1;
  transform-origin: 0 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
nav .container button.hamburger span:nth-child(3),
.navigation .container button.hamburger span:nth-child(3) {
  margin-bottom: 0;
}
nav .container button.hamburger.mid-out:hover span:nth-child(2),
.navigation .container button.hamburger.mid-out:hover span:nth-child(2) {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  background-color: #d50a62;
}
nav .container button.hamburger.mid-small:hover span:nth-child(2),
.navigation .container button.hamburger.mid-small:hover span:nth-child(2) {
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  width: 1rem;
  background-color: #d50a62;
}
nav .container button.hamburger.edge:hover span:nth-child(2),
.navigation .container button.hamburger.edge:hover span:nth-child(2) {
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  transform: translateX(1rem);
  width: 1rem;
  background-color: #d50a62;
}
nav .container button.hamburger.is-active span:nth-child(1),
.navigation .container button.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translate(0px, -2px) rotate(45deg);
  -moz-transform: translate(0px, -2px) rotate(45deg);
  -ms-transform: translate(0px, -2px) rotate(45deg);
  -o-transform: translate(0px, -2px) rotate(45deg);
  transform: translate(0px, -2px) rotate(45deg);
}
nav .container button.hamburger.is-active span:nth-child(2),
.navigation .container button.hamburger.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
nav .container button.hamburger.is-active span:nth-child(3),
.navigation .container button.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translate(-3px, 3px) rotate(-45deg);
  -moz-transform: translate(-3px, 3px) rotate(-45deg);
  -ms-transform: translate(-3px, 3px) rotate(-45deg);
  -o-transform: translate(-3px, 3px) rotate(-45deg);
  transform: translate(-3px, 3px) rotate(-45deg);
}
nav .container button.hamburger.is-active:hover span,
.navigation .container button.hamburger.is-active:hover span {
  background-color: #d50a62;
}
@media (min-width: 768px) {
  nav .container button.hamburger,
  .navigation .container button.hamburger {
    display: none;
  }
}
nav .mobile-nav,
.navigation .mobile-nav {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  -webkit-position: fixed;
  -moz-position: fixed;
  -ms-position: fixed;
  -o-position: fixed;
  position: fixed;
  top: 0;
  left: 33rem;
  z-index: 98;
  width: 100%;
  height: calc(100vh - 4.9rem - 15rem);
  padding: 7.5rem 0;
  background-color: #d50a62;
  opacity: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  nav .mobile-nav,
  .navigation .mobile-nav {
    display: none;
  }
}
nav .mobile-nav a,
.navigation .mobile-nav a {
  color: #fbfbfb;
  text-decoration: none;
  margin: 0 1rem;
  padding: 0 0.3rem;
}
nav .mobile-nav a:hover,
.navigation .mobile-nav a:hover {
  color: #272c31;
}
nav .mobile-nav a:hover.is-active,
.navigation .mobile-nav a:hover.is-active {
  border-bottom: 2px solid #272c31 !important;
}
nav .mobile-nav a.is-active,
.navigation .mobile-nav a.is-active {
  border-bottom: 2px solid #272c31 !important;
}
nav .mobile-nav.menu-open,
.navigation .mobile-nav.menu-open {
  opacity: 1;
  left: 0;
}

/* ================================================================================ */
/*                                 Buttons.scss                                     */
/* ================================================================================ */
/* Documentation */
/*

 == Button shapes ==
.secondary-btn for border only Button (if .secondary-btn class is not on the element, the background is solid)
.icon-btn for button with icon
.icon-btn-big for button with icon (icon has different colored background)
.round-btn for pill shaped button
.sharp-btn for button with no border radius
.mini-btn for icon only square button (dont use text in html emelemnt!)

== Button animations ==
.fade for background fade effect on hover
.animate-btn for all other animations:

    .bottom-up for sliding up animation
    .top-down for sliding down animation
    .left-right for sliding right animation
    .right-left for sliding left animation

== Button colors ==
.clr-accent for Button with accent color
.clr-light for Button with light Background / Border (for use on dark backgrounds)
.clr-dark for Button with dark Background / Border (for use on light backgrounds)



< Animations can mixed with all icon buttons >
< Secondary can mixed with all icons and animations >
< All classes can be mixed with all colors >
< (Almost) All classes can be used on links by adding .btn class (not .mini-btn) >

== HTML Example ==
<button class="sharp-btn icon-btn-big clr-dark animate-btn left-right"><span><i class="btn-icon-verknupfung"></i>Zur Webseite</span></button>

*/
button,
.btn {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-body);
  font-weight: 600;
  border-radius: 3px;
  padding: 0.75em 1.5em;
  transition: background-color 0.3s ease-in-out;
  margin-bottom: 1em;
  width: 15rem;
}
button:focus-visible,
.btn:focus-visible {
  border: 2px solid #272c31;
}
button.clr-accent,
.btn.clr-accent {
  background-color: #d50a62;
  color: #fbfbfb;
}
button.clr-light,
.btn.clr-light {
  background-color: #fbfbfb;
  color: #272c31;
}
button.clr-dark,
.btn.clr-dark {
  background-color: #272c31;
  color: #fbfbfb;
}
button.clr-dark:focus-visible,
.btn.clr-dark:focus-visible {
  border: 2px solid #d50a62 !important;
}
button.icon-btn,
.btn.icon-btn {
  padding-left: 0;
}
button.icon-btn i,
.btn.icon-btn i {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  -webkit-top: 0.2em;
  -moz-top: 0.2em;
  -ms-top: 0.2em;
  -o-top: 0.2em;
  top: 0.2em;
  z-index: 1;
  font-size: var(--fs-s);
  margin: 0 1.5em;
}
button.icon-btn-big,
.btn.icon-btn-big {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 1;
  padding-left: 0;
}
button.icon-btn-big i,
.btn.icon-btn-big i {
  -webkit-position: absolute;
  -moz-position: absolute;
  -ms-position: absolute;
  -o-position: absolute;
  position: absolute;
  -webkit-top: -0.88em;
  -moz-top: -0.88em;
  -ms-top: -0.88em;
  -o-top: -0.88em;
  top: -0.88em;
  z-index: 1;
  left: 0;
  font-size: var(--fs-s);
  margin-right: 0.75em;
  padding: 1em 1.5em 0.75em 1.5em;
  max-height: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
button.icon-btn-big span,
.btn.icon-btn-big span {
  padding-left: 4.5em;
}
button.icon-btn-big.clr-accent i,
.btn.icon-btn-big.clr-accent i {
  background-color: rgb(243.8452914798, 17.4047085202, 115.5661434978);
}
button.icon-btn-big.clr-dark i,
.btn.icon-btn-big.clr-dark i {
  background-color: rgb(84.2045454545, 95, 105.7954545455);
}
button.icon-btn-big.clr-lighti,
.btn.icon-btn-big.clr-lighti {
  background-color: rgb(231.875, 231.875, 231.875);
}
button.secondary-btn,
.btn.secondary-btn {
  box-shadow: initial;
  -webkit-transition: color 0.33s ease-in-out;
  -moz-transition: color 0.33s ease-in-out;
  -ms-transition: color 0.33s ease-in-out;
  -o-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
button.secondary-btn.clr-accent,
.btn.secondary-btn.clr-accent {
  background-color: initial;
  border: 1px solid #d50a62;
  color: #d50a62;
}
button.secondary-btn.clr-accent:hover,
.btn.secondary-btn.clr-accent:hover {
  border-color: rgb(243.8452914798, 17.4047085202, 115.5661434978);
  color: #272c31;
}
button.secondary-btn.clr-light,
.btn.secondary-btn.clr-light {
  background-color: initial;
  border: 1px solid #fbfbfb;
  color: #fbfbfb;
}
button.secondary-btn.clr-light:hover,
.btn.secondary-btn.clr-light:hover {
  border-color: rgb(231.875, 231.875, 231.875);
  color: #272c31;
}
button.secondary-btn.clr-dark,
.btn.secondary-btn.clr-dark {
  background-color: initial;
  border: 1px solid #272c31;
  color: #272c31;
}
button.secondary-btn.clr-dark:hover,
.btn.secondary-btn.clr-dark:hover {
  border-color: rgb(84.2045454545, 95, 105.7954545455);
  color: #fbfbfb;
}
button.secondary-btn.icon-btn-big i,
.btn.secondary-btn.icon-btn-big i {
  background-color: initial;
}
button.round-btn,
.btn.round-btn {
  border-radius: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
}
button.round-btn.animate-btn::before,
.btn.round-btn.animate-btn::before {
  border-radius: 20px;
}
button.round-btn.icon-btn-big i,
.btn.round-btn.icon-btn-big i {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
button.sharp-btn,
.btn.sharp-btn {
  border-radius: initial;
}
button.sharp-btn.animate-btn::before,
.btn.sharp-btn.animate-btn::before {
  border-radius: initial;
}
button.sharp-btn.icon-btn-big i,
.btn.sharp-btn.icon-btn-big i {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
}
button.mini-btn,
.btn.mini-btn {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  -webkit-top: 0.1em;
  -moz-top: 0.1em;
  -ms-top: 0.1em;
  -o-top: 0.1em;
  top: 0.1em;
  padding: 0 0.8rem;
  aspect-ratio: 1/1;
}
button.mini-btn i,
.btn.mini-btn i {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  -webkit-top: 0.1em;
  -moz-top: 0.1em;
  -ms-top: 0.1em;
  -o-top: 0.1em;
  top: 0.1em;
  -webkit-right: 0.1em;
  -moz-right: 0.1em;
  -ms-right: 0.1em;
  -o-right: 0.1em;
  right: 0.1em;
  z-index: 1;
}

a.btn {
  white-space: nowrap;
  text-decoration: none;
  font-weight: normal;
  margin-top: initial;
  line-height: 5;
}
a.icon-btn-big i {
  line-height: 1.1;
}

.animate-btn {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.animate-btn span {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 2;
}
.animate-btn::before {
  width: 100%;
  height: calc(100% + 4px);
  content: "";
  -webkit-position: absolute;
  -moz-position: absolute;
  -ms-position: absolute;
  -o-position: absolute;
  position: absolute;
  z-index: 1;
  border-radius: 3px;
  pointer-events: none;
}
.animate-btn.clr-accent::before {
  background-color: rgb(243.8452914798, 17.4047085202, 115.5661434978);
}
.animate-btn.clr-light::before {
  background-color: rgb(231.875, 231.875, 231.875);
}
.animate-btn.clr-dark::before {
  background-color: rgb(84.2045454545, 95, 105.7954545455);
}
.animate-btn.top-down::before {
  top: 0;
  left: 0;
  max-height: 0;
  -webkit-transition: max-height 0.33s ease-in-out;
  -moz-transition: max-height 0.33s ease-in-out;
  -ms-transition: max-height 0.33s ease-in-out;
  -o-transition: max-height 0.33s ease-in-out;
  transition: max-height 0.33s ease-in-out;
  z-index: 1;
}
.animate-btn.top-down:hover::before {
  max-height: 100%;
}
.animate-btn.bottom-up::before {
  bottom: 0;
  left: 0;
  max-height: 0;
  -webkit-transition: max-height 0.33s ease-in-out;
  -moz-transition: max-height 0.33s ease-in-out;
  -ms-transition: max-height 0.33s ease-in-out;
  -o-transition: max-height 0.33s ease-in-out;
  transition: max-height 0.33s ease-in-out;
  z-index: 1;
}
.animate-btn.bottom-up:hover::before {
  max-height: 100%;
}
.animate-btn.left-right::before {
  bottom: 0;
  left: 0;
  max-width: 0;
  -webkit-transition: max-width 0.33s ease-in-out;
  -moz-transition: max-width 0.33s ease-in-out;
  -ms-transition: max-width 0.33s ease-in-out;
  -o-transition: max-width 0.33s ease-in-out;
  transition: max-width 0.33s ease-in-out;
  z-index: 1;
}
.animate-btn.left-right:hover::before {
  max-width: 100%;
}
.animate-btn.right-left::before {
  bottom: 0;
  right: 0;
  max-width: 0;
  -webkit-transition: max-width 0.33s ease-in-out;
  -moz-transition: max-width 0.33s ease-in-out;
  -ms-transition: max-width 0.33s ease-in-out;
  -o-transition: max-width 0.33s ease-in-out;
  transition: max-width 0.33s ease-in-out;
  z-index: 1;
}
.animate-btn.right-left:hover::before {
  max-width: 100%;
}

.fade.clr-accent:hover {
  background-color: rgb(243.8452914798, 17.4047085202, 115.5661434978);
}
.fade.secondary-btn-light:hover {
  background-color: rgb(231.875, 231.875, 231.875);
}
.fade.clr-dark:hover {
  background-color: rgb(84.2045454545, 95, 105.7954545455);
}

/* ================================================================================ */
/*                                 Hero-Section.scss                                       */
/* ================================================================================ */
#hero-section {
  width: 99.1vw;
  min-height: 90vh;
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  margin: 0;
  padding: 0;
}
#hero-section .background-image {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
  -webkit-position: absolute;
  -moz-position: absolute;
  -ms-position: absolute;
  -o-position: absolute;
  position: absolute;
  -webkit-top: 0;
  -moz-top: 0;
  -ms-top: 0;
  -o-top: 0;
  top: 0;
  z-index: 1;
}
#hero-section #hero-image {
  background-image: url("../assets/img/bodenreinigung.jpg");
}
#hero-section .hero-wrapper {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 2;
  padding: 0;
  padding-top: 10%;
}
@media (max-width: 900px) {
  #hero-section .hero-wrapper {
    padding-top: 12rem !important;
    margin-top: 0;
  }
}
#hero-section .hero-wrapper h1 {
  color: #d50a62;
  font-weight: 700;
  font-size: 5.8rem;
  margin: 0;
}
#hero-section .hero-wrapper .slogan {
  font-weight: 700;
  font-size: 1.625rem;
}
#hero-section .hero-wrapper .hero-text {
  width: 50ch;
  max-width: 85vw;
  margin-bottom: 3rem;
}
#hero-section .btn-grid button {
  margin-right: 1.2rem;
}
@media (max-width: 700px) {
  #hero-section .btn-grid button {
    width: 100% !important;
    margin-bottom: 2rem !important;
    margin-right: 0;
  }
}
#hero-section .btn-grid a {
  text-decoration: none !important;
}

/* ================================================================================ */
/*                                 Leistungen-Section.scss                                       */
/* ================================================================================ */
#leistungen {
  width: 100vw;
  padding: 5rem 0 0 0;
  margin: 0;
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
#leistungen h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 7rem;
}
@media (max-width: 800px) {
  #leistungen h2 {
    margin-bottom: 4rem;
  }
}
#leistungen .leistungen-grid {
  max-width: 46rem;
  margin: 0 auto 5rem auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 6;
}
@media (max-width: 800px) {
  #leistungen .leistungen-grid {
    max-width: 80vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#leistungen .leistungen-grid .leistungen-text {
  max-width: 33ch;
  text-align: right;
  line-height: 1.6;
}
@media (max-width: 800px) {
  #leistungen .leistungen-grid .leistungen-text {
    max-width: 100%;
    text-align: left;
    margin-bottom: 4rem;
  }
}
#leistungen .leistungen-grid .leistungen-list {
  list-style-type: disc;
  font-weight: 600;
}
#leistungen .leistungen-grid .leistungen-list li {
  margin-bottom: 1.2rem;
}
#leistungen .leistungen-grid .leistungen-list li:last-child {
  margin-bottom: 0;
}
#leistungen .leistungen-image {
  height: 32rem;
  background-image: url("../assets/img/pcreinigung.jpg");
  background-position: 0 22%;
}
@media (max-width: 800px) {
  #leistungen .leistungen-image {
    background-position: 50% 0;
  }
}

/* ================================================================================ */
/*                                 Ueber-Section.scss                                       */
/* ================================================================================ */
#ueber {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 4;
  width: 100vw;
  height: 39.5rem;
  padding: 12rem 0 0 0;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1100px) {
  #ueber {
    height: 68rem;
    padding-top: 4rem;
  }
}
#ueber h2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #d50a62;
  margin-bottom: 3rem;
}
@media (max-width: 1100px) {
  #ueber h2 {
    text-align: center;
  }
}
@media (max-width: 800px) {
  #ueber h2 {
    text-align: left;
  }
}
#ueber p {
  max-width: 55ch;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  #ueber p {
    text-align: center;
    max-width: 90vw;
  }
}
@media (max-width: 800px) {
  #ueber p {
    text-align: left;
  }
}

/* ================================================================================ */
/*                                 Bubbles.scss                                       */
/* ================================================================================ */
.bubble {
  aspect-ratio: 1/1;
  background-image: url("../assets/img/Seifenblase.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-position: absolute;
  -moz-position: absolute;
  -ms-position: absolute;
  -o-position: absolute;
  position: absolute;
  z-index: -1;
  opacity: 30%;
}

.bubble-1 {
  width: 15rem;
  top: 32rem;
  right: -5rem;
}

.bubble-2 {
  width: 7rem;
  top: 15rem;
  right: -2rem;
}

.bubble-3 {
  width: 4rem;
  top: 14rem;
  right: 3rem;
}

.bubble-4 {
  width: 10rem;
  top: 8rem;
  left: -4rem;
}

.bubble-5 {
  width: 2.5rem;
  top: 14rem;
  left: 4.5rem;
}

.bubble-6 {
  width: 6.5rem;
  top: 25rem;
  left: 15rem;
}

.bubble-7 {
  width: 5rem;
  top: 29rem;
  left: 19rem;
}

.bubble-8 {
  width: 15rem;
  top: 28rem;
  left: -10rem;
}

.bubble-9 {
  width: 10rem;
  top: 12rem;
  right: 3rem;
}
@media (max-width: 800px) {
  .bubble-9 {
    top: 35rem;
  }
}

.bubble-10 {
  width: 2rem;
  top: 12rem;
  right: 12rem;
}
@media (max-width: 800px) {
  .bubble-10 {
    top: 35rem;
  }
}

.bubble-11 {
  width: 23rem;
  top: 12rem;
  left: -12rem;
}
@media (max-width: 800px) {
  .bubble-11 {
    left: -18rem;
  }
}

.bubble-12 {
  width: 8rem;
  top: 12rem;
  left: 5rem;
}
@media (max-width: 800px) {
  .bubble-12 {
    left: 3rem;
  }
}

.bubble-13 {
  width: 4rem;
  top: 8rem;
  left: 4rem;
}
@media (max-width: 800px) {
  .bubble-13 {
    left: 0;
  }
}

/* ================================================================================ */
/*                                 Reinigungskraft.scss                                       */
/* ================================================================================ */
#reinigungskraft {
  -webkit-position: absolute;
  -moz-position: absolute;
  -ms-position: absolute;
  -o-position: absolute;
  position: absolute;
  -webkit-top: right;
  -moz-top: right;
  -ms-top: right;
  -o-top: right;
  top: right;
  -webkit-right: 10rem;
  -moz-right: 10rem;
  -ms-right: 10rem;
  -o-right: 10rem;
  right: 10rem;
  bottom: 0;
  width: 30rem;
  height: 39.5rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 1300px) {
  #reinigungskraft {
    right: 0;
  }
}
@media (max-width: 1100px) {
  #reinigungskraft {
    right: 15rem;
  }
}
@media (max-width: 800px) {
  #reinigungskraft {
    right: 0;
    width: 25rem;
  }
}
#reinigungskraft #arm-wedel {
  transform-origin: bottom;
  transform-box: fill-box;
  animation: arm-movement 3s infinite alternate ease-in-out;
}
#reinigungskraft #Augenlied {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

@keyframes arm-movement {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-5deg);
  }
}
/* ================================================================================ */
/*                                 Kontakt-Section.scss                                       */
/* ================================================================================ */
#kontakt {
  width: 100vw;
  min-height: 25rem;
  background-color: #d50a62;
  margin-top: -4rem;
  padding: 0;
  color: #fbfbfb;
}
@media (max-width: 900px) {
  #kontakt {
    margin-top: 0;
    padding: 3rem 0 10rem 0;
  }
}
#kontakt h2 {
  font-weight: 600;
  text-align: center;
  margin: 8rem auto 5rem auto;
}
#kontakt .kontakt-grid {
  max-width: 45rem;
  margin: 0 auto 5rem auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  -o-position: relative;
  position: relative;
  z-index: 6;
}
@media (max-width: 800px) {
  #kontakt .kontakt-grid {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}
#kontakt .kontakt-grid .kontakt-text {
  max-width: 33ch;
  text-align: right;
  line-height: 1.6;
}
@media (max-width: 800px) {
  #kontakt .kontakt-grid .kontakt-text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
}
#kontakt .kontakt-grid .kontakt-list {
  list-style-type: none;
  font-weight: 600;
}
@media (max-width: 800px) {
  #kontakt .kontakt-grid .kontakt-list {
    max-width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
#kontakt .kontakt-grid .kontakt-list li {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#kontakt .kontakt-grid .kontakt-list li:last-child {
  margin-bottom: 0;
}
#kontakt .kontakt-grid .kontakt-list li a {
  color: #fbfbfb;
  text-decoration: none;
}
#kontakt .kontakt-grid .kontakt-list li .limpio-icon {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

/* ================================================================================ */
/*                                 Kunden-Section.scss                                       */
/* ================================================================================ */
#kunden {
  min-height: 100vh;
}
#kunden h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
#kunden p {
  max-width: 75%;
  line-height: 1.6;
  margin: auto;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 1100px) {
  #kunden p {
    max-width: 90vw;
  }
}
@media (max-width: 800px) {
  #kunden p {
    text-align: left;
  }
}
#kunden .kunden-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 3rem;
  justify-items: center;
  align-items: center;
  padding: 2rem;
}
#kunden .kunden-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  max-width: 200px;
  padding: 1rem;
  background-color: transparent;
  border-radius: 3px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#kunden .kunden-grid a:hover {
  transform: scale(1.1);
  background-color: rgb(238.25, 238.25, 238.25);
}
#kunden .kunden-grid a img {
  max-width: 200px;
  height: 180px;
  object-fit: contain;
  transition: filter 0.3s ease;
}
#kunden .bubble {
  position: fixed !important;
}
#kunden .bubble-1 {
  top: 45rem;
}
#kunden .bubble-2 {
  top: 30rem;
}
#kunden .bubble-9 {
  top: 28rem;
}
#kunden .bubble-10 {
  top: 22rem;
}

/* ================================================================================ */
/*                                 Jobs-Section.scss                                       */
/* ================================================================================ */
#jobs {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
#jobs .jobs-image {
  height: 30rem;
  background-image: url("../assets/img/team.jpg");
  background-position: 0 22%;
}
@media (max-width: 800px) {
  #jobs .jobs-image {
    background-position: 50% 0;
  }
}
#jobs h1 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
#jobs .jobs-text {
  font-size: 1rem;
  max-width: 60ch;
  margin-bottom: 5.6rem;
}
#jobs .notice {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 10rem;
}
#jobs .contact {
  border-top: 1px solid #272c31;
  margin-top: 5rem;
  padding-top: 1rem;
}
#jobs .contact p {
  font-size: 0.9rem;
}

/* ================================================================================ */
/*                                 Rechtliches.scss                                       */
/* ================================================================================ */
#rechtliches {
  min-height: 90vh;
  margin-top: 10vh;
}
#rechtliches h4,
#rechtliches h5 {
  margin-top: 3rem;
}
#rechtliches p {
  line-height: 1.5;
}
#rechtliches a {
  text-decoration: none;
  font-weight: 400;
}

/* ================================================================================ */
/*                                 Expandbox.scss                                       */
/* ================================================================================ */
.expandbox {
  width: 100%;
  margin-bottom: 1rem;
  color: #fbfbfb;
  background-color: #272c31;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.expandbox:hover {
  background-color: rgb(61.6022727273, 69.5, 77.3977272727);
}
.expandbox .expandbox-header {
  padding: 1.25rem;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.expandbox .expandbox-header h2 {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  width: 95%;
  max-width: calc(95% - 0.625rem);
  margin-left: 0.625rem;
}
.expandbox .expandbox-header .expandbox-icon {
  font-size: 1rem;
  margin-top: -5px;
  transition: transform 0.3s ease-in;
}
.expandbox .expandbox-body {
  width: 90%;
  padding: 0 6.5% 1.25rem 6.5%;
  max-height: 0;
  display: none;
}
.expandbox.expandbox-open {
  max-height: max-content;
}
.expandbox.expandbox-open .expandbox-body {
  max-height: inherit;
  display: block;
}
.expandbox.expandbox-open .expandbox-icon {
  transform: rotate(180deg);
}

/* ================================================================================ */
/*                                 Footer.scss                                       */
/* ================================================================================ */
footer {
  width: 100vw;
  padding: 5rem 0 4rem 0;
}
@media (max-width: 800px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer-nav {
  width: 13rem;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media (max-width: 800px) {
  footer .footer-nav {
    flex-direction: column;
    padding-bottom: 10rem;
  }
}
footer .footer-nav li {
  font-size: 0.75rem;
  line-height: 2.5;
}
@media (max-width: 800px) {
  footer .footer-nav li {
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
footer .footer-nav li:first-child {
  text-align: right;
}
footer .footer-nav li:last-child {
  text-align: left;
}
@media (max-width: 700px) {
  footer .footer-nav li:last-child {
    padding: 0;
  }
}
footer .footer-nav li .spacer {
  height: 1.3rem;
  width: 1px;
  background-color: #272c31;
}
@media (max-width: 800px) {
  footer .footer-nav li .spacer {
    display: none;
  }
}
footer .footer-nav li a {
  text-decoration: none;
  font-weight: 400;
}

/* ================================================================================ */
/*                                 Footer.scss                                       */
/* ================================================================================ */
#error {
  min-height: 70vh;
  margin-top: 30vh;
  text-align: center;
}
#error h1 {
  font-weight: 600;
}
#error .notice {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8;
}
#error .notice a {
  text-decoration: none;
  color: #d50a62;
}

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