@charset "UTF-8";
#de_19_Haupttext ul {
  padding-left: 35px;
}
#de_19_Haupttext ul li {
  list-style-type: disc;
}
#de_19_Haupttext a {
  /* color: var(--bg-purple);*/
  /*text-decoration: underline;*/
}
.standort-box {
  padding: 15px 5px;
}
.standort-box h3 {
  font-size: 32px;
  font-weight: 600;
  color: #1d1d1b;
}
div#de_15_Unsere\ Vorteile ul {
  padding-left: 35px;
}
div#de_15_Unsere\ Vorteile ul li {
  list-style-type: disc;
}
section.kontakt {
  padding: 75px 0 75px;
}
section.kontakt .btn-primary {
  color: #fff;
  background-color: #fbba00;
  border-color: #fbba00;
  padding: 15px 25px;
  font-size: 17px;
}
section.kontakt .btn-primary:hover {
  transition: 0.3s ease-in-out;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}
section.kontakt .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fbba00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 186, 0, 0.25);
}
section.kontakt .form-check {
  padding-left: 2.25rem;
}
section.kontakt .form-check input[type="checkbox"], section.kontakt .form-check input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  accent-color: #fbba00;
  height: 16px;
  width: 16px;
}
section.kontakt .form-check .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.5rem;
}
section.kontakt .form-check a {
  color: #1d1d1b;
  text-decoration: underline;
}
section.banner_section .banner_text {
  padding-right: 25px;
}
section.banner_section img.img-slide {
  width: 100%;
  height: 275px !important;
  object-fit: cover;
  border-radius: 15px;
}
.icon-wrapper {
  padding: 50px 0 50px;
}
.icon-wrapper .icon-box {
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  padding: 20px 25px;
  text-align: start;
  transition: 0.3s;
  height: 100%;
}
.icon-wrapper .icon-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.2);
}
.icon-wrapper p {
  margin-bottom: 0;
}
.icon-wrapper img {
  margin: 20px 0 30px;
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.icon-wrapper h4 {
  text-align: center;
  padding-bottom: 10px;
}
.start_banner {
  width: 100%;
}
.cta-highlight {
  background: #fbba00;
  padding: 20px;
  width: 100%;
  color: #fff;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-highlight .white_btn::before {
  background-color: var(--dark-purple);
}
.cta-highlight:after {
  content: url(/template/images/shape.svg);
  height: 50px;
  width: 50px;
  right: -20px;
  top: -20px;
  position: absolute;
}
.cta-highlight p {
  text-align: center;
}
.bewerbungen {
  position: relative;
  /* Parent container needs to be positioned */
  width: 100%;
}
.bewerbungen .svg_creator {
  position: absolute;
  top: 45px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.bewerbungen .container {
  position: relative;
  z-index: 10;
}
.bewerbungen .icon-with-text {
  background: #fff;
  padding: 20px;
  margin: 10px 0;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bewerbungen .icon-with-text:after {
  content: url(/template/images/shape.svg);
  height: 50px;
  width: 50px;
  right: -20px;
  top: -20px;
  position: absolute;
}
.bewerbungen .icon-with-text img {
  width: 60px;
  margin-right: 0;
  margin-bottom: 0px;
}
.bewerbungen .icon-with-text p {
  color: #333;
  font-size: 14px;
  margin: 0;
  margin-bottom: 0;
  line-break: auto;
  hyphens: auto;
}
.card ul {
  padding: 0;
}
.bg-scale {
  background: transparent;
  padding: 20px;
  border-radius: 20px;
}
.bg-scale input, .bg-scale textarea {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #3e3f66;
  color: #3e3f66;
}
.kontakt .form-control  {
  border-radius: 13px;
  border: 1px solid #eee;
}
.standort img {
  width: 100%;
}
.standort .image_shadow {
  width: 100%;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */