@charset "UTF-8";
:root {
  --green1: #E5F5ED;
  --green2: #BDEAD2;
  --green3: #ADDBC2;
  --secondary: #ADDBC2;
  --green4: #7BAF93;
  --green5: #6DA180;
  --blue-super-light: #E0E4EB;
  --blue1: #5F6C84;
  --blue2: #2B3E4B;
  --blue3: #29354C;
  --blue4: #2A3753;
  --blue5: #1C2433;
  --blue6: #0E1219;
  --primary: #374765;
  --mint-dark: #7BAF93;
  --mint-lightest: #E5F5ED;
  --red: #b30000;
}

.j_read-more-area .float-right {
  float: right;
}
.j_read-more-area:not(.j_rm-active) .j_rm-content {
  margin-bottom: 20px;
}
.j_read-more-area .j_rm-toggle {
  transition: all 0.5s;
  cursor: n-resize;
  color: #bbbbbb;
  font-size: 22px;
}
.j_read-more-area .j_rm-toggle + span:before {
  content: "Mehr anzeigen";
  padding-right: 10px;
  display: block;
  cursor: pointer;
  color: var(--main);
}
.j_read-more-area .j_rm-content {
  max-height: 82px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.j_read-more-area .j_rm-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 28px;
  width: 100%;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
.j_read-more-area.j_rm-active .j_rm-content {
  max-height: 2000px !important;
  transition: max-height 1s ease-in-out;
}
.j_read-more-area.j_rm-active .j_rm-content:after {
  opacity: 0;
}
.j_read-more-area.j_rm-active .j_rm-toggle {
  transform: rotate(180deg);
}
.j_read-more-area.j_rm-active .j_rm-toggle + span:before {
  content: "Weniger anzeigen";
}

[data-bg-color="#e9eced"] .j_rm-content:after {
  background: #e9eced;
  background: -moz-linear-gradient(0deg, #e9eced 0%, rgba(233, 236, 237, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, #e9eced 0%, rgba(233, 236, 237, 0.2) 100%);
  background: linear-gradient(0deg, #e9eced 0%, rgba(233, 236, 237, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start,endColorstr=$end,GradientType=1);
}

[data-bg-color="#e0e4eb"] .j_rm-content:after {
  background: #e0e4eb;
  background: -moz-linear-gradient(0deg, #e0e4eb 0%, rgba(224, 228, 235, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, #e0e4eb 0%, rgba(224, 228, 235, 0.2) 100%);
  background: linear-gradient(0deg, #e0e4eb 0%, rgba(224, 228, 235, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start,endColorstr=$end,GradientType=1);
}

[data-bg-color="#fff"] .j_rm-content:after, [data-bg-color="#ffffff"] .j_rm-content:after, [data-bg-color=white] .j_rm-content:after {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start,endColorstr=$end,GradientType=1);
}

:root {
  --fließtext: #727884;
  --secondary: #DBBFA1;
  --primary: #374765;
  --white-dark: #FCFCFC;
  --mint-dark: #7BAF93;
  --caddbc2: #ADDBC2;
  --ce5f5ed: #E5F5ED;
  --cbdead2: #BDEAD2;
  --c5f6c84: #5F6C84;
  --c0e1219: #0E1219;
  --c1c2433: #1C2433;
  --c29354c: #29354C;
  --c373028: #373028;
  --cff7248: #FF7248;
  --cfacf65: #FACF65;
  --ca48f79: #A48F79;
  --ce0e4eb: #E0E4EB;
  --cf8f2ec: #F8F2EC;
  --ce9d9c7: #E9D9C7;
  --c2b3e4b: #2B3E4B;
  --c2a3753: #2A3753;
  --c6da180: #6DA180;
  /* Font/text values */
  --finterstate: Interstate;
  --froboto: Roboto;
  --unnamed-font-style-normal: normal;
  --wbold: bold;
  --wnormal: normal;
  --wmedium: medium;
  --fs15: 15px;
  --fs16: 16px;
  --fs17: 17px;
  --fs19: 19px;
  --fs37: 37px;
  --fs60: 60px;
  --unnamed-character-spacing-0: 0px;
  --ls15: 15px;
  --ls25: 25px;
  --ls27: 27px;
  --ls37: 37px;
  --ls54: 54px;
  --ls22-5: 22.5px;
  --unnamed-text-transform-uppercase: uppercase;
}

/* Character Styles */
.fließtext-highlight {
  font-family: var(--froboto);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wbold);
  font-size: var(--fs16);
  line-height: var(--ls27);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--c6da180);
}

.fließtext {
  font-family: var(--froboto);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wnormal);
  font-size: var(--fs16);
  line-height: var(--ls27);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--fließtext);
}

.button-custom {
  font-family: var(--finterstate);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wbold);
  font-size: var(--fs15);
  line-height: var(--ls22-5);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--c2a3753);
  text-transform: var(--unnamed-text-transform-uppercase);
}

.lead-custom {
  font-family: var(--froboto);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wmedium);
  font-size: var(--fs17);
  line-height: var(--ls27);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--c2b3e4b);
}

.topline {
  font-family: var(--froboto);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wbold);
  font-size: var(--fs15);
  line-height: var(--ls15);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--primary);
}

.h1, h1 {
  font-family: var(--finterstate);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wbold);
  font-size: var(--fs60);
  line-height: var(--ls54);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--primary);
  text-transform: var(--unnamed-text-transform-uppercase);
}

.h2, h2 {
  font-family: var(--finterstate);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wbold);
  font-size: var(--fs37);
  line-height: var(--ls37);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--primary);
  text-transform: var(--unnamed-text-transform-uppercase);
}

.h3, h3 {
  font-family: var(--finterstate);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wbold);
  font-size: var(--fs19);
  line-height: var(--ls25);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--c2b3e4b);
  text-transform: var(--unnamed-text-transform-uppercase);
}

.h4, h4 {
  font-family: var(--finterstate);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--wbold);
  font-size: var(--fs15);
  line-height: var(--ls27);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--c2b3e4b);
  text-transform: var(--unnamed-text-transform-uppercase);
}

:root {
  --green1: #E5F5ED;
  --green2: #BDEAD2;
  --green3: #ADDBC2;
  --secondary: #ADDBC2;
  --green4: #7BAF93;
  --green5: #6DA180;
  --blue-super-light: #E0E4EB;
  --blue1: #5F6C84;
  --blue2: #2B3E4B;
  --blue3: #29354C;
  --blue4: #2A3753;
  --blue5: #1C2433;
  --blue6: #0E1219;
  --primary: #374765;
  --mint-dark: #7BAF93;
  --mint-lightest: #E5F5ED;
  --red: #b30000;
}

.bg-primary-blue {
  background-color: #374765;
}

.color-primary-blue, .text-primary-blue {
  color: #374765;
}
.color-primary-blue p, .color-primary-blue li, .text-primary-blue p, .text-primary-blue li {
  color: #374765;
}

.color-primary-blue-i, .text-primary-blue-i {
  color: #374765 !important;
}
.color-primary-blue-i p, .color-primary-blue-i li, .text-primary-blue-i p, .text-primary-blue-i li {
  color: #374765 !important;
}

.bg-blue-dark {
  background-color: #2A3753;
}

.bg-mint-lightest {
  background-color: #E5F5ED;
}

.bg-mint-lightest-i {
  background-color: #E5F5ED !important;
}

.color-mint-lightest, .text-mint-lightest {
  color: #E5F5ED;
}
.color-mint-lightest p, .text-mint-lightest p {
  color: #E5F5ED;
}

.color-mint-lightest-i, .text-mint-lightest-i {
  color: #E5F5ED !important;
}

.bg-white-dark {
  background-color: #FCFCFC;
}

.bg-mint-dark {
  background-color: #7BAF93;
}

.color-mint-dark, .text-mint-dark {
  color: #7BAF93;
}
.color-mint-dark p, .text-mint-dark p {
  color: #7BAF93;
}

.color-grey-paragraph, .text-grey-paragraph {
  color: #727884;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

:root {
  --font-interstate: Interstate;
  --font-roboto: Roboto;
  /*
   * override color vars from theme
   */
  --global--color-primary: #ADDBC2;
  --global--color-secondary: #374765;
  --global--font-heading: var(--font-interstate), sans-serif;
}

body main {
  color: #727884;
  font-family: var(--font-roboto);
}
body main p {
  color: #727884;
  font-family: var(--font-roboto);
}
body main h1, body main h2, body main h3, body main h4, body main h5, body main h6, body main .h1, body main .h2, body main .h3, body main .h4, body main .h5, body main .h6 {
  font-family: var(--font-interstate);
  color: var(--blue2);
}

.header .navbar-brand {
  margin-right: 100px;
}
.header .navbar-brand .logo {
  width: auto;
  height: calc(100% - 20px);
}

a:hover {
  color: #374765;
}

.header .navbar li.active > a {
  color: #7BAF93 !important;
}

.top-bar {
  background-color: #374765;
  color: white;
  z-index: 0;
}
.top-bar a {
  color: white;
}

.j-social-btn {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.j-social-btn {
  width: 65px;
  height: 65px;
  font-size: 35px;
}
.btn:not(.j-social-btn) {
  width: auto !important;
}
.btn:not(.j-social-btn) > i {
  padding-left: 10px;
}

.heading .heading-subtitle {
  color: #374765;
}

.btn--primary, .btn.tab-btn.active {
  color: #2A3753;
}

.btn--secondary {
  color: #E5F5ED;
}

.module-contact .btn {
  color: #374765;
}
.module-contact .btn i {
  color: #374765;
}
.module-contact:hover .btn {
  color: white;
}
.module-contact:hover .btn i {
  color: white;
}

body.page-home #slider-2 .slide:before {
  z-index: -1;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: rgb(55, 71, 101);
  background: -moz-linear-gradient(76deg, rgb(55, 71, 101) 0%, rgba(55, 71, 101, 0.9584208683) 31%, rgba(55, 71, 101, 0.7959558824) 40%, rgba(55, 71, 101, 0) 100%);
  background: -webkit-linear-gradient(76deg, rgb(55, 71, 101) 0%, rgba(55, 71, 101, 0.9584208683) 31%, rgba(55, 71, 101, 0.7959558824) 40%, rgba(55, 71, 101, 0) 100%);
  background: linear-gradient(76deg, rgb(55, 71, 101) 0%, rgba(55, 71, 101, 0.9584208683) 31%, rgba(55, 71, 101, 0.7959558824) 40%, rgba(55, 71, 101, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#374765",endColorstr="#374765",GradientType=1);
}
body.page-home #slider-2 .slide .slide-content a:hover {
  color: white;
}
body.page-home #slider-2 .carousel-dots .owl-dots .owl-dot:not(.active) span {
  background-color: white;
}

.j_cta--img-right {
  background-color: #374765;
}
.j_cta--img-right h1, .j_cta--img-right h2, .j_cta--img-right h3, .j_cta--img-right h4, .j_cta--img-right h5, .j_cta--img-right h6 {
  color: #E5F5ED;
}
.j_cta--img-right .j_cta-icons {
  position: absolute;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #374765;
}
.j_cta--img-right .j_cta-icons .j_cta-icon {
  margin-bottom: 20px;
  font-size: 40px;
  border-radius: 100%;
  border: 6px solid #374765;
  background-color: #ADDBC2;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(50%);
  transition: all 0.5s;
}
.j_cta--img-right .j_cta-icons .j_cta-icon a {
  color: #374765;
}
.j_cta--img-right .j_cta-icons .j_cta-icon:hover {
  background-color: #E5F5ED;
}
.j_cta--img-right .j_cta-icons .j_cta-icon:hover a {
  color: #2A3753;
}
.j_cta--img-right .j_cta-icons .j_cta-icon:last-child {
  margin-bottom: 0;
}
.j_cta--img-right .j_cta-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  object-position: top center;
}

.j_vertical-icons {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  justify-content: space-between;
}
.j_vertical-icons .j_vertical-icon {
  font-size: 20px;
  border-radius: 100%;
  border: 4px solid #374765;
  background-color: #ADDBC2;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374765;
  transform: translateX(-50%);
}

.bg-blue-dark h1, .bg-blue-dark h2, .bg-blue-dark h3, .bg-blue-dark h4, .bg-blue-dark h5, .bg-blue-dark h6 {
  color: #E5F5ED;
}

.text-white {
  color: white;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white a, .text-white ul, .text-white li {
  color: white;
}

.j_p-spacings p {
  margin-bottom: 18px;
}
.j_p-spacings p:last-of-type {
  margin-bottom: 0;
}

.bg-mint-lightest a {
  color: #374765;
}

.j_circle-arrow {
  border-radius: 100%;
  padding: 6px;
  background-color: #ADDBC2;
}
.j_services .j_service-box {
  position: relative;
}
.j_services .j_service-box > a.j_absolute-read-more-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100% !important;
  text-align: center;
}
.j_services .j_service-box > p {
  color: #929ba2;
  line-height: 35px;
}

.project-panel .project-panel-holder .project-content .project-cat a {
  color: #7BAF93;
}

[class*=" carousel-"], [class^=carousel-] {
  font-family: var(--font-roboto) !important;
}

.project-panel .project-panel-holder .project-img {
  border-radius: 0;
}

.bg-overlay-theme2.j_bg-overlay-no-gradient:before {
  background-image: none;
  background-color: #374765;
  opacity: 0.95;
}

#back-to-top {
  width: 60px;
  height: 50px;
}

.j_clients .owl-stage {
  display: flex;
  align-items: center;
}
.j_clients.clients .client {
  padding: 0;
}

.j_default-section-spacing {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.footer-copyright {
  padding-top: 0;
}

#page-title .bg-overlay:before {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3986638601) 20%, rgba(255, 255, 255, 0.5807366892) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3986638601) 20%, rgba(255, 255, 255, 0.5807366892) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3986638601) 20%, rgba(255, 255, 255, 0.5807366892) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.bg-overlay-mint:before {
  background-image: linear-gradient(180deg, #E5F5ED 0%, #E5F5ED 82%);
  opacity: 0.8;
}

.bg-overlay-primary:before {
  background-image: linear-gradient(180deg, #374765 0%, #374765 82%);
  opacity: 0.8;
}

.bg-overlay-grey-light:before {
  background-image: linear-gradient(180deg, #D9DDE6 0%, #D9DDE6 82%);
  opacity: 0.8;
}

.features-bar .features-holder .feature-panel {
  box-shadow: none;
  border-right: 2px solid #E5F5ED;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.j_text-transition-btn {
  display: inline-flex;
  align-items: center;
}
.j_text-transition-btn span {
  display: inline-block;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  font-weight: bold;
}
.j_text-transition-btn:hover span {
  width: 70px;
}

.team .member {
  max-width: none;
  margin-bottom: 30px;
}
.team .member .member-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #E5F5ED;
  opacity: 0;
  height: 0;
  transition: all 0.5s;
}
.team .member .member-img img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.team .member:hover .member-img:after {
  opacity: 0.8;
  height: 100%;
}

.heading .heading-subtitle {
  text-transform: none;
}

.border-radius-default {
  border-radius: 7px;
}

.box-shadow-default {
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.1607843137);
}

.widget {
  padding: 40px 20px;
}
.widget .widget-title h5 {
  color: white;
}
.widget::after {
  display: none;
}

.widget.j_service-primary {
  background-color: #374765;
}

.sidebar.sidebar-service h5 {
  font-family: var(--font-interstate);
  font-weight: 700;
  font-size: 20px;
}
.sidebar.sidebar-service > div h5, .sidebar.sidebar-service > div h6 {
  font-family: var(--font-interstate);
  font-weight: 700;
  font-size: 20px;
}

.lead {
  font-weight: 700;
}

.list-unstyled li {
  line-height: 1.5em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.list-unstyled li:last-of-type {
  margin-bottom: 0;
}
.list-unstyled li:before {
  margin: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.btn.btn-sm {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-green-translucent, .btn.tab-btn {
  background-color: transparent;
  color: #7BAF93;
  border: 2px solid #7BAF93;
}
.btn.btn-green-translucent:hover, .btn.tab-btn:hover {
  background-color: white;
  color: #7BAF93;
  border-color: #E5F5ED;
}
.btn.tab-btn.active {
  background-color: #ADDBC2;
  color: #374765;
  border-color: transparent;
}

#sidr {
  z-index: 2000;
  width: 400px;
  background-color: #E5F5ED;
  box-shadow: none;
}
#sidr .widget-services {
  padding: 0 15px;
}
#sidr .widget-services .widget-content ul li {
  padding-left: 0;
}
#sidr .widget-services .widget-content ul li a span {
  padding-left: 0;
}
#sidr .form-control {
  padding-left: 15px;
}
#sidr textarea.form-control {
  line-height: normal;
  height: 140px;
  padding-top: 20px;
}
#sidr .widget-services .widget-content ul li a {
  text-transform: none;
}

