@charset "UTF-8";
/*
Theme Name: qbits - entec
Version: acdf42cb
*/
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"), url("fonts/Roboto-Black.woff2") format("woff2"), url("fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("fonts/Roboto-MediumItalic.woff2") format("woff2"), url("fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("fonts/Roboto-ThinItalic.woff2") format("woff2"), url("fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/Roboto-Italic.woff2") format("woff2"), url("fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("fonts/Roboto-LightItalic.woff2") format("woff2"), url("fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("fonts/Roboto-BoldItalic.woff2") format("woff2"), url("fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("fonts/Roboto-BlackItalic.woff2") format("woff2"), url("fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin"), local("Roboto-Thin"), url("fonts/Roboto-Thin.woff2") format("woff2"), url("fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.noselect, .process-container .screenslider .index ul li {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.bundo-icon.calendar {
  background-image: url("images/icons/calendar.png") !important;
  background-repeat: no-repeat;
}
.bundo-icon.chevron-down {
  background-image: url("images/icons/chevron-down.png") !important;
  background-repeat: no-repeat;
  width: 12px;
  margin-right: 21px;
}
.bundo-icon.pin {
  background-image: url("images/icons/pin.png") !important;
  background-repeat: no-repeat;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

* {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 0;
  outline: 0 none;
}

.clearfix:after, header .headerContentWrapper nav ul li ul.sub-menu li.menu-item-has-children:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  background: white;
  color: #484848;
  overflow: auto;
  overflow-x: hidden;
  --fa-style-family: "FontAwesome";
}

p {
  margin-top: 40px;
  margin-bottom: 40px;
}
p.has-background {
  padding: 20px !important;
}

a {
  color: #003A64;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  font-weight: 600;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

hr.wp-block-separator {
  display: block;
  width: 100%;
  height: 100px;
  overflow: visible;
  box-shadow: 0 40px 50px rgba(0, 0, 0, 0.06);
}

.fullwidth {
  margin-bottom: 0;
}
.fullwidth figure {
  line-height: 0;
}
.fullwidth figure img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: inherit;
}

.centered, body.page-template-blog main, body.page-template-presse main, body.page-template-blog .categories .categories-wrapper, body.page-template-presse .categories .categories-wrapper, .info-card-container .card-wrapper, .info-card-container, .faq-container, main p {
  margin: 0 auto;
  width: 100%;
  max-width: 1001px;
}

img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}

h1, .single-job main #content .label-smaller, .single-job main #content .label {
  position: relative;
  font-weight: bold;
  font-size: 45px;
  line-height: 52px;
  color: #003A64;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0 40px;
  max-width: 1001px;
  margin: 0 auto 20px auto;
}

h2 {
  position: relative;
  font-weight: bold;
  font-size: 45px;
  line-height: 52px;
  color: #003A64;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0 40px;
  max-width: 1001px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 20px;
}

h3 {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.spaceAround {
  position: relative;
  display: block;
  padding: 40px;
  background: none;
}

.gradientLightBlue, form .select-wrapper select {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #EDEFF1 100%);
}

.gradientLightBlueHover, form .select-wrapper:hover select {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #EDEFF1 50%);
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-container > .flex-1 {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-container.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.flex-container.space-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.bundo-btn-outline {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  border: 2px solid #003A64;
  color: #003A64;
  cursor: pointer;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px;
  text-align: center;
}
.bundo-btn-outline:hover {
  background: #003A64;
  color: #ffffff;
}
.bundo-btn-outline.white {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.bundo-btn-outline.white:hover {
  background: #ffffff;
  color: #003A64;
}

.buo-map .cluster span {
  color: #ffffff;
}

.slick-track {
  padding: 85px 0;
}

.pagination {
  margin-top: 75px;
  text-align: center;
}
.pagination .page-numbers {
  color: #003A64;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  text-decoration: none;
}
.pagination .page-numbers.current {
  border-radius: 6px;
  color: #ffffff;
  background-color: #003A64;
}
.pagination .screen-reader-text {
  display: none;
}

.owl-carousel:not(.owl-slider-block):not(.textSlider) .owl-stage-outer {
  padding: 75px 0;
  overflow: visible !important;
}

.owl-carousel .owl-stage {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.select2-container--bundo .select2-results__options, .select2-container--bundo-multiple .select2-results__options {
  -webkit-box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0 9px 9px 0px rgba(0, 0, 0, 0.13);
  border-top: 1px solid #dfdfdf;
  border-bottom: none;
  max-height: 515px;
  overflow: auto;
}
.select2-container--bundo .select2-dropdown--above .select2-results__options, .select2-container--bundo-multiple .select2-dropdown--above .select2-results__options {
  -webkit-box-shadow: 0 -9px 9px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 -9px 9px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0 -9px 9px 0px rgba(0, 0, 0, 0.13);
  border-bottom: 1px solid #dfdfdf;
  border-top: none;
}

.select2-container--bundo-multiple {
  height: 100%;
  width: 100%;
  min-width: 280px;
}
.select2-container--bundo-multiple .select2-selection--single {
  position: relative;
  background-color: #ffffff;
}
.select2-container--bundo-multiple .select2-search {
  display: none;
}
.select2-container--bundo-multiple .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  margin: 0 15px;
}
.select2-container--bundo-multiple .select2-selection__arrow b {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background-image: url(images/icons/chevron-down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.select2-container--bundo-multiple .select2-dropdown {
  border: none;
  border-radius: 0;
}
.select2-container--bundo-multiple .select2-results .select2-results__option {
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 100;
  color: #003A64;
}
.select2-container--bundo-multiple .select2-results .select2-results__option.hidden {
  display: none;
}
.select2-container--bundo-multiple .select2-selection--single {
  height: 100% !important;
}
.select2-container--bundo-multiple .select2-results__option.multi-checkboxes_wrap {
  color: #003A64;
}
.select2-container--bundo-multiple .select2-results__option.multi-checkboxes_wrap:before {
  background-image: url(images/icons/option.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  padding-right: 10px;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
}
.select2-container--bundo-multiple .select2-results__option.multi-checkboxes_wrap[aria-selected=true] {
  background-color: #ffffff;
  color: #003A64;
}
.select2-container--bundo-multiple .select2-results__option.multi-checkboxes_wrap[aria-selected=true]:before {
  background-image: url(images/icons/option-checked.png);
}
.select2-container--bundo-multiple .select2-results__option.multi-checkboxes_wrap:hover {
  background-color: #EDEFF1;
  color: #003A64;
}

#hubspot-messages-iframe-container.widget-align-right {
  margin-right: 6px;
  z-index: 10000;
}

.hyphen, .image-slider-wrapper .image-slider-with-text-block .text-entry, .dreierbildblock-container .block .img .imgCaption, .text-and-image-container .text, h2, h3 {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

.noscroll {
  overflow: hidden;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background: white !important;
  color: grey !important;
  border-color: white !important;
  text-decoration: underline !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  text-decoration: none !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #015385 !important;
  border: 1px solid #015385 !important;
  padding: 6px 12px !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1501;
  background: white;
}
header.scrolled {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
header .headerContentWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1920px;
  margin: 0 auto;
}
header .headerContentWrapper .logo {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 9px 40px 7px 14px;
  background: white;
}
header .headerContentWrapper .logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 78.5px;
}
header .headerContentWrapper .logo a img {
  height: 34px;
  width: auto;
}
header .headerContentWrapper nav {
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
header .headerContentWrapper nav.init {
  opacity: 0;
}
header .headerContentWrapper nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding-right: 40px;
  background: white;
}
header .headerContentWrapper nav ul li {
  position: relative;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  background: white;
}
header .headerContentWrapper nav ul li.current-menu-parent a:after, header .headerContentWrapper nav ul li.current-menu-item a:after {
  opacity: 1 !important;
}
header .headerContentWrapper nav ul li.search a {
  font-weight: 900;
}
header .headerContentWrapper nav ul li.search a:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  color: black;
  margin-right: 10px;
}
header .headerContentWrapper nav ul li a {
  position: relative;
  display: block;
  padding: 35px 20px 35px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}
header .headerContentWrapper nav ul li a:after {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  content: "";
  background: #003A64;
  height: 1px;
  opacity: 0;
  bottom: 27px;
  width: calc(100% - 40px);
  left: 20px;
}
header .headerContentWrapper nav ul li a:hover:after {
  opacity: 1;
}
header .headerContentWrapper nav ul li:hover > ul.sub-menu {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 10px 20px 10px;
  max-height: 100vh;
}
header .headerContentWrapper nav ul li:hover > ul.sub-menu ul.sub-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
header .headerContentWrapper nav ul li ul.sub-menu {
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  background: #fafafa;
  display: block;
  opacity: 0;
  transform: translateY(-100%);
  left: -10px;
  z-index: -1;
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
}
header .headerContentWrapper nav ul li ul.sub-menu li {
  position: relative;
  display: block;
  background: #fafafa;
  clear: both;
}
header .headerContentWrapper nav ul li ul.sub-menu li.menu-item-has-children a {
  float: left;
}
header .headerContentWrapper nav ul li ul.sub-menu li.menu-item-has-children .submenu-trigger {
  position: relative;
  float: left;
  content: "";
  background-image: url("images/icons/arrow-down.png");
  background-size: 16px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
}
header .headerContentWrapper nav ul li ul.sub-menu li a {
  font-size: 20px;
  font-weight: 200;
  text-align: left;
  padding: 5px 20px;
}
header .headerContentWrapper nav ul li ul.sub-menu li a:hover {
  text-shadow: 1px 0 0 #003A64;
}
header .headerContentWrapper nav ul li ul.sub-menu li a:after {
  display: none !important;
}
header .headerContentWrapper nav ul li ul.sub-menu li ul.sub-menu {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  max-height: 0;
  padding: 0 10px 0 10px;
  transform: none;
  z-index: 100;
  clear: both;
}
header .headerContentWrapper nav ul li ul.sub-menu li ul.sub-menu.active {
  max-height: 100%;
  opacity: 1;
}
header .headerContentWrapper nav ul li ul.sub-menu li ul.sub-menu li a {
  font-size: 16px;
}
header .headerContentWrapper a.jobcount {
  margin: 28px 20px 28px -40px;
  padding: 7px 17px 7px 17px;
  border: 2px solid #003A64;
  background: #003A64;
  color: white;
  border-radius: 0;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
header .headerContentWrapper a.jobcount:hover {
  font-weight: normal;
  background: white;
  color: #003A64;
}
header .headerContentWrapper .hamburger {
  display: none;
  background: white;
  padding: 35px 40px 0 0;
}
header .headerContentWrapper .hamburger:hover {
  opacity: 1 !important;
}
header .headerContentWrapper .hamburger .hamburger-inner, header .headerContentWrapper .hamburger .hamburger-inner::before, header .headerContentWrapper .hamburger .hamburger-inner::after {
  background-color: #003A64 !important;
}
header.mobile .headerContentWrapper a.jobcount {
  display: none;
}
header.mobile .headerContentWrapper nav {
  display: none;
}
header.mobile .headerContentWrapper .hamburger {
  display: block;
}

.stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 95px;
  width: 100vw;
  height: calc(60vh - 95px);
  min-height: 500px;
  display: block;
  z-index: 1;
  background: #EDEFF1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.stage .owl-nav.disabled,
.stage .owl-dots.disabled {
  display: none !important;
}
.stage video {
  position: fixed;
  top: 0;
  z-index: -1;
}
.stage div {
  display: block;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  float: left;
}
.stage div .claim {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.stage div .claim p {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  font-size: 32px;
  line-height: 42px;
  max-width: 1000px;
  margin-bottom: 75px;
  margin-left: 40px;
  margin-right: 40px;
  background: #003A64;
  display: inline;
  padding: 10px 20px;
  color: #F2F2F2;
}

main {
  position: relative;
  padding: 50px 0 0 0;
  display: block;
}
main .wp-block-embed-videopress {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
main .wp-block-embed-videopress iframe, main .wp-block-embed-videopress object, main .wp-block-embed-videopress embed, main .wp-block-embed-videopress div.wp-video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
main .mejs-container {
  background: none;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 52%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 52%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 52%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
main .wp-video {
  margin: 0 auto;
}
main.no-stage {
  padding-top: 150px;
}
main p {
  text-align: center;
  color: #4B4747;
  margin-bottom: 40px;
  padding: 0 40px;
  font-weight: 300;
}
main #content > p:last-child {
  display: none;
}
main ul:not(.blocks-gallery-grid) {
  list-style: none;
  text-align: center;
  display: block;
}
main ul:not(.blocks-gallery-grid) li {
  position: relative;
  padding-left: 25px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 3px;
}
main ul:not(.blocks-gallery-grid) li:before {
  content: "✓";
  position: relative;
  margin-right: 10px;
  opacity: 1;
}
main ul:not(.blocks-gallery-grid) li.filter-entry:not(.active):before {
  opacity: 0;
}
main ul:not(.blocks-gallery-grid).privacy {
  margin: 0 0 20px 0;
  text-align: left;
}
main ul:not(.blocks-gallery-grid).privacy li {
  margin-bottom: 20px;
  padding-left: 0;
}

.page-template-page-centered main {
  margin: 150px auto 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px 40px;
}
.page-template-page-centered main p, .page-template-page-centered main h1, .page-template-page-centered .single-job main #content .label-smaller, .single-job .page-template-page-centered main #content .label-smaller, .page-template-page-centered .single-job main #content .label, .single-job .page-template-page-centered main #content .label, .page-template-page-centered main h2, .page-template-page-centered main h3, .page-template-page-centered main h4 {
  text-align: left;
  padding: 0;
  max-width: 100%;
}
.page-template-page-centered main p {
  margin-bottom: 20px;
}
.page-template-page-centered main h1, .page-template-page-centered .single-job main #content .label-smaller, .single-job .page-template-page-centered main #content .label-smaller, .page-template-page-centered .single-job main #content .label, .single-job .page-template-page-centered main #content .label {
  margin-top: 30px;
  margin-bottom: 20px;
}
.page-template-page-centered main h2 {
  margin: 10px 0 10px 0;
  font-size: 25px;
}
.page-template-page-centered main h3 {
  margin: 20px 0 10px 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-template-page-centered main {
    padding: 0 20px 20px;
  }
}

body.home main h1, body.home .single-job main #content .label-smaller, .single-job body.home main #content .label-smaller, body.home .single-job main #content .label, .single-job body.home main #content .label {
  display: none;
}

body.page-id-10803 main h1, body.page-id-10803 .single-job main #content .label-smaller, .single-job body.page-id-10803 main #content .label-smaller, body.page-id-10803 .single-job main #content .label, .single-job body.page-id-10803 main #content .label {
  display: none;
}
body.page-id-10803 main #tuerchen {
  margin-top: 45px;
}

.noselect, .process-container .screenslider .index ul li {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.select2-container--bundo, .select2-container--bundo-multiple {
  height: 100%;
  width: 100%;
}
.select2-container--bundo .select2-selection--single, .select2-container--bundo-multiple .select2-selection--single {
  position: relative;
}
.select2-container--bundo .select2-selection__arrow, .select2-container--bundo-multiple .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}
.select2-container--bundo .select2-selection__arrow b, .select2-container--bundo-multiple .select2-selection__arrow b {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background-image: url(images/icons/chevron-down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.select2-container--bundo .select2-dropdown, .select2-container--bundo-multiple .select2-dropdown {
  border: none;
  border-radius: 0;
}
.select2-container--bundo .select2-results .select2-results__option, .select2-container--bundo-multiple .select2-results .select2-results__option {
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 100;
  color: #003A64;
}
.select2-container--bundo .select2-results .select2-results__option.hidden, .select2-container--bundo-multiple .select2-results .select2-results__option.hidden {
  display: none;
}
.select2-container--bundo .select2-selection--single, .select2-container--bundo-multiple .select2-selection--single {
  height: 100% !important;
}

form {
  display: inline;
  padding-left: 20px;
  /* iOS bugfix that shows native and selecte2 picker */
}
form p {
  padding: 0;
}
form .input-wrapper {
  color: #BACCD7;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}
form .input-wrapper .input-content {
  position: relative;
}
form .input-wrapper .input-content .input {
  width: 100%;
}
form .input-wrapper .input-content .input.place {
  padding-bottom: 24px;
}
form .input-wrapper .input-content .input.placeholder {
  color: #003A64;
}
form .input-wrapper .input-content .input:-moz-placeholder {
  color: #003A64;
}
form .input-wrapper .input-content .input::-webkit-input-placeholder {
  color: #003A64;
}
form .input-wrapper .input-content.has-icon .input {
  padding-right: 70px;
}
form .input-wrapper .label {
  margin-bottom: 10px;
}
form .input-wrapper input {
  font-size: 18px;
  font-weight: 100;
}
form .input-wrapper i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background-position: center;
  background-size: contain;
}
form .submit-wrapper {
  text-align: center;
}
form label {
  display: block;
}
form select.select2-hidden-accessible {
  visibility: hidden;
}
form input, form .select2-container--bundo, form .select2-container--bundo-multiple {
  background: #FFFFFF;
  font-family: Roboto;
  font-weight: 100;
  font-size: 18px;
  color: #003A64;
  border: 0 none;
  padding: 21px 16px 23px 16px;
  width: 100%;
  max-width: 480px;
}
form input.place, form .select2-container--bundo.place, form .select2-container--bundo-multiple.place {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 145px;
  border-left: 1px solid #EDEFF1;
  background-size: 18px auto;
}
form input[type=checkbox], form .select2-container--bundo[type=checkbox], form .select2-container--bundo-multiple[type=checkbox] {
  width: auto;
  display: inline-block;
  padding: 8px;
  margin-right: 5px;
  -webkit-appearance: checkbox;
}
form input[type=submit], form input[type=button], form input .bundo-bordered-box, form .select2-container--bundo[type=submit], form .select2-container--bundo[type=button], form .select2-container--bundo .bundo-bordered-box, form .select2-container--bundo-multiple[type=submit], form .select2-container--bundo-multiple[type=button], form .select2-container--bundo-multiple .bundo-bordered-box {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #ffffff;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  background: none;
  margin-top: 65px;
}
form input[type=submit]:disabled, form input[type=button]:disabled, form input .bundo-bordered-box:disabled, form .select2-container--bundo[type=submit]:disabled, form .select2-container--bundo[type=button]:disabled, form .select2-container--bundo .bundo-bordered-box:disabled, form .select2-container--bundo-multiple[type=submit]:disabled, form .select2-container--bundo-multiple[type=button]:disabled, form .select2-container--bundo-multiple .bundo-bordered-box:disabled {
  background: white;
  border-color: #BACCD7;
  color: #BACCD7;
}
form input[type=submit]:disabled:hover, form input[type=button]:disabled:hover, form input .bundo-bordered-box:disabled:hover, form .select2-container--bundo[type=submit]:disabled:hover, form .select2-container--bundo[type=button]:disabled:hover, form .select2-container--bundo .bundo-bordered-box:disabled:hover, form .select2-container--bundo-multiple[type=submit]:disabled:hover, form .select2-container--bundo-multiple[type=button]:disabled:hover, form .select2-container--bundo-multiple .bundo-bordered-box:disabled:hover {
  background: white;
  border-color: #BACCD7;
  color: #BACCD7;
  cursor: not-allowed;
}
form input[type=submit]:hover, form input[type=button]:hover, form input .bundo-bordered-box:hover, form .select2-container--bundo[type=submit]:hover, form .select2-container--bundo[type=button]:hover, form .select2-container--bundo .bundo-bordered-box:hover, form .select2-container--bundo-multiple[type=submit]:hover, form .select2-container--bundo-multiple[type=button]:hover, form .select2-container--bundo-multiple .bundo-bordered-box:hover {
  background: #ffffff;
  color: #003A64;
}
form .select2-container--bundo, form .select2-container--bundo-multiple {
  padding: 20.5px 16px;
  width: 100% !important;
}
form .input-content.select {
  -webkit-box-flex: 1 0 50px;
  -moz-box-flex: 1 0 50px;
  -webkit-flex: 1 0 50px;
  -ms-flex: 1 0 50px;
  flex: 1 0 50px;
}
form .dynamic-cat-fields {
  display: none;
}
form .select-wrapper {
  position: relative;
  display: inline-block;
}
form .select-wrapper select {
  position: relative;
  display: block;
  border-radius: 6px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  color: #484848;
  border: 0 none;
  padding: 22px 42px 22px 22px;
}
form .select-wrapper select.vicinity {
  margin-left: -5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #EDEFF1;
}
form .select-wrapper:after {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url("images/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
}
form .abschicken {
  position: relative;
  display: inline-block;
}
form .abschicken svg {
  position: absolute;
  top: 45px;
  left: 25px;
  color: white;
  z-index: 100;
}
form .wpcf7-list-item {
  margin: 0;
  padding: 15px 0;
}

.wpcf7 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px 40px 40px;
}
.wpcf7 form {
  display: block;
  background: #003A64;
  padding: 40px 40px 20px 45px;
  margin: 0 auto;
  color: white;
  text-align: left;
}
.wpcf7 form div {
  position: relative;
  display: inline;
  float: left;
  margin-bottom: 30px;
}
.wpcf7 form div input {
  width: 100%;
  margin-top: 10px;
  border: 2px solid white;
}
.wpcf7 form div input.wpcf7-not-valid {
  border: 2px solid red;
}
.wpcf7 form div input[type=checkbox] {
  width: auto;
}
.wpcf7 form div input[type=submit] {
  width: auto;
  margin-top: 0;
}
.wpcf7 form div textarea {
  width: calc(100% - 10px);
  height: 150px;
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 100;
  font-size: 18px;
  color: #003A64;
  border: 0 none;
  padding: 21px 16px;
}
.wpcf7 form div.half {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.wpcf7 form div.full {
  width: 100%;
}
.wpcf7 form div.wpcf7-response-output {
  float: none;
  border: none !important;
  margin-bottom: 20px;
  display: block;
  margin-left: 0;
  padding: 10px 20px;
  background: white;
  color: red;
}
.wpcf7 form div .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form label {
  color: white;
}

footer {
  position: relative;
  padding: 40px 40px 20px 40px;
  background: #003A64;
  color: white;
  font-weight: 900;
  font-size: 28px;
}
footer .footerContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footerContent .footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .footerContent .footer-top div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px 15px 10px;
}
footer .footerContent .footer-top div ul {
  list-style: none;
}
footer .footerContent .footer-top div ul li {
  margin-bottom: 10px;
}
footer .footerContent .footer-top div ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  text-transform: uppercase;
}
footer .footerContent .footer-top div ul li a:after {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  content: "";
  background: white;
  height: 1px;
  opacity: 0;
  bottom: -6px;
  width: 100%;
  left: 0;
}
footer .footerContent .footer-top div ul li a:hover:after {
  opacity: 1;
}
footer .footerContent .footer-top div.left {
  padding-top: 10px;
}
footer .footerContent .footer-top div.left .social-links {
  text-align: left;
  padding-left: 0;
}
footer .footerContent .footer-top div .fa-whatsapp, footer .footerContent .footer-top div .fa-hubspot {
  color: white;
  font-family: "Font Awesome 5 Brands";
}
footer .footerContent .footer-top div .social-links {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}
footer .footerContent .footer-top div .social-links a {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: none;
  padding-top: 7px;
}
footer .footerContent .footer-top div .social-links a i {
  font-size: 24px;
}
footer .footerContent .footer-top div .social-links a:hover {
  background: #3B5998;
}
footer .footerContent .footer-top div.right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .footerContent .footer-top div.right ul {
  text-align: right;
}
footer .footerContent .footer-top div.right ul li a {
  font-size: 20px;
  line-height: 28px;
  padding: 0 10px;
  text-transform: none;
}
footer .footerContent .footer-top div.right ul li a:after {
  width: calc(100% - 20px);
  left: 10px;
}
footer .footerContent .footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
}
footer .footerContent .footer-bottom .copy {
  font-size: 18px;
  line-height: 21px;
  color: #8AA4B8;
  font-weight: normal;
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
footer .footerContent .footer-bottom .footer-bottom-right ul {
  list-style: none;
}
footer .footerContent .footer-bottom .footer-bottom-right ul li {
  display: inline;
}
footer .footerContent .footer-bottom .footer-bottom-right ul li a {
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  padding: 0 10px;
  text-decoration: none;
}
footer .footerContent .footer-bottom .footer-bottom-right ul li a:after {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  content: "";
  background: white;
  height: 1px;
  opacity: 0;
  bottom: -6px;
  width: calc(100% - 20px);
  left: 10px;
}
footer .footerContent .footer-bottom .footer-bottom-right ul li a:hover:after {
  opacity: 1;
}

.single-job .job-header-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 70px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.single-job main {
  padding: 0 40px;
}
.single-job main #content {
  margin: 0 auto;
  padding: 80px 80px;
  max-width: 1440px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  line-height: 25px;
}
.single-job main #content .job-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-job main #content .job-details .job-facts {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-job main #content .job-details .job-data {
  -webkit-box-flex: 0 0 350px;
  -moz-box-flex: 0 0 350px;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  margin-top: 40px;
  padding: 10px 0 10px 80px;
  font-size: 18px;
  line-height: 25px;
}
.single-job main #content .copy {
  max-width: 900px;
  text-align: left;
  margin: 0;
}
.single-job main #content h1, .single-job main #content .label-smaller, .single-job main #content .label {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  text-transform: none;
}
.single-job main #content ul {
  list-style: none;
}
.single-job main #content ul.shariff-buttons {
  text-align: left;
}
.single-job main #content ul.shariff-buttons li.shariff-button {
  display: inline-block;
  width: auto;
}
.single-job main #content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: left;
}
.single-job main #content ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
}
.single-job main #content .label {
  text-transform: none;
  font-size: 34px;
  line-height: 40px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.single-job main #content .label-smaller {
  text-transform: none;
  font-size: 24px;
  line-height: 28px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.single-job main #content .label-smaller:first-child {
  margin-top: 42px;
}
.single-job main #content #jobproperty51 .label {
  display: none;
}
.single-job main #content #jobproperty30 {
  border-right: 2px solid #003A64;
  padding: 10px 80px 10px 0;
}
.single-job main #content #jobproperty30 .label {
  margin-top: 40px;
}
.single-job main #content a.buttonLink {
  -webkit-transform: 0.2s;
  -moz-transform: 0.2s;
  -ms-transform: 0.2s;
  transform: 0.2s;
  border: 2px solid #003A64;
  color: #003A64;
  cursor: pointer;
  background: none;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin-top: 45px;
  width: 290px;
  font-style: normal;
}
.single-job main #content a.buttonLink:hover {
  background: #003A64;
  color: white;
}
.single-job main #content p {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.page-template-standort h1, .page-template-standort .single-job main #content .label, .single-job main #content .page-template-standort .label, .page-template-standort .single-job main #content .label-smaller, .single-job main #content .page-template-standort .label-smaller {
  text-align: left;
  max-width: 1280px;
  padding: 0 80px;
  margin: 20px auto 20px auto;
}
.page-template-standort h2 {
  font-size: 30px;
  line-height: 35px;
  margin: 40px auto 0 auto;
  text-transform: none;
  text-align: left;
  max-width: 1280px;
  padding: 0 80px;
  margin: 20px auto 20px auto;
}
.page-template-standort main p {
  text-align: left;
  max-width: 1280px;
  padding: 0 80px 0 80px;
  margin-bottom: 20px;
  padding-right: 300px;
}
.page-template-standort main ul {
  list-style: none;
  font-weight: 300;
  text-align: left;
}
.page-template-standort main ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
}
.page-template-standort main ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
}
.page-template-standort .wp-block-columns {
  max-width: 1280px;
  padding: 0 80px;
  margin: 0 auto;
}
.page-template-standort .wp-block-columns .wp-block-column:first-child {
  padding-right: 80px;
}
.page-template-standort .wp-block-columns h2 {
  padding: 0;
  text-transform: none;
  margin: 60px 0 10px 0;
  text-align: left;
}
.page-template-standort .wp-block-columns p {
  padding: 0;
  margin-bottom: 20px;
}

.parent-pageid-7758 .wp-block-buttons {
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

#content .wp-block-columns .wp-block-buttons {
  margin: 0;
  text-align: left;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #content .wp-block-columns .wp-block-buttons {
    margin-bottom: 40px;
  }
}

.page-template-standort .wp-block-buttons {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: right;
}

body.single-post .stage {
  border-bottom: 1px solid #EDEFF1;
}
body.single-post .breadcrumbs {
  padding: 20px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  color: #003A64;
  font-weight: 200;
}
body.single-post .breadcrumbs .link {
  font-size: 20px;
  line-height: 24px;
  color: #003A64;
  cursor: pointer;
}
body.single-post h1, body.single-post .single-job main #content .label, .single-job main #content body.single-post .label, body.single-post .single-job main #content .label-smaller, .single-job main #content body.single-post .label-smaller {
  font-size: 34px;
  line-height: 40px;
  text-transform: none;
  padding-bottom: 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 0 0;
}
body.single-post h1.title, body.single-post .single-job main #content .title.label, .single-job main #content body.single-post .title.label, body.single-post .single-job main #content .title.label-smaller, .single-job main #content body.single-post .title.label-smaller {
  margin-top: 35px;
}
body.single-post .subheadline {
  color: #003A64;
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
}
body.single-post .meta {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 25px 0;
  color: #003A64;
  font-weight: 200;
}
body.single-post main {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  margin-bottom: 100px;
}
body.single-post main h3 {
  color: #003A64;
}
body.single-post main p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}
body.single-post main #content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.single-post main #content .authorpic {
  -webkit-box-flex: 0 0 260px;
  -moz-box-flex: 0 0 260px;
  -webkit-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}
body.single-post main #content .authorpic .pic {
  margin-top: 120px;
  height: 466px;
  background-size: cover;
  background-position: center;
}
body.single-post main #content .postContent {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 30px;
}
body.single-post main #content .postContent > p:last-child {
  display: none;
}

.buo-map {
  width: 100vw;
  height: calc(75vh - 95px);
}
.buo-map img {
  max-width: inherit !important;
}

.map-container .consent-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#search ul {
  margin-left: 20px;
}
#search .marker {
  display: none;
}
#search #content {
  padding: 60px 0;
}
#search .search-results {
  padding: 0 80px;
  width: 100%;
  max-width: 1440px;
  margin: 40px auto 0 auto;
}
@media all and (max-width: 1023px) {
  #search .search-results {
    padding: 0 40px;
  }
}
#search .search-entry {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 30px;
  color: #484848;
  display: block;
  text-decoration: none;
  -o-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 7px 2px rgb(203, 203, 203);
  -moz-box-shadow: 0px 0px 7px 2px rgb(203, 203, 203);
  box-shadow: 0px 0px 7px 2px rgb(203, 203, 203);
}
#search .search-entry .search-entry-title {
  color: #003A64;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
  padding-right: 20px;
}
#search .search-entry .search-entry-content {
  font-weight: 300;
  margin-bottom: 20px;
}
#search .search-entry .search-entry-content bold {
  font-weight: 700;
}
#search .search-entry .search-entry-content p {
  padding: 0 0 15px 0;
  max-width: 100%;
}
#search .search-entry .search-entry-tag {
  padding: 0 20px;
  word-break: break-word;
  -webkit-box-flex: 1 1 16.67%;
  -moz-box-flex: 1 1 16.67%;
  -webkit-flex: 1 1 16.67%;
  -ms-flex: 1 1 16.67%;
  flex: 1 1 16.67%;
}
#search .search-entry .search-entry-tag i {
  width: 21px;
  height: 26px;
  display: inline-block;
  position: relative;
  background-size: contain;
  top: 8px;
}
#search .search-entry .search-entry-tag:last-child {
  margin-right: 0;
  text-align: right;
}
#search .search-entry:last-child {
  margin-bottom: 0;
}
#search .search-entry:hover {
  background-color: #003A64;
  color: #ffffff;
}
#search .search-entry:hover .search-entry-title {
  color: #ffffff;
}
#search .search-entry:hover .search-entry-tag i {
  background-image: url("images/icons/pin-white.png") !important;
}
@media all and (max-width: 1023px) {
  #search .search-entry {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  #search .search-entry .search-entry-title {
    margin-bottom: 10px;
  }
  #search .search-entry .search-entry-tag {
    padding: 0;
  }
  #search .search-entry .search-entry-tag .bundo-icon.pin {
    display: none;
  }
}

.noselect, .process-container .screenslider .index ul li {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

main aside.searchbar {
  margin-top: -225px;
}

aside.searchbar {
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  max-width: 1440px;
  font-weight: 900;
  z-index: 500;
  font-size: 20px;
  max-width: 1500px;
  margin: 0 auto 80px auto;
  padding: 0 40px;
}
aside.searchbar #reset {
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
}
aside.searchbar .searchblock-spacer {
  padding: 50px 85px 55px 85px;
  background: #003A64;
}
@media all and (max-width: 499px) {
  aside.searchbar .searchblock-spacer {
    padding: 50px 20px 55px 20px;
  }
}
aside.searchbar h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  padding-bottom: 10px;
}
aside.searchbar .flex-container {
  margin-bottom: 10px;
}
aside.searchbar .category-entry {
  -webkit-box-flex: 0 1 19%;
  -moz-box-flex: 0 1 19%;
  -webkit-flex: 0 1 19%;
  -ms-flex: 0 1 19%;
  flex: 0 1 19%;
  margin: 0 25px;
}
aside.searchbar .category-entry input {
  display: none;
}
aside.searchbar .category-entry .category-title {
  margin: 0;
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  padding-left: 30px;
  hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}
aside.searchbar .category-entry .category-icon {
  background-image: url("images/icons/check-white.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 1em;
  width: 25px;
  background-size: contain;
  left: 0;
  top: 3px;
  display: none;
}
aside.searchbar .category-entry.active .category-icon {
  display: block;
}
aside.searchbar .category-entry.active:hover .category-icon {
  background-image: url("images/icons/check-blue.png");
}
@media all and (max-width: 799px) {
  aside.searchbar .category-entry {
    margin: 0 0 20px 0;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
aside.searchbar .input-wrapper.flex-1 {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-basis: calc(33.33% - 40px);
  -moz-flex-basis: calc(33.33% - 40px);
  -ms-flex-basis: calc(33.33% - 40px);
  flex-basis: calc(33.33% - 40px);
}
aside.searchbar .input-wrapper.flex-1:last-child {
  margin-right: 0;
}
@media all and (max-width: 1499px) {
  aside.searchbar .input-wrapper.flex-1 {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: calc(50% - 40px);
    -moz-flex-basis: calc(50% - 40px);
    -ms-flex-basis: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
}
@media all and (max-width: 799px) {
  aside.searchbar .input-wrapper.flex-1 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
aside.searchbar .input-wrapper input[type=button], aside.searchbar .input-wrapper input[type=submit] {
  margin-top: 35px;
  width: 100%;
  text-transform: uppercase;
  height: 66px;
}

.noselect, .process-container .screenslider .index ul li {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

#events {
  padding: 80px;
}
#events aside.searchbar {
  top: 0;
}
#events #content {
  padding: 100px 0;
}
#events #event-search-result {
  max-width: 1200px;
  margin: 40px auto 0 auto;
}
#events #event-search-result .event-item {
  color: #003A64;
  padding: 40px 0;
  margin-top: 50px;
  border-bottom: 2px solid #003A64;
}
#events #event-search-result .event-item:first-child {
  border-top: 2px solid #003A64;
  margin-top: 0;
}
#events #event-search-result .event-item .col-left, #events #event-search-result .event-item .col-right {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
#events #event-search-result .event-item .col-right {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}
#events #event-search-result .event-item .bundo-btn-outline {
  margin-bottom: 25px;
  width: 50%;
}
#events #event-search-result .event-item .event-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
}
#events #event-search-result .event-item .event-subtitle {
  font-size: 24px;
  margin-bottom: 40px;
}
#events #event-search-result .event-item .event-subtitle .date {
  font-weight: 500;
}
#events #event-search-result .event-item .event-subtitle .location {
  font-weight: 300;
}
#events #event-search-result .event-item .event-description {
  font-size: 18px;
  color: #4B4747;
}

.noselect, .process-container .screenslider .index ul li {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.floating-menu-backdrop {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.73);
  z-index: 1000;
}
.floating-menu-backdrop.active {
  display: block;
}

#floating-content {
  position: fixed;
  height: 100vh;
  width: 50%;
  top: 0;
  right: 0;
  background: #003A64;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1001;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -o-transition: transform 0.15s ease-in-out;
  -ms-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  -webkit-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}
#floating-content h3 {
  text-transform: uppercase;
}
#floating-content .owl-carousel.info-card-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0;
  max-width: 625px;
}
#floating-content .owl-carousel.info-card-container .card-wrapper {
  margin: 0 20px 50px 0;
}
#floating-content .owl-carousel.info-card-container .card-wrapper:last-child {
  margin: 0 20px 50px 0;
}
#floating-content .info-card-container .card-wrapper {
  width: 280px;
  margin: 0 50px 90px 0;
  min-height: 320px;
}
#floating-content .info-card-container .card-wrapper .content h3 {
  font-size: 22px;
}
#floating-content .info-card-container .card-wrapper .content .description p {
  line-height: 26px;
}
#floating-content .info-card-container .card-wrapper:first-child {
  margin-left: 0;
}
#floating-content .info-card-container .card-wrapper:last-child {
  margin-right: 0;
}
#floating-content .info-card-container .card-wrapper:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#floating-content.mobile {
  width: 100%;
}
#floating-content.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#floating-content.active #floating-menu .floating-links {
  border: 2px solid white;
}
#floating-content.active #floating-menu .floating-links li {
  border-bottom: 2px solid white;
  margin-bottom: 0;
}
#floating-content .menu-entry {
  display: none;
}
#floating-content .content-wrapper {
  width: 100%;
  color: #ffffff;
  overflow: auto;
  height: 100%;
  padding: 50px 110px 50px 50px;
}
#floating-content .faq-container h3 {
  color: #ffffff !important;
  font-size: 22px;
}
#floating-content .faq-container p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#floating-content .faq-container a {
  color: white;
}
#floating-content .faq-container li {
  border-bottom: 2px solid #ffffff;
}
#floating-content .faq-container li.question .status-icon {
  padding-top: 36px;
}
#floating-content .faq-container li.question .status-icon i {
  margin-right: 10px;
  padding: 0;
  font-size: 18px;
  width: 29px;
}

#floating-menu {
  position: fixed;
  z-index: 1002;
  top: 40%;
  right: 20px;
  display: none;
  line-height: 0;
}
#floating-menu .close {
  background-size: 50%;
  background-image: url(images/icons/close-white.png);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  height: 40px;
  cursor: pointer;
  position: absolute;
  width: 40px;
  -webkit-transform: translate(-50%, calc(-100% - 25px));
  -moz-transform: translate(-50%, calc(-100% - 25px));
  -ms-transform: translate(-50%, calc(-100% - 25px));
  transform: translate(-50%, calc(-100% - 25px));
  border-radius: 50%;
  -o-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  left: 50%;
}
#floating-menu .close:hover {
  background-color: #ffffff;
  background-image: url(images/icons/close-blue.png);
}
#floating-menu .floating-links {
  border: 2px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  display: inline-block;
}
#floating-menu .floating-links li {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  margin-bottom: 2px;
  background: #003A64;
  padding: 5px;
  cursor: pointer;
  -o-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#floating-menu .floating-links li .preview {
  visibility: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
  min-width: 215px;
  height: 60px;
  z-index: 1001;
  border: 1px solid #ffffff;
  -o-transition: visibility 0.15s linear;
  -ms-transition: visibility 0.15s linear;
  -moz-transition: visibility 0.15s linear;
  -webkit-transition: visibility 0.15s linear;
  transition: visibility 0.15s linear;
}
#floating-menu .floating-links li .preview .content {
  color: #ffffff;
  height: 100%;
  background: #003A64;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 10px 20px;
}
#floating-menu .floating-links li .preview .content:after {
  background-size: contain;
  background-image: url(images/icons/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 60px;
  position: absolute;
  top: -1;
  content: "";
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  right: -2px;
}
#floating-menu .floating-links li .icon, #floating-menu .floating-links li .buttons-icon-border-container .button .icon-hover, .buttons-icon-border-container .button #floating-menu .floating-links li .icon-hover {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  padding: 10px;
  text-align: center;
}
#floating-menu .floating-links li .icon .image, #floating-menu .floating-links li .buttons-icon-border-container .button .icon-hover .image, .buttons-icon-border-container .button #floating-menu .floating-links li .icon-hover .image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#floating-menu .floating-links li .icon .image.hover, #floating-menu .floating-links li .buttons-icon-border-container .button .icon-hover .image.hover, .buttons-icon-border-container .button #floating-menu .floating-links li .icon-hover .image.hover {
  display: none;
}
#floating-menu .floating-links li:hover .preview {
  visibility: visible;
}
#floating-menu.active {
  display: block !important;
  background: rgb(255, 255, 255);
  background: none;
}
#floating-menu.active .close {
  display: block;
}
#floating-menu.active .floating-links {
  border: 2px solid #ffffff;
  border-bottom: 0;
  background: white;
}
#floating-menu.active .floating-links li {
  background: #003A64;
}
#floating-menu.active .floating-links li .icon .image.hover, #floating-menu.active .floating-links li .buttons-icon-border-container .button .icon-hover .image.hover, .buttons-icon-border-container .button #floating-menu.active .floating-links li .icon-hover .image.hover {
  display: none;
}
#floating-menu.active .floating-links li .icon .image.default, #floating-menu.active .floating-links li .buttons-icon-border-container .button .icon-hover .image.default, .buttons-icon-border-container .button #floating-menu.active .floating-links li .icon-hover .image.default {
  display: block;
}
#floating-menu.active .floating-links li .preview {
  border: 1px solid #003A64;
}
#floating-menu.active .floating-links li .preview .content {
  color: #003A64;
  background: #ffffff;
}
#floating-menu.active .floating-links li .preview .content:after {
  background-image: url(images/icons/chevron-right-white.svg);
}
#floating-menu.active .floating-links li:hover {
  background: #ffffff;
}
#floating-menu.active .floating-links li:hover .icon .image.hover, #floating-menu.active .floating-links li:hover .buttons-icon-border-container .button .icon-hover .image.hover, .buttons-icon-border-container .button #floating-menu.active .floating-links li:hover .icon-hover .image.hover {
  display: block;
}
#floating-menu.active .floating-links li:hover .icon .image.default, #floating-menu.active .floating-links li:hover .buttons-icon-border-container .button .icon-hover .image.default, .buttons-icon-border-container .button #floating-menu.active .floating-links li:hover .icon-hover .image.default {
  display: none;
}
#floating-menu.active .floating-links li:last-child {
  border-bottom: none;
}

@keyframes fadeIn {
  1% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  1% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.faq-container {
  list-style: none;
  margin-bottom: 40px;
}
.faq-container li.question {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
}
.faq-container li.question .status-icon {
  padding-top: 30px;
}
.faq-container li.question .status-icon i {
  margin-right: 30px;
  border: 2px solid #BACCD7;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
  font-size: 22px;
  width: 44px;
  display: inline-block;
}
.faq-container li.question .status-icon i:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-style: normal;
}
.faq-container li.question .question-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #003A64;
  padding-top: 38px;
  padding-left: 5px;
}
.faq-container li.question .question-content h3 {
  padding-bottom: 0;
  color: #003A64;
}
.faq-container li.question .question-content .answer {
  height: 15px;
  overflow: hidden;
  max-width: 600px;
}
.faq-container li.question .question-content .answer p {
  text-align: left;
  padding: 15px 0;
}
.faq-container li.question.active .status-icon i:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-style: normal;
}
.faq-container li.question.active .question-content .answer {
  height: 100%;
}
.faq-container li.question.active .question-content .answer p {
  padding-top: 0;
  padding-bottom: 20px;
}

