/*!
 * File: g:\ipanema-waxx\include\css\standard.less
 * Project: g:\ipanema-waxx\include\css
 * Created Date: Thursdax Junde 2nd 2016 11:57
 * Author: P. Morgner
 *
 * Copyright: ©2016-202f moroli-media
 *
 * Modified By: the developer, P. Morgner at <scripts@moroli-media.com>
 * Last Modified: Sonntag, Donnerstag, 18. Dezember 2025, 15:21:14
 */
@font-face {
  font-family: "RalewayLight300";
  font-style: normal;
  font-weight: 300;
  src: url("/include/fonts/raleway-v19-latin-300.eot");
  src: local(""), url("/include/fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("/include/fonts/raleway-v19-latin-300.woff2") format("woff2"), url("/include/fonts/raleway-v19-latin-300.woff") format("woff"), url("/include/fonts/raleway-v19-latin-300.ttf") format("truetype"), url("/include/fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway400";
  font-style: normal;
  font-weight: 400;
  src: url("/include/fonts/raleway-v19-latin-regular.eot");
  src: local(""), url("/include/fonts/raleway-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("/include/fonts/raleway-v19-latin-regular.woff2") format("woff2"), url("/include/fonts/raleway-v19-latin-regular.woff") format("woff"), url("/include/fonts/raleway-v19-latin-regular.ttf") format("truetype"), url("/include/fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway500";
  font-style: normal;
  font-weight: 500;
  src: url("/include/fonts/raleway-v19-latin-500.eot");
  src: local(""), url("/include/fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("/include/fonts/raleway-v19-latin-500.woff2") format("woff2"), url("/include/fonts/raleway-v19-latin-500.woff") format("woff"), url("/include/fonts/raleway-v19-latin-500.ttf") format("truetype"), url("/include/fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway700";
  font-style: normal;
  font-weight: 700;
  src: url("/include/fonts/raleway-v19-latin-700.eot");
  src: local(""), url("/include/fonts/raleway-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("/include/fonts/raleway-v19-latin-700.woff2") format("woff2"), url("/include/fonts/raleway-v19-latin-700.woff") format("woff"), url("/include/fonts/raleway-v19-latin-700.ttf") format("truetype"), url("/include/fonts/raleway-v19-latin-700.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Ipanema";
  font-style: normal;
  font-weight: 200;
  src: url("/include/fonts/SegoeScript.eot");
  src: local(""), url("/include/fonts/SegoeScript.eot?#iefix") format("embedded-opentype"), url("/include/fonts/SegoeScript.woff2") format("woff2"), url("/include/fonts/SegoeScript.woff") format("woff"), url("/include/fonts/SegoeScript.ttf") format("truetype");
}
@font-face {
  font-family: "IpanemaBold";
  font-style: normal;
  font-weight: 300;
  src: url("/include/fonts/SegoeScript-Bold.ttf");
  src: local(""), url("/include/fonts/SegoeScript-Bold.woff2") format("woff2"), url("/include/fonts/SegoeScript-Bold.woff") format("woff"), url("/include/fonts/SegoeScript-Bold.ttf") format("truetype");
}
.d-grid {
  display: grid;
}
.d-grid.align-items-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.d-flex.pricing {
  align-items: end;
  gap: 0.5em;
  justify-content: space-between;
}
.d-flex.pricing > div {
  font-size: 1.2em !important;
}
.d-flex.pricing > div:nth-child(2) {
  flex-grow: 1;
  padding: 1em 0.5em 0;
}
.d-flex.pricing > div:nth-child(2) > hr {
  border: 0;
  height: 1px;
  border-bottom: dotted 1px #000;
}
.d-flex.pricing > div:nth-child(3) {
  white-space: nowrap;
  padding-right: 0.5em;
}
.d-flex.pricing > div:nth-child(4) {
  white-space: nowrap;
  min-width: 5em;
  text-align: right;
}
.d-flex + h3 {
  margin-top: 0 !important;
}
.d-flex h5,
.d-flex .h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
}
.priceAccs h3 {
  cursor: ns-resize;
}
.priceAccs h3:before {
  font-family: 'moroli', serif;
  content: '\e8a1';
  margin-right: 0.25em;
}
.priceAccs h3.active {
  cursor: s-resize;
}
.priceAccs h3.active:before {
  content: '\e8a4';
}
.priceAccs h3 + div {
  display: none;
}
.clear {
  content: " ";
  display: table;
  white-space: pre;
  clear: both;
}
.gradient {
  background: #ffffbc;
  background: -moz-linear-gradient(top, #ffffbc 0%, #fefcea 100%);
  background: -webkit-linear-gradient(top, #ffffbc 0%, #fefcea 100%);
  background: linear-gradient(to bottom, #ffffbc 0%, #fefcea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbc', endColorstr='#fefcea', GradientType=0);
}
.gradientReverse {
  background: #fefcea;
  background: -moz-linear-gradient(top, #fefcea 33%, #ffffbc 100%);
  background: -webkit-linear-gradient(top, #fefcea 33%, #ffffbc 100%);
  background: linear-gradient(to bottom, #fefcea 33%, #ffffbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#ffffbc', GradientType=0);
}
.shadowDown {
  box-shadow: 0 0 20px #000;
}
.borderBottom {
  border-bottom: solid 1px #999;
  padding-bottom: 1rem;
}
.standard,
iframe > body {
  font-family: Raleway400, sans-serif;
}
.Gruen {
  color: #007b3c;
}
.Navy {
  color: #000d7f;
}
.bgGelb {
  background: #fbee2e;
  color: #007b3c;
}
.bgGelb_10 {
  background: rgba(251, 238, 46, 0.1);
}
.bgGelb_15 {
  background: rgba(251, 238, 46, 0.15);
}
.bgGelb_50 {
  background: rgba(251, 238, 46, 0.5);
}
.bgGelb_80 {
  background: rgba(251, 238, 46, 0.8);
}
.bgGruen {
  color: #fff;
  background: #007b3c;
}
.bgGruen_10 {
  background: rgba(0, 123, 60, 0.1);
}
.bgGruen_20 {
  background: rgba(0, 123, 60, 0.2);
}
.bgGruen_40 {
  background: rgba(0, 123, 60, 0.4);
}
.bgGruen_60 {
  background: rgba(0, 123, 60, 0.6);
}
.bgGruen_80 {
  background: rgba(0, 123, 60, 0.8);
}
.bgWeiss {
  background: #fff;
}
.bgWeiss_60 {
  background: rgba(255, 255, 255, 0.6);
}
.bgWeiss_80 {
  background: rgba(255, 255, 255, 0.8);
}
.bgWeiss_90 {
  background: rgba(255, 255, 255, 0.9);
}
.bgSchwarz_60 {
  background: rgba(0, 0, 0, 0.6);
}
.r {
  text-align: right;
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.j {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
body {
  overflow-x: hidden;
}
.contentBody {
  background: #fff;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .contentBody {
    margin-top: -1em;
  }
}
.head {
  background-color: rgba(251, 238, 46, 0.1);
  background-size: 100% auto;
  background-position: center;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.head.logo {
  cursor: pointer;
  display: inline-block;
  z-index: 300;
}
.head.claim .logo {
  margin: 1rem 0;
  height: 74px;
  width: 337px;
  background: url(/include/img/webLogo_claim_flag.svg) no-repeat;
}
.head.full .logo {
  height: 164px;
  width: 240px;
  background: url(/include/img/webLogo.svg) no-repeat center;
}
[class*="footer"] .row:after {
  content: " ";
  display: table;
  white-space: pre;
  clear: both;
}
.footerInfos,
.footer {
  clear: both;
  height: fit-content !important;
  overflow: visible !important;
}
.footerInfos {
  padding-top: 2rem;
  border-top: solid 1px rgba(0, 123, 60, 0.25);
}
.footerInfos a {
  color: #007b3c;
}
.footer {
  border-top: solid 1px rgba(0, 123, 60, 0.5);
  padding: 1.2rem 0 1.3rem;
  background: rgba(0, 123, 60, 0.2);
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  color: #007b3c;
}
.footer label {
  min-width: 14rem;
  padding: 0 1rem 0 0;
  vertical-align: top;
  height: 3rem;
  font-weight: normal;
  line-height: 1;
}
.footer label + span a {
  font-size: 0.9rem;
  line-height: 1;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.footer span > a > img {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.staticInfo {
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: not-allowed;
  max-width: 300px;
  left: 50%;
  margin-left: -150px;
}
.staticInfo p {
  display: table-cell;
  text-align: center;
  padding: 1rem;
  border: solid 1px #333;
  border-radius: 0.25rem;
  background: rgba(251, 238, 46, 0.8);
}
.staticBlender {
  font-size: 2rem;
}
.staticBlender * {
  color: #333 !important;
}
.staticBlender .inner {
  border: solid 1px #007b3c;
  display: inline-block;
  padding: 0 2.5rem 2rem;
  margin-bottom: 5rem;
}
.staticBlender .inner [src$=".svg"] {
  width: 100%;
  height: auto;
}
.popup {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2147483640;
  margin-bottom: 3rem;
  top: 120px;
}
@media screen and (max-width: 499px) {
  .popup {
    top: 10px;
  }
}
.popup p em {
  font-family: IpanemaBold, script, serif;
}
.popup [class*="icon"] {
  color: #007b3c !important;
}
.popup [class*="icon"]:before {
  color: #007b3c !important;
}
.popup .inner {
  position: relative;
  top: 0;
  width: 800px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  background: #fff;
  color: #000 !important;
  font-size: 2rem;
  text-align: center;
  box-shadow: 0 0 20px #68523f;
  margin: 0 auto;
}
@media screen and (max-width: 499px) {
  .popup .inner {
    font-size: 1.5rem;
  }
}
.popup h2 {
  margin: 0 0 2rem;
  font-size: 2.7rem;
  border-bottom: solid 2px #04707b;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.popup .icon-cancel-circled {
  color: #fff !important;
}
.mobileButtons {
  display: none;
}
.navi {
  position: absolute;
  font-size: 1.75rem;
  bottom: 0;
  color: #007b3c;
  display: block;
}
.navi .langMobile,
.navi .mobileButtonsMobile {
  display: none;
}
.navi a {
  font-family: "Raleway500";
  color: #007b3c;
}
.navi a:hover {
  text-decoration: none;
}
@media screen and (max-width: 520px) {
  .col_520_d-grid {
    display: grid;
    grid-template-columns: auto 120px;
  }
  .col_520_d-grid .logo {
    height: 59px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(/include/img/webLogo-small.svg);
  }
  .col_520_d-grid .mobileButtons {
    position: initial;
    margin: 0 !important;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 430px) {
  .col_520_d-grid {
    grid-template-columns: repeat(200px auto);
  }
  .col_520_d-grid .logo {
    background-image: url(/include/img/webLogo-claim-x_small.svg) !important;
    max-width: 170px;
  }
}
.navi {
  border: 0 !important;
}
.navi > ul {
  list-style: none;
  column-gap: 0.25em;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .navi > ul {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .navi > ul > li:first-child {
    padding-top: 0.75em;
  }
  .navi > ul > li:last-child {
    padding-bottom: 0.75em;
  }
}
.navi > ul > li {
  background: #007b3c;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .navi > ul > li {
    border-radius: 4px;
    border: solid 1px #007b3c;
    height: 2em;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .navi > ul > li {
    text-align: left !important;
    padding-left: 1em;
  }
}
.navi > ul > li > a:hover {
  text-decoration: none;
  color: #007b3c;
}
@media screen and (min-width: 1200px) {
  .navi > ul > li:hover {
    background-color: #fbee2e;
    color: #007b3c;
  }
}
.navi > ul > li:hover > ul {
  height: initial;
}
@media screen and (min-width: 1200px) {
  .navi > ul > li:hover > ul {
    height: 150px;
  }
}
.navi > ul > li > ul {
  padding-left: 0;
  list-style: none;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .navi > ul > li > ul {
    position: absolute;
    top: calc(2em + 1px);
    left: 0;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .navi > ul > li > ul > li {
    margin-bottom: 1px;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background: #007b3c;
    line-height: 2;
    border: solid 1px #007b3c;
  }
  .navi > ul > li > ul > li:last-child {
    padding-top: 0.25em;
  }
}
@media screen and (max-width: 1199px) {
  .navi > ul > li > ul > li {
    padding: 0 1em;
    line-height: 1.2;
  }
  .navi > ul > li > ul > li:last-child {
    padding-bottom: 0.6em;
  }
}
.navi > ul > li > ul > li > a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .navi > ul > li > ul > li > a {
    font-size: 0.85em;
  }
}
.navi > ul > li > ul > li:hover {
  background-color: #fbee2e;
  color: #007b3c;
}
.navi > ul > li > ul > li:hover > a {
  color: #007b3c;
}
.navi > ul > li,
.navi > ul > li > a {
  color: #fff;
  font-family: "Raleway500";
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .navi > ul > li,
  .navi > ul > li > a {
    font-size: 0.9em;
  }
}
.accordion div.parent {
  margin-left: 2.3rem;
}
.accordion div.child {
  margin-left: 0;
  display: none;
}
.accordion div.child .col-xs-12:nth-of-type(2n + 2) {
  padding-left: 0;
}
.accordion p:nth-child(even) {
  font-weight: bold;
}
.accordion p:nth-child(even):nth-child(even) .normal {
  font-weight: normal;
}
.accordion p.normal:nth-child(even) {
  font-weight: normal;
}
.accordion .icon-down-circled,
.accordion .icon-up-circled {
  font-weight: bold;
  margin-bottom: 0.5rem !important;
  text-indent: -1rem;
  max-width: 90%;
}
.accordion .icon-down-circled:before,
.accordion .icon-up-circled:before,
.accordion .icon-down-circled:before,
.accordion .icon-up-circled:before {
  white-space: nowrap;
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
  width: 0;
}
.accordion .icon-down-circled:hover,
.accordion .icon-up-circled:hover,
.accordion .icon-down-circled:hover,
.accordion .icon-up-circled:hover {
  cursor: pointer;
  color: #007b3c;
}
.accordion h4.icon-down-circled:before,
.accordion h4.icon-up-circled:before {
  background-color: #fbee2e;
}
.accordion h4#intim_h,
.accordion h4.neu {
  position: relative;
}
.accordion h4#intim_h:after,
.accordion h4.neu:after {
  content: url(/include/img/neu.svg);
  position: absolute;
  top: -9px;
  transform: rotate(16deg);
}
.accordion table.pricing {
  margin-left: -1.4rem;
}
.accordion table.pricing tr:last-child td {
  padding-bottom: 3rem;
}
.accordion sup {
  font-weight: 700;
  color: red;
}
.accordion .child > div > table.pricing:nth-child(1) {
  margin-top: 1rem;
}
.hasSubChild {
  cursor: pointer;
}
.hasSubChild + .subChild {
  display: none;
}
.biomaris td {
  padding-bottom: 2rem;
}
span.price {
  color: darkslateblue;
  display: inline-block;
  margin-top: 1rem;
}
html,
body {
  font-family: Raleway400, sans-serif;
}
html h1:first-of-type,
body h1:first-of-type {
  margin-top: 4rem;
}
h1 {
  margin-bottom: 2rem;
}
h3 + p {
  margin-top: -0.25em;
}
p + h2 {
  margin-top: 1.2em !important;
}
p + h3 {
  margin-top: 1em !important;
}
h3.doubleHeight {
  height: 5rem;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
h3.doubleHeight + img {
  margin-top: 0.5rem;
}
h3.doubleHalfHeight {
  height: 7.5rem;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
.supHead {
  display: block;
  font-size: 0.6em;
  margin: 0;
  font-family: IpanemaBold, script;
}
[class*="col-"] p:last-of-type {
  margin-bottom: 3rem;
}
.internalLink:before {
  font-family: moroli;
  content: "\e8aa";
  margin-right: 0.2em;
  text-decoration: none;
}
a.normalize {
  font-family: inherit !important;
  color: inherit !important;
}
.contentBody a:not(.normalize) {
  font-family: Ipanema, script;
  color: #007b3c;
  font-size: 1.4rem;
}
.contentBody a[class*="icon-phone"] {
  font-family: Raleway500, sans-serif !important;
}
.contentBody a:hover:before {
  text-decoration: none;
}
.contentBody p,
.contentBody table,
.contentBody li,
.contentBody select,
.contentBody textarea,
.contentBody input {
  font-size: 1.6rem;
  color: #333;
  font-family: Raleway400, sans-serif;
}
.contentBody p {
  text-align: justify;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.contentBody p em {
  font-family: Ipanema, script;
  font-style: initial;
  padding-right: 0.25em;
}
.contentBody p.ipanema {
  font-family: Ipanema, script;
  color: #007b3c;
}
.contentBody ul {
  margin-left: -2.6em;
}
.contentBody ul > li {
  text-align: left;
  hyphens: none;
  list-style-type: none;
  text-indent: -1.4em;
  margin-left: 1.4em;
}
.contentBody ul > li:not(.nolist):before {
  color: #007b3c;
  font-family: moroli;
  content: "\e806";
  margin-right: 0.3em;
}
.contentBody ul > li.nolist {
  font-weight: bold;
}
.contentBody .align-center * {
  text-align: center;
}
[href*="tel"] {
  font-weight: bold;
}
.head *,
.head *:hover {
  text-decoration: none;
}
p.oeffnungszeiten {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 15px;
  max-width: 300px;
}
[class*="col"] th p,
[class*="col"] td p {
  text-align: left;
}
a:hover *:before,
span.internalLink:hover:before,
span.internalLink:hover *:before,
*:hover:before,
*:hover *:before {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
td,
th {
  vertical-align: top;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.35em;
  font-size: 1.5rem;
  line-height: 1.2;
}
td p,
th p {
  line-height: 1.5;
}
td h1,
th h1,
td h2,
th h2,
td h3,
th h3,
td h4,
th h4,
td h5,
th h5 {
  margin-top: 0;
}
td h4,
th h4 {
  margin-bottom: 0.25rem;
}
tr > th:last-of-type,
tr > td:last-of-type {
  padding-right: 0;
}
table.biomaris td:nth-child(3n + 2),
table.biomaris td:nth-child(3n + 3) {
  white-space: nowrap;
}
.c3r23 th:nth-child(3n + 2),
.c3r23 td:nth-child(3n + 2),
.c3r23 th:nth-child(3n + 3),
.c3r23 td:nth-child(3n + 3) {
  text-align: right;
  vertical-align: bottom;
}
.bottom {
  vertical-align: bottom;
}
td.firstBigger {
  font-size: 1.35rem;
  line-height: 1.35;
}
td.firstBigger:first-line {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
td > em.special_1 {
  display: block;
  font-size: 1.3rem;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 5px;
}
hr.divider {
  margin: 2rem 0;
  height: 1px;
  color: #fff;
  background: #007b3c;
  width: calc(100% - 20px);
}
.clear {
  clear: both;
}
.sign {
  display: block;
  max-width: 150px;
  height: auto;
}
.mw-150 {
  max-width: 150px !important;
}
.mw-200 {
  max-width: 200px !important;
}
.mw-300 {
  max-width: 300px !important;
}
.mw-400 {
  max-width: 400px !important;
}
[class*="mw-"] {
  height: auto;
  width: 100%;
}
img.right {
  float: right;
}
.center-block {
  margin-bottom: 1.5rem !important;
}
.left {
  float: left;
}
.right {
  float: left;
}
.noPadding {
  padding: 0 !important;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noMarginBottom {
  margin-bottom: 0 !important;
}
.noWrap {
  white-space: nowrap !important;
}
big,
strong {
  font-weight: 600;
}
p.add {
  position: absolute;
  right: 15px;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
p.add [class*="icon-"] {
  font-size: 3rem;
  color: #007b3c;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  width: 26px;
}
p.add [class*="icon-"]:before {
  width: 1.5rem;
}
p.add [class="icon-instagram"] {
  position: relative;
  top: -0.225em;
  left: -0.4em;
}
p.add [class="icon-facebook-official"],
p.add [class*="icon-fb"] {
  color: darkslateblue;
}
[class*="icon-fb"] {
  background: url("/include/img/ic_fb.png") no-repeat;
}
[class*="icon-gm"] {
  background: url("/include/img/ic_gm.png") no-repeat;
}
[class*="icon-tel"] {
  background: url("/include/img/ic_phone.png") no-repeat;
}
p.icon-attention-circled {
  color: #fff;
  background: #007b3c;
  padding: 0.2em 0.2em 0.3em 0.3em;
  text-align: left;
}
p.icon-attention-circled:before {
  font-size: 2rem;
  position: relative;
  top: 0.1rem;
  margin-right: 0.2rem;
}
p.icon-attention-circled strong {
  font-size: 2rem;
}
p.icon-attention-circled small {
  display: inline-block;
  margin-left: 2.75rem;
}
img.lang {
  cursor: pointer;
}
[class*="col-"] img:not(.sign) {
  max-width: 100%;
  height: auto;
}
.contentBody img:not(.sign) {
  border: solid 1px gray;
  background: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
}
.contentBody img.noBorder {
  border: 0;
  background: 0;
}
.contentBody img.left {
  margin: 0.275em 0.75em 0.5em 0;
}
.contentBody img.right {
  margin: 0.275em 0 0.5em 0.75em;
}
.contentBody img.full {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.275em 0 0.5em 0;
}
.contentBody img.staticBottom {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  left: 0;
  border: 0;
  background: none;
  opacity: 0.35;
}
.contentBody img.noScale {
  width: initial !important;
  height: initial !important;
  max-width: initial !important;
  max-height: initial !important;
}
.contentBody .align-center img.full {
  margin: 0.275em auto 2em !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
.noMedia img {
  width: 100%;
  height: auto;
}
.inSlider {
  padding-top: 1rem;
}
ul.bxslider {
  margin: 0;
  padding: 0;
}
.bxslider,
.bxslider li {
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.bx-viewport,
.bx-wrapper {
  width: 100%;
  height: 100% !important;
  background: transparent !important;
  top: 0;
  left: 0;
}
.bx-viewport img,
.bx-wrapper img {
  width: 100% !important;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: transparent;
}
.bx-wrapper .bx-caption {
  top: 45%;
  left: 0;
  background: none;
  width: 80%;
  position: relative;
  margin: 0 15%;
  white-space: nowrap;
}
.bx-wrapper .bx-caption span {
  font-family: Raleway400, sans-serif;
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  padding: 0;
}
.standard {
  font-family: Raleway400, sans-serif;
}
@media only screen and (min-width: 1201px) {
  .row:last-of-type {
    margin-bottom: 0;
  }
  .row > [class*="col-"] > h2:first-child,
  .row > [class*="col-"] > h3:first-child,
  .row > [class*="col-"] > h4:first-child {
    margin-top: 0;
  }
  .row > [class*="col-"] > h2:not(:first-child),
  .row > [class*="col-"] > h3:not(:first-child),
  .row > [class*="col-"] > h4:not(:first-child) {
    margin-top: 10px;
  }
  table h2,
  table h3,
  table h4 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  table.biomaris td:nth-child(3n + 2),
  table.biomaris td:nth-child(3n + 3) {
    white-space: normal;
  }
}
@media only screen and (max-width: 1199px) {
  p.add {
    display: none !important;
  }
  .mobileButtons {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 4rem;
  }
  .mobileButtons [class*="icon-"] {
    color: #007b3c;
    margin-left: -12px;
  }
  .mobileButtons [class="icon-menu"] {
    margin-left: -10px;
    cursor: pointer;
  }
  [class*="col"] {
    padding-bottom: 1rem;
  }
  .head [class*="col"] {
    padding-bottom: 0;
  }
  .navi {
    font-family: Raleway400, sans-serif;
    font-size: 2.5rem;
    bottom: initial;
    min-width: 30%;
    display: none;
    text-align: right;
    background: rgba(255, 255, 255, 0.9);
    border: solid 1px #333;
    border-top: 0;
  }
  .navi .level_1 {
    position: relative;
    margin: 0;
    top: -5px;
    font-size: 2rem;
    border-top: 0;
    width: 100%;
    border: 0;
  }
  .navi .level_1 div {
    border: 0;
    color: #007b3c;
    background: none;
    padding: 0;
    margin: 0.5rem 1.5rem 0.5rem 0.5rem;
    display: block;
  }
  .navi .level_1 div:last-child {
    margin: 0.5rem 1.5rem 2rem 0.5rem;
  }
  .navi .langMobile,
  .navi .mobileButtonsMobile {
    display: block;
  }
  .navi .langMobile small,
  .navi .mobileButtonsMobile small {
    display: block;
    color: #333;
    line-height: 1;
  }
  .navi .langMobile [class*="icon-"],
  .navi .mobileButtonsMobile [class*="icon-"] {
    font-size: 4rem !important;
  }
  .navi .langMobile [class*="icon-"]:before,
  .navi .mobileButtonsMobile [class*="icon-"]:before {
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #007b3c;
  }
  .navi .langMobile [class="icon-facebook-official"]:before,
  .navi .mobileButtonsMobile [class="icon-facebook-official"]:before {
    color: darkslateblue;
  }
  .navi .hasSubmenu span:after {
    font-size: 1.5rem;
    top: 0;
  }
  .navi .navi > div,
  .navi .navi > div:last-of-type {
    float: none;
    color: #007b3c;
    padding: 0.5rem 1rem;
  }
  .navi .navi > div:last-of-type .open > div {
    padding: 0;
  }
  .langMobile {
    border-top: solid 1px #007b3c;
    margin: 0.5rem 0 -1.5rem 0;
    padding-top: 1rem;
  }
  .mobileButtonsMobile {
    margin: 2rem 0 -2.5rem 0 !important;
    background: silver;
  }
}
[class*="icon-mm"]:before {
  margin-right: 0;
}
.logo {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .logo {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .head {
    background-repeat: no-repeat;
    background-position: center;
  }
  .head .mobileButtons {
    position: initial;
    float: right;
    margin: -0.5rem 0;
  }
  .head .mobileButtons [class*="icon-"] {
    font-size: 3rem;
    margin: 0;
  }
  .head .mobileButtons [class*="icon-"]:before {
    margin-left: 0;
    margin-right: 0;
  }
  .head .navi {
    right: 0 !important;
    top: 60px;
  }
  .head.full .logo {
    height: 92px;
    background-image: url(/include/img/webLogo-small.svg);
  }
  .head.claim .logo {
    height: 59px;
    width: 280px;
    background-image: url(/include/img/webLogo-claim-small.svg);
  }
  h1 {
    font-size: 2.5rem;
    letter-spacing: 0.01rem;
  }
  h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .head.claim {
    height: 80px;
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font-size: 3rem;
  }
  [class*="col"] {
    float: none;
    width: 100%;
  }
  [class*="col-xxs-6"] {
    width: 50%;
    float: left;
  }
  img.left,
  img.right {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .head.full .logo {
    height: 40px;
  }
}
#Blender {
  display: inline;
  position: fixed;
  top: 5%;
  left: -323px;
  background-color: rgba(255, 255, 255, 0.85);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: solid 3px #007b3c;
  z-index: 1000;
  padding: 20px;
  margin-left: 50%;
  width: 646px;
  box-sizing: border-box;
  height: 430px;
  box-shadow: 0 0 20px #000;
}
@media (max-width: 700px) {
  #Blender {
    background-size: cover;
    width: 300px;
    left: -150px;
    padding: 5px;
    height: auto;
  }
  #Blender p {
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.6);
    padding: 1rem;
    margin: 1rem auto;
    text-align: center;
  }
}
@media (max-width: 500px) {
  #Blender p {
    font-size: 1.5rem;
  }
  #Blender img {
    max-width: 100%;
    height: auto;
  }
  #Blender .icon-cancel-circled {
    position: absolute;
    right: -26px;
    top: -26px;
    font-size: 4rem;
    color: #007b3c;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    border: solid 3px #007b3c;
    padding: 0;
    margin: 0;
  }
}
#Blender-Alt {
  display: block;
  position: fixed;
  top: 5%;
  background: url("/include/img/jobs_shout.png") no-repeat rgba(255, 255, 255, 0.5);
  background-size: cover;
  border: solid 3px #007b3c;
  z-index: 1000;
  padding: 20px;
  margin: 0 auto;
  left: calc(50% - 932px / 2);
  width: 932px;
  height: 648px;
  box-sizing: border-box;
  box-shadow: 0 0 20px #000;
}
#Blender-Alt h2 {
  font-size: 50px;
}
#Blender-Alt #Blender-Alt p,
#Blender-Alt li {
  font-size: 36px;
}
@media screen and (max-width: 999px) {
  #Blender-Alt {
    left: 5vw;
    width: 90vw;
    height: calc(90vw / 1.4382716);
  }
}
@media screen and (max-width: 599px) {
  #Blender-Alt h2 {
    font-size: 24px;
    margin: 4px 0;
  }
  #Blender-Alt p {
    font-size: 21px;
  }
  #Blender-Alt .Blender-Content {
    font-size: 100% !important;
    display: grid;
    align-content: center;
    height: 100%;
    font-weight: bold;
    line-height: 1.05;
    color: red;
    text-shadow: 3px 3px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  #Blender-Alt .Blender-Content * {
    color: red;
    text-align: right !important;
  }
  #Blender-Alt .Blender-Content a {
    font-family: inherit !important;
    font-size: inherit !important;
    text-decoration: underline;
  }
}
@media screen and (max-width: 599px) {
  #Blender-Alt .Blender-Content {
    text-shadow: 1px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  #Blender-Alt .icon-cancel-circled {
    position: absolute;
    right: -26px;
    top: -26px;
    font-size: 4rem;
    color: #007b3c;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    border: solid 3px #007b3c;
    padding: 0;
    margin: 0;
  }
}
.matomo {
  width: 100%;
  height: 120px;
  border: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .matomo {
    height: 170px;
  }
}
@media (max-width: 992px) {
  .matomo {
    height: 180px;
  }
}
@media (max-width: 640px) {
  .matomo {
    height: 250px;
  }
}
@media (max-width: 440px) {
  .matomo {
    height: 400px;
  }
}
.smallFonts p {
  font-size: 1.3rem;
}
.smallFonts .matomo * {
  font-size: 1.3rem !important;
}
.smallFonts h3 {
  font-size: 1.6rem !important;
}
.cookieBar,
#cookieInfo {
  font-family: Raleway300, sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #040c21;
  color: #fff;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  text-align: center;
  opacity: 0.75;
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 699px) {
  .cookieBar,
  #cookieInfo {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0.25rem 1rem;
  }
  .cookieBar a,
  #cookieInfo a {
    color: #fbee2e;
    text-decoration: none;
  }
  .cookieBar button,
  #cookieInfo button {
    background: #fff;
    color: #000;
    min-width: 3rem;
    min-height: 1.5rem;
    border: 0;
    margin: 0 1rem;
    border-radius: 0.15rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 0.4rem 0.5rem 0.25rem 0.4rem;
    cursor: pointer;
  }
}
@media (max-width: 699px) {
  .cookieBar button,
  #cookieInfo button {
    background: #fff;
    min-width: 3rem;
    min-height: 1.5rem;
    display: block;
    font-size: 2rem;
    padding: inherit;
    margin: 0.5rem auto 0;
  }
}
.cookieBar {
  display: none;
  z-index: 2147483610;
}
#fader {
  width: 100vw;
  height: calc(100vh + 8000px);
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2147483630;
}
.grid-container-popup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% auto auto auto;
  grid-template-columns: 50% auto auto auto;
  border-bottom: solid 2px #04707b;
  padding-bottom: 2rem;
}
.grid-container-popup div {
  text-align: right;
  color: #0a5145;
  font-weight: 600;
}
.grid-container-popup div:nth-child(4n + 3) {
  text-align: center;
}
.grid-container-popup div:nth-child(4n + 1) {
  text-align: left;
}
.pricing.specialprices td:nth-child(2),
.pricing.specialprices td:nth-child(3) {
  font-weight: bold;
  color: red;
}
.popupTxt {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #007b3c;
}
.static {
  height: calc(100vw / 4) !important;
}
.slider {
  height: calc(100vw / 4.5) !important;
}
.slider .bx-wrapper,
.slider .bx-viewport,
.slider .bx-wrapper img {
  height: calc(100vw / 4.5) !important;
}
.slider img {
  border-bottom: solid 1px gray;
}
.Chilli24AppButton1 {
  width: 100px;
  height: 36px;
  background-color: darkred;
  border-radius: 18px;
  opacity: 0.7;
  font-size: 12px;
  line-height: 36px;
  color: white;
  text-align: center;
  position: absolute;
  left: -4000px;
  top: 20px;
  transition: all 0.1s ease-in-out;
  z-index: 198;
  display: none;
}
#Chilli24App {
  width: 100%;
  height: 650px;
}
.Chilli24AppButtonClose {
  width: 36px;
  height: 36px;
  background-color: #fff !important;
  border: medium;
  border-color: black;
  border-radius: 100%;
  opacity: 1 !important;
  font-size: 1.5rem;
  line-height: 36px;
  color: #000 !important;
  font-weight: bold;
  text-align: center;
  position: fixed;
  left: initial;
  bottom: initial;
  right: 20px;
  top: 20px;
  transition: all 0.1s ease-in-out;
  z-index: 201;
  background: #fff;
  cursor: pointer;
}
.Chilli24AppButtonClose.before {
  content: "×";
}
#anmeldung {
  display: flex;
}
@media screen and (max-width: 459px) {
  .navi > ul > li {
    font-size: 1.8rem !important;
  }
}
/*# sourceMappingURL=standard.css.map */