body > .wrapper:after {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(55, 71, 101, 0.5);
  z-index: 1995;
  cursor: not-allowed;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
body.sidr-open > .wrapper:before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  color: #b30000;
  position: fixed;
  right: 400px;
  z-index: 2100;
  font-size: 30px;
  top: 20px;
  padding: 10px 20px;
  background-color: #E5F5ED;
  cursor: pointer;
  transition: all 0.5s;
}
body.sidr-open > .wrapper:after {
  opacity: 1;
  visibility: visible;
}
body.sidr-open.sidr-animating > .wrapper:before {
  opacity: 0;
  right: -400px;
}
body .header .navbar {
  z-index: 1990;
}
body .top-bar {
  z-index: 1985;
}

.header.header-topbar {
  height: 100px;
}

.about.about-1 .block-right {
  padding-left: 40px;
}

.j_section-reverse {
  background-color: #E5F5ED;
}
.j_section-reverse.about.about-1 .block-right {
  padding-left: 0;
  padding-right: 40px;
}
.j_section-reverse.about.about-1 .row {
  flex-direction: row-reverse;
}
.j_section-reverse.about.about-1 .about-img {
  max-width: none;
  padding-left: 40px;
}
.j_section-reverse.j_alter-bg-color {
  background-color: #374765;
}
.j_section-reverse.j_alter-bg-color *, .j_section-reverse.j_alter-bg-color .about-block .block-left .paragraph {
  color: white;
}
.j_section-reverse.j_alter-bg-color .about-block .block-left .paragraph {
  font-weight: bold;
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link {
  font-family: var(--font-interstate);
  font-size: 18px;
  text-transform: uppercase;
}

#sidr.sidr.sidr-right {
  right: -400px;
}

.advantages-list li {
  text-transform: none;
}

.list-unstyled:not(.advantages-list) li {
  padding-left: 0;
}

/*.widget-services .widget-content ul li a i {
    display: inline-block;
}*/
.widget-services .widget-content ul li a:hover i {
  background-color: transparent;
  color: var(--global--color-white);
}

.news-modal {
  background-size: cover;
  max-width: 85%;
}
.news-modal .news-modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.news-modal .news-modal-content p {
  color: #2A3753;
}
.news-modal .news-modal-content a {
  color: #2A3753;
  text-decoration: underline;
  font-weight: bold;
}

#j_common-news-section .project-panel.has-no-detail a {
  cursor: default;
  pointer-events: none;
}
#j_common-news-section .project-panel a.j_news-detail-btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.team-member-modal .team-detail-wrapper .team-detail-image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box] {
  padding: 20px;
  position: relative;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box] .j_first-hl {
  font-size: 20px !important;
  margin-bottom: 10px;
  display: inline-block;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box] ul {
  padding-left: 20px;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box] ul li {
  list-style: circle;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  font-size: 80px;
  opacity: 0.05;
  font-weight: 900;
  bottom: 0;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box].has-icon > i.fa, .team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box].has-icon i.fas, .team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box].has-icon i.far {
  position: absolute;
  right: 20px;
  font-size: 80px;
  opacity: 0.05;
  font-weight: 900;
  bottom: 20px;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box].has-icon:before {
  display: none;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(1) {
  background-color: #374765;
  color: white;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(1) * {
  color: white;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(1):before {
  content: "\f05a";
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(2) {
  background-color: #ADDBC2;
  color: white;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(2) * {
  color: white;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(2):before {
  content: "\f140";
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(3) {
  background-color: #2A3753;
  color: white;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(3) * {
  color: white;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(3):before {
  content: "\f19d";
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(4) {
  background-color: #E5F5ED;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(4) * {
  color: #374765;
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box]:nth-of-type(4):before {
  content: "\f086";
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box=allgemeine-informationen]:before {
  content: "\f05a";
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box=schwerpunkte]:before {
  content: "\f140";
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box=zertifizierungen]:before {
  content: "\f19d";
}
.team-member-modal .team-detail-wrapper .team-detail .team-detail-content-box[data-box=sprachen-oder-besonderheiten]:before {
  content: "\f086";
}

.plain-text-content h5 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.plain-text-content ul {
  list-style: circle;
  padding-left: 20px;
}

.awards.bg-primary-blue * {
  color: white !important;
}

.slider .slide .slide-content .slide-button-wrapper .slide-action .btn .btn-icon {
  font-size: 17px;
}

.rating .fa-star.muted {
  color: #ccc !important;
}

body.page-home #intro-section.about .about-img {
  height: 100% !important;
}
body.page-home #intro-section.about .about-img .counter {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

#page-header-addendum .j_ihr-termin-header-box {
  z-index: 10;
  margin-top: -25%;
}
#page-header-addendum .j_vertical-icon a {
  color: #374765;
}

.awards .award .award-img {
  padding: 20px 25px;
  display: block;
}
.awards .award .award-img img {
  max-width: none;
  height: 48px;
}

form textarea.form-control {
  line-height: normal;
  padding-top: 18px;
  padding-bottom: 18px;
}

.collapsible {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-in-out;
}
.collapsible.collapsible-open {
  grid-template-rows: 1fr;
}
.collapsible .collapsible-inner {
  overflow: hidden;
}

.form-control + .error {
  bottom: auto;
  left: auto;
  right: -12px;
  top: -18px;
}

.form-control::placeholder {
  text-transform: none;
}

.company-data .data .data-body a {
  text-transform: none;
}

.gmap.sm_map-uninitialized {
  height: auto !important;
  background-color: #E5F5ED;
}
.gmap.sm_map-uninitialized a {
  color: black;
}
.gmap.sm_map-uninitialized a:hover {
  color: #374765;
}
.gmap.sm_map-uninitialized .consent-message {
  max-width: 65%;
  margin: auto;
}

.eupopup-container {
  background-color: #E5F5ED;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.eupopup-body {
  color: #3d3d3d;
}

.eupopup-container a {
  color: #374765;
}

.eupopup-button:hover, .eupopup-button:focus {
  color: #374765;
}

.eupopup-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.style-cookie-disturbing .eupopup-buttons a {
  margin-bottom: 0;
}

.eupopup-button_1.eupopup-emphasize-button {
  background-color: #374765;
  color: white !important;
}

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