.info-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  overflow: hidden;
}
.info-card-container .card-wrapper {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: white;
  padding: 20px;
  display: inline-block;
  z-index: 100;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 10px;
  min-height: 350px;
}
.info-card-container .card-wrapper .icon, .info-card-container .card-wrapper .buttons-icon-border-container .button .icon-hover, .buttons-icon-border-container .button .info-card-container .card-wrapper .icon-hover {
  position: relative;
  display: block;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 35px;
}
.info-card-container .card-wrapper .content {
  background: white;
}
.info-card-container .card-wrapper .content h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #003A64;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
.info-card-container .card-wrapper .content .description {
  position: relative;
  display: block;
  color: #003A64;
}
.info-card-container .card-wrapper .content .description ul, .info-card-container .card-wrapper .content .description ol {
  padding-left: 30px;
}
.info-card-container .card-wrapper .content .description p {
  font-size: 18px;
  line-height: 20px;
  color: #003A64;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.info-card-container .card-wrapper:hover {
  transform: scale(1.15);
  z-index: 250;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.info-card-container .card-wrapper.fullImage {
  padding: 0;
}
.info-card-container .card-wrapper.fullImage .content {
  -o-transition: 0.45s;
  -ms-transition: 0.45s;
  -moz-transition: 0.45s;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 10px 5px 0 5px;
  transform: translateY(100%);
}
.info-card-container .card-wrapper.fullImage .content h3 {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  transform: scale(0.86);
}
.info-card-container .card-wrapper.fullImage .content .description {
  transform: scale(0.86);
}
.info-card-container .card-wrapper.fullImage .content .description p {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.info-card-container .card-wrapper.fullImage:hover .content {
  transform: translateY(0);
}
.info-card-container .owl-item:hover {
  z-index: 250;
}

.text-and-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 50vh;
  margin: 150px 0 100px 0;
  font-weight: 300;
}
.text-and-image-container.rtl {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  direction: ltr;
}
.text-and-image-container.rtl .image {
  -webkit-box-shadow: -20px 20px 50px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -20px 20px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -20px 20px 50px 0px rgba(0, 0, 0, 0.16);
}
.text-and-image-container .image {
  width: 45%;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.16);
}
.text-and-image-container .image::before, .text-and-image-container .image::after {
  content: "";
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px;
}
.text-and-image-container .image::before {
  float: left;
  padding-bottom: 69.4444444444%;
}
.text-and-image-container .text {
  padding: 40px 80px;
  align-self: center;
}
.text-and-image-container .text h2 {
  font-size: 35px;
  line-height: 42px;
  text-transform: none;
  margin: 0;
  text-align: left;
  max-width: 590px;
  padding-left: 0;
  padding-right: 0;
  hyphens: auto;
}
.text-and-image-container .text .content {
  font-size: 18px;
  line-height: 25px;
  max-width: 590px;
}
.text-and-image-container .text .content ul {
  list-style: none;
  text-align: left;
}
.text-and-image-container .text .content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.text-and-image-container .text .content ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
}
.text-and-image-container .text .content p {
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}
.text-and-image-container .text a.buttonLink {
  -webkit-transform: 0.2s;
  -moz-transform: 0.2s;
  -ms-transform: 0.2s;
  transform: 0.2s;
  border: 2px solid #003A64;
  color: #003A64;
  cursor: pointer;
  background: none;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin-top: 75px;
  width: 290px;
  font-style: normal;
}
.text-and-image-container .text a.buttonLink:hover {
  background: #003A64;
  color: white;
}
.text-and-image-container .text a {
  text-decoration: none;
  font-style: italic;
}

.wp-block-buttons {
  padding-bottom: 80px;
}
.wp-block-buttons .wp-block-button {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.wp-block-buttons .wp-block-button:last-child {
  margin: 0 auto;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  -webkit-transform: 0.2s;
  -moz-transform: 0.2s;
  -ms-transform: 0.2s;
  transform: 0.2s;
  border: 2px solid #003A64;
  color: #003A64;
  cursor: pointer;
  border-radius: 0;
  background: none;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin: 25px auto 0 auto;
  width: 290px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #003A64;
}

.wp-block-columns.grey {
  background: #F8F8F9;
  margin-bottom: 0;
}
.wp-block-columns.grey > div {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.wp-block-columns.grey .wp-block-column:nth-child(1n) {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  flex: 0 0 100% !important;
  margin: 0;
}
.wp-block-columns.grey .wp-block-column:nth-child(2n) {
  margin-left: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.wp-block-image img {
  height: auto;
}

.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 1200px;
  margin: 20px auto;
  padding: 10px;
}
.blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-item {
  flex-direction: initial;
}
.blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-item figure {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blocks-gallery-grid .blocks-gallery-item figure figcaption, .wp-block-gallery .blocks-gallery-item figure figcaption {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: white;
  color: #4B4747;
  text-align: left;
  transform: translateY(100%);
  padding: 15px 20px;
  opacity: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  left: 0;
}
.blocks-gallery-grid .blocks-gallery-item figure:hover, .wp-block-gallery .blocks-gallery-item figure:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  transform: scale(1.15);
  z-index: 250;
}
.blocks-gallery-grid .blocks-gallery-item figure:hover figcaption, .wp-block-gallery .blocks-gallery-item figure:hover figcaption {
  max-height: 200%;
  font-size: 15px;
  line-height: 21px;
  opacity: 1;
  overflow: hidden;
}

.dreierbildblock-container .block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.dreierbildblock-container .block .left {
  position: relative;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 10px;
}
.dreierbildblock-container .block .left .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
}
.dreierbildblock-container .block .left .img::before, .dreierbildblock-container .block .left .img::after {
  content: "";
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px;
}
.dreierbildblock-container .block .left .img::before {
  float: left;
  padding-bottom: 120%;
}
.dreierbildblock-container .block .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 10px;
}
.dreierbildblock-container .block .right .img {
  position: relative;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
}
.dreierbildblock-container .block .right .img:nth-child(2n) {
  margin: 10px 0 0 0;
}
.dreierbildblock-container .block .img {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.dreierbildblock-container .block .img .imgCaption {
  position: absolute;
  bottom: 0;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  line-height: 25px;
  background: white;
  color: #4B4747;
  text-align: left;
  transform: translateY(100%);
  padding: 20px 0;
  opacity: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
}
.dreierbildblock-container .block .img .imgCaption p {
  margin-bottom: 0;
  text-align: left;
  transform: scale(0.87);
}
.dreierbildblock-container .block .img:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  transform: scale(1.15);
  z-index: 250;
}
.dreierbildblock-container .block .img:hover .imgCaption {
  transform: translateY(0);
  opacity: 1;
}

.image-slider-wrapper {
  background: #F8F8F9;
  width: 100%;
}
.image-slider-wrapper .image-slider-with-text-block {
  max-width: 1200px;
  margin: 0 auto;
}
.image-slider-wrapper .image-slider-with-text-block .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .image-entry {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  overflow: hidden;
  position: relative;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .image-entry::before, .image-slider-wrapper .image-slider-with-text-block .image-slider-container .image-entry::after {
  content: "";
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .image-entry::before {
  float: left;
  padding-bottom: 78.7401574803%;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .image-entry .caption {
  font-size: 14px;
  font-style: italic;
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: #ffffff;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-nav {
  margin: 0;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-nav button {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(calc(-100% + 20px));
  -moz-transform: translateY(calc(-100% + 20px));
  -ms-transform: translateY(calc(-100% + 20px));
  transform: translateY(calc(-100% + 20px));
  padding: 10px 3px 10px 2px !important;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-nav .nav-btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 45px;
  width: 30px;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-nav .nav-btn.prev {
  background-image: url(images/icons/arrow_left.png);
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-nav .nav-btn.next {
  background-image: url(images/icons/arrow_right.png);
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-nav .owl-next {
  position: absolute;
  right: -40px;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-dots {
  position: absolute;
  left: 40px;
  bottom: 10px;
  text-align: left;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-dots .owl-dot span {
  border: 1px solid #003A64;
  background: #F8F8F9;
}
.image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-dots .owl-dot.active span {
  background: #003A64;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 20px 45px 45px 45px;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry p {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-description {
  -webkit-box-flex: 2 2 66.67%;
  -moz-box-flex: 2 2 66.67%;
  -webkit-flex: 2 2 66.67%;
  -ms-flex: 2 2 66.67%;
  flex: 2 2 66.67%;
  padding: 10px 0 20px 0;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-description p strong {
  font-weight: 500;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-description img {
  height: auto;
  width: auto;
  max-width: 200px;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-description ul {
  list-style: none;
  text-align: left;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-description ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-description ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-facts {
  -webkit-box-flex: 1 1 33.33%;
  -moz-box-flex: 1 1 33.33%;
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-facts .fact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-facts .fact-key {
  padding-right: 40px;
  border-right: 2px solid #707070;
  -webkit-box-flex: 0 0 160px;
  -moz-box-flex: 0 0 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  font-weight: 100;
}
.image-slider-wrapper .image-slider-with-text-block .text-entry .entry-facts .fact-value {
  padding-left: 40px;
  font-weight: 100;
}

.pdf-flipgrid-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 60px auto;
}
.pdf-flipgrid-container ._df_thumb {
  -webkit-box-flex: 0 0 290px;
  -moz-box-flex: 0 0 290px;
  -webkit-flex: 0 0 290px;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  height: 402px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  margin: 40px 20px;
}

.logo-carousel-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  padding: 0 40px 40px 40px;
  overflow: hidden;
}
.logo-carousel-container-wrapper .owl-carousel:not(.owl-slider-block):not(.textSlider) .owl-stage-outer {
  overflow: hidden !important;
}
.logo-carousel-container-wrapper .owl-stage {
  z-index: -1;
}
.logo-carousel-container-wrapper .logo-carousel-container {
  overflow: visible;
}
.logo-carousel-container-wrapper .logo-carousel-container .owl-nav {
  margin: 0;
}
.logo-carousel-container-wrapper .logo-carousel-container .owl-nav button {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(calc(-100% + 20px));
  -moz-transform: translateY(calc(-100% + 20px));
  -ms-transform: translateY(calc(-100% + 20px));
  transform: translateY(calc(-100% + 20px));
  padding: 10px 5px !important;
}
.logo-carousel-container-wrapper .logo-carousel-container .owl-nav .nav-btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 29px;
}
.logo-carousel-container-wrapper .logo-carousel-container .owl-nav .nav-btn.prev {
  background-image: url(images/icons/arrow_left.png);
}
.logo-carousel-container-wrapper .logo-carousel-container .owl-nav .nav-btn.next {
  background-image: url(images/icons/arrow_right.png);
}
.logo-carousel-container-wrapper .logo-carousel-container .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
}
.logo-carousel-container-wrapper .logo-carousel-container .owl-nav .owl-next {
  position: absolute;
  right: -25px;
}
.logo-carousel-container-wrapper .logo-carousel-container .logo-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  height: 150px;
  width: 250px;
  padding: 10px 40px;
  margin: 0 auto;
}
.logo-carousel-container-wrapper .logo-carousel-container .logo-container .logo {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 95px;
}

.map-container {
  position: relative;
}
.map-container .buo-map {
  height: calc(85vh - 95px);
}
.map-container .buo-map-filter {
  display: block;
  position: absolute;
  z-index: 10;
  padding: 0;
  left: 10px;
  top: 60px;
  /* not required css */
}
.map-container .buo-map-filter .buo-map-filter-wrapper {
  -webkit-box-shadow: 9px 9px 9px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 9px 9px 9px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 9px 9px 9px 0px rgba(0, 0, 0, 0.13);
}
.map-container .buo-map-filter .select2-container--bundo-multiple {
  padding: 0;
}
.map-container .buo-map-filter .select2-container .select2-selection,
.map-container .buo-map-filter .select2-selection__rendered,
.map-container .buo-map-filter .select2-selection__arrow {
  height: 80px !important;
  line-height: 80px !important;
  border-radius: 0;
}
.map-container .buo-map-filter .select2-selection__rendered, .map-container .buo-map-filter .company-list > li {
  font-size: 22px;
  color: #003A64;
  text-transform: uppercase;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media screen and (max-width: 479px) {
  .map-container .buo-map-filter .select2-selection__rendered, .map-container .buo-map-filter .company-list > li {
    font-size: 19px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.map-container .buo-map-filter .company-list {
  background-color: #ffffff;
}
.map-container .buo-map-filter .company-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  height: 80px;
  cursor: pointer;
  text-align: left;
}
.map-container .buo-map-filter .company-list li.active {
  background-color: #003A64;
  color: #ffffff;
}
.map-container .buo-map-filter .company-list li.active:hover {
  background-color: #ffffff;
  color: #003A64;
}
.map-container .buo-map-filter .filter-entry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.map-container .buo-map-filter .filter-entry:not(:last-child):after {
  content: "";
  border-bottom: 1px solid #888888;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.map-container .buo-map-filter .filter-entry .select-all {
  background-color: #003A64;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 85px;
  cursor: pointer;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 1;
}
.map-container .buo-map-filter .filter-entry .select-all[data-service="0"] {
  background-image: url(images/icons/square_white_outline.png);
}
.map-container .buo-map-filter .filter-entry .select-all[data-service="1"] {
  background-image: url(images/icons/circle_white_outline.png);
}
.map-container .buo-map-filter .filter-entry .select-all[data-service="2"] {
  background-image: url(images/icons/triangle_white_outline.png);
}
.map-container .buo-map-filter .filter-entry .select-all.inactive {
  background-color: #ffffff;
  z-index: auto;
}
.map-container .buo-map-filter .filter-entry .select-all.inactive[data-service="0"] {
  background-image: url(images/icons/square_blue_outline_2.png);
}
.map-container .buo-map-filter .filter-entry .select-all.inactive[data-service="1"] {
  background-image: url(images/icons/circle_blue_outline.png);
}
.map-container .buo-map-filter .filter-entry .select-all.inactive[data-service="2"] {
  background-image: url(images/icons/triangle_blue_outline.png);
}
.map-container .buo-map-filter .filter-entry .select-all:active {
  background-color: #EDEFF1;
}
.map-container .buo-map-filter .filter-entry .input-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.map-container .buo-map-filter .filter-entry .input-content .select2-container {
  width: 100% !important;
}
.map-container .buo-map-filter .filter-entry .input-content .select2-container:hover .select2-selection__rendered {
  background: #003A64;
  color: white;
}
.map-container .buo-map-filter .filter-entry .input-content .select2-container:hover .select2-selection__arrow b {
  background-image: url("images/icons/chevron-down-white.png");
}
.map-container .buo-map-filter .select2-selection__rendered {
  text-transform: uppercase;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.map-container .buo-map-filter .select2-container--bundo-multiple .select2-selection__arrow {
  margin: 0 40px 0 15px;
}
.map-container .buo-map-filter .row {
  padding: 10px;
}
.map-container .buo-map-filter .select2-multiple, .map-container .buo-map-filter .select2-multiple2 {
  width: 50%;
}
.map-container .gm-style .gm-style-iw {
  padding: 0;
  border-radius: 0;
}
.map-container .gm-style .gm-style-iw .gm-style-iw-d {
  overflow: auto !important;
}
.map-container .marker {
  display: none;
}
.map-container .info-window-place {
  max-width: 450px;
  color: #003A64;
}
.map-container .info-window-place .title {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.map-container .info-window-place .description {
  text-align: left;
  color: #003A64;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.map-container .info-window-place .description .address {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.map-container .info-window-place .description .routing {
  height: 35px;
}
.map-container .info-window-place .description .routing img {
  height: 100%;
  width: auto;
}
.map-container .info-window-place .info {
  background-color: #ffffff;
  padding: 45px 45px 30px 45px;
  -webkit-box-shadow: 0 29px 90px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 29px 90px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 20px 90px 0 rgba(0, 0, 0, 0.13);
  position: relative;
}
@media screen and (max-width: 399px) {
  .map-container .info-window-place .info {
    padding: 22.5px 22.5px 15px 22.5px;
  }
}
.map-container .info-window-place .contact {
  background-color: #FDFDFD;
  padding: 20px 45px 45px 45px;
  font-size: 18px;
  line-height: 1.5rem;
}
.map-container .info-window-place .contact > div:last-of-type {
  margin-bottom: 25px;
}
.map-container .info-window-place .contact .location-link {
  border: 2px solid #003A64;
  padding: 20px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 280px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.map-container .info-window-place .contact .location-link:active, .map-container .info-window-place .contact .location-link:hover {
  background-color: #003A64;
  color: #ffffff;
}
@media screen and (max-width: 399px) {
  .map-container .info-window-place .contact .location-link {
    padding: 10px;
  }
}
@media screen and (max-width: 399px) {
  .map-container .info-window-place .contact {
    padding: 22.5px 22.5px 15px 22.5px;
  }
}
.map-container.mobile .buo-map-filter {
  position: initial;
}
.map-container.mobile .buo-map-filter .filter-entry .input-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.map-container.mobile .buo-map-filter .filter-entry .input-content .select2-container {
  width: 100% !important;
}
.map-container:not(.mobile) .buo-map {
  min-height: 930px;
}
.map-container:not(.mobile) .company-list li {
  height: 60px;
  font-size: 20px;
}
.map-container:not(.mobile) .select2-selection__rendered, .map-container:not(.mobile) .company-list > li {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.kennzahlen-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background: #003A64;
  color: white;
  padding: 30px 0 60px 0;
}
.kennzahlen-container .entry {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  position: relative;
  padding: 10px 80px;
  border-right: 2px solid white;
}
.kennzahlen-container .entry:last-child {
  border: 0;
}
.kennzahlen-container .entry:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  z-index: 100;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid white;
}
.kennzahlen-container .entry .counter {
  font-size: 60px;
  line-height: 71px;
  text-align: center;
}
.kennzahlen-container .entry .description {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-weight: lighter;
  margin-top: 20px;
  text-transform: uppercase;
}

.modules-container {
  max-width: 760px;
  margin: 0 auto;
}
.modules-container .caption {
  margin-top: 25px;
  text-transform: uppercase;
  text-align: right;
  font-style: italic;
  color: #003A64;
}
.modules-container .modules-container-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modules-container .modules-container-content .entries {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.modules-container .modules-container-content .entries .entry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 20px;
  cursor: pointer;
  margin: 12.5px 0;
  -webkit-box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.15);
}
.modules-container .modules-container-content .entries .entry .entry-title {
  color: #003A64;
  text-transform: uppercase;
}
.modules-container .modules-container-content .entries .entry .entry-icon {
  padding-right: 45px;
  height: 40px;
}
.modules-container .modules-container-content .entries .entry .entry-icon img {
  height: 100%;
  width: auto;
}
.modules-container .modules-container-content .entries .entry .entry-icon .active-img {
  display: none;
}
.modules-container .modules-container-content .entries .entry.active, .modules-container .modules-container-content .entries .entry:hover {
  background-color: #003A64;
}
.modules-container .modules-container-content .entries .entry.active .entry-title, .modules-container .modules-container-content .entries .entry:hover .entry-title {
  color: #ffffff;
}
.modules-container .modules-container-content .entries .entry.active .entry-icon .default-img, .modules-container .modules-container-content .entries .entry:hover .entry-icon .default-img {
  display: none;
}
.modules-container .modules-container-content .entries .entry.active .entry-icon .active-img, .modules-container .modules-container-content .entries .entry:hover .entry-icon .active-img {
  display: block;
}
.modules-container .modules-container-content .entries .entry:first-child {
  margin-top: 0;
}
.modules-container .modules-container-content .entries .entry:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modules-container .modules-container-content .entries {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .modules-container .modules-container-content .entries .entry {
    margin: 0;
  }
  .modules-container .modules-container-content .entries .entry .entry-icon {
    padding-right: 0;
  }
  .modules-container .modules-container-content .entries .entry .entry-title {
    display: none;
  }
}
@media screen and (max-width: 579px) {
  .modules-container .modules-container-content .entries .entry {
    padding: 15px;
  }
  .modules-container .modules-container-content .entries .entry .entry-icon {
    height: 35px;
  }
}
.modules-container .modules-container-content .descriptions {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-left: 55px;
  background-color: #003A64;
}
.modules-container .modules-container-content .descriptions .entry-content {
  color: #ffffff;
  text-align: left;
}
.modules-container .modules-container-content .descriptions .entry-content h3 {
  font-size: 24px;
  line-height: 32px;
}
.modules-container .modules-container-content .descriptions .entry-content p {
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
}
.modules-container .modules-container-content .descriptions .entry-description {
  display: none;
  padding: 25px 30px 20px 30px;
}
.modules-container .modules-container-content .descriptions .entry-description .entry-icon {
  height: 80px;
  text-align: center;
  margin-bottom: 25px;
}
.modules-container .modules-container-content .descriptions .entry-description .entry-icon img {
  height: 100%;
  width: auto;
}
.modules-container .modules-container-content .descriptions .entry-description.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .modules-container .modules-container-content .descriptions {
    margin-left: 0;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .modules-container .modules-container-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-box-container {
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.16);
  padding: 20px 40px;
  margin-top: 80px;
}
.contact-box-container .icon, .contact-box-container .buttons-icon-border-container .button .icon-hover, .buttons-icon-border-container .button .contact-box-container .icon-hover {
  position: relative;
  width: 107px;
  height: 107px;
  margin: 0 auto 10px auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-box-container .kontakinfo p {
  text-align: center !important;
  color: #003A64;
}

.buttons-icon-border-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.buttons-icon-border-container .button {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 285px;
  -moz-box-flex: 0 0 285px;
  -webkit-flex: 0 0 285px;
  -ms-flex: 0 0 285px;
  flex: 0 0 285px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 3px solid #003A64;
  display: inline-block;
  padding: 40px;
  text-align: center;
  margin-right: 40px;
  color: #003A64;
  cursor: pointer;
  text-decoration: none;
}
.buttons-icon-border-container .button:last-child {
  margin-right: 0;
}
.buttons-icon-border-container .button .icon, .buttons-icon-border-container .button .icon-hover {
  position: relative;
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.buttons-icon-border-container .button .icon-hover {
  display: none;
}
.buttons-icon-border-container .button .button-title {
  display: block;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
}
.buttons-icon-border-container .button .button-text {
  font-size: 18px;
  line-height: 25px;
}
.buttons-icon-border-container .button:hover {
  color: white;
  background-color: #003A64;
}
.buttons-icon-border-container .button:hover .icon, .buttons-icon-border-container .button:hover .icon-hover {
  display: none;
}
.buttons-icon-border-container .button:hover .icon-hover {
  display: inline-block;
}
.buttons-icon-border-container .button:hover .button-title {
  font-weight: bold;
}

.contacts-container {
  max-width: 640px;
}
.contacts-container h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.contacts-container .service-section {
  margin-bottom: 55px;
  border-bottom: 2px solid #ffffff;
}
.contacts-container .service-section:last-child {
  border-bottom: none;
}
.contacts-container .contacts-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 699px) {
  .contacts-container .contacts-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.contacts-container .contact-entry {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-size: 16px;
  margin-bottom: 40px;
  padding-right: 70px;
}
@media screen and (max-width: 699px) {
  .contacts-container .contact-entry {
    padding-right: 0;
  }
}
.contacts-container .contact-entry a {
  color: #ffffff;
  text-decoration: none;
}
.contacts-container .contact-entry .contact-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.contacts-container .contact-entry .contact-image::before, .contacts-container .contact-entry .contact-image::after {
  content: "";
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px;
}
.contacts-container .contact-entry .contact-image::before {
  float: left;
  padding-bottom: 133.3333333333%;
}
.contacts-container .contact-entry .contact-image img {
  width: auto;
  height: 100%;
}
.contacts-container .contact-card {
  background-color: #ffffff;
  text-align: center;
  margin-right: 70px;
  width: calc(50% - 70px);
  color: #003A64;
  padding: 20px;
  margin-top: 60px;
  min-width: 245px;
}
.contacts-container .contact-card a {
  text-decoration: none;
}
.contacts-container .contact-card img {
  height: 40px;
  width: auto;
  margin-top: 10px;
}
.contacts-container .contact-card .contact-card-title {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
.contacts-container .contact-card .contact-card-content {
  font-size: 16px;
}

.process-container {
  margin-top: 80px;
}
.process-container .screenslider {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
.process-container .screenslider .index {
  position: relative;
  -webkit-box-flex: 1 1 33%;
  -moz-box-flex: 1 1 33%;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  padding: 0 11px;
  text-align: center;
  margin-right: 40px;
}
.process-container .screenslider .index ul {
  position: relative;
  text-align: left;
  margin: 0 auto;
  list-style: none;
}
.process-container .screenslider .index ul li {
  position: relative;
  display: block;
  padding: 0 0 0 15px;
  height: 80px;
  font-size: 18px;
  cursor: pointer;
}
.process-container .screenslider .index ul li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #003A64;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 7px;
  border: 1px solid #ffffff;
}
.process-container .screenslider .index ul li:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: -5px;
}
.process-container .screenslider .index ul li:last-child {
  border-left: 0;
}
.process-container .screenslider .index ul li:last-child:before {
  display: none;
}
.process-container .screenslider .index ul li.current:after {
  background: #ffffff;
  left: -10px;
  top: 7px;
  border: 1px solid #ffffff;
}
.process-container .screenslider .textSlider {
  position: relative;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
}
.process-container .screenslider .textSlider .text {
  font-size: 18px;
  background: #ffffff;
  color: #003A64;
  padding: 20px;
  font-weight: 300;
  text-align: center;
}
.process-container .screenslider .textSlider .text h1, .process-container .screenslider .textSlider .text .single-job main #content .label, .single-job main #content .process-container .screenslider .textSlider .text .label, .process-container .screenslider .textSlider .text .single-job main #content .label-smaller, .single-job main #content .process-container .screenslider .textSlider .text .label-smaller, .process-container .screenslider .textSlider .text h2, .process-container .screenslider .textSlider .text h3, .process-container .screenslider .textSlider .text h4, .process-container .screenslider .textSlider .text h5, .process-container .screenslider .textSlider .text h6 {
  font-weight: normal;
}
@media screen and (max-width: 1680px) {
  .process-container .screenslider {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1180px) {
  .process-container .screenslider {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  .process-container .screenslider {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
}

.testimonial-container-wrapper {
  background: #F8F8F9;
  padding: 0 40px;
}
.testimonial-container-wrapper .owl-nav {
  margin: 0;
}
.testimonial-container-wrapper .owl-nav button {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(calc(-100% + 20px));
  -moz-transform: translateY(calc(-100% + 20px));
  -ms-transform: translateY(calc(-100% + 20px));
  transform: translateY(calc(-100% + 20px));
  padding: 10px 3px 10px 2px !important;
}
.testimonial-container-wrapper .owl-nav .nav-btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 45px;
  width: 30px;
}
.testimonial-container-wrapper .owl-nav .nav-btn.prev {
  background-image: url(images/icons/arrow_left.png);
}
.testimonial-container-wrapper .owl-nav .nav-btn.next {
  background-image: url(images/icons/arrow_right.png);
}
.testimonial-container-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
}
.testimonial-container-wrapper .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}
.testimonial-container-wrapper .owl-stage-outer {
  padding: 75px 0 0 !important;
  overflow: hidden !important;
}
.testimonial-container-wrapper .owl-carousel:not(.owl-slider-block):not(.textSlider) .owl-stage-outer {
  overflow: hidden !important;
}
.testimonial-container-wrapper .testimonial.item {
  border-top: 1px solid #003A64;
  max-width: 676px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
  color: #003A64;
  font-weight: 200;
}
.testimonial-container-wrapper .testimonial.item .logo {
  height: 55px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonial-container-wrapper .testimonial.item .statement {
  font-size: 22px;
  line-height: 30px;
}
.testimonial-container-wrapper .testimonial.item .statement p {
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-container-wrapper .testimonial.item .testimonial {
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #003A64;
  padding-bottom: 30px;
}
.testimonial-container-wrapper .testimonial.item .testimonial .name {
  text-transform: uppercase;
}
.testimonial-container-wrapper .testimonial.item .unternehmenstext {
  padding: 40px 0 0 0;
}
.testimonial-container-wrapper .testimonial.item .unternehmenstext p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  margin-bottom: 10px;
}
.testimonial-container-wrapper .testimonial.item p {
  color: #003A64;
}

.owl-carousel.video-carousel:not(.owl-slider-block):not(.textSlider) .owl-stage-outer {
  overflow-x: hidden !important;
}

.video-carousel {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.video-carousel .owl-nav {
  margin: 0;
}
.video-carousel .owl-nav button {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 10px 3px 10px 2px !important;
}
.video-carousel .owl-nav .nav-btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 45px;
  width: 30px;
}
.video-carousel .owl-nav .nav-btn.prev {
  background-image: url(images/icons/arrow_left.png);
  position: absolute;
  left: 40px;
}
.video-carousel .owl-nav .nav-btn.next {
  background-image: url(images/icons/arrow_right.png);
  position: absolute;
  right: 40px;
}
.video-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  margin-top: -25px;
}
.video-carousel .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  margin-top: -25px;
}
.video-carousel .item-video {
  text-align: center;
}
.video-carousel .item-video iframe::before, .video-carousel .item-video iframe::after {
  content: "";
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px;
}
.video-carousel .item-video iframe::before {
  float: left;
  padding-bottom: 56.25%;
}

body.page-template-blog .categories, body.page-template-presse .categories {
  background: #f4f4f4;
  background: #003A64;
}
body.page-template-blog .categories .categories-wrapper, body.page-template-presse .categories .categories-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px 40px 0 40px;
  list-style: none;
}
body.page-template-blog .categories .categories-wrapper li, body.page-template-presse .categories .categories-wrapper li {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-blog .categories .categories-wrapper li a, body.page-template-presse .categories .categories-wrapper li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #003A64;
  border-bottom: 1px solid white;
  color: white;
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
body.page-template-blog .categories .categories-wrapper li.active a, body.page-template-presse .categories .categories-wrapper li.active a {
  position: relative;
}
body.page-template-blog .categories .categories-wrapper li.active a:after, body.page-template-presse .categories .categories-wrapper li.active a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
}
body.page-template-blog .categories .categories-wrapper li .subcategories-wrapper, body.page-template-presse .categories .categories-wrapper li .subcategories-wrapper {
  padding: 20px 0;
}
body.page-template-blog .categories .categories-wrapper li .subcategories-wrapper li a, body.page-template-presse .categories .categories-wrapper li .subcategories-wrapper li a {
  text-transform: none;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
  border: none;
}
body.page-template-blog .categories .categories-wrapper li .subcategories-wrapper li a:after, body.page-template-presse .categories .categories-wrapper li .subcategories-wrapper li a:after {
  display: none;
}
body.page-template-blog .categories .categories-wrapper li .subcategories-wrapper li.active a, body.page-template-presse .categories .categories-wrapper li .subcategories-wrapper li.active a {
  font-weight: bold;
}
body.page-template-blog main, body.page-template-presse main {
  text-align: center;
  color: #4B4747;
  margin-bottom: 40px;
  padding: 40px;
  max-width: 1080px;
}
body.page-template-blog main .blogEntry, body.page-template-presse main .blogEntry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1440px;
  padding: 60px 0 20px 0;
}
body.page-template-blog main .blogEntry > a, body.page-template-presse main .blogEntry > a {
  -webkit-box-flex: 0 0 45%;
  -moz-box-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
body.page-template-blog main .blogEntry > a .postImage, body.page-template-presse main .blogEntry > a .postImage {
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
body.page-template-blog main .blogEntry .postContent, body.page-template-presse main .blogEntry .postContent {
  padding: 0 0 0 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  display: block;
}
body.page-template-blog main .blogEntry .postContent h2, body.page-template-presse main .blogEntry .postContent h2 {
  text-align: left;
  text-transform: none;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-blog main .blogEntry .postContent a, body.page-template-presse main .blogEntry .postContent a {
  text-decoration: none;
}
body.page-template-blog main .blogEntry .postContent .date, body.page-template-presse main .blogEntry .postContent .date {
  font-size: 18px;
  margin-bottom: 20px;
  color: #003A64;
  font-weight: 400;
}
body.page-template-blog main .blogEntry .postContent p, body.page-template-presse main .blogEntry .postContent p {
  text-align: left;
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-blog main .blogEntry .postContent p a, body.page-template-presse main .blogEntry .postContent p a {
  color: #003A64;
  font-style: italic;
  text-decoration: none;
}

header.mobile .headerContentWrapper nav.visible {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  display: block;
  height: calc(100vh - 95px);
  background: #003A64;
  overflow: auto;
  overflow-x: hidden;
}
header.mobile .headerContentWrapper nav.visible ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
}
header.mobile .headerContentWrapper nav.visible ul li a {
  font-weight: 200;
  padding: 20px 40px;
}
header.mobile .headerContentWrapper nav.visible ul li a:after {
  display: none !important;
}
header.mobile .headerContentWrapper nav.visible ul li.current-menu-item a {
  font-weight: bold;
}
header.mobile .headerContentWrapper nav.visible ul li.current-menu-item li a {
  font-weight: 200;
}
header.mobile .headerContentWrapper nav.visible .sub-menu {
  position: relative;
  display: none;
  left: 0;
  padding-top: 0;
}
header.mobile .headerContentWrapper nav.visible .sub-menu li a {
  font-weight: 200;
  text-align: center;
}
header.mobile .headerContentWrapper nav.visible .sub-menu.active {
  display: inline;
  opacity: 1;
  z-index: 100000;
}
header.mobile .headerContentWrapper nav.visible #menu-hauptmenue .menu-item-has-children {
  text-align: center;
}
header.mobile .headerContentWrapper nav.visible #menu-hauptmenue .menu-item-has-children a {
  float: none;
  display: inline-block;
  padding: 20px;
}
header.mobile .headerContentWrapper nav.visible #menu-hauptmenue .menu-item-has-children .submenu-trigger {
  position: absolute;
  float: none;
  top: 2px;
  content: "";
  background-image: url("images/icons/arrow-down.png");
  background-size: 22px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  width: 55px;
  height: 65px;
  cursor: pointer;
  display: inline-block;
}
header.mobile .headerContentWrapper nav.visible .footerContent {
  background: #003A64;
  padding: 40px 0;
}
header.mobile .headerContentWrapper nav.visible .footerContent li {
  background: #003A64;
}
header.mobile .headerContentWrapper nav.visible .footerContent li a {
  color: white;
  font-weight: 200;
  padding: 20px 40px;
}
header.mobile .headerContentWrapper nav.visible .footerContent li a:after {
  display: none !important;
}
header.mobile .headerContentWrapper nav.visible .footerContent li.current-menu-item a {
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .image-slider-wrapper {
    padding: 0 40px;
  }
  .image-slider-wrapper .image-slider-with-text-block .image-slider-container .owl-dots {
    position: relative;
    text-align: center;
    left: 0;
  }
  .image-slider-wrapper .image-slider-with-text-block .image-slider-container .slide {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-slider-wrapper .image-slider-with-text-block .image-slider-container .slide .text-entry, .image-slider-wrapper .image-slider-with-text-block .image-slider-container .slide .image-entry {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .image-slider-wrapper .image-slider-with-text-block .image-slider-container .slide .text-entry {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 1150px) {
  .kennzahlen-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kennzahlen-container .entry {
    border: 0 none;
    margin-bottom: 20px;
  }
  .kennzahlen-container .entry:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .stage {
    height: calc(50vh - 95px);
    min-height: 350px;
  }
  h1, .single-job main #content .label, .single-job main #content .label-smaller, h2, h3 {
    font-size: 28px;
    line-height: 34px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
  }
  .buttons-icon-border-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .buttons-icon-border-container .button {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    margin-bottom: 50px;
    width: 280px;
  }
  .buttons-icon-border-container .button:last-child {
    margin-bottom: 0;
  }
  .text-and-image-container, .text-and-image-container.rtl {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0;
  }
  .text-and-image-container .image, .text-and-image-container.rtl .image {
    width: 100%;
  }
  .text-and-image-container .text, .text-and-image-container.rtl .text {
    padding: 40px;
  }
  .text-and-image-container .text h2, .text-and-image-container.rtl .text h2 {
    font-size: 22px;
    line-height: 28px;
  }
  footer {
    padding: 40px 40px 20px 40px;
  }
  footer .footerContent .footer-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footerContent .footer-top div {
    padding: 0 0 15px 0;
  }
  footer .footerContent .footer-top div.right .social-links {
    align-self: flex-start;
    text-align: left;
    padding-left: 0;
  }
  footer .footerContent .footer-bottom {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
  footer .footerContent .footer-bottom .footer-bottom-right {
    margin-bottom: 40px;
  }
  footer .footerContent .footer-bottom .footer-bottom-right ul {
    margin-left: -10px;
  }
  .single-job main #content {
    padding: 40px 0;
    box-shadow: none;
  }
  .single-job main #content h1, .single-job main #content .label, .single-job main #content .label-smaller {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }
  .single-job main #content a.buttonLink {
    width: 260px;
  }
  .single-job main #content .label {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
    cursor: pointer;
  }
  .single-job main #content .label:before {
    position: relative;
    content: "\f078";
    margin-right: 15px;
    font-family: "FontAwesome";
    font-size: 18px;
    top: -3px;
  }
  .single-job main #content .label.visible:before {
    position: relative;
    content: "\f077";
    margin-right: 15px;
    font-family: "FontAwesome";
    font-size: 18px;
    top: -3px;
  }
  .single-job main #content .value {
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-height: 0;
    overflow: hidden;
  }
  .single-job main #content .value.visible {
    max-height: 10000px;
  }
  .single-job main #content .job-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-job main #content .job-details .job-facts {
    margin-top: 0;
  }
  .single-job main #content .job-details .job-data {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin-top: 0;
  }
  .single-job main #content .label-smaller {
    margin-top: 20px;
  }
  .single-job main #content #jobproperty30 {
    border: 0 none;
    padding: 0;
  }
  .page-template-standort main {
    padding-top: 0;
  }
  .page-template-standort h1, .page-template-standort .single-job main #content .label, .single-job main #content .page-template-standort .label, .page-template-standort .single-job main #content .label-smaller, .single-job main #content .page-template-standort .label-smaller {
    padding: 0 40px;
    font-size: 36px;
    line-height: 42px;
  }
  .page-template-standort main p {
    padding: 0 40px;
  }
  .page-template-standort .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 240px;
  }
  .page-template-standort .wp-block-columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
  }
  .page-template-standort .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
  .page-template-standort .wp-block-columns h2 {
    margin: 40px 0 20px 0;
    font-size: 32px;
    line-height: 38px;
  }
  .contact-box-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  aside.searchbar {
    padding: 0 20px;
  }
  .text-and-image-container,
  .text-and-image-container.rtl,
  .text-and-image-container.ltr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 0 50px 0;
  }
  .text-and-image-container .image,
  .text-and-image-container.rtl .image,
  .text-and-image-container.ltr .image {
    width: 100%;
    height: 45vh;
  }
  .text-and-image-container .text,
  .text-and-image-container.rtl .text,
  .text-and-image-container.ltr .text {
    padding: 40px 40px;
  }
  .text-and-image-container .text a,
  .text-and-image-container.rtl .text a,
  .text-and-image-container.ltr .text a {
    margin: 40px auto 0 auto;
    display: block;
  }
  .dreierbildblock-container .block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dreierbildblock-container .block .left {
    padding: 5px 10px;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .dreierbildblock-container .block .right {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px 10px;
  }
  .dreierbildblock-container .block .right .img:nth-child(2n) {
    margin: initial;
  }
  .dreierbildblock-container .block .right .img::before, .dreierbildblock-container .block .right .img::after {
    content: "";
    display: table;
    clear: both;
    width: 1px;
    margin-left: -1px;
  }
  .dreierbildblock-container .block .right .img::before {
    float: left;
    padding-bottom: 56.1797752809%;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-blog .categories .categories-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0 0 0;
  }
  body.page-template-blog .categories .categories-wrapper li {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  body.page-template-blog .categories .categories-wrapper li a {
    font-weight: normal;
  }
  body.page-template-blog .categories .categories-wrapper li.active a {
    font-weight: bold;
  }
  body.page-template-blog .categories .categories-wrapper li.active a:after {
    display: none;
  }
  body.page-template-blog main .blogEntry {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 40px 0;
  }
  body.page-template-blog main .blogEntry .postImage {
    margin-bottom: 20px;
  }
  body.page-template-blog main .blogEntry .postImage::before, body.page-template-blog main .blogEntry .postImage::after {
    content: "";
    display: table;
    clear: both;
    width: 1px;
    margin-left: -1px;
  }
  body.page-template-blog main .blogEntry .postImage::before {
    float: left;
    padding-bottom: 56.1797752809%;
  }
  body.page-template-blog main .blogEntry .postContent {
    padding: 0;
  }
  body.single-post main #content {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  body.single-post main #content .postContent {
    padding-left: 0;
  }
  body.single-post main #content .postContent h1, body.single-post .single-job main #content .postContent .label, .single-job body.single-post main #content .postContent .label, body.single-post .single-job main #content .postContent .label-smaller, .single-job body.single-post main #content .postContent .label-smaller {
    margin-top: 40px;
  }
  body.single-post main #content .authorpic {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  body.single-post main #content .authorpic .pic {
    margin-top: 0;
    height: auto;
  }
  body.single-post main #content .authorpic .pic::before, body.single-post main #content .authorpic .pic::after {
    content: "";
    display: table;
    clear: both;
    width: 1px;
    margin-left: -1px;
  }
  body.single-post main #content .authorpic .pic::before {
    float: left;
    padding-bottom: 56.1797752809%;
  }
  .image-slider-wrapper .image-slider-with-text-block .text-entry {
    padding: 45px 0;
  }
  .modules-container .caption {
    padding: 0 20px;
  }
  .wpcf7 {
    padding: 0 0 40px 0;
  }
  .wpcf7 form div,
  .wpcf7 form div.half {
    display: block;
    width: 100%;
  }
  .wpcf7 form div textarea,
  .wpcf7 form div.half textarea {
    width: 100%;
  }
  .wpcf7 form input[type=submit] {
    width: 100%;
    max-width: 290px;
  }
  #floating-content {
    padding: 40px;
  }
  #floating-menu {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 6px;
    right: 85px;
    z-index: 15000;
  }
  #floating-menu .floating-links li {
    display: inline-block;
  }
  #floating-menu .floating-links li .preview {
    display: none;
  }
  #floating-menu.active .floating-links {
    border-color: rgba(255, 255, 255, 0);
  }
  #floating-menu.active .close {
    position: fixed;
    top: 100px;
    right: 20px;
    left: auto;
    bottom: auto;
    display: block;
  }
  #floating-content .content-wrapper {
    padding: 50px 0px 50px 0px;
  }
  .modules-container .modules-container-content .entries .entry {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .modules-container .modules-container-content .entries .entry .entry-icon {
    margin: 0 auto;
  }
}
@media screen and (max-width: 579px) {
  .page-template-standort .wp-block-columns .wp-block-column:first-child {
    padding-right: 0;
  }
  .dreierbildblock-container .block .right .img::before, .dreierbildblock-container .block .right .img::after {
    content: "";
    display: table;
    clear: both;
    width: 1px;
    margin-left: -1px;
  }
  .dreierbildblock-container .block .right .img::before {
    float: left;
    padding-bottom: 125%;
  }
  footer .footerContent .footer-bottom .footer-bottom-right ul li {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 499px) {
  .image-slider-wrapper .image-slider-with-text-block .text-entry .entry-facts .fact {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-slider-wrapper .image-slider-with-text-block .text-entry .entry-facts .fact .fact-key {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: none;
    padding-right: 0;
  }
  .image-slider-wrapper .image-slider-with-text-block .text-entry .entry-facts .fact .fact-value {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
    font-weight: 100;
    margin-bottom: 10px;
  }
}
@media print {
  .single-job .job-header-image {
    margin: -40px 0 40px 0;
  }
  .single-job header {
    position: relative;
    box-shadow: none;
    margin-bottom: 40px;
  }
  .single-job header.scrolled {
    box-shadow: none;
  }
  .single-job #mainmenu {
    display: none;
  }
  .single-job #floating-menu {
    display: none !important;
  }
  .single-job .stage {
    display: none;
  }
  .single-job #hubspot-messages-iframe-container {
    display: none !important;
  }
  .single-job main #content {
    margin: 0;
    padding: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 18px;
  }
  .single-job main #content ul li {
    margin-bottom: 2px;
  }
  .single-job main #content #jobproperty30,
  .single-job main #content #jobproperty40,
  .single-job main #content #jobproperty50 {
    break-inside: avoid;
    padding-bottom: 10px;
  }
  .single-job main #content #jobproperty30 .label,
  .single-job main #content #jobproperty40 .label,
  .single-job main #content #jobproperty50 .label {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .single-job main #content .label-smaller {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .single-job main #content .label-smaller:first-child {
    margin-top: 0;
  }
  .single-job main #content .shariff {
    display: none;
  }
  .single-job main #content h1, .single-job main #content .label, .single-job main #content .label-smaller {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .single-job main #content .job-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-job main #content .job-details #jobproperty30 {
    border-right: 0;
  }
  .single-job main #content .job-details .job-facts {
    margin-top: 0;
  }
  .single-job main #content .job-details .job-data {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding-left: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }
  .single-job main #content .shariff {
    display: none !important;
  }
  .single-job main #content a.buttonLink {
    display: none;
  }
  .single-job main #content p {
    margin-left: 0;
  }
  .single-job footer {
    display: none;
  }
}

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