@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* ------------------------------ ANCHOR Allg. ------------------------------ */
html, body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #111;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins";
}
.btn {
  border-radius: 0;
  border: 1px solid transparent;
  padding: 10px 30px;
  font-family: "Poppins";
}
.btn:hover {
  background-color: #d9d9d9;
  color: var(--vision-color-secondary);
  border-color: transparent;
}
.btn-default {
  background-color: var(--vision-color-primary);
  border-color: var(--vision-color-primary);
  color: #fff;
}
.btn-primary {
  background-color: transparent;
  border-color: var(--vision-color-primary);
  color: var(--vision-color-primary);
}
/* ------------------------------- ANCHOR Menü ------------------------------ */
.top-bar-area {
  background: var(--vision-color-secondary);
  padding: 20px 0;
  position: relative;
}
.top-bar-area:before {
  background-image: url(../images/images/home/banner_blue.svg);
  background-repeat: repeat;
  background-size: cover;
  height: 75px;
  width: 100%;
  z-index: 0;
  opacity: 0.1;
  position: absolute;
  content: "";
}
.top-bar-area .info-box {
  color: #fff;
}
.top-bar-area .info-box .info-gap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.top-bar-area .info-box .info-gap a {
  color: #c7c7c7;
}
.top-bar-area .info-box .info-gap i {
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 15px;
  border-radius: 2px;
}
#systemModal {
  z-index: 1234;
}
.navbar {
  width: 100%;
  transition: 0.3s;
  z-index: 1000;
  position: relative;
  border-bottom: 3px solid rgba(38, 145, 208, 0.18);
  /*   &:before{
    content: "";
    position: absolute;
    background-image: url(../images/images/home/banner_blue.svg);
    background-repeat: repeat;
    background-size: cover;
    height: 75px;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
  } */
}
.navbar.fix-menu {
  background-color: #fff;
  padding: 0;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 3px solid rgba(38, 145, 208, 0.18);
}
.navbar.fix-menu .navbar-brand img {
  max-width: 80px;
}
.navbar .navbar-brand {
  margin-right: 50px;
}
.navbar .navbar-brand img {
  max-width: 100px;
}
.navbar .navbar-nav {
  gap: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-nav .logo-mid img {
  width: 150px;
}
.navbar .nav-link {
  color: #111;
  transition: 0.3s;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.navbar .nav-link:hover {
  color: var(--vision-color-primary);
  transition: 0.3s;
}
/* ------------------------------- ANCHOR Home ------------------------------ */
.banner {
  height: 50vh;
}
.banner h1 {
  font-size: 3.2em;
  color: var(--vision-color-secondary);
}
.banner ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  list-style: none;
}
.banner ul li {
  color: var(--vision-color-secondary);
  font-size: 1.2em;
}
.banner .center-fix {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
}
.stripes {
  background-image: url(../images/images/home/banner_blue.svg);
  background-repeat: repeat;
  background-size: cover;
  height: 75px;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}
/* ------------------------------ ANCHOR Teaser ----------------------------- */
section#teaser {
  padding: 75px 0;
  background-color: var(--vision-color-primary);
}
section#teaser h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  opacity: 0.7;
}
section#teaser h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
}
/* ----------------------------- ANCHOR Leistungen ----------------------------- */
section.leistungen {
  padding: 75px 0;
}
section.leistungen h2 {
  margin-bottom: 25px;
  color: var(--vision-color-secondary);
}
section.leistungen .container-max {
  max-width: 1500px;
  margin: 0 auto;
}
section.leistungen .container-max .outer-space {
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.leistungen .container-max .outer-space .img-size {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
section.leistungen .container-max .outer-space .text-inner {
  position: relative;
  color: #111;
  padding: 0 50px;
}
section.leistungen .container-max .outer-space .text-inner h3 {
  margin-bottom: 15px;
}
section.leistungen .container-max .outer-space ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
section.leistungen .container-max .outer-space ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  font-family: "Font Awesome 5 Free";
  color: var(--vision-color-primary);
  font-size: 12px;
  font-weight: 900;
}
section.leistungen .container-max .outer-space .sec-list ul li {
  margin-left: 20px;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
section.leistungen .container-max .outer-space .sec-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  color: var(--vision-color-primary);
  font-size: 12px;
  font-weight: 400;
}
section.leistungen .container-max .outer-space .btn {
  margin-top: 15px;
  margin-left: 30px;
}
.white_bg {
  background-color: #fff;
}
.grey_bg {
  background-color: #f3f3f3;
  padding: 50px 0;
}
section.leistungen-site .blue-header {
  background-color: var(--vision-color-secondary);
  text-align: center;
  padding: 35px 0 15px;
}
section.leistungen-site .blue-header h1 {
  font-size: 50px;
  color: #fff;
}
section.leistungen-site .blue-header h1 span {
  font-size: 38px;
  color: #ffffff85;
  font-weight: 500;
  position: relative;
}
section.leistungen-site .blue-header h1 span:before {
  position: absolute;
  content: "";
  left: 35%;
  transform: translate(-50%, 0px);
  bottom: -70px;
  height: 2px;
  width: 50px;
  background-color: #fff;
  border-radius: 10px;
}
section.leistungen-site .blue-header h1 span:after {
  background-color: #fff;
  position: absolute;
  content: "";
  left: 70%;
  transform: translate(-50%, 0px);
  bottom: -70px;
  height: 2px;
  width: 6px;
  border-radius: 10px;
}
section.leistungen-site .container-max {
  padding: 0px 25px 15px;
}
section.leistungen-site .container-max .leistungen-site-box {
  background: #142b5a;
  position: relative;
  margin: 0 0 50px;
  height: 600px;
}
section.leistungen-site .container-max .leistungen-site-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.6);
  position: absolute;
}
section.leistungen-site .container-max .leistungen-site-box .row-padding {
  transform: translate(0, 3vw);
  padding: 50px 7vw;
}
section.leistungen-site .container-max .leistungen-site-box .row-padding .text-inner {
  position: relative;
  color: #fff;
}
section.leistungen-site .container-max .leistungen-site-box .row-padding .text-inner h2 {
  margin-bottom: 15px;
}
section.leistungen-site .container-max .leistungen-site-box .row-padding .text-inner ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  font-size: 19px;
}
section.leistungen-site .container-max .leistungen-site-box .row-padding .text-inner ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  color: var(--vision-color-primary);
  font-size: 12px;
  font-weight: 900;
}
section.leistungen-site .container-max .leistungen-site-box .row-padding .text-inner .sec-list ul li {
  font-size: 19px;
  margin-left: 30px;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
section.leistungen-site .container-max .leistungen-site-box .row-padding .text-inner .sec-list ul li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  color: var(--vision-color-primary);
  font-size: 12px;
  font-weight: 400;
}
/* ----------------------------- ANCHOR Galerie ----------------------------- */
section#galerie {
  padding: 75px 0;
  background-color: #f3f3f3;
}
section#galerie h2 {
  margin-bottom: 50px;
  color: var(--vision-color-secondary);
}
section#galerie .slick-galerie {
  height: 45vh;
}
/* ----------------------------- ANCHOR Kontakt ----------------------------- */
section#contact {
  padding: 100px 0;
}
section#contact .contact-form {
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
section#contact .contact-form h1 {
  padding: 10px 0 40px;
}
section#contact .contact-form input.form-control {
  height: calc(2.5em + 0.75rem + 2px);
  border-radius: 0;
}
section#contact .contact-form .btn {
  color: var(--vision-color-primary);
  border: 1px solid var(--vision-color-primary);
  transition: 0.3s ease-in-out;
}
section#contact .contact-form .btn:hover {
  color: #fff;
  border: 1px solid #0e1e3e;
  background-color: #0e1e3e;
}
/* ------------------------------ ANCHOR Footer ----------------------------- */
footer {
  background: var(--vision-color-secondary);
  padding: 50px 0 0px;
  z-index: 1;
  position: relative;
}
footer p.h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 4px;
}
footer i {
  color: var(--vision-color-primary);
}
footer ul {
  padding-top: 0px;
}
footer ul li {
  position: relative;
  padding-bottom: 7px;
  list-style-type: none;
}
footer ul li:before {
  position: absolute;
  top: 5px;
  left: -25px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: var(--vision-color-primary);
  font-size: 10px;
}
footer ul li a {
  color: #f3f3f3;
}
footer:before {
  content: "";
  background-image: url(../images/images/home/banner_blue.svg);
  background-repeat: repeat;
  background-size: cover;
  height: 110px;
  width: 100%;
  z-index: -2;
  opacity: 0.15;
  position: absolute;
  bottom: 4px;
  left: 0px;
}
footer .dark-blue {
  background-color: #0e1e3e;
  padding: 5px 0;
}
/* ---------------------------- ANCHOR Unser Team --------------------------- */
section.team {
  padding: 75px 0 125px;
}
section.team .h-section {
  padding: 25px 0;
  text-align: center;
  margin-bottom: 65px;
}
section.team .h-section h1 {
  color: #111;
  font-size: 28px;
}
section.team .h-section span {
  font-size: 38px;
  color: #111;
  font-weight: 600;
  position: relative;
}
section.team .h-section span:before {
  position: absolute;
  content: "";
  left: 48%;
  transform: translate(-50%, 0px);
  bottom: -20px;
  height: 2px;
  width: 50px;
  background-color: #111;
  border-radius: 10px;
}
section.team .h-section span:after {
  background-color: #111;
  position: absolute;
  content: "";
  left: 56%;
  transform: translate(-50%, 0px);
  bottom: -20px;
  height: 2px;
  width: 6px;
  border-radius: 10px;
}
section.team .flex-space {
  display: flex;
  justify-content: space-between;
}
section.team .flex-space .team-content {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
section.team .flex-space .team-content .name-sec {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  min-height: 150px;
}
section.team .flex-space .team-content .name-sec p.h4 {
  color: #555;
}
section.team .flex-space .team-content .contact-info {
  border-bottom: 1px solid #ddd;
  display: flex;
}
section.team .flex-space .team-content .contact-info:last-child {
  border-bottom: 0px solid #ddd;
}
section.team .flex-space .team-content .contact-info a {
  color: #555;
  padding: 20px;
  transition: 0.3s ease-in-out;
}
section.team .flex-space .team-content .contact-info a:hover {
  color: #111;
}
section.team .flex-space .team-content .contact-info .icon-border {
  border-right: 1px solid #ddd;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */