@charset "UTF-8";
body {
  overflow-x: hidden;
}

/* Theme Components */
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Fonts */
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #647589;
  font-size: 16px;
}

/* font weight */
.f-700 {
  font-weight: 700;
}

.f-600 {
  font-weight: 600;
}

.f-500 {
  font-weight: 500;
}

.f-400 {
  font-weight: 400;
}

.f-300 {
  font-weight: 300;
}

/* Rubik Font */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Rubik-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Rubik-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Rubik-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Rubik-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Rubik-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Button */
a {
  text-decoration: none;
}
a:focus, a:hover {
  color: #8fb569;
  text-decoration: none;
}

a, button {
  color: #223645;
  outline: medium none;
}

.btn {
  -moz-user-select: none;
  background: #8fb569;
  border: medium none;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 24px 40px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn:focus {
  color: #ffffff;
  box-shadow: none;
}
.btn:hover {
  background: #4aa5a0;
  color: #ffffff;
}

.btn-primary:focus {
  background: #4aa5a0;
  border: none;
}

.btn-secondary {
  -moz-user-select: none;
  background: #4aa5a0;
  border: medium none;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 24px 40px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn-secondary:focus {
  color: #ffffff;
  box-shadow: none;
}
.btn-secondary:hover {
  background: #8fb569;
  color: #ffffff;
}

.btn-icon {
  border-radius: 30px;
  padding-left: 74px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #4aa5a0;
}
.btn-icon:hover {
  background-color: #8fb569;
  color: #ffffff;
}

.btn-icon-primary {
  background-color: #8fb569;
  padding-left: 74px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.btn-icon-primary:hover {
  background-color: #4aa5a0;
}
.btn-icon-primary::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 5px;
  text-align: center;
  width: 50px;
  height: 50px;
  top: 4px;
  line-height: 50px;
  background: #ffffff;
  font-size: 17px;
  font-weight: 600;
  color: #223645;
  border-radius: 100%;
}

.btn-icon-secondary {
  background: #4aa5a0;
  color: #ffffff;
  padding-left: 74px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.btn-icon-secondary:hover {
  background-color: #8fb569;
}
.btn-icon-secondary::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 5px;
  text-align: center;
  width: 50px;
  height: 50px;
  top: 4px;
  line-height: 50px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 600;
  color: #223645;
  border-radius: 100%;
}
.btn-icon-secondary:focus {
  color: #ffffff;
}
.btn-icon-secondary i {
  margin-right: 7px;
}

.btn-icon-third {
  background: #ffffff;
  color: #223645;
  padding-left: 74px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.btn-icon-third:hover {
  background-color: #223645;
  color: #ffffff;
}
.btn-icon-third::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 5px;
  text-align: center;
  width: 50px;
  height: 50px;
  top: 4px;
  line-height: 50px;
  background: #ffffff;
  font-size: 15px;
  font-weight: 600;
  color: #223645;
  border-radius: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.btn-icon-third:focus {
  color: #ffffff;
}
.btn-icon-third i {
  margin-right: 7px;
}

.card p a {
  color: #899dab;
}
.card p a::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.card p a:hover {
  color: #8fb569;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Logo */
.pos-rel {
  position: relative;
}

.logo img {
  position: relative;
  z-index: 2;
  max-width: 300px;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
.header-social-icons {
  padding-top: 48px;
  padding-right: 25px;
}
.header-social-icons ul li {
  display: inline-block;
}
.header-social-icons ul li:last-child {
  margin-right: 0;
}
.header-social-icons ul li a {
  font-weight: 500;
  color: #bdc1d5;
  display: inline-block;
  margin: 0 8px;
}
.header-social-icons ul li a:hover {
  color: #223645;
}

/* Icon Teaser - Template 03 */
.move-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 315px;
}

/* Kontakt-Icons Big */
.contact {
  padding: 40px 10px;
}

.contact i {
  background: #8fb569;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Headlines */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  color: #223645;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  word-break: break-word;
  hyphens: auto;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 26px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 21px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #223645;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

/* 575px */
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 23px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 16px;
  }
  h5, .h5 {
    font-size: 16px;
  }
}
/* 767px */
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 27px;
  }
  h3, .h3 {
    font-size: 21px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
}
/* 991px */
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 23px;
  }
  h4, .h4 {
    font-size: 21px;
  }
  h5, .h5 {
    font-size: 19px;
  }
}
/* 1199px */
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 55px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 23px;
  }
  h5, .h5 {
    font-size: 21px;
  }
}
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
:root {
  --primary: #8fb569;
  --secondary: #39a935;
  --third: #4aa5a0;
  --thourd: #223645;
}

/* Background Color */
.gray-bg {
  background: #f4f9fc;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000000;
}

.theme-bg {
  background: #223645;
}

.primary-bg {
  background: #13232f;
}

.secondary-bg {
  background: #0d1b26;
}

/* Text Color */
.primary-text-color {
  color: #647589;
}

.white-color {
  color: #ffffff !important;
}

.black-color {
  color: #000000;
}

.theme-color {
  color: #223645;
}

/* Overlay */
[data-overlay] {
  position: relative;
}

[data-overlay]::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

[data-overlay="3"]::before {
  opacity: 0.3;
}

[data-overlay="4"]::before {
  opacity: 0.4;
}

[data-overlay="5"]::before {
  opacity: 0.5;
}

[data-overlay="6"]::before {
  opacity: 0.6;
}

[data-overlay="7"]::before {
  opacity: 0.7;
}

[data-overlay="8"]::before {
  opacity: 0.8;
}

[data-overlay="9"]::before {
  opacity: 0.9;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* List Styles */
/* Unsorted List */
ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

ul.list-check-circle li {
  display: flex;
  margin-bottom: 10px;
}
ul.list-check-circle li::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  color: #8fb569;
  font-size: 24px;
  margin-right: 10px;
}

ul.list-check-fill li {
  display: flex;
  margin-bottom: 10px;
}
ul.list-check-fill li::before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  color: #8fb569;
  font-size: 24px;
  margin-right: 10px;
}

/* Abstände */
.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin-right --*/
.mr-15 {
  margin-right: 15px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

/* Floating */
.f-left {
  float: left;
}

/* Calculating */
.pt-calc-2 {
  padding-top: calc(1vw + 1rem);
}

.pt-calc-2 {
  padding-top: calc(2vw + 2rem);
}

.pt-calc-3 {
  padding-top: calc(3vw + 3rem);
}

.pt-calc-4 {
  padding-top: calc(4vw + 4rem);
}

.pt-calc-5 {
  padding-top: calc(5vw + 5rem);
}

.pt-calc-6 {
  padding-top: calc(6vw + 6rem);
}

.pt-calc-7 {
  padding-top: calc(7vw + 7rem);
}

.pt-calc-8 {
  padding-top: calc(8vw + 8rem);
}

.pt-calc-9 {
  padding-top: calc(9vw + 9rem);
}

.pt-calc-10 {
  padding-top: calc(10vw + 10rem);
}

/* Object */
.object-fit-cover {
  object-fit: cover;
}

/* Height */
.mh-500 {
  min-height: 500px;
}

.mh-900 {
  min-height: 900px;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Blog Feeds */
.blog-feeds-thumb {
  float: left;
  margin-right: 15px;
}
.blog-feeds-thumb a img {
  height: 70px;
  width: 80px;
  object-fit: cover;
}

.blog-feeds-text {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-feeds-text h6 {
  color: #899dab;
  line-height: 1.3;
  margin-bottom: 4px;
}

/* Blog Detail */
.breadcrumb-bg {
  background-size: cover;
  background-position: center center;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
}
.post-meta span i {
  color: #8fb569;
  margin-right: 2px;
}

.wp-block-post-date,
.wp-block-post-author {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.wp-block-post-date:before {
  content: "\f133";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #8fb569;
  margin-right: 2px;
}

.wp-block-post-author:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #8fb569;
  margin-right: 2px;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Scroll up */
#scrollUp {
  background: #4aa5a0;
  height: 50px;
  width: 50px;
  right: 50px;
  bottom: 77px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  position: fixed;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#scrollUp:hover {
  background: #8fb569;
  cursor: pointer;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Suche */
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}
.search-wrap .search-field-holder input[type=search] {
  outline: 0;
}
.search-wrap .search-field-holder input[type=search]::placeholder {
  color: #223645;
}
.search-wrap .search-field-holder input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #223645 45%, #223645 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #223645 45%, #223645 55%, transparent 57%, transparent 100%);
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  background: transparent;
  text-transform: uppercase;
  font-size: 24px;
  color: #223645;
  border-bottom: 2px solid #223645;
  text-align: center;
  letter-spacing: 2px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #223645;
  cursor: pointer;
}

/* mobile Suche */
.menu-item-search input[type=search] {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background: transparent;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  width: 90%;
  font-size: 12px;
  font-weight: 500;
  outline: 0;
}
.menu-item-search input[type=search]::placeholder {
  color: #ffffff;
}
.menu-item-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #fff 45%, #fff 55%, transparent 57%, transparent 100%);
}

/* img */
.img, img {
  max-width: 100%;
}

.areoi-element .wp-block-image.img-teaser img {
  object-fit: cover;
  height: 900px;
}

/* Templates */
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Header - Template 01 */
/* Header Image */
.transparent-header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Menü */
.header-menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.header-menu ul li a {
  color: #bdc1d5;
  font-weight: 500;
  padding: 48px 0;
  display: block;
  font-size: 16px;
}
.header-menu ul li a:hover {
  color: #8fb569;
}

.header-menu ul li ul.dropdown-menu {
  position: absolute;
  background: #ffffff;
  width: 250px;
  /*top: 110%;*/
  left: 0;
  /*opacity: 0;
  visibility: hidden;*/
  padding: 25px 0;
  border-top: 5px solid #8fb569;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.header-menu ul li ul.dropdown-menu li {
  margin: 0;
  display: block;
}
.header-menu ul li ul.dropdown-menu li a {
  padding: 11px 30px;
}

.header-menu.menu-text-white ul li a {
  color: #ffffff;
}
.header-menu.menu-text-white ul li a:hover {
  color: #8fb569;
}
.header-menu.menu-text-white ul li a.active {
  color: #8fb569;
}

.header-menu.menu-text-white ul li ul.dropdown-menu {
  background: #0d1b26;
}

.header-menu ul li a:hover, .header-menu ul li ul.dropdown-menu li a:hover {
  color: #8fb569;
}

@media (max-width: 992px) {
  .header-menu-area {
    padding-top: 30px;
  }
  .header-menu-area .header-padding {
    padding: 0;
    padding-top: 45px;
  }
}
.f-right {
  float: right;
}

.header-right {
  margin-left: 22px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Mobiles Menü */
.menu-item.active .submenu {
  display: block;
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #8fb569;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-top: -60px;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}
.mean-container a.meanmenu-reveal span {
  background: #8fb569;
  display: block;
  height: 3px;
  margin-top: 5px;
  position: relative;
  top: 6px;
  border-radius: 2px;
}
.mean-container a.meanmenu-reveal.active span:first-child {
  transform: translateY(8px) rotate(45deg);
}
.mean-container a.meanmenu-reveal.active span:nth-child(2) {
  opacity: 0;
}
.mean-container a.meanmenu-reveal.active span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.mean-container .mean-nav {
  background: #0d1b26;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.mean-container .mean-nav .mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  width: 90%;
  font-size: 12px;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li .mean-expand {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  font-size: 18px;
  font-weight: 700;
  height: 27px;
  margin-top: 1px;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}
.mean-container .mean-nav ul li .mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.mean-container .mean-nav ul li .submenu li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

ul#menu-hauptmenue-1 li.menu-item.current_page_item a, ul#menu-hauptmenue-1 li.menu-item.current-menu-ancestor a {
  color: #8fb569;
}
ul#menu-hauptmenue-1 li.menu-item.current_page_item ul.submenu li.menu-item a, ul#menu-hauptmenue-1 li.menu-item.current-menu-ancestor ul.submenu li.menu-item a {
  color: #ffffff;
}
ul#menu-hauptmenue-1 li.menu-item.current_page_item ul.submenu li.menu-item.current_page_item a, ul#menu-hauptmenue-1 li.menu-item.current-menu-ancestor ul.submenu li.menu-item.current_page_item a {
  color: #8fb569;
}

ul.submenu li.menu-item.current_page_item a {
  color: #8fb569;
}
ul.submenu li.menu-item.current_page_item ul#menu-hauptmenue-1 li.menu-item a,
ul.submenu li.menu-item.current_page_item ul#menu-hauptmenue-1 li.menu-item.current_page_item a {
  color: #8fb569;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Footer - Template 01 */
.footer p {
  color: #899dab;
}

.footer-top-form {
  padding-bottom: 60px;
  border-bottom: 1px solid #647589;
}

.footer-co-icon {
  margin-right: 20px;
}

.footer-co-content {
  overflow: hidden;
}
.footer-co-content ul li {
  display: inline-block;
}
.footer-co-content ul li a {
  font-size: 18px;
  color: #ffffff;
  margin-right: 19px;
}
.footer-co-content ul li a:hover {
  color: #8fb569;
}
.footer-co-content span {
  font-weight: 500;
  color: #899dab;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: block;
}
.footer-co-content h5 {
  color: #ffffff;
}

.footer-title h5 {
  color: #ffffff;
  display: block;
  margin-bottom: 46px;
}

.footer-menu ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.footer-menu ul li a {
  color: #899dab;
  font-weight: 500;
}
.footer-menu ul li a:hover {
  color: #8fb569;
  text-decoration: none;
}

.footer-border {
  border-top: 1px solid #647589;
  padding-top: 24px;
  padding-bottom: 6px;
}

.footer-copyright-area p,
.footer-copyright-area a {
  color: #ffffff;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Header - Template 02 */
.header-cta-info {
  margin-right: 45px;
  margin-top: 8px;
}
.header-cta-info .header-cta-text h6 {
  margin-bottom: 0;
}
.header-cta-info .header-cta-text span a,
.header-cta-info .header-cta-info span a {
  color: #899dab;
}
.header-cta-info .header-cta-text span a:hover,
.header-cta-info .header-cta-info span a:hover {
  color: #8fb569;
}

.header-menu.menu-dark {
  float: left;
}
.header-menu.menu-dark ul li:first-child {
  margin-left: 0;
}
.header-menu.menu-dark ul li a {
  padding: 20px 0;
}
.header-menu.menu-dark ul li a:hover {
  color: #ffffff;
}
.header-menu.menu-dark ul li a.active {
  color: #ffffff;
}

.header-menu.menu-dark ul li ul.dropdown-menu {
  background: #223645;
}
.header-menu.menu-dark ul li ul.dropdown-menu li a {
  color: #bdc1d5;
}
.header-menu.menu-dark ul li ul.dropdown-menu li a:hover {
  color: #ffffff;
}

.menu-blue .header-social-icons .header-menu-search {
  margin-left: 24px;
}
.menu-blue .header-social-icons ul li a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .header-menu-area.menu-blue {
    padding: 0;
    background: 0;
  }
}
@media (max-width: 991px) {
  .mobile-menu.mobile-menu-blue.mean-container a.meanmenu-reveal {
    margin-top: -90px;
  }
}
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Footer - Template 02 */
.footer-info ul li {
  font-size: 18px;
  margin-bottom: 12px;
  color: #899dab;
}
.footer-info ul li i {
  margin-right: 14px;
}
.footer-info ul li a {
  color: #899dab;
}
.footer-info ul li a:hover {
  color: #8fb569;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Header -Template 03 */
.top-border {
  border-bottom: 1px solid #bdc1d5;
}

@media (max-width: 768px) {
  .header-menu-area.header-pt-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-info span {
  margin-right: 39px;
  color: #899dab;
}
.header-info span i {
  margin-right: 10px;
  color: #8fb569;
}
.header-info span a {
  color: #899dab;
}
.header-info span a:hover {
  color: #8fb569;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .header-info span:last-child {
    display: none;
  }
}
.top-header ul li a {
  color: #899dab;
  margin-left: 23px;
}
.top-header ul li a:hover {
  color: #8fb569;
}
.top-header ul li a .need-help {
  color: #8fb569;
  text-decoration: underline;
}

.top-social {
  padding: 0;
  padding-left: 35px;
}
.top-social ul li a:hover {
  color: #8fb569;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-menu-area {
    padding-top: 15px;
  }
}
.header-menu.menu-text-dark ul li a {
  color: #223645;
}
.header-menu.menu-text-dark ul li a:hover {
  color: #8fb569;
}
.header-menu.menu-text-dark ul li a.active {
  color: #8fb569;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Footer -Template 03 */
.events-list ul li {
  position: relative;
  margin-bottom: 10px;
}
.events-list ul li i {
  position: absolute;
  left: 0;
  font-size: 22px;
  color: #8fb569;
  overflow: hidden;
  top: 4px;
}
.events-list ul li > span {
  padding-left: 35px;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #899dab;
}
.events-list ul li > span > span {
  display: block;
}
.events-list ul li .close-days {
  color: #8fb569;
}

.footer-social ul li a {
  height: 40px;
  width: 40px;
  background: #223645;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: #647589;
  margin-right: 9px;
}
.footer-social ul li a:hover {
  background: #8fb569;
  color: #ffffff;
}

/* Content Elements */
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Contact Form 7 Input Felder */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select[name=your-request],
.wpcf7 input[type=your-subject],
textarea {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #899dab;
  width: 100%;
  padding: 15px 15px;
  margin-top: 0.5rem;
  color: #899dab;
}
.wpcf7 input[type=text]:focus-visible,
.wpcf7 input[type=email]:focus-visible,
.wpcf7 input[type=tel]:focus-visible,
.wpcf7 select[name=your-request]:focus-visible,
.wpcf7 input[type=your-subject]:focus-visible,
textarea:focus-visible {
  outline: 0;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 select[name=your-request]::placeholder,
.wpcf7 input[type=your-subject]::placeholder,
textarea::placeholder {
  color: #899dab;
}

.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.wpcf7-spinner {
  display: none;
}

/* Form Style 02 */
.form-2 input[type=text],
.form-2 input[type=email],
.form-2 input[type=tel],
.form-2 select[name=your-request],
.form-2 input[type=your-subject],
textarea {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #899dab;
  width: 100%;
  padding: 15px 45px;
  margin-top: 0.5rem;
  color: #899dab;
}
.form-2 input[type=text]:focus-visible,
.form-2 input[type=email]:focus-visible,
.form-2 input[type=tel]:focus-visible,
.form-2 select[name=your-request]:focus-visible,
.form-2 input[type=your-subject]:focus-visible,
textarea:focus-visible {
  outline: 0;
}
.form-2 input[type=text]::placeholder,
.form-2 input[type=email]::placeholder,
.form-2 input[type=tel]::placeholder,
.form-2 select[name=your-request]::placeholder,
.form-2 input[type=your-subject]::placeholder,
textarea::placeholder {
  color: #899dab;
}

.form-2 .form-box::before {
  position: relative;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #899dab;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  left: 0;
  top: 50px;
  z-index: 99;
}

.form-2 .user-icon::before {
  content: "\f007";
}

.form-2 .email-icon::before {
  content: "\f0e0";
}

.form-2 .subject-icon::before {
  content: "\f478";
}

.form-2 .tel-icon::before {
  content: "\f095";
}

.form-2 .mess-icon::before {
  content: "\f27a";
}

/* Form Style 03 */
.form-3 select[name=concern-3],
.form-3 input[name=date-3],
.form-3 textarea[name=textarea-3],
.form-3 input[name=your-email-3] {
  font-size: 16px;
  border: 1px solid #899dab;
  width: 100%;
  padding: 15px;
  margin-top: 0.5rem;
  color: #899dab;
}
.form-3 select[name=concern-3]:focus-visible,
.form-3 input[name=date-3]:focus-visible,
.form-3 textarea[name=textarea-3]:focus-visible,
.form-3 input[name=your-email-3]:focus-visible {
  outline: 0;
}
.form-3 select[name=concern-3]::placeholder,
.form-3 input[name=date-3]::placeholder,
.form-3 textarea[name=textarea-3]::placeholder,
.form-3 input[name=your-email-3]::placeholder {
  color: #899dab;
}

/* Großes Formular */
.form-big input[type=text],
.form-big input[type=email],
.form-big input[type=tel],
.form-big input[name=your-subject] {
  background: #ffffff;
  height: 80px;
  width: 100%;
  padding: 0 80px;
  padding-right: 30px;
  border: 0;
  color: #bdc1d5;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-big input[type=text]:focus-visible,
.form-big input[type=email]:focus-visible,
.form-big input[type=tel]:focus-visible,
.form-big input[name=your-subject]:focus-visible {
  outline: 0;
}

.form-big textarea[name=your-mess] {
  color: #bdc1d5;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 300px;
  width: 100%;
  padding: 30px 80px;
  border: 0;
}

.form-box::before {
  position: relative;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #899dab;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  left: 35px;
  top: 60px;
  z-index: 99;
}

.user-icon::before {
  content: "\f007";
}

.email-icon::before {
  content: "\f0e0";
}

.subject-icon::before {
  content: "\f0a6";
}

.tel-icon::before {
  content: "\f095";
}

.mess-icon::before {
  content: "\f27a";
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* News/Blog - Teaser */
.latest-news-box {
  position: relative;
  height: 100%;
  background: #ffffff;
}
.latest-news-box .latest-news-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-news-box .latest-news-thumb a img {
  height: 300px;
  width: 516px;
  object-fit: cover;
}
.latest-news-box .news-meta span {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 13px;
}
.latest-news-box .news-meta span a {
  color: #8fb569;
  letter-spacing: 2px;
  font-weight: 600;
}

/* News/Blog - Style 02 */
.latest-news-box-2 {
  position: relative;
  height: 100%;
  background: #ffffff;
}
.latest-news-box-2 .latest-news-thumb-2 {
  position: relative;
}
.latest-news-box-2 .latest-news-thumb-2 a img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.latest-news-box-2 .latest-news-thumb-2 span.news-tag-2 a {
  padding: 6.5px 20px;
  position: absolute;
  left: 0%;
  bottom: -15px;
  transform: translateX(40px);
  letter-spacing: 0.2em;
  background: #8fb569;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.latest-news-box-2 .latest-news-thumb-2 span.news-tag-2 a:hover {
  color: #ffffff;
  background: #8fb569;
}
.latest-news-box-2 .latest-news-content-2 a.read-more {
  color: #899dab;
}
.latest-news-box-2 .latest-news-content-2 a.read-more::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
.latest-news-box-2 .latest-news-content-2 a.read-more:hover {
  color: #8fb569;
}

/* News/Blog Teaser - Style 03 (mit Hover-Effekt) */
.latestnews-box {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid #bdc1d5;
}
.latestnews-box .latestnews-bg {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.latestnews-box .latestnews-bg::before {
  position: absolute;
  content: "";
  background: #223645;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.latestnews-box:hover {
  border: 1px solid #223645;
}
.latestnews-box:hover .latestnews-bg {
  opacity: 1;
  visibility: visible;
}
.latestnews-box:hover .latestnews-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latestnews-box:hover .news-tag > span > a,
.latestnews-box:hover .news-content > h4,
.latestnews-box:hover .news-content > p,
.latestnews-box:hover .adminnews-thumb > span > span,
.latestnews-box:hover .adminnews-date > span {
  color: #ffffff;
}
.latestnews-box .news-tag > span > a {
  color: #8fb569;
}
.latestnews-box .news-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #bdc1d5;
  margin-bottom: 30px;
}
.latestnews-box .adminnews-thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.latestnews-box .adminnews-thumb > span > span {
  padding-left: 10px;
}
.latestnews-box .adminnews-date {
  margin-left: 50px;
}
.latestnews-box .adminnews-date > span {
  color: #899dab;
}
.latestnews-box .adminnews-date > span > i {
  margin-right: 10px;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Bewertungen - Teaser */
.google-reviews {
  list-style: none;
  padding: 0;
}
.google-reviews li {
  margin-bottom: 20px;
}

.review-author {
  font-weight: bold;
}

.review-rating {
  color: #8fb569;
}

.review-content {
  margin-top: 5px;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Team Teaser */
.team-thumb img {
  height: 310px;
  width: 310px;
  object-fit: cover;
}

.team-box-ts {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(181, 179, 255, 0.1);
}

.team-member-info h6 {
  color: #899dab;
  font-weight: 500;
}

.team-social-profile ul li {
  display: inline-block;
  margin: 0 9.5px;
}
.team-social-profile ul li a {
  font-size: 14px;
  color: #899dab;
}
.team-social-profile ul li a:hover {
  color: #8fb569;
}

@media (min-width: 375px) and (max-width: 768px) {
  .team-wrapper {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .team-wrapper {
    min-height: 545px;
  }
}
@media (min-width: 1400px) {
  .team-wrapper {
    min-height: 550px;
  }
}
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Bilder Random */
.img-random-01 img {
  height: 480px;
  width: 462px;
  object-fit: cover;
}

.img-random-02 img {
  height: 350px;
  width: 480px;
  object-fit: cover;
  position: absolute;
  bottom: -235px;
  left: 57px;
}
@media (max-width: 768px) {
  .img-random-02 img {
    left: 0px;
  }
}

.img-random-03 img {
  height: 314px;
  width: 276px;
  object-fit: cover;
  position: absolute;
  bottom: -162px;
  left: -130px;
  z-index: -1;
}

.call-btn {
  line-height: 1;
  padding: 28px 39px;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: -30px;
  left: 66px;
  z-index: 1;
  background: #8fb569;
}
.call-btn .call-icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}

.about-overlap__thumb {
  position: absolute;
  bottom: -60px;
  right: 15px;
}

.img-cta-01 img {
  height: 400px;
  width: 570px;
  object-fit: cover;
}

.img-cta-02 img {
  height: 210px;
  width: 300px;
  object-fit: cover;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Carousel Styles */
.carousel li:before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 6px;
}

/* Medienabfrage für Bildschirme kleiner als md (medium) */
@media (max-width: 991px) {
  /* Den Indikator ausblenden */
  .carousel-indicators {
    display: none;
  }
}
/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Bootstrap Akkordeons */
.accordion-item {
  border: none;
}

.accordion-header {
  border: 2px solid #899dab;
}

.accordion-body {
  border: 2px solid #899dab;
  border-top: 0px solid transparent;
}

.accordion-button:not(.collapsed) {
  color: unset;
  background: none;
  box-shadow: none;
}

.accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background-image: none;
  transform: none;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-button a:hover,
.accordion-button a:focus {
  color: unset;
}

.accordion-button:focus {
  box-shadow: unset;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
#map-container {
  position: relative;
}

#map-placeholder img {
  width: 1920px;
  height: 670px;
  object-fit: cover;
}

button#load-map-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
.card {
  height: 100%;
  border: 1px solid #bdc1d5;
  border-radius: 0rem;
}

.card-grid.row > * {
  padding: 0.5rem;
}

/* Standard Variabeln */
/* Theme Specific Colors */
/* Theme Text */
/* Theme BG */
/* Basics */
/* Theme Specific Font */
/* Video Play-Button */
.video-player-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-player-container video {
  width: 100%;
  height: 700px;
  object-fit: cover;
  cursor: pointer;
}

.video-player-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-player-container .play-button i {
  font-size: 36px;
  color: #fff;
}

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