/* 
 Created on : 13.03.2024, 18:04:21
 Author     : Aleksandar Strinic
*/
/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v27-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v27-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v27-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v27-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v27-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v27-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html, body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
  background-color: #fff;
  color: #294753;
}
@media (min-width: 992px) {
  html, body {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (min-width: 1400px) {
  html, body {
    font-size: 18px;
    letter-spacing: 0;
  }
}
body {
  transition: padding-top 0.35s ease;
}
@media (min-width: 1200px) {
  body {
    padding-top: 256.1px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 263.2px;
  }
}
body.small-nav {
  padding-top: 100.833px;
}
@media (min-width: 768px) {
  body.small-nav {
    padding-top: 70.8333px;
  }
}
body.small-nav header {
  padding-top: 60px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.small-nav header {
    padding-top: 20px;
  }
}
body.small-nav header .logo {
  top: -50px;
}
@media (min-width: 768px) {
  body.small-nav header .logo {
    top: -6px;
  }
}
@media (min-width: 992px) {
  body.small-nav header .logo {
    top: -15px;
  }
}
body.small-nav header nav {
  margin-top: 10px;
}
@media (min-width: 768px) {
  body.small-nav header nav {
    margin-top: 20px;
  }
}
body.small-nav header .kontakt .content1 {
  display: none;
}
body.small-nav header .kontakt .content2 {
  display: flex;
  padding-bottom: 0;
}
body.small-nav header .search-form-container .content1 {
  display: none;
}
body.small-nav header .search-form-container .content2 {
  display: flex;
  padding-bottom: 0;
}
body.small-nav header .sprache-und-nav-btn {
  padding-bottom: 0;
}
body.small-nav header .sprache-und-nav-btn .content2 {
  display: flex;
}
.to-top-link {
  display: none;
  position: fixed;
  z-index: 998;
  bottom: 24px;
  right: 5px;
  border-radius: 50%;
  color: #7fd0cc;
  outline: none;
}
.to-top-link .fa-stack {
  height: 1.98em;
  width: 1.98em;
}
.to-top-link:focus, .to-top-link:hover {
  color: #45bab4;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 54px;
  background-color: #2a4853;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  transition: padding-top 0.35s ease, padding-bottom 0.35s ease;
}
header .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  header .content-container {
    justify-content: flex-end;
  }
}
header .logo {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: calc(50% - 120px);
  outline: none;
  transition: opacity 0.35s ease;
}
@media (min-width: 768px) {
  header .logo {
    left: 4px;
  }
}
header .logo img {
  width: 240px;
}
@media (min-width: 992px) {
  header .logo img {
    width: 340px;
  }
}
header .logo:focus, header .logo:hover {
  opacity: 0.7;
}
header a {
  text-decoration: none;
  outline: none;
  color: #bee1e1;
}
header a:focus, header a:hover {
  color: #85c7c7;
}
header .search-form-container .content1 {
  padding-right: 65px;
  padding-top: 7px;
}
header .search-form-container .content2 {
  display: none;
  padding-bottom: 3px;
}
header .search-form-container .content2 .btn {
  background-color: transparent;
  margin-left: 8px;
  padding: 0 8px;
  font-size: 10px;
}
header .search-form-container .content2 .btn:focus, header .search-form-container .content2 .btn:hover, header .search-form-container .content2 .btn:active, header .search-form-container .content2 .btn.active {
  background-color: #008079;
  color: #fff;
  border: 3px solid #85c7c7;
}
header .search-form-container .content2 .btn:focus-visible {
  color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
header .search-form-container .content2 .dropdown-menu {
  min-width: 313px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #2a4853;
  color: #fff;
  border: 1px solid #2a4853 !important;
}
@media (min-width: 768px) {
  header .search-form-container .content2 .dropdown-menu {
    padding-top: 22px;
  }
}
header .search-form-container .content2 .dropdown-menu .btn {
  font-size: 12px;
  line-height: 1;
  background-color: #00a19a;
  color: #fff;
  border: 3px solid #bee1e1;
  overflow: hidden;
}
header .search-form-container .content2 .dropdown-menu .btn:focus, header .search-form-container .content2 .dropdown-menu .btn:hover, header .search-form-container .content2 .dropdown-menu .btn:active, header .search-form-container .content2 .dropdown-menu .btn.active {
  background-color: #008079;
  color: #fff;
  border: 3px solid #85c7c7;
}
header .search-form-container .content2 .dropdown-menu .btn:focus-visible {
  color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
header .form-control {
  width: 247px !important;
  padding: 3px 10px;
  border: 2px solid #bee1e1;
}
header .form-control::placeholder {
  color: #bee1e1;
}
header .form-control:hover {
  border: 2px solid #85c7c7;
}
header .form-control:hover::placeholder {
  color: #85c7c7;
}
header .form-control:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  border: 2px solid #85c7c7;
}
header .form-control:focus::placeholder {
  color: #85c7c7;
}
header .btn {
  height: 30.8333px;
  padding: 0 14px;
  font-size: 12px;
  line-height: 26px;
  background-color: #00a19a;
  color: #fff;
  overflow: hidden;
  border: 2px solid #bee1e1 !important;
}
header .btn:focus, header .btn:hover, header .btn:active, header .btn.active {
  background-color: #008079;
  color: #fff;
  border: 2px solid #62b7b7 !important;
}
header .btn:focus-visible {
  color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
header .btn-check:checked + .btn, header .btn.active, header .btn.show, header .btn:first-child:active, header :not(.btn-check) + .btn:active {
  background-color: #008079;
  color: #fff;
  border: 3px solid #85c7c7;
}
header .btn-check:checked + .btn:focus-visible, header .btn.active:focus-visible, header .btn.show:focus-visible, header .btn:first-child:active:focus-visible, header :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
header .kontakt {
  letter-spacing: 1.5px;
}
header .kontakt .content1 {
  padding-right: 6px;
}
header .kontakt .content2 {
  display: none;
  padding-bottom: 3px;
}
header .kontakt .content2 .btn {
  background-color: transparent;
  margin-left: 8px;
  padding: 0 8px;
  font-size: 10px;
}
header .kontakt .content2 .btn:focus, header .kontakt .content2 .btn:hover, header .kontakt .content2 .btn:active, header .kontakt .content2 .btn.active {
  background-color: #008079;
  color: #fff;
  border: 3px solid #85c7c7;
}
header .kontakt .content2 .btn:focus-visible {
  color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
header .kontakt .content2 .dropdown-menu {
  min-width: 250px;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #2a4853;
  color: #fff;
  border: 1px solid #2a4853 !important;
}
@media (min-width: 768px) {
  header .kontakt .content2 .dropdown-menu {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  header .kontakt .content2 .dropdown-menu {
    min-width: 261px;
  }
}
@media (min-width: 1200px) {
  header .kontakt .content2 .dropdown-menu {
    min-width: 273px;
  }
}
@media (min-width: 1400px) {
  header .kontakt .content2 .dropdown-menu {
    min-width: 285px;
  }
}
header .kontakt .content2 .dropdown-menu li {
  text-align: center;
}
header .kontakt .content2 .dropdown-menu a {
  color: #bee1e1;
}
header .kontakt .content2 .dropdown-menu a:focus, header .kontakt .content2 .dropdown-menu a:hover {
  color: #85c7c7;
}
header .sprache-und-nav-btn {
  padding-bottom: 3px;
  padding-right: 3px;
}
header .sprache-und-nav-btn .btn {
  margin-left: 8px;
}
header .sprache-und-nav-btn .content1 {
  display: flex;
}
header .sprache-und-nav-btn .content1 .btn {
  background-color: #62b7b7 !important;
}
header .sprache-und-nav-btn .content2 {
  display: none;
}
header .sprache-und-nav-btn .content2 #nav-btn {
  background-color: transparent;
  position: relative;
  height: 30.8333px;
  width: 47px;
  padding: 0;
}
header .sprache-und-nav-btn .content2 #nav-btn:focus, header .sprache-und-nav-btn .content2 #nav-btn:hover, header .sprache-und-nav-btn .content2 #nav-btn:active, header .sprache-und-nav-btn .content2 #nav-btn.active {
  background-color: #008079;
  color: #fff;
  border: 3px solid #85c7c7;
}
header .sprache-und-nav-btn .content2 #nav-btn:focus-visible {
  color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
header .sprache-und-nav-btn .content2 #nav-btn .bar {
  position: absolute;
  left: 6px;
  height: 2px;
  width: 31px;
  background-color: #fff;
  transition: all 0.25s ease;
}
header .sprache-und-nav-btn .content2 #nav-btn .bar.bar-1 {
  top: 5px;
}
header .sprache-und-nav-btn .content2 #nav-btn .bar.bar-2 {
  top: 12px;
}
header .sprache-und-nav-btn .content2 #nav-btn .bar.bar-3 {
  top: 19px;
}
header .sprache-und-nav-btn .content2 #nav-btn[aria-expanded="true"] .bar-1 {
  transform: rotate(28deg);
  top: 12px;
  left: 3px;
  width: 37px;
}
header .sprache-und-nav-btn .content2 #nav-btn[aria-expanded="true"] .bar-2 {
  opacity: 0;
}
header .sprache-und-nav-btn .content2 #nav-btn[aria-expanded="true"] .bar-3 {
  transform: rotate(-28deg);
  top: 12px;
  left: 3px;
  width: 37px;
}
header nav {
  margin-top: 39px;
  max-height: calc(100vh - 100.833px);
  overflow: auto;
  transition: margin-top 0.35s ease;
}
header nav #navCollapse {
  width: 100%;
}
header nav .nav {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
@media (min-width: 768px) {
  header nav .nav {
    align-items: end;
  }
}
@media (min-width: 1200px) {
  header nav .nav {
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
  }
}
header nav .nav .nav-item {
  position: relative;
}
header nav .nav .nav-item .nav-link {
  padding: 12px 9px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #7fd0cc;
}
@media (min-width: 768px) {
  header nav .nav .nav-item .nav-link {
    padding: 13px 2px;
    font-size: 21px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  header nav .nav .nav-item .nav-link {
    padding: 14px 22px;
    font-size: 23px;
    letter-spacing: 1.15px;
  }
}
@media (min-width: 1400px) {
  header nav .nav .nav-item .nav-link {
    padding: 15px 22px;
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
header nav .nav .nav-item .nav-link:focus, header nav .nav .nav-item .nav-link:hover, header nav .nav .nav-item .nav-link:active {
  color: #45bab4;
}
header nav .nav .nav-item .nav-link:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
header nav .nav .nav-item .nav-link.active {
  color: #fff;
}
header .triangle {
  position: absolute;
  bottom: -28px;
  left: calc(50% - 20px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29px 20px 0 20px;
  border-color: #2a4853 transparent transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  header .triangle {
    bottom: -30px;
    left: calc(50% - 15.4px);
    border-width: 31px 21.5px 0 21.5px;
  }
}
@media (min-width: 992px) {
  header .triangle {
    bottom: -36px;
    left: calc(50% - 24.7px);
    border-width: 36px 25px 0 25px;
  }
}
main .sortimente {
  position: relative;
  padding: 65px 0;
}
@media (min-width: 768px) {
  main .sortimente {
    padding: 78px 0 105px;
  }
}
@media (min-width: 1200px) {
  main .sortimente {
    padding: 91px 0 145px;
  }
}
main .sortimente h1, main .sortimente .h1 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 1;
  color: #00a19a;
}
@media (min-width: 768px) {
  main .sortimente h1, main .sortimente .h1 {
    font-size: 50px;
    letter-spacing: 0.27px;
  }
}
@media (min-width: 992px) {
  main .sortimente h1, main .sortimente .h1 {
    font-size: 55px;
    letter-spacing: 0.3px;
  }
}
main .sortimente h2, main .sortimente .h2 {
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1;
}
@media (min-width: 768px) {
  main .sortimente h2, main .sortimente .h2 {
    font-size: 34.5px;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 992px) {
  main .sortimente h2, main .sortimente .h2 {
    font-size: 39px;
    letter-spacing: 0.1px;
  }
}
main .sortimente .sortiment-large {
  display: block;
  width: 100%;
  padding: 70px 0 10px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.24;
  color: #294753;
  background-color: #dbdedf;
  text-align: center;
  text-decoration: none;
  outline: none;
}
main .sortimente .sortiment-large:focus, main .sortimente .sortiment-large:hover {
  background-color: #bee1e1;
}
main .sortimente .sortiment-large:focus .title, main .sortimente .sortiment-large:hover .title {
  background-color: #2a4853;
  border: 3px solid #fff;
}
main .sortimente .sortiment-large .title {
  height: 232px;
  margin: 0 20px 20px;
  padding: 25px 5px 0;
  background-color: #fff;
  color: #00a19a;
  border: 3px solid #94a3a9;
}
@media (min-width: 768px) {
  main .sortimente .sortiment-large .title {
    margin: 0 30px 20px;
  }
}
@media (min-width: 1200px) {
  main .sortimente .sortiment-large .title {
    margin: 0 50px 20px;
  }
}
@media (min-width: 1400px) {
  main .sortimente .sortiment-large .title {
    height: 252px;
    margin: 0 74px 20px;
  }
}
main .sortimente .sortiment-large .title h3, main .sortimente .sortiment-large .title .h3 {
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  main .sortimente .sortiment-large .title h3, main .sortimente .sortiment-large .title .h3 {
    font-size: 33px;
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1400px) {
  main .sortimente .sortiment-large .title h3, main .sortimente .sortiment-large .title .h3 {
    font-size: 37px;
    letter-spacing: 1px;
  }
}
main .sortimente .sortiment-large img {
  margin-top: -70px;
  margin-bottom: 12px;
  width: 100%;
}
main .sortimente .sortiment-small {
  display: block;
  width: 100%;
  padding: 46px 20px 20px;
  background-color: #dbdedf;
  text-align: center;
  text-decoration: none;
  outline: none;
}
@media (min-width: 576px) {
  main .sortimente .sortiment-small {
    padding: 46px 30px 20px;
  }
}
@media (min-width: 1200px) {
  main .sortimente .sortiment-small {
    padding: 46px 50px 20px;
  }
}
@media (min-width: 1400px) {
  main .sortimente .sortiment-small {
    padding: 46px 32px 20px;
  }
}
main .sortimente .sortiment-small:focus, main .sortimente .sortiment-small:hover {
  background-color: #bee1e1;
}
main .sortimente .sortiment-small:focus .title, main .sortimente .sortiment-small:hover .title {
  background-color: #2a4853;
  border: 3px solid #fff;
}
main .sortimente .sortiment-small .title {
  height: 123px;
  padding: 20px 5px 0;
  color: #00a19a;
  background-color: #fff;
  border: 3px solid #94a3a9;
}
main .sortimente .sortiment-small .title h3, main .sortimente .sortiment-small .title .h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}
main .sortimente .sortiment-small img {
  margin-top: -45px;
  margin-bottom: 25px;
  width: 100%;
}
main .sortimente .triangle {
  position: absolute;
  z-index: 1;
  bottom: -28px;
  left: calc(50% - 20px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  main .sortimente .triangle {
    bottom: -30px;
    left: calc(50% - 15.4px);
    border-width: 31px 21.5px 0 21.5px;
  }
}
@media (min-width: 992px) {
  main .sortimente .triangle {
    bottom: -36px;
    left: calc(50% - 24.7px);
    border-width: 36px 25px 0 25px;
  }
}
main .ueber_uns {
  position: relative;
  padding: 60px 0;
  color: #294753;
  background-color: #bee1e1;
}
@media (min-width: 768px) {
  main .ueber_uns {
    padding: 67px 0 100px;
  }
}
@media (min-width: 1200px) {
  main .ueber_uns {
    padding: 75px 0 140px;
  }
}
main .ueber_uns h2, main .ueber_uns .h2 {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  color: #e30e15;
}
@media (min-width: 768px) {
  main .ueber_uns h2, main .ueber_uns .h2 {
    font-size: 42px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns h2, main .ueber_uns .h2 {
    font-size: 47px;
    letter-spacing: 1.7px;
  }
}
main .ueber_uns .fritz-eddy-container {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  main .ueber_uns .fritz-eddy-container {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns .fritz-eddy-container {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.25px;
  }
}
main .ueber_uns .fritz-eddy-container .fritz {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  main .ueber_uns .fritz-eddy-container .fritz {
    margin: -6px 0 21px -20px;
  }
}
@media (min-width: 1200px) {
  main .ueber_uns .fritz-eddy-container .fritz {
    margin: -6px 0 21px -60px;
  }
}
@media (min-width: 1400px) {
  main .ueber_uns .fritz-eddy-container .fritz {
    width: calc(100% + 60px);
    margin: -6px 0 21px -81px;
  }
}
main .ueber_uns .fritz-eddy-container .eddy {
  width: 100%;
  margin: 0 0 20px 0;
  display: block;
}
@media (min-width: 768px) {
  main .ueber_uns .fritz-eddy-container .eddy {
    margin: 0 0 6px 35px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns .fritz-eddy-container .eddy {
    margin: 2px 0 3px 10px;
  }
}
@media (min-width: 1200px) {
  main .ueber_uns .fritz-eddy-container .eddy {
    margin: 2px 0 2px 28px;
  }
}
@media (min-width: 1400px) {
  main .ueber_uns .fritz-eddy-container .eddy {
    width: calc(100% + 58px);
    margin: 2px 0 0 28px;
  }
}
main .ueber_uns .content-container {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  main .ueber_uns .content-container {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns .content-container {
    font-size: 23px;
  }
}
main .ueber_uns .content-container h3, main .ueber_uns .content-container .h3 {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1;
  color: #e30e15;
}
@media (min-width: 768px) {
  main .ueber_uns .content-container h3, main .ueber_uns .content-container .h3 {
    font-size: 33px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns .content-container h3, main .ueber_uns .content-container .h3 {
    font-size: 37px;
    letter-spacing: 1.1px;
  }
}
main .ueber_uns .content-container .fake-li {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 33px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1;
}
@media (min-width: 768px) {
  main .ueber_uns .content-container .fake-li {
    font-size: 23px;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns .content-container .fake-li {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 1200px) {
  main .ueber_uns .content-container .fake-li {
    font-size: 35px;
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1400px) {
  main .ueber_uns .content-container .fake-li {
    font-size: 37px;
    letter-spacing: 0.9px;
  }
}
main .ueber_uns .content-container .fake-li:before {
  position: absolute;
  top: 4px;
  left: 5px;
  content: " ";
  height: 12px;
  width: 12px;
  background-color: #94a3a9;
  border-radius: 50%;
}
@media (min-width: 768px) {
  main .ueber_uns .content-container .fake-li:before {
    top: 5px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns .content-container .fake-li:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  main .ueber_uns .content-container .fake-li:before {
    top: 12px;
  }
}
@media (min-width: 1400px) {
  main .ueber_uns .content-container .fake-li:before {
    top: 14px;
  }
}
main .ueber_uns .content-container .fake-li.me {
  margin-right: 21px;
}
main .ueber_uns .content-container p {
  margin-bottom: 9px;
  hyphens: auto;
}
main .ueber_uns .content-container p:first-of-type {
  margin-top: 2px;
}
main .ueber_uns .triangle {
  position: absolute;
  z-index: 1;
  bottom: -28px;
  left: calc(50% - 20px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29px 20px 0 20px;
  border-color: #bee1e1 transparent transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  main .ueber_uns .triangle {
    bottom: -30px;
    left: calc(50% - 15.4px);
    border-width: 31px 21.5px 0 21.5px;
  }
}
@media (min-width: 992px) {
  main .ueber_uns .triangle {
    bottom: -36px;
    left: calc(50% - 24.7px);
    border-width: 36px 25px 0 25px;
  }
}
main .produktuebersicht {
  position: relative;
  padding: 93px 0 113px;
  background-color: #e7e9ea;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  main .produktuebersicht {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  main .produktuebersicht {
    font-size: 23px;
  }
}
main .produktuebersicht h2, main .produktuebersicht .h2 {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  color: #00a19a;
}
@media (min-width: 768px) {
  main .produktuebersicht h2, main .produktuebersicht .h2 {
    font-size: 42px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 992px) {
  main .produktuebersicht h2, main .produktuebersicht .h2 {
    font-size: 47px;
    letter-spacing: 1.7px;
  }
}
main .produktuebersicht .fake-li {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 33px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1;
}
@media (min-width: 768px) {
  main .produktuebersicht .fake-li {
    font-size: 23px;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 992px) {
  main .produktuebersicht .fake-li {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 1200px) {
  main .produktuebersicht .fake-li {
    font-size: 35px;
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1400px) {
  main .produktuebersicht .fake-li {
    font-size: 37px;
    letter-spacing: 0.9px;
  }
}
main .produktuebersicht .fake-li:before {
  position: absolute;
  top: 4px;
  left: 5px;
  content: " ";
  height: 12px;
  width: 12px;
  background-color: #94a3a9;
  border-radius: 50%;
}
@media (min-width: 768px) {
  main .produktuebersicht .fake-li:before {
    top: 5px;
  }
}
@media (min-width: 992px) {
  main .produktuebersicht .fake-li:before {
    top: 8px;
  }
}
@media (min-width: 1200px) {
  main .produktuebersicht .fake-li:before {
    top: 12px;
  }
}
@media (min-width: 1400px) {
  main .produktuebersicht .fake-li:before {
    top: 14px;
  }
}
main .produktuebersicht .fake-li.me {
  margin-right: 21px;
}
main .produktuebersicht ul {
  margin-top: 14px;
  list-style: none;
  padding-left: 0;
}
main .produktuebersicht ul li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 24px;
}
main .produktuebersicht ul li:before {
  position: absolute;
  top: 7px;
  left: 5px;
  content: " ";
  height: 12px;
  width: 12px;
  background-color: #00a19a;
  border-radius: 50%;
}
@media (min-width: 768px) {
  main .produktuebersicht ul li:before {
    top: 7px;
  }
}
@media (min-width: 992px) {
  main .produktuebersicht ul li:before {
    top: 9px;
  }
}
main .produktuebersicht .btn {
  margin-top: 19px;
  padding: 2px 43px;
  font-size: 26px;
  color: #00a19a;
  background-color: #fff;
  border: 2px solid #bee1e1;
}
@media (min-width: 768px) {
  main .produktuebersicht .btn {
    padding: 2px 67px;
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  main .produktuebersicht .btn {
    font-size: 32px;
  }
}
main .produktuebersicht .btn:focus, main .produktuebersicht .btn:hover, main .produktuebersicht .btn:active, main .produktuebersicht .btn.active {
  background-color: #008079;
  color: #fff;
  border: 2px solid #85c7c7;
}
main .produktuebersicht .btn:focus-visible {
  background-color: #008079;
  color: #fff;
  border: 2px solid #85c7c7;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}
main .produktuebersicht .triangle {
  position: absolute;
  z-index: 1;
  bottom: -28px;
  left: calc(50% - 20px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29px 20px 0 20px;
  border-color: #e7e9ea transparent transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  main .produktuebersicht .triangle {
    bottom: -30px;
    left: calc(50% - 15.4px);
    border-width: 31px 21.5px 0 21.5px;
  }
}
@media (min-width: 992px) {
  main .produktuebersicht .triangle {
    bottom: -36px;
    left: calc(50% - 24.7px);
    border-width: 36px 25px 0 25px;
  }
}
main #sortiment {
  position: relative;
  padding: 114px 0 113px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  main #sortiment {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 992px) {
  main #sortiment {
    font-size: 21px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1200px) {
  main #sortiment {
    font-size: 22px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1400px) {
  main #sortiment {
    font-size: 23px;
    letter-spacing: 0.2px;
  }
}
main #sortiment h1, main #sortiment .h1 {
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 1;
  color: #00a19a;
}
@media (min-width: 768px) {
  main #sortiment h1, main #sortiment .h1 {
    font-size: 47px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1200px) {
  main #sortiment h1, main #sortiment .h1 {
    font-size: 55px;
    letter-spacing: 0.3px;
  }
}
main #sortiment h3, main #sortiment .h3 {
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #00a19a;
}
main #sortiment .sortiment {
  height: 253px;
  width: 252px;
  margin: 0 26px 26px 0;
  padding: 25px 5px 0;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.24;
  background-color: #305360;
  color: #00a19a;
  border: 3px solid #94a3a9;
  text-align: center;
}
@media (min-width: 768px) {
  main #sortiment .sortiment {
    background-color: #2a4853;
  }
}
main #sortiment .sortiment img {
  margin-top: -70px;
  margin-bottom: 12px;
  width: 100%;
}
main #sortiment p {
  margin-bottom: 16px;
}
main #sortiment p.lead {
  margin-bottom: 29px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  main #sortiment p.lead {
    font-size: 23px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 992px) {
  main #sortiment p.lead {
    font-size: 24px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1200px) {
  main #sortiment p.lead {
    font-size: 25px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1400px) {
  main #sortiment p.lead {
    font-size: 26px;
    letter-spacing: 0.2px;
  }
}
main #sortiment .filter-container {
  background-image: url(../img/filter-container-bg.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto 43.9px;
}
main #sortiment .filter {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 8px;
  font-size: 23px;
  color: #294753;
  border-right: 3px solid #00a19a;
  text-align: center;
  text-decoration: none;
  outline: none;
}
main #sortiment .filter:focus, main #sortiment .filter:hover, main #sortiment .filter.active {
  color: #00a19a;
}
main #sortiment .filter.single {
  margin-bottom: 22px;
  padding: 2px 24px;
  border-left: 3px solid #00a19a;
}
main #sortiment .subfilter-container {
  margin-top: 14px;
  background-image: url(../img/filter-container-bg.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto 43.9px;
}
main #sortiment .subfilter {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 8px;
  font-size: 23px;
  color: #294753;
  border-right: 3px solid #00a19a;
  text-align: center;
  text-decoration: none;
  outline: none;
}
main #sortiment .subfilter:focus, main #sortiment .subfilter:hover, main #sortiment .subfilter.active {
  color: #00a19a;
}
main #sortiment .subfilter.single {
  margin-bottom: 22px;
  padding: 2px 24px;
  border-left: 3px solid #00a19a;
}
main #sortiment .current-filter {
  margin-top: 24px;
  margin-bottom: 41px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  main #sortiment .current-filter {
    font-size: 26px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 992px) {
  main #sortiment .current-filter {
    font-size: 27px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1200px) {
  main #sortiment .current-filter {
    font-size: 28px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1400px) {
  main #sortiment .current-filter {
    font-size: 29px;
    letter-spacing: 0.2px;
  }
}
main #sortiment .current-filter i {
  color: #00a19a;
}
main #sortiment .btn {
  width: 252px;
  font-size: 22px;
  color: #00a19a;
  background-color: #fff;
  border: 3px solid #94a3a9;
}
main #sortiment .btn:focus, main #sortiment .btn:hover, main #sortiment .btn:active, main #sortiment .btn.active {
  background-color: #305360;
  color: #00a19a;
  border: 3px solid #85c7c7;
}
@media (min-width: 768px) {
  main #sortiment .btn:focus, main #sortiment .btn:hover, main #sortiment .btn:active, main #sortiment .btn.active {
    background-color: #2a4853;
  }
}
main #sortiment .btn:focus-visible {
  background-color: #305360;
  color: #00a19a;
  border: 3px solid #85c7c7;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  main #sortiment .btn:focus-visible {
    background-color: #2a4853;
  }
}
main #sortiment .dropdown-center {
  margin-bottom: 26px;
}
main #sortiment .dropdown-center .dropdown-menu .dropdown-item {
  font-size: 22px;
  letter-spacing: 0.4px;
}
main #sortiment .dropdown-center .dropdown-menu .dropdown-item:active, main #sortiment .dropdown-center .dropdown-menu .dropdown-item.active {
  background-color: #00a19a;
}
main #sortiment .show-img {
  display: block;
  position: relative;
  overflow: hidden;
}
main #sortiment .show-img:focus .caption, main #sortiment .show-img:hover .caption {
  top: 0;
}
main #sortiment .show-img .caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(100% - 4px);
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  transition: top 0.35s ease;
}
main #sortiment .triangle {
  position: absolute;
  z-index: 1;
  bottom: -28px;
  left: calc(50% - 20px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  main #sortiment .triangle {
    bottom: -30px;
    left: calc(50% - 15.4px);
    border-width: 31px 21.5px 0 21.5px;
  }
}
@media (min-width: 992px) {
  main #sortiment .triangle {
    bottom: -36px;
    left: calc(50% - 24.7px);
    border-width: 36px 25px 0 25px;
  }
}
footer .content {
  padding: 19px 0 60px;
  color: #fff;
  background-color: #305360;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.24;
}
@media (min-width: 576px) {
  footer .content {
    font-size: 23px;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 768px) {
  footer .content {
    padding: 49px 0 117px;
    background-color: #2a4853;
    font-size: 15px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 992px) {
  footer .content {
    font-size: 23px;
    letter-spacing: 0.6px;
  }
}
footer .content .inner {
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
  hyphens: auto;
}
@media (min-width: 768px) {
  footer .content .inner {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  footer .content .inner {
    padding: 0 108px;
  }
}
footer .content h2, footer .content .h2 {
  margin-top: 30px;
  margin-bottom: 22px;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.65;
  color: #e30e15;
  border-bottom: 3px solid #bee1e1;
}
@media (min-width: 576px) {
  footer .content h2, footer .content .h2 {
    font-size: 30px;
    letter-spacing: 0.9px;
  }
}
@media (min-width: 768px) {
  footer .content h2, footer .content .h2 {
    margin-top: 0;
    font-size: 27px;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 992px) {
  footer .content h2, footer .content .h2 {
    font-size: 30px;
    letter-spacing: 0.9px;
  }
}
footer .content h3, footer .content .h3 {
  margin-bottom: 12px;
  padding-top: 2px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #e30e15;
}
footer .content p {
  margin-bottom: 30px;
}
footer .content p.marke {
  margin-bottom: 13px;
}
footer .content a {
  text-decoration: none;
  outline: none;
  color: #bee1e1;
}
footer .content a:focus, footer .content a:hover {
  color: #85c7c7;
}
footer .content .nav {
  display: inline-block;
  padding-top: 25px;
}
footer .content .nav .nav-item .nav-link {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #7fd0cc;
}
footer .content .nav .nav-item .nav-link:focus, footer .content .nav .nav-item .nav-link:hover {
  color: #45bab4;
}
footer .content .nav .nav-item .nav-link:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
footer .content .nav .nav-item .nav-link.active {
  color: #fff;
}
footer .content .title {
  margin-bottom: 4px;
  font-weight: 400;
  letter-spacing: 2.9px;
}
footer .content .marken-logos {
  padding: 0;
  text-align: center;
}
@media (min-width: 1400px) {
  footer .content .marken-logos {
    padding: 0 26px 0 15px;
  }
}
footer .content .marken-logos img {
  padding-top: 17px;
  max-width: 252px;
}
@media (min-width: 1400px) {
  footer .content .marken-logos img {
    max-width: 100%;
  }
}
footer .end-line {
  height: 9px;
  border-bottom: 5px solid #00a19c;
}
