@charset "UTF-8";
.bg-greyLight {
  background-color: #F8F8F8;
}

.bg-blueLight {
  background-color: #F0F7FF;
}

.bg-bluedark {
  background-color: #07284A;
}

.bg-gradiantblue {
  background-color: rgb(0, 92, 169);
  background: linear-gradient(135deg, rgb(0, 92, 169) 0%, rgb(7, 38, 70) 100%);
}

.bg-gradiantblue-revert {
  background-color: rgb(0, 92, 169);
  background: linear-gradient(135deg, rgb(7, 38, 70) 0%, rgb(0, 92, 169) 100%);
}

.bg-gradiantblueLight {
  background: linear-gradient(135deg, #005CA9 0%, #7BC7FE 100%);
}

.text-bluedark {
  color: #07284A;
}

.text-bluelight {
  color: #005CA9;
}

.text-grey {
  color: #656565;
}

.gradianttext-bluewhite {
  background: linear-gradient(to right, #7BC7FE, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gradianttext-blueblue {
  background: linear-gradient(to right, #005CA9, #7BC7FE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hl.gradianttext-blueblue {
  font-size: 88px;
  line-height: 98px;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.iconBlue {
  filter: brightness(0) saturate(100%) invert(24%) sepia(84%) saturate(1775%) hue-rotate(190deg) brightness(91%) contrast(100%);
}

/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 61px;
  line-height: 79px;
  letter-spacing: 0px;
}

h2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0px;
}

h3, .smallHL {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 0 0 10px 0;
}

.font-light {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
}

.font-regular {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

.fontsize-14 {
  font-size: 16px;
  line-height: 24px;
}

.fontsize-16 {
  font-size: 16px;
  line-height: 24px;
}

.fontsize-18 {
  font-size: 18px;
  line-height: 28px;
}

.fontsize-20 {
  font-size: 20px;
  line-height: 28px;
}

.fontsize-24 {
  font-size: 24px;
  line-height: 34px;
}

html, body {
  margin: 0px;
  padding: 0px 0 0px 0;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  background: #ffffff;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: rgba(0, 0, 0, 0) transparent;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 0px;
  opacity: 0;
}
html ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px;
  opacity: 0;
}

body {
  padding-top: 95px;
}

.trans, .trans-delay {
  opacity: 0;
  -webkit-transition: opacity 850ms;
  -moz-transition: opacity 850ms;
  -o-transition: opacity 850ms;
  transition: opacity 850ms;
}

.visible {
  opacity: 1;
}

.customTrans {
  opacity: 0;
  -webkit-transition: opacity 850ms;
  -moz-transition: opacity 850ms;
  -o-transition: opacity 850ms;
  transition: opacity 850ms;
}
.customTrans.customTransShow {
  opacity: 1;
}

.trans,
.trans-delay,
.customTrans {
  opacity: 0;
  transition: opacity 850ms ease;
  will-change: opacity;
  transform: translateZ(0);
}

.visible,
.customTrans.customTransShow {
  opacity: 1;
}

.displayNone {
  display: none !important;
}

.nopointerevent {
  pointer-events: none !important;
}

.bold, b, strong {
  font-weight: 700;
  font-style: normal;
}

.semibold {
  font-weight: 600;
  font-style: normal;
}

a {
  color: #07284A;
  text-decoration: none;
}

em {
  font-style: italic;
}

img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

.blankimg {
  opacity: 0.3;
}

.animateAll {
  transition: all 350ms ease;
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.animateAllslow {
  transition: all 850ms ease;
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

button, input[type=button], input[type=submit], input[type=reset] {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

select {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
  border: 0px !important;
  color: #000000;
  background-color: white;
}

.selectwrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}
.selectwrapper:after {
  content: "";
  position: absolute;
  pointer-events: none;
  color: #fff;
  right: 13px;
  top: 20px;
  background-image: url("../img/arrow_down_blue.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 12px;
  width: 12px;
  opacity: 0.75;
}

.bg-gradiantblue .selectwrapper:after, .bg-gradiantblue-revert .selectwrapper:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
  box-shadow: none;
  font-family: "Source Sans 3", sans-serif;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address, cite, var {
  font-style: inherit;
}

.text-input p {
  margin-bottom: 20px;
}
.text-input p:last-child {
  margin-bottom: 0px;
}
.text-input a {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.text-input ul {
  list-style-type: none;
  width: 100%;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0px;
}
.text-input ul li {
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0px 0 0 15px;
}
.text-input ul li:before {
  content: "–";
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: absolute;
  left: 2px;
  top: -1px;
  font-weight: 600;
}
.text-input ol {
  counter-reset: item;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0px;
}
.text-input ol li {
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
  padding-left: 2.5em;
}
.text-input ol li::before {
  content: counter(item, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
  width: 2em;
  text-align: right;
  font-weight: bold;
}
.text-input h1, .text-input h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #005CA9;
}
.text-input h3, .text-input h4, .text-input h5, .text-input h6 {
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #005CA9;
}
.text-input div {
  max-width: 100%;
}
.text-input img {
  max-width: 100%;
  border-radius: 8px;
}
.text-input .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.text-input blockquote {
  font-size: 20px;
  line-height: 28px;
  color: #005CA9;
  font-style: italic;
  width: 100%;
  margin: 30px 0 50px 0;
  float: left;
  position: relative;
  left: 110px;
}

.seperatorline {
  width: 100%;
  float: left;
  background-color: #07284A;
  height: 1px;
}

.btn {
  min-width: 135px;
  padding: 10px 20px;
  background-color: #005CA9;
  border: 1px solid #005CA9;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  min-width: 155px;
  display: inline-block;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
}
.btn:hover {
  background-color: #07284A !important;
  border: 1px solid #07284A;
  opacity: 1 !important;
}
.btn.outline {
  background-color: #ffffff;
  color: #005CA9 !important;
  border: 1px solid #005CA9;
}
.btn.outline:hover {
  color: #ffffff !important;
}
.btn:first-child {
  margin-right: 10px;
}

.buttonrow {
  margin: 30px 0 0 0;
}

.btnrow {
  float: left;
  width: 100%;
}

a.textlink {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #005CA9;
  display: block;
  position: relative;
  padding: 0px 0 0 30px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  will-change: auto;
  transform: translateZ(0);
}
a.textlink:before {
  content: "";
  background-color: #005CA9;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 15px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  will-change: auto;
  transform: translateZ(0);
}
a.textlink:hover {
  padding-left: 40px;
}
a.textlink:hover:before {
  width: 25px;
}

.section-hl {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.border-r8 {
  border-radius: 8px;
}

#wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

main#content {
  min-height: 100vh;
  width: 100%;
  float: left;
}

.content-row {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 0 0px;
  background-color: #ffffff;
}

.content-row-fullscreen {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.content-row-inner {
  width: 100%;
  float: left;
  position: relative;
}

.content-row-inner-center {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}

.content-row-inner-center-full, .content-row-inner-wrapper {
  width: 95%;
  max-width: 1860px;
  margin: 0 auto;
  position: relative;
}

.content-row-standard-w {
  width: 90%;
  max-width: 1570px;
  margin: 0 auto;
  position: relative;
}

.content-row-standard-compact {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}

.hlline {
  display: block;
}

.relative-no {
  position: inherit !important;
}

.videoprevimage {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 20px);
  cursor: pointer;
  background-color: #B2B2B2;
  overflow: hidden;
  border-radius: 9px;
}
.videoprevimage:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.videoprevimage img {
  width: 100%;
  height: auto;
  filter: grayscale(10%);
  -webkit-filter: grayscale(10%);
  -moz-filter: grayscale(10%);
}
.videoprevimage .ytprevimg {
  margin: -110px 0 0 0;
}
.videoprevimage:hover {
  filter: brightness(83%);
  -webkit-filter: brightness(83%);
  -moz-filter: brightness(83%);
}

.videobox-youtube .videoprevimage {
  display: none;
}

.mobile-boxslider-btn {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.content-row-header {
  position: fixed;
  top: 15px;
  z-index: 99;
  background-color: transparent;
}
.content-row-header .btn-navlayer {
  float: right;
  width: 68px;
  height: 68px;
  margin: 0 0 0 10px;
  position: relative;
  cursor: pointer;
  background-color: rgba(7, 40, 74, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.content-row-header .btn-navlayer .icon-burger {
  display: block;
  width: 23px;
  margin: 25px auto 0 auto;
}
.content-row-header .btn-navlayer .icon-burger-x {
  display: none;
  width: 15px;
  margin: 28px auto 0 auto;
}
.content-row-header .btn-navlayer:hover {
  background-color: #F2F2F2;
}
.content-row-header .headerbar {
  float: left;
  width: calc(100% - 78px);
  height: 68px;
  position: relative;
  background-color: rgba(7, 40, 74, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10;
}
.content-row-header .headerbar .img-logo {
  display: block;
  float: left;
  margin: 14px 0 0 25px;
  width: 131px;
}
.content-row-header .headerbar .menupart {
  position: relative;
  float: right;
  width: auto;
  margin: 22.5px 25px 0 0px;
}
.content-row-header .headerbar .menupart .headermainmenubox {
  position: relative;
  float: left;
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul {
  padding: 0px;
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul li {
  float: left;
  margin: 0 60px 0 0;
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul li a {
  color: #07284A;
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul li a:hover {
  color: #005CA9;
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul li ul {
  display: none;
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-item, .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-ancestor, .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-parent {
  position: relative;
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-item:before, .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-ancestor:before, .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-parent:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -10px;
  height: 2px;
  width: calc(100% + 20px);
  background: linear-gradient(135deg, #005CA9 0%, #7BC7FE 100%);
}
.content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-item a, .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-ancestor a, .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-parent a {
  color: #005CA9;
  font-weight: 600;
}
.content-row-header .headerbar .menupart .searchbox {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
.content-row-header .headerbar .menupart .searchbox .icon-search {
  display: block;
  margin: 4px 0 0 0;
  width: 16px;
  cursor: pointer;
}
.content-row-header .headerbar .menupart .searchbox .searchinput {
  position: absolute;
  right: 0px;
  top: -500px;
  opacity: 0;
  pointer-events: none;
}
.content-row-header .headerbar .menupart .searchbox.open .searchinput {
  z-index: 20;
  right: -11px;
  top: -22px;
  opacity: 1;
  pointer-events: inherit;
  box-shadow: 10px 20px 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 67px;
  width: 545px;
  padding: 0 0px 0 0;
  background: #fff;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.content-row-header .headerbar .menupart .searchbox.open .searchinput .searchfield {
  border: 0px;
  background: #fff;
  padding: 8px 10px 8px 10px;
  position: relative;
  top: -3px;
  width: 470px;
  border-bottom: 1px solid #B2B2B2;
  margin: 17px 0 0 20px;
}
.content-row-header .headerbar .menupart .searchbox.open .searchinput .searchbtn {
  border: 0px;
  background-color: transparent;
  margin: 0 0 0 5px;
}
.content-row-header .headerbar .menupart .searchbox.open .searchinput .searchbtn .icon-searchbtn {
  position: relative;
  top: 4px;
}
.content-row-header .headerbar .menupart .searchbox.open .searchinput .searchbtn:hover img {
  opacity: 0.75;
}
.content-row-header .headerbar .menupart .languagebox {
  position: relative;
  float: left;
  margin: 3px 0px 0 0px;
  text-transform: uppercase;
}
.content-row-header .headerbar .menupart .languagebox .icon-world {
  position: absolute;
  display: block;
  left: 0px;
  top: 2px;
  pointer-events: none;
}
.content-row-header .headerbar .menupart .languagebox .wpml-ls-legacy-dropdown-click {
  width: 38px;
  max-width: 38px;
  padding: 0 0 0 0px;
}
.content-row-header .headerbar .menupart .languagebox .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding: 0px 0 0 20px;
  border: 0px;
  background-color: transparent;
}
.content-row-header .headerbar .menupart .languagebox .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  display: none;
}
.content-row-header .headerbar .menupart .languagebox .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: 0px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0 0 -8px;
  width: 60px;
  box-shadow: 10px 20px 50px 0 rgba(0, 0, 0, 0.05);
}
.content-row-header .headerbar .menupart .languagebox .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border: 0px;
  background-color: transparent;
  padding: 1px 0 0 0px;
}
.content-row-header.on-dark .headerbar {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.content-row-header.on-dark .btn-navlayer {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.content-row-header.on-dark .headerbar .menupart .headermainmenubox nav ul li a, .content-row-header.on-dark .wpml-ls-legacy-dropdown-click a {
  color: #fff;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.content-row-header.on-dark .wpml-ls-sub-menu .wpml-ls-link {
  color: #000000 !important;
}
.content-row-header.on-dark .icon-burger, .content-row-header.on-dark .icon-search, .content-row-header.on-dark .icon-world, .content-row-header.on-dark .img-logo {
  filter: brightness(0) invert(1);
  -webkit-transition: filter 350ms;
  -moz-transition: filter 350ms;
  -o-transition: filter 350ms;
  transition: filter 350ms;
}

.navlayerOpen .on-dark .headerbar {
  background-color: rgba(255, 255, 255, 0.7);
}
.navlayerOpen .on-dark .btn-navlayer {
  background-color: rgba(255, 255, 255, 0.7);
}
.navlayerOpen .on-dark .headerbar .menupart .headermainmenubox nav ul li a, .navlayerOpen .on-dark .wpml-ls-legacy-dropdown-click a {
  color: #07284A;
}
.navlayerOpen .on-dark .icon-burger, .navlayerOpen .on-dark .icon-search, .navlayerOpen .on-dark .icon-world, .navlayerOpen .on-dark .img-logo {
  filter: inherit;
}

.onlylayer, .menulayerback {
  display: none;
}

.navlayerOpen {
  overflow: hidden;
}

.noclick > a {
  cursor: default;
  pointer-events: none;
}

.box-menulayer {
  opacity: 0;
  pointer-events: none;
  float: left;
  margin: 10px 0 0 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  position: relative;
  background-color: rgba(7, 40, 74, 0.03);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
  will-change: opacity;
  transform: translateZ(0);
}
.box-menulayer .onlylayer {
  display: inline-block;
}
.box-menulayer .box-menubar {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.box-menulayer .box-menubar ul {
  float: left;
  width: calc(100% - 80px);
  margin: 80px 0 0 50px;
  position: relative;
}
.box-menulayer .box-menubar ul li {
  font-size: 26px;
  line-height: 36px;
  display: block;
  float: left;
  width: 90%;
  border-bottom: 0.5px solid #07284A;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.box-menulayer .box-menubar ul li a {
  color: #07284A;
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.box-menulayer .box-menubar ul li a:hover {
  color: #005CA9;
}
.box-menulayer .box-menubar ul li a:before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: -21.5px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgb(0, 92, 169) 1%, rgb(123, 199, 254) 99%);
  pointer-events: none;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  will-change: auto;
  transform: translateZ(0);
}
.box-menulayer .box-menubar ul li a:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 12px;
  right: 15px;
  width: 22px;
  height: 20px;
  pointer-events: none;
  background-image: url("../img/icon-boldarrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  will-change: auto;
  transform: translateZ(0);
}
.box-menulayer .box-menubar ul li a:hover:before {
  opacity: 1;
}
.box-menulayer .box-menubar ul li a:hover:after {
  opacity: 1;
  right: 0px;
}
.box-menulayer .box-menubar ul li ul {
  display: none;
}
.box-menulayer .box-menubar ul li.active a {
  color: #005CA9;
  font-weight: 600;
}
.box-menulayer .box-menubar ul li.active a:before {
  opacity: 1;
}
.box-menulayer .box-menubar ul li.active a:after {
  opacity: 1;
  right: 0px;
}
.box-menulayer .box-menubar ul li.current-menu-item a, .box-menulayer .box-menubar ul li.current-menu-ancestor a {
  color: #005CA9;
  font-weight: 600;
}
.box-menulayer .box-menubar ul li.current-menu-item a:before, .box-menulayer .box-menubar ul li.current-menu-ancestor a:before {
  opacity: 1;
}
.box-menulayer .box-menubar ul li.current-menu-item a:after, .box-menulayer .box-menubar ul li.current-menu-ancestor a:after {
  opacity: 1;
  right: 0px;
}
.box-menulayer .box-menubar .quicklinks {
  float: left;
  width: calc(100% - 80px);
  margin: 80px 0 0 50px;
  position: relative;
}
.box-menulayer .box-menubar .quicklinks .quicklinkitem {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.box-menulayer .box-menubar .quicklinks .quicklinkitem.duplicatelink {
  display: none;
}
.box-menulayer .box-menubar .box-sociallinks {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}
.box-menulayer .box-menubar .box-sociallinks .img-social {
  margin: 0 5px 0 0;
}
.box-menulayer .box-menubar.boxoverflowed .quicklinks {
  margin-top: 5px;
}
.box-menulayer .box-menudetail {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 30%;
  background-color: #ffffff;
  border-radius: 0 8px 8px 0px;
}
.box-menulayer .box-menudetail .box-menudetail-wrapper {
  width: calc(100% - 160px);
  float: left;
  margin: 0px 0 0 80px;
}
.box-menulayer .box-menudetail ul a {
  display: none;
}
.box-menulayer .box-menudetail ul ul a {
  display: inline-block;
}
.box-menulayer .box-menudetail .sub-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  height: 0px;
  position: absolute;
  padding: 80px 0 0 0;
}
.box-menulayer .box-menudetail .sub-menu .menu-item {
  width: calc(50% - 40px);
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  border-bottom: 0.3px solid #07284A;
  padding: 0px 0 40px 0;
  margin: 0 80px 40px 0;
  float: left;
  height: 130px;
}
.box-menulayer .box-menudetail .sub-menu .menu-item:nth-child(even) {
  margin-right: 0px;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.noborder-bottom {
  border-bottom: 0px solid #07284A;
}
.box-menulayer .box-menudetail .sub-menu .menu-item a {
  color: #005CA9;
}
.box-menulayer .box-menudetail .sub-menu .menu-item a .menu-description {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #656565;
  font-weight: 400;
}
.box-menulayer .box-menudetail .sub-menu .menu-item a:hover {
  color: #005CA9 !important;
}
.box-menulayer .box-menudetail .sub-menu .menu-item a:hover .menu-description {
  color: #005CA9;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup {
  flex: inherit;
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 0;
  padding: 0px 0 0px 0;
  margin: 0 0px 73px 0;
  height: auto;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup .linkgroupTitel {
  display: block;
  width: 100%;
  color: #656565;
  border-bottom: 0.3px solid #07284A;
  padding: 0 0 7px 0;
  margin: 0 0 25px 0;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup .sub-menu {
  display: block;
  flex-wrap: wrap;
  opacity: 1;
  pointer-events: inherit;
  height: auto;
  position: relative;
  padding: 0px 0 0 0;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup .sub-menu .menu-item {
  border-bottom: 0px;
  display: block;
  width: 100%;
  margin-right: 0px;
  height: auto;
  margin: 0 0 0 0;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup.hide .linkgroupTitel {
  display: none;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup.hide .menu-item {
  border-bottom: 0.3px solid #07284A;
  padding: 0px 0 40px 0;
  margin: 0 80px 40px 0;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup.hide .menu-item.noborder-bottom {
  border-bottom: 0.3px solid #07284A;
}
.box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup.hide .menu-item:last-child {
  border-bottom: 0px solid #07284A;
}
.box-menulayer .box-menudetail .sub-menu .menudetail-left {
  display: block;
  float: left;
  margin: 0px 80px 0 0;
  width: calc(50% - 40px);
}
.box-menulayer .box-menudetail .sub-menu .menudetail-right {
  display: block;
  float: right;
  margin: 0px 0px 0 0;
  width: calc(50% - 40px);
}
.box-menulayer .box-menudetail .show .sub-menu {
  opacity: 1;
  pointer-events: inherit;
  position: relative;
  -webkit-transition: opacity 550ms;
  -moz-transition: opacity 550ms;
  -o-transition: opacity 550ms;
  transition: opacity 550ms;
  transition-delay: 0s;
  will-change: opacity;
  transform: translateZ(0);
}
.box-menulayer .box-menudetail .show .sub-menu {
  height: calc(100vh - 115px);
  overflow: auto;
  overflow-x: hidden;
  align-items: flex-start;
}
.box-menulayer .box-menudetail .show .sub-menu .sub-menu {
  height: auto;
  overflow: visible;
  align-items: flex-start;
  padding: 80px 0 0 0;
}

body:before {
  content: "";
  opacity: 0;
  -webkit-transition: all 1250ms;
  -moz-transition: all 1250ms;
  -o-transition: all 1250ms;
  transition: all 1250ms;
  transition-delay: 0s;
}

.navlayerOpen .content-row-header .btn-navlayer .icon-burger {
  display: none;
}
.navlayerOpen .content-row-header .btn-navlayer .icon-burger-x {
  display: block;
}
.navlayerOpen body:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  top: 0px;
  left: 0px;
  z-index: 50;
  pointer-events: none;
}
.navlayerOpen .content-row-header .headerbar {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}
.navlayerOpen .content-row-header .btn-navlayer {
  background-color: rgba(255, 255, 255, 0.7);
}
.navlayerOpen .box-menulayer {
  box-shadow: 10px 20px 50px 0 rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  height: calc(100vh - 110px);
  opacity: 1;
  pointer-events: inherit;
}

.floatingbtn-mail {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 5px;
}
.floatingbtn-mail:hover {
  bottom: 0px;
}

.menusideklickbar {
  position: absolute;
  top: 0px;
  width: 300px;
  height: calc(100vh + 100px);
  top: -100px;
}

.menusideklickbar-l {
  left: -300px;
}

.menusideklickbar-r {
  right: -300px;
}

.content-row-imageFullscreen {
  padding: 50px 0px;
}
.content-row-imageFullscreen .boximage {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.content-row-imageFullscreen .boximage img {
  display: block;
  width: 100%;
  height: auto;
}
.content-row-imageFullscreen .boximage .imagedesc {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  line-height: 14px;
  background-color: #F0F7FF;
  z-index: 1;
  padding: 7px 10px;
}
.content-row-imageFullscreen .videobox {
  float: left;
  position: relative;
  width: 100%;
}
.content-row-imageFullscreen .videobox video {
  width: 100%;
  height: auto;
}
.content-row-imageFullscreen .videobox-youtube {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.content-row-imageFullscreen .videobox-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.content-row-imageFullscreen .transition-fullscreen {
  position: absolute;
  top: -100%;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgb(255, 255, 255) 52%, rgb(255, 255, 255) 98%);
  -webkit-transition: all 1850ms;
  -moz-transition: all 1850ms;
  -o-transition: all 1850ms;
  transition: all 1850ms;
  will-change: auto;
  transform: translateZ(0);
}
.content-row-imageFullscreen .transition-fullscreen.transition-fullscreen-hide {
  top: 100%;
  height: 100%;
}

.content-row-animatedheadline {
  padding: 100px 0 0 0;
}
.content-row-animatedheadline .animated-word {
  font-size: 130px;
  line-height: 130px;
  color: #07284A;
  font-weight: 600;
}
.content-row-animatedheadline .animatedrow-1 {
  float: left;
  width: 100%;
}
.content-row-animatedheadline .animated-word-1 {
  float: left;
  max-width: 290px;
  overflow: hidden;
}
.content-row-animatedheadline .animated-word-box {
  float: left;
  position: relative;
  width: calc(100% - 330px);
  height: 156px;
  overflow: hidden;
  margin: 0 0 0 25px;
}
.content-row-animatedheadline .animated-word-box .animated-word-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #07284A;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  padding: 0 0 10px 0;
  -webkit-transition: opacity 550ms;
  -moz-transition: opacity 550ms;
  -o-transition: opacity 550ms;
  transition: opacity 550ms;
}
.content-row-animatedheadline .animated-word-box .animated-word-item:first-child {
  opacity: 1;
}
.content-row-animatedheadline .animated-word-box .wordhidelayer {
  position: absolute;
  left: 78px;
  top: 0px;
  height: 100%;
  z-index: 50;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 550ms;
  -moz-transition: all 550ms;
  -o-transition: all 550ms;
  transition: all 550ms;
}
.content-row-animatedheadline .animated-word-box .wordhidelayer .wordhidelayer-line {
  position: absolute;
  height: 10px;
  width: 400px;
  background-color: #07284A;
  left: 30px;
  top: 63px;
}
.content-row-animatedheadline .animated-word-box .wordhidelayer.run {
  width: 0px;
  left: calc(100% - 0px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.content-row-animatedheadline .animated-word-box .wordhidelayer.run-back {
  width: 100%;
  left: -20px;
  -webkit-transition: all 450ms;
  -moz-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
}
.content-row-animatedheadline .animated-word-box.animationstarted .animated-word-item {
  opacity: 0;
  color: #005CA9;
}
.content-row-animatedheadline .animated-word-box.animationstarted .animated-word-item.active {
  color: #005CA9;
  background: linear-gradient(to right, #001f4d, #66ccff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 1;
  transition-delay: 0.5s;
}
.content-row-animatedheadline .animated-word-box.animationstarted .animated-word-item.firstwordOn {
  opacity: 1;
}
.content-row-animatedheadline .animatedrow-2 {
  float: left;
  width: 100%;
  margin: -15px 0 0 0;
}
.content-row-animatedheadline .dragline {
  position: relative;
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
.content-row-animatedheadline .dragline .dragborder {
  width: 100%;
  float: left;
  height: 2px;
  background: #005CA9;
  border-radius: 2px;
}
.content-row-animatedheadline .dragline .dragbutton {
  position: absolute;
  top: -20px;
  z-index: 5;
  left: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 10px;
  background: #005CA9;
  border: 5px solid #ffffff;
}
.content-row-animatedheadline .dragline .dragbutton .icon-drag {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
}
.content-row-animatedheadline .dragline .dragbutton .icon-drag.gohide {
  top: -80px;
  -webkit-transition: top 1550ms;
  -moz-transition: top 1550ms;
  -o-transition: top 1550ms;
  transition: top 1550ms;
}
.content-row-animatedheadline .dragline .dragbutton .lettermarker {
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 100%;
  top: 2.5px;
  opacity: 1;
  -webkit-transition: all 1550ms;
  -moz-transition: all 1550ms;
  -o-transition: all 1550ms;
  transition: all 1550ms;
}
.content-row-animatedheadline .dragline .dragbutton .lettermarker.fade {
  top: -80px;
  opacity: 0;
}
.content-row-animatedheadline .dragline .dragbutton .lettermarker-item {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px 0 20px 0;
}
.content-row-animatedheadline .description {
  margin: 100px 0 0 0;
  width: 690px;
  max-width: 90%;
  float: left;
}
.content-row-animatedheadline .description .line {
  width: 99px;
  height: 1px;
  background: #07284A;
  opacity: 0.3;
  margin: 0 0 30px 0;
  display: none;
}
.content-row-animatedheadline .description h1 {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.content-row-animatedheadline .description .text-input {
  font-size: 18px;
  line-height: 28px;
}

.content-row-textheader {
  padding: 70px 0 0 0;
}
.content-row-textheader .statusline {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
.content-row-textheader .statusline .line {
  position: relative;
  float: left;
  width: 100%;
  height: 0.5px;
}
.content-row-textheader .statusline .statusline-firstlast {
  position: absolute;
  top: -13px;
  background-color: #ffffff;
  z-index: 2;
}
.content-row-textheader .statusline .statusline-firstlast.statusline-first {
  left: 0px;
  padding-right: 20px;
}
.content-row-textheader .statusline .statusline-firstlast.statusline-last {
  right: 0px;
  padding-left: 20px;
}
.content-row-textheader .statusline .letterbuttonbar {
  width: calc(100% - 154px);
  height: 10px;
  position: relative;
  margin: 0 0 0 55px;
  z-index: 10;
}
.content-row-textheader .statusline .letterbutton {
  position: absolute;
  top: -15px;
  z-index: 5;
  left: 65px;
  cursor: default;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 10px;
  background: #D8D8D8;
  border: 5px solid #ffffff;
}
.content-row-textheader .statusline .letterbutton .icon-drag {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
}
.content-row-textheader .statusline .letterbutton .icon-drag.gohide {
  top: -80px;
  -webkit-transition: top 1550ms;
  -moz-transition: top 1550ms;
  -o-transition: top 1550ms;
  transition: top 1550ms;
}
.content-row-textheader .statusline .letterbutton .lettermarker {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 100%;
  top: -1.5px;
  opacity: 1;
  -webkit-transition: all 1550ms;
  -moz-transition: all 1550ms;
  -o-transition: all 1550ms;
  transition: all 1550ms;
}
.content-row-textheader .statusline .letterbutton .lettermarker.fade {
  top: -80px;
  opacity: 0;
}
.content-row-textheader .statusline .letterbutton .lettermarker-item {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px 0 20px 0;
}
.content-row-textheader .bigText {
  font-size: 100px;
  line-height: 110px;
  font-weight: 600;
}
.content-row-textheader .mainHL {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 10px 0 0 0;
  max-width: 830px;
}
.content-row-textheader .shortInfo {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  max-width: 830px;
}
.content-row-textheader .buttonrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.single .content-row-textheader .statusline .statusline-last {
  display: none;
}
.single .letterbuttonbar {
  display: none;
}
.single .content-row-textheader .statusline .statusline-first {
  background-image: url("../img/icon-arrowback.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  font-size: 0px;
  padding: 0 20px 0 20px;
  cursor: pointer;
  background-position: 6px 6.5px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.single .content-row-textheader .statusline .statusline-first:hover {
  background-position: 0px 6.5px;
}

.content-row-imageheader {
  padding: 12px 0 0 0;
}
.content-row-imageheader .box-headerimage {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
  max-height: 400px;
  overflow: hidden;
}
.content-row-imageheader .box-headerimage .fullscreen {
  width: 100%;
}
.content-row-imageheader .statusline {
  margin: 20px 0 20px 0;
}

.tagbox {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.tagbox .tagitem {
  color: #005CA9;
  border: 1px solid #005CA9;
  display: inline-block;
  border-radius: 4px;
  font-size: 15px;
  padding: 2px 10px;
  margin: 0 10px 10px 0;
  font-weight: 600;
}

.hrline {
  height: 0.5px;
  width: 100%;
  float: left;
  margin: 100px 0 0 0;
}

.content-row-newsheader .date {
  float: left;
  width: 100%;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #005CA9;
}
.content-row-newsheader .newsHL {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  margin: 0 0 60px 0;
}
.content-row-newsheader .shortInfo {
  font-weight: 400;
  max-width: 100%;
}
.content-row-newsheader .textpart {
  width: 58%;
  float: left;
}
.content-row-newsheader .imagepartpart {
  float: right;
  width: 30%;
}
.content-row-newsheader .imagepartpart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-row-newsheader .imagepartpart .buttonrow {
  width: auto;
  float: left;
  position: relative;
}
.content-row-newsheader .imagepartpart .downloadbtn {
  position: relative;
  float: left;
  width: 145px;
  background: #005CA9;
  height: 42px;
  border-radius: 4px;
  margin: 30px 0 0 0;
  color: #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-newsheader .imagepartpart .downloadbtn .icon-download {
  width: 16px;
  object-fit: unset;
  position: absolute;
  left: 30px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.content-row-newsheader .imagepartpart .downloadbtn .icon-download.icon-download-lock {
  left: 10px;
  width: 13px;
}
.content-row-newsheader .imagepartpart .downloadbtn:before {
  content: "Download";
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  top: 11px;
  left: 55px;
}
.content-row-newsheader .imagepartpart .downloadbtn:hover {
  background: #07284A;
}

.content-row-contactheader .buttonrow {
  position: relative;
  margin: 40px 0 0 0;
}
.content-row-contactheader .companyphone {
  margin: 20px 0 10px 0;
}
.content-row-contactheader .img-icon {
  margin: 0 15px 0 0;
}

.content-row-breadcrumb span {
  font-size: 13px;
  line-height: 13px;
  margin: 0 4px 0 4px;
}
.content-row-breadcrumb span a {
  color: #656565;
  text-decoration: underline;
}
.content-row-breadcrumb .bchome {
  font-size: 0px;
  text-indent: -999999px;
  display: inline-block;
  background-color: transparent;
  width: 11px;
  height: 12px;
  background-image: url("../img/icon-home.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  opacity: 0.6;
  margin: 0 8px 0 25px;
  position: relative;
  top: -4px;
}
.content-row-breadcrumb .bchome:hover {
  opacity: 0.9;
}

.home .content-row-breadcrumb {
  display: none;
}

.content-row-textteaser .description {
  margin: 100px 0 0 0;
  max-width: 1055px;
  float: left;
}
.content-row-textteaser .description .line {
  width: 99px;
  height: 1px;
  background: #07284A;
  opacity: 0.3;
  margin: 0 0 30px 0;
}
.content-row-textteaser .description .text-input {
  margin: 20px 0 20px 0;
  font-size: 18px;
  line-height: 28px;
  float: left;
  width: 100%;
}

.content-row-textboxrows {
  padding: 100px 0 25px 0;
}
.content-row-textboxrows .textboxes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.content-row-textboxrows .textboxes .textbox-item {
  width: calc(33.333% - 30px);
  box-sizing: border-box;
  margin: 0 30px 30px 0px;
  padding: 40px 30px;
  min-height: 320px;
  position: relative;
  background-color: #F8F8F8;
}
.content-row-textboxrows .textboxes .textbox-item .linkrow {
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.content-row-textboxrows .textboxes .textbox-item .linkrow a::before {
  height: 3px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.content-row-textboxrows2 {
  padding: 50px 0 0 0;
}
.content-row-textboxrows2 .textboxes .textbox-item {
  background-color: transparent;
  min-height: 250px;
  border: 1px solid #656565;
  padding: 50px 30px;
}
.content-row-textboxrows2 .textboxes .textbox-item h3 {
  max-width: calc(100% - 60px);
}
.content-row-textboxrows2 .textboxes .textbox-item .text-input {
  margin: 30px 0 0 0;
  width: 88%;
}
.content-row-textboxrows2 .textboxes .textbox-item .infoCount {
  display: block;
  font-size: 61px;
  font-weight: 300;
  color: #AECBE4;
  position: absolute;
  right: 30px;
  top: 50px;
}

.content-row-imagetextrow {
  padding: 50px 0 0 0;
}
.content-row-imagetextrow .imagetextrowtbox-wrapper {
  float: left;
  width: 100%;
  padding: 30px;
}
.content-row-imagetextrow .imagetextrowtbox-wrapper .imagebox {
  float: left;
  width: 35%;
  margin: 0 6% 0 0;
}
.content-row-imagetextrow .imagetextrowtbox-wrapper .imagebox img {
  display: block;
}
.content-row-imagetextrow .imagetextrowtbox-wrapper .subinfo {
  float: left;
  width: 100%;
  margin: -10px 0 20px 0;
  opacity: 0.75;
}
.content-row-imagetextrow .imagetextrowtbox-wrapper .textbox {
  float: left;
  width: 50%;
  max-width: 720px;
  margin: 30px 0 0 0;
}
.content-row-imagetextrow .imagetextrowtbox-wrapper .linkrow {
  margin: 20px 0 0 0;
}
.content-row-imagetextrow .carousel-btnbox {
  float: right;
  margin: 0 0 20px 0;
}
.content-row-imagetextrow .carousel-btnbox .carousel-btn {
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.content-row-imagetextrow .carousel-btnbox .carousel-btn:hover {
  opacity: 0.8;
}
.content-row-imagetextrow .imagetextrow-slider .content-row-standard-w {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 850ms;
  -moz-transition: opacity 850ms;
  -o-transition: opacity 850ms;
  transition: opacity 850ms;
}
.content-row-imagetextrow .imagetextrow-slider .content-row-standard-w.active {
  height: auto;
  overflow: visible;
  z-index: 2;
  opacity: 1;
  pointer-events: inherit;
}

.content-row-imagetextrow2 {
  padding: 100px 0 0 0;
}
.content-row-imagetextrow2 .imagetextrowtbox-wrapper {
  float: left;
  width: 100%;
  padding: 0px;
}
.content-row-imagetextrow2 .imagetextrowtbox-wrapper .imagebox {
  float: left;
  width: 48%;
  margin: 0 0 0 0;
}
.content-row-imagetextrow2 .imagetextrowtbox-wrapper .imagebox img {
  display: block;
}
.content-row-imagetextrow2 .imagetextrowtbox-wrapper .textbox {
  float: left;
  width: 40%;
  max-width: 525px;
  margin: 30px 0 0 10%;
  padding: 50px 0 0 0;
}
.content-row-imagetextrow2 .imagetextrowtbox-wrapper .texthl {
  margin: 0 0 60px 0;
}
.content-row-imagetextrow2 .imagetextrowtbox-wrapper .textsubhl {
  margin: 0 0 20px 0;
}
.content-row-imagetextrow2 .imagetextrowtbox-wrapper .linkrow {
  margin: 20px 0 0 0;
}

.content-row-imagetextgrid {
  padding: 80px 0 0 0;
}
.content-row-imagetextgrid .textboxes .textbox-item {
  padding: 40px 30px 80px 30px;
}
.content-row-imagetextgrid .textboxes .textbox-item h3 {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.content-row-imagetextgrid .textboxes .textbox-item .boximage .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-row-imageset {
  padding: 50px 0 0 0;
  margin-bottom: -50px;
}
.content-row-imageset .imagesetbox {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.content-row-imageset .boximage {
  border-radius: 8px;
  overflow: hidden;
  max-height: 450px;
  position: relative;
  padding: 0 0 50px 0;
}
.content-row-imageset .boximage .imagedesc {
  position: relative;
  bottom: 0px;
  background: #fff;
  width: 100%;
  z-index: 20;
  padding: 0 5px 0 10px;
  opacity: 0.9;
  display: none;
}
.content-row-imageset .boximage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-imageset .boximage .BTNvideoplay {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  object-fit: none !important;
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin: -20px 0 0 -40px;
  opacity: 0.95;
}
.content-row-imageset .boximage .BTNvideoplay:hover {
  opacity: 0.8;
}
.content-row-imageset .boximage .videobox {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.content-row-imageset .boximage .videobox .video {
  width: 100%;
  height: 100%;
}
.content-row-imageset .boximage.videoplaying img {
  opacity: 0 !important;
  pointer-events: none;
}
.content-row-imageset .boximage.videoplaying .videobox {
  display: block;
}
.content-row-imageset .boximage1 {
  flex: 0 0 calc(65% - 30px);
}
.content-row-imageset .boximage2 {
  flex: 0 0 35%;
}

.content-row-textblock {
  padding: 75px 0 0px 0;
}
.content-row-textblock h2 {
  margin: 0 0 15px 0;
  font-weight: 600;
}
.content-row-textblock .textbox {
  float: left;
  max-width: 830px;
}
.content-row-textblock .column-2 .textbox {
  width: 48%;
}
.content-row-textblock .column-2 .textbox.textbox2 {
  float: right;
}

.hl-dark h1, .hl-dark h2, .hl-dark h3, .hl-dark h4, .hl-dark h5, .hl-dark h6 {
  color: #07284A !important;
}

.content-row-accordionbanner {
  padding: 50px 0 0 0;
}
.content-row-accordionbanner .accordionbanner-item-wrapper {
  position: absolute;
  top: 190px;
  right: 0px;
  width: 30%;
  z-index: 10;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item {
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .linkrow {
  margin: 25px 0 0 0;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .accordionbanner-item-titel {
  cursor: pointer;
  width: 100%;
  float: left;
  height: 75px;
  background-color: #fff;
  margin: 0 0 0 0px;
  padding: 21.5px 0 0 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0.85;
  transform: translateZ(0);
  will-change: backdrop-filter, opacity;
  contain: paint;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .accordionbanner-item-titel:hover {
  opacity: 1;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .accordionbanner-item-titel .toggleicon {
  display: none;
  position: absolute;
  font-size: 35px;
  font-weight: 600;
  top: 26px;
  right: 30px;
  opacity: 0.8;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .accordionbanner-item-titel .toggleicon.toggleicon-open {
  display: inline;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .accordionbanner-item-text {
  pointer-events: none;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item.open {
  background-color: #ffffff;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item.open .accordionbanner-item-titel {
  opacity: 1;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item.open .accordionbanner-item-titel .toggleicon.toggleicon-open {
  display: none;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item.open .accordionbanner-item-titel .toggleicon.toggleicon-close {
  display: inline-block;
  top: 25px;
}
.content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item.open .accordionbanner-item-text {
  pointer-events: inherit;
  height: auto;
  overflow: hidden;
  opacity: 1;
  position: relative;
  float: left;
  padding: 0 30px 30px 30px;
}
.content-row-accordionbanner .bgimagebox .accordion-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-row-accordionbanner .bgimagebox .accordion-image.accordion-image-on {
  position: relative;
  z-index: 5;
  opacity: 1;
}

.content-row-texttriggeredimageswap {
  padding: 100px 0 0 0;
}
.content-row-texttriggeredimageswap .triggertextbox {
  position: relative;
  float: left;
  width: 48%;
}
.content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 0.3px solid #07284A;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}
.content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item:last-child {
  border: 0px;
}
.content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item .triggertextbox-item-icon {
  width: 50px;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
}
.content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item .textpart {
  width: calc(100% - 90px);
  float: right;
  position: relative;
}
.content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item .textpart h3 {
  margin: 0px;
}
.content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item .textpart .icon-arrow {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 1px;
  opacity: 0;
}
.content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item:hover .textpart .icon-arrow, .content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item.active .textpart .icon-arrow {
  right: 0px;
  opacity: 1;
}
.content-row-texttriggeredimageswap .triggerimagebox {
  position: relative;
  float: right;
  width: 48%;
}
.content-row-texttriggeredimageswap .triggerimagebox .triggerimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.content-row-texttriggeredimageswap.noicons .triggertextbox .triggertextbox-item .triggertextbox-item-icon {
  display: none;
}
.content-row-texttriggeredimageswap.noicons .triggertextbox .triggertextbox-item .textpart {
  width: calc(100% - 25px);
  float: left;
}
.content-row-texttriggeredimageswap.noicons .triggertextbox .triggertextbox-item .textpart .icon-arrow {
  right: -13px;
}

.content-row-texttriggeredimageswap2 .triggertextbox-wrapper {
  float: left;
  padding: 30px;
}
.content-row-texttriggeredimageswap2 .triggertextbox {
  float: right;
  padding: 40px 0 0 0;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .linkrow {
  margin: 25px 0 0 0;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .textpart {
  float: left;
  width: 100%;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .triggertextbox-item-titel {
  cursor: pointer;
  color: #07284A;
  font-weight: 400;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .triggertextbox-item-titel h3 {
  font-weight: 400;
  color: #07284A;
  position: relative;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .triggertextbox-item-text {
  opacity: 0;
  pointer-events: none;
  height: 0px;
  position: absolute;
  z-index: -1;
  margin: 20px 0 0 0;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .toggleicon {
  position: absolute;
  font-size: 35px;
  font-weight: 600;
  top: 7px;
  right: 30px;
  opacity: 0.8;
  color: #07284A;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .toggleicon.toggleicon-close {
  display: none;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item.active .triggertextbox-item-titel {
  color: #005CA9;
  font-weight: 600;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item.active .triggertextbox-item-titel h3 {
  color: #005CA9;
  font-weight: 600;
  left: -0.4px;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item.active .triggertextbox-item-text {
  opacity: 1;
  pointer-events: inherit;
  height: auto;
  position: relative;
  z-index: 5;
  -webkit-transition: opacity 850ms;
  -moz-transition: opacity 850ms;
  -o-transition: opacity 850ms;
  transition: opacity 850ms;
  will-change: opacity;
  transform: translateZ(0);
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item.active .toggleicon {
  opacity: 1;
  color: #005CA9;
  top: 2px;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item.active .toggleicon.toggleicon-open {
  display: none;
}
.content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item.active .toggleicon.toggleicon-close {
  display: block;
}
.content-row-texttriggeredimageswap2 .triggerimagebox {
  float: left;
}

.content-row-swapimageslider {
  padding: 50px;
}
.content-row-swapimageslider .swapimageslider-wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.content-row-swapimageslider .swapimageslider-wrapper .boxlable {
  flex: 0 0 33%;
  margin: 50px 30px 50px 0px;
}
.content-row-swapimageslider .swapimageslider-wrapper .boxlable .labelbtn {
  float: left;
  width: calc(100% - 30px);
  margin: 30px 0 0 30px;
  border-bottom: 0.3px solid #07284A;
  padding: 0 0 30px 10px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: #07284A;
  position: relative;
}
.content-row-swapimageslider .swapimageslider-wrapper .boxlable .labelbtn .labelbar {
  width: 0%;
  height: 4px;
  bottom: -1px;
  position: absolute;
  left: 0px;
}
.content-row-swapimageslider .swapimageslider-wrapper .boxlable .labelbtn:hover {
  color: #005CA9;
}
.content-row-swapimageslider .swapimageslider-wrapper .boxlable .labelbtn.active {
  color: #005CA9;
}
.content-row-swapimageslider .swapimageslider-wrapper .boxlable .labelbtn.active .labelbar {
  width: 100%;
  height: 4px;
  bottom: -2px;
  position: absolute;
  left: 0px;
  -webkit-transition: width 6000ms;
  -moz-transition: width 6000ms;
  -o-transition: width 6000ms;
  transition: width 6000ms;
  will-change: width;
  transform: translateZ(0);
}
.content-row-swapimageslider .swapimageslider-wrapper .boxlable .labelbtn:last-child {
  margin-bottom: 30px;
}
.content-row-swapimageslider .swapimageslider-wrapper .boximage {
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 calc(65% - 30px);
  position: relative;
  border: 30px solid #F8F8F8;
}
.content-row-swapimageslider .swapimageslider-wrapper .boximage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-row-swapimageslider .swapimageslider-wrapper .boximage .sliderswapimage {
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
  opacity: 0;
  will-change: opacity;
  transform: translateZ(0);
}
.content-row-swapimageslider .swapimageslider-wrapper .boximage .sliderswapimage.active {
  z-index: 5;
  opacity: 1;
}

.content-row-swaptextslider .swapimageslider-wrapper .boxlable {
  margin-right: 0px;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxlable .labelbtn {
  width: 100%;
  margin: 33px 0 0 0px;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxlable .labelbtn.active .labelbar {
  -webkit-transition: width 14000ms;
  -moz-transition: width 14000ms;
  -o-transition: width 14000ms;
  transition: width 14000ms;
}
.content-row-swaptextslider .swapimageslider-wrapper .boximage {
  width: 100%;
  float: left;
  position: relative;
  border: 0px solid #F8F8F8;
}
.content-row-swaptextslider .swapimageslider-wrapper .boximage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-row-swaptextslider .swapimageslider-wrapper .boximage .sliderswapimage {
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
  opacity: 0;
}
.content-row-swaptextslider .swapimageslider-wrapper .boximage .sliderswapimage.active {
  z-index: 5;
  opacity: 1;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext {
  flex: 0 0 calc(55% - 120px);
  position: relative;
  margin: 0 0 0 120px;
  max-width: 730px;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext .contentpart {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext .contentpart h3 {
  margin: 20px 0px 0 0;
  max-width: 650px;
  float: left;
  width: 100%;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext .contentpart .text-input {
  margin: 10px 0px 0 0;
  max-width: 650px;
  float: left;
  width: 100%;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext .contentpart .boximage {
  height: auto;
  width: 100%;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext .contentpart .boximage img {
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
}
.content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext .contentpart.active {
  position: relative;
  opacity: 1;
  pointer-events: inherit;
  z-index: 2;
}

.content-row-interactivetabs {
  padding: 80px 0 0 0;
}
.content-row-interactivetabs .tabbuttons-wrapper {
  padding: 80px 0px 80px 0;
}
.content-row-interactivetabs .tabbuttons-wrapper .tabbuttons {
  display: flex;
  width: 100%;
  margin: 0 0 80px 0;
}
.content-row-interactivetabs .tabbuttons-wrapper .tabbuttons .tabbutton {
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #B2B2B2;
  padding: 0 0 20px 0;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.content-row-interactivetabs .tabbuttons-wrapper .tabbuttons .tabbutton.tabbutton-1 {
  text-align: left;
  padding-left: 20px;
}
.content-row-interactivetabs .tabbuttons-wrapper .tabbuttons .tabbutton.tabbutton-4 {
  text-align: right;
  padding-right: 20px;
}
.content-row-interactivetabs .tabbuttons-wrapper .tabbuttons .tabbutton .tabbuttonbar {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item {
  flex: 0 0 calc((100% - 60px) / 3);
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0px;
  min-height: 80px;
  position: relative;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .info {
  float: left;
  width: 100%;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item h3 {
  font-size: 18px;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .text-input {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px 0 0 0;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount {
  position: relative;
  float: left;
  width: 100%;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount .priocountitem {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #B2B2B2;
  border-radius: 4px;
  margin: 0 3px 3px 0;
  -webkit-transition: background 650ms;
  -moz-transition: background 650ms;
  -o-transition: background 650ms;
  transition: background 650ms;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio1 .priocountitem:nth-child(1) {
  background: #005CA9;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio2 .priocountitem:nth-child(1), .content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio2 .priocountitem:nth-child(2) {
  background: #005CA9;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio3 .priocountitem:nth-child(1), .content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio3 .priocountitem:nth-child(2), .content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio3 .priocountitem:nth-child(3) {
  background: #005CA9;
}
.content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio4 .priocountitem:nth-child(1), .content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio4 .priocountitem:nth-child(2), .content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio4 .priocountitem:nth-child(3), .content-row-interactivetabs .tabbuttons-wrapper .tab-itemboxes .tab-item .priocount.prio4 .priocountitem:nth-child(4) {
  background: #005CA9;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-1 .tabbuttons .tabbutton-1 {
  color: #005CA9;
  font-weight: 600;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-1 .tabbuttons .tabbutton-1 .tabbuttonbar {
  width: 100%;
  left: 0%;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-2 .tabbuttons .tabbutton-2 {
  color: #005CA9;
  font-weight: 600;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-2 .tabbuttons .tabbutton-2 .tabbuttonbar {
  width: 100%;
  left: 0%;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-3 .tabbuttons .tabbutton-3 {
  color: #005CA9;
  font-weight: 600;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-3 .tabbuttons .tabbutton-3 .tabbuttonbar {
  width: 100%;
  left: 0%;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-4 .tabbuttons .tabbutton-4 {
  color: #005CA9;
  font-weight: 600;
}
.content-row-interactivetabs .tabbuttons-wrapper.active-4 .tabbuttons .tabbutton-4 .tabbuttonbar {
  width: 100%;
  left: 0%;
}

.content-row-icontextgrid {
  padding: 100px 0 0 0;
}
.content-row-icontextgrid .textboxes {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.content-row-icontextgrid .textboxes .textbox-item {
  width: calc(50% - 30px);
  box-sizing: border-box;
  margin: 0 30px 40px 0px;
  position: relative;
  border-bottom: 0.3px solid #07284A;
  padding: 0 0 40px 0;
}
.content-row-icontextgrid .textboxes .textbox-item .boximage {
  width: 50px;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
}
.content-row-icontextgrid .textboxes .textbox-item .textpart {
  width: calc(100% - 90px);
  float: right;
  position: relative;
}
.content-row-icontextgrid .textboxes .textbox-item .textpart h3 {
  margin: 0px;
}
.content-row-icontextgrid .textboxes .textbox-item .textpart .icon-arrow {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 1px;
  opacity: 0;
}
.content-row-icontextgrid .textboxes .textbox-item:hover .textpart .icon-arrow, .content-row-icontextgrid .textboxes .textbox-item.active .textpart .icon-arrow {
  right: 0px;
  opacity: 1;
}

.content-row-ctatextbanner {
  padding: 75px 0 0 0;
}
.content-row-ctatextbanner .content-row-inner-center-full-wrapper {
  float: left;
  width: 100%;
  padding: 0 0 150px 0;
  position: relative;
  overflow: hidden;
}
.content-row-ctatextbanner .content-row-inner-center-full-wrapper .icon-zeta {
  position: absolute;
  bottom: -4px;
  display: block;
  right: 150px;
  pointer-events: none;
}
.content-row-ctatextbanner .content-row-inner-center-full-wrapper .icon-zeta.icon-zeta2 {
  opacity: 0;
}
.content-row-ctatextbanner .content-row-inner-center-full-wrapper:hover .icon-zeta1 {
  opacity: 0;
}
.content-row-ctatextbanner .content-row-inner-center-full-wrapper:hover .icon-zeta2 {
  opacity: 1;
}
.content-row-ctatextbanner .description {
  width: 990px;
  position: relative;
  z-index: 2;
}
.content-row-ctatextbanner .description .text-input {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.content-row-ctatextbanner .buttonrow .btn {
  margin: 0 10px 10px 0;
}
.content-row-ctatextbanner .btn.outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  opacity: 0.8;
  margin-right: 10px;
}
.content-row-ctatextbanner .btn.outline:hover {
  color: #ffffff !important;
  background-color: #07284A !important;
  border: 1px solid #07284A !important;
  opacity: 1;
}

.content-row-ctatextbanner2 .content-row-inner-center-full-wrapper {
  padding: 0 0 40px 0;
}
.content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .description {
  margin: 0px 0 0 0;
  width: 60%;
  float: left;
}
.content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .description .hl.morelines {
  font-size: 32px;
  line-height: 40px;
  margin: 20px 0 0 0;
  max-width: 730px;
}
.content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .person {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 40px 0 0 0;
  position: relative;
  left: calc(0% - 0px);
  justify-content: end;
}
.content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personmeta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  text-align: right;
}
.content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personimage {
  height: 230px;
  width: 230px;
  position: relative;
  background: none;
}
.content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personimage img {
  width: auto;
  height: 100%;
  display: block;
  max-width: inherit;
}

#personalcontact-form .form-message {
  margin: 20px 0 0 0;
  position: relative;
  color: #fff;
  font-weight: 600;
  float: left;
}

.content-row-factboxes {
  padding: 100px 0 0 0;
}
.content-row-factboxes .factboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
.content-row-factboxes .factboxes .factboxes-item {
  flex: 0 0 calc((100% - 60px) / 3);
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px 30px;
  min-height: 180px;
  position: relative;
}
.content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner {
  position: absolute;
  background: #fff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  padding: 40px 30px;
  overflow: hidden;
}
.content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner .info {
  float: left;
  width: 55%;
  height: 40px;
}
.content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner .info h3 {
  font-size: 22px;
}
.content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner .number {
  float: right;
  width: 44%;
  text-align: right;
  font-size: 40px;
  font-weight: 100;
}
.content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner .text-input {
  float: left;
  width: 100%;
  position: relative;
  margin: 45px 0 0 0;
}
.content-row-factboxes.longnumberboxes .factboxes .factboxes-item .factboxes-item-inner {
  padding-top: 45px;
}
.content-row-factboxes.longnumberboxes .factboxes .factboxes-item .factboxes-item-inner .info {
  float: left;
  width: 100%;
  text-align: center;
}
.content-row-factboxes.longnumberboxes .factboxes .factboxes-item .factboxes-item-inner .number {
  width: 100%;
  text-align: center;
}
.content-row-factboxes.longnumberboxes .factboxes .factboxes-item .factboxes-item-inner .text-input {
  margin: 15px 0 0 0;
  text-align: center;
}

.content-row-benefitboxes {
  padding: 100px 0 0 0;
}
.content-row-benefitboxes .content-row-inner-center-full {
  padding: 100px 0 80px 0;
}
.content-row-benefitboxes .description {
  margin: 0 0 60px 0;
}
.content-row-benefitboxes .benefitboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.content-row-benefitboxes .benefitboxes .benefitboxes-item {
  flex: 0 0 calc((100% - 60px) / 3);
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0px;
  min-height: 80px;
  position: relative;
}
.content-row-benefitboxes .benefitboxes .benefitboxes-item .info {
  float: left;
  width: 100%;
}
.content-row-benefitboxes .benefitboxes .benefitboxes-item .text-input {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px 0 0 0;
}
.content-row-benefitboxes .benefitboxes .benefitboxes-item .letterItem {
  position: relative;
  top: 0;
  z-index: 5;
  left: 10px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0px 0 10px -10px;
  padding: 0px;
  background: #005CA9;
}
.content-row-benefitboxes .benefitboxes .benefitboxes-item .letterItem .letterItemVal {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 5px 0 0 0;
}

.content-row-recentsuccessstories {
  padding: 80px 0 0 0;
}
.content-row-recentsuccessstories .box-loop {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.content-row-recentsuccessstories .box-loop .item {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  box-sizing: border-box;
  padding: 30px;
}
.content-row-recentsuccessstories .box-loop .item a {
  display: block;
  text-decoration: none;
}
.content-row-recentsuccessstories .box-loop .item h3 {
  color: #005CA9;
  margin: 40px 0 0 0;
}
.content-row-recentsuccessstories .box-loop .item .excerpt {
  margin: 6px 0 0 0;
  width: 80%;
}
.content-row-recentsuccessstories .box-loop .item .imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-row-recentsuccessstories .box-loop > .item:nth-child(1):nth-last-child(2), .content-row-recentsuccessstories .box-loop > .item:nth-child(2):nth-last-child(1), .content-row-recentsuccessstories .box-loop > .item:only-child {
  width: calc(33.333% - 30px);
}

.box-loop .imagebox {
  overflow: hidden;
  border-radius: 8px;
}

.content-row-columnposts {
  padding: 80px 0 0 0;
}
.content-row-columnposts .box-loop {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.content-row-columnposts .box-loop .item {
  width: calc(33.333% - 30px);
  margin: 0 15px 90px;
  box-sizing: border-box;
  padding: 0px;
}
.content-row-columnposts .box-loop .item a {
  display: block;
  text-decoration: none;
}
.content-row-columnposts .box-loop .item h3 {
  color: #005CA9;
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}
.content-row-columnposts .box-loop .item .excerpt {
  margin: 6px 0 0 0;
  width: 80%;
}
.content-row-columnposts .box-loop .item .imagebox {
  float: left;
  width: 100%;
  height: 330px;
}
.content-row-columnposts .box-loop .item .imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-row-columnposts .box-loop > .item:nth-child(1):nth-last-child(2), .content-row-columnposts .box-loop > .item:nth-child(2):nth-last-child(1), .content-row-columnposts .box-loop > .item:only-child {
  width: calc(33.333% - 30px);
}
.content-row-columnposts.displayitems-4 .box-loop .item {
  width: calc(25% - 30px);
  box-sizing: border-box;
}
.content-row-columnposts.displayitems-4 .box-loop > .item:nth-child(1):nth-last-child(2), .content-row-columnposts.displayitems-4 .box-loop > .item:nth-child(2):nth-last-child(1), .content-row-columnposts.displayitems-4 .box-loop > .item:only-child {
  width: calc(25% - 30px);
}

.content-row-postslider {
  padding: 100px 0 0 0;
}
.content-row-postslider .carousel-btnbox {
  float: right;
}
.content-row-postslider .carousel-hl {
  float: left;
}
.content-row-postslider .box-loop {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.content-row-postslider .carousel-btn {
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.content-row-postslider .carousel-btn:hover {
  opacity: 0.8;
}
.content-row-postslider .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.content-row-postslider .carousel-container .carousel-wrapper {
  width: 100%;
  overflow: hidden;
}
.content-row-postslider .carousel-container .carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  margin-left: -40px;
}
.content-row-postslider .carousel-container .carousel-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}
.content-row-postslider .carousel-container .carousel-btn:hover {
  color: #007bff;
}
.content-row-postslider .carousel-container .carousel-item {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding-left: 40px;
}
.content-row-postslider .carousel-container .carousel-item .imagebox {
  margin: 0 0 20px 0;
  height: 300px;
}
.content-row-postslider .carousel-container .carousel-item .imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-row-imageslider {
  padding: 50px 0 75px 0;
}
.content-row-imageslider .content-row-inner-center-full {
  overflow: hidden;
  padding: 0 0 50px 0;
}
.content-row-imageslider .carousel-btnbox {
  float: left;
}
.content-row-imageslider .carousel-hl {
  float: left;
}
.content-row-imageslider .box-loop {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.content-row-imageslider .carousel-btn {
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.content-row-imageslider .carousel-btn:hover {
  opacity: 0.8;
}
.content-row-imageslider .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  position: relative;
}
.content-row-imageslider .carousel-container:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100% + 2px);
  background-color: #ffffff;
  z-index: 10;
  top: 0px;
  right: calc(100% + 40px);
}
.content-row-imageslider .carousel-container .carousel-wrapper {
  width: 100%;
  overflow: visible;
}
.content-row-imageslider .carousel-container .carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  margin-left: 0px;
}
.content-row-imageslider .carousel-container .carousel-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}
.content-row-imageslider .carousel-container .carousel-btn:hover {
  color: #007bff;
}
.content-row-imageslider .carousel-container .carousel-item {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 0px;
  overflow: hidden;
}
.content-row-imageslider .carousel-container .carousel-item .imagebox {
  margin: 0 0 0px 0;
  height: 450px;
  width: calc(100% - 40px);
  overflow: hidden;
  position: relative;
  padding: 0 0 0px 0;
}
.content-row-imageslider .carousel-container .carousel-item .imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content-row-imageslider .carousel-container .carousel-item .imagedesc {
  margin: 10px 0 0 0;
  opacity: 0;
  position: absolute;
  z-index: 20;
  float: left;
  width: 100%;
  bottom: 0px;
  background-color: #F0F7FF;
  padding: 5px 10px 5px 10px;
  line-height: 16px;
  font-size: 14px;
}
.content-row-imageslider .carousel-container .carousel-item.inview .imagedesc {
  opacity: 0.85;
  -webkit-transition: opacity 850ms;
  -moz-transition: opacity 850ms;
  -o-transition: opacity 850ms;
  transition: opacity 850ms;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.content-row-imageslider .carousel-container.autoheight-container .carousel-item .imagebox {
  height: auto;
}

.content-row-teamslider {
  padding: 0px;
}
.content-row-teamslider .carousel-container .carousel-track {
  margin-left: -40px;
}
.content-row-teamslider .carousel-container .carousel-item {
  flex: 0 0 33.333%;
  box-sizing: border-box;
  padding-left: 40px;
}
.content-row-teamslider .carousel-container .carousel-item .item {
  padding: 30px 30px 60px 30px;
}
.content-row-teamslider .carousel-container .carousel-item .item h3 {
  margin: 0px;
}

.content-row-downloads {
  padding: 100px 0 0 0;
}
.content-row-downloads .downloadbox {
  float: left;
  width: 100%;
  margin: 80px 0 0 0;
}
.content-row-downloads .downloadbox .downloadbox-item {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #B2B2B2;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}
.content-row-downloads .downloadbox .downloadbox-item .text-input {
  width: calc(100% - 50px);
  max-width: 820px;
}
.content-row-downloads .downloadbox .downloadbox-item .downloadbtn {
  background-color: #005CA9;
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  text-align: center;
  margin: -23px 0 0 0;
  -webkit-transition: all 850ms;
  -moz-transition: all 850ms;
  -o-transition: all 850ms;
  transition: all 850ms;
}
.content-row-downloads .downloadbox .downloadbox-item .downloadbtn .icon-download {
  position: relative;
  top: 10px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-downloads .downloadbox .downloadbox-item .downloadbtn .icon-download-lock {
  position: absolute !important;
  width: 20px;
  left: -30px;
  top: 13px !important;
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(23%) sepia(52%) saturate(3074%) hue-rotate(191deg) brightness(96%) contrast(100%);
}
.content-row-downloads .downloadbox .downloadbox-item .downloadbtn:hover {
  background-color: #07284A;
}
.content-row-downloads .downloadbox .downloadbox-item .downloadbtn:hover .icon-download {
  top: 15px;
}
.content-row-downloads .downloadbox .downloadbox-item:last-child {
  border-bottom: 0px;
  margin: 0 0 0px 0;
}

.content-row-downloadsimages .description {
  font-weight: 600;
  margin: 0 0 30px 0;
}
.content-row-downloadsimages .description h2 {
  font-weight: 600;
}
.content-row-downloadsimages .box-loop .item h3 {
  float: left;
  width: calc(100% - 70px);
  margin: 22px 0 0 0;
  font-size: 18px;
  line-height: 32px;
}
.content-row-downloadsimages .downloadbtn {
  background-color: #005CA9;
  position: relative;
  display: block;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  text-align: center;
  float: left;
  margin: 13px 15px 0 0;
  -webkit-transition: all 850ms;
  -moz-transition: all 850ms;
  -o-transition: all 850ms;
  transition: all 850ms;
}
.content-row-downloadsimages .downloadbtn .icon-download {
  position: relative;
  top: 10px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-downloadsimages .downloadbtn:hover {
  background-color: #07284A;
}
.content-row-downloadsimages .downloadbtn:hover .icon-download {
  top: 15px;
}

.content-row-newsposts .description {
  font-weight: 600;
  margin: 0 0 30px 0;
}
.content-row-newsposts .description h2 {
  font-weight: 600;
}
.content-row-newsposts .box-loop .item-news {
  margin: 0 15px 30px;
}
.content-row-newsposts .box-loop .item-news .imagebox {
  float: left;
  width: calc(100% - 40px);
  max-height: 190px;
  margin: 20px 0 0 20px;
}
.content-row-newsposts .box-loop .item-news .metabox {
  float: left;
  width: 100%;
  padding: 18px 20px 20px 20px;
}
.content-row-newsposts .box-loop .item-news .metabox .date {
  font-size: 16px;
  opacity: 0.5;
  float: left;
  width: 100%;
}
.content-row-newsposts .box-loop .item-news .metabox .catline {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.content-row-newsposts .box-loop .item-news .metabox h3 {
  float: left;
  width: 100%;
  margin: 0px;
}

.pagination-wrapper {
  float: left;
  width: 100%;
  display: block;
  border-top: 0.5px solid #07284A;
  position: relative;
  margin: 100px 0 0 0;
}
.pagination-wrapper .page-numbers {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
}
.pagination-wrapper .page-numbers li {
  text-align: center;
  display: inline-block;
}
.pagination-wrapper .page-numbers li .page-numbers {
  display: inline-block;
  position: relative;
  background-color: #F8F8F8;
  border-radius: 4px;
  top: -19px;
  width: 38px;
  height: 38px;
  padding: 6px 0 0 0;
  margin: 0 5px 0 5px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.pagination-wrapper .page-numbers li .page-numbers.current {
  background-color: #005CA9;
  color: #ffffff;
}
.pagination-wrapper .page-numbers li .page-numbers.prev {
  position: absolute;
  left: 0px;
  margin: 0 5px 0 0px;
  background-image: url("../img/icon-arrowback.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  font-size: 0px;
  background-color: #fff;
  background-position: 5px 13px;
}
.pagination-wrapper .page-numbers li .page-numbers.prev:hover {
  background-position: 0px 13px;
}
.pagination-wrapper .page-numbers li .page-numbers.next {
  position: absolute;
  right: -10px;
  margin: 0 5px 0 0px;
  background-image: url("../img/icon-arrowback.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  font-size: 0px;
  background-color: #fff;
  background-position: 5px 13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination-wrapper .page-numbers li .page-numbers.next:hover {
  background-position: 0px 13px;
}

.content-row-events {
  padding: 30px 0 0 0;
}
.content-row-events .monthseperator {
  float: left;
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  margin: 17px 0 40px 0;
  padding: 0 0 0 20px;
  color: #07284A;
}
.content-row-events .item-events {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  position: relative;
}
.content-row-events .item-events .imagebox {
  float: left;
  width: 30%;
  margin: 20px;
  position: relative;
  height: 245px;
  overflow: hidden;
}
.content-row-events .item-events .imagebox video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.content-row-events .item-events .imagebox .previmage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-row-events .item-events .imagebox .infobanner {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 5px 20px 5px 20px;
  width: auto;
  position: absolute;
  top: 0px;
  z-index: 20;
  border-radius: 0 0 5px 0;
}
.content-row-events .item-events .imagebox .eventinfobox {
  position: absolute;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  bottom: 0px;
  left: 0;
  width: calc(100% - 70px);
  padding: 5px 10px 7px 15px;
  height: 75px;
  overflow: hidden;
  border-radius: 0 4px 0px;
}
.content-row-events .item-events .imagebox .eventinfobox .date {
  float: left;
  width: 30px;
  height: 50px;
  position: relative;
  overflow: hidden;
  margin: 11px 0 0 0;
}
.content-row-events .item-events .imagebox .eventinfobox .date .day {
  font-size: 28px;
  text-align: center;
  line-height: 24px;
  display: block;
  width: 100%;
  color: #07284A;
}
.content-row-events .item-events .imagebox .eventinfobox .date .month {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin: 2px 0 0 0;
  color: #07284A;
}
.content-row-events .item-events .imagebox .eventinfobox .name {
  float: left;
  width: calc(100% - 60px);
  margin: 8px 0 0 18px;
  line-height: 20px;
  font-size: 15px;
}
.content-row-events .item-events .imagebox .blankimg {
  display: block;
  width: 100%;
  height: 200px;
}
.content-row-events .item-events .textinfo {
  width: 48%;
  float: left;
  margin: 50px 0 0 35px;
}
.content-row-events .item-events .metadata {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
.content-row-events .item-events .metadata .date, .content-row-events .item-events .metadata .city, .content-row-events .item-events .metadata .location {
  float: left;
  margin: 0 30px 0 0;
}
.content-row-events .item-events .metadata .date .icon, .content-row-events .item-events .metadata .city .icon, .content-row-events .item-events .metadata .location .icon {
  display: inline-block;
  margin: 0px 5px 0 0;
  position: relative;
  top: 1px;
}
.content-row-events .item-events .secondrow {
  color: #005CA9;
  line-height: 16px;
  display: inline-block;
  width: 100%;
}
.content-row-events .item-events a:hover h3 {
  color: #005CA9;
}
.content-row-events .item-events .buttonrow {
  margin: 0px 0 0 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.content-row-events .item-events .buttonrow .btn {
  float: right;
  display: block;
  background-color: transparent;
  margin: 0px;
  min-width: 110px;
}
.content-row-events .item-events .buttonrow .break {
  float: left;
  width: 100%;
  height: 10px;
}

.content-row-eventheader .hrline {
  margin: 50px 0 0 0;
}
.content-row-eventheader .metadata {
  float: left;
  width: 100%;
  margin: 0px 0 25px 0;
}
.content-row-eventheader .metadata .icon {
  margin: 0 4px 0 0;
  position: relative;
  top: 1px;
}
.content-row-eventheader .metadata .city {
  width: auto;
  float: left;
  margin: 0 20px 0 0;
  font-size: 18px;
}
.content-row-eventheader .metadata .date {
  float: left;
  width: auto;
  margin: 0 25px 0px 0;
  font-size: 18px;
}
.content-row-eventheader .metadata .location {
  font-size: 18px;
}
.content-row-eventheader .eventstandardtitle {
  color: #07284A;
}
.content-row-eventheader .eventstandardtitle .secondrow {
  color: #005CA9;
}
.content-row-eventheader .metarow {
  float: left;
  margin: 30px 0px 0 0;
  width: 100%;
  font-size: 18px;
}
.content-row-eventheader .location {
  float: left;
  margin: 0 60px 0 0;
}
.content-row-eventheader .buttonrow {
  position: relative;
  right: 0px;
  bottom: 0px;
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.content-row-eventheader .buttonrow .btn {
  float: left;
}

.content-row-team {
  padding: 100px 0 0 0;
}
.content-row-team .wrapper-persons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
}
.content-row-team .wrapper-persons .person-item {
  width: calc(25% - 120px);
  box-sizing: border-box;
  margin: 0 60px 25px;
  padding: 0px;
}
.content-row-team .wrapper-persons .person-item .email {
  margin: 10px 0 0 0;
}
.content-row-team .wrapper-persons .person-item .email .img-icon {
  margin: 0px 7px 0 0;
  position: relative;
  top: 1px;
}
.content-row-team .wrapper-persons .person-item .imagebox-icon .img-person {
  display: block;
  height: 80px;
}
.content-row-team .wrapper-persons.centeritems {
  text-align: left;
  display: block;
  width: 100%;
  float: left;
}
.content-row-team .wrapper-persons.centeritems .person-item {
  text-align: left;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}
.content-row-team .wrapper-persons.centeritems .person-item .imagebox-icon .img-person {
  margin: 0 0;
}
.content-row-team .centerHL {
  text-align: left;
}

.personcard {
  width: 340px;
  margin: 70px auto 0 auto;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 10px 20px 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 2;
}
.personcard .postion {
  line-height: 20px;
}

.content-row-vcard {
  padding: 60px 0 0 0;
}
.content-row-vcard .content-row-inner-center-full {
  width: 100%;
}
.content-row-vcard .personcard {
  width: 340px;
  margin: 0px -20px 0 0;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 10px 20px 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  float: left;
  height: 504px;
}
.content-row-vcard .content-row-personalform {
  float: left;
  width: calc(100% - 320px);
  margin: 0 0 0 0px;
  position: relative;
  z-index: 1;
}

input:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
  will-change: background-color;
  transform: translateZ(0);
}

.inputpart-website {
  position: absolute !important;
  top: -999999999999px !important;
  left: -99999999999px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

textarea {
  font-family: "Source Sans 3", sans-serif;
}

.content-row-contactform {
  padding: 80px 0 0 0;
}
.content-row-contactform .bgcolor-wrapper {
  padding: 100px 0;
  float: left;
  width: 100%;
}
.content-row-contactform .formbox {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.content-row-contactform .partleft {
  float: left;
  width: 540px;
  margin: 0 30px 0 0;
}
.content-row-contactform .partright {
  float: left;
  width: 540px;
}

.inputrow {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.inputrow .inputpart .labeltext {
  color: #656565;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 10;
  background: #fff;
  top: 19px;
  left: 10px;
  padding: 0 5px 0 7px;
}
.inputrow .inputpart .sublabeltext {
  color: #656565;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 10px;
  padding: 0 5px 0 7px;
  pointer-events: none;
}
.inputrow .inputpart input, .inputrow .inputpart textarea {
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  background-color: transparent;
}
.inputrow .inputpart textarea {
  height: 476px;
}
.inputrow .inputpart input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  opacity: 0;
  display: block;
  float: left;
  margin: 2px 10px 5px 0;
}
.inputrow .inputpart .inputSubmit {
  min-width: 135px;
  padding: 10px 20px;
  background-color: #005CA9;
  border: 1px solid #005CA9;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  min-width: 155px;
  width: auto;
  float: right;
  margin: 10px 0 0 0;
  display: inline-block;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
}
.inputrow .inputpart .inputSubmit:hover {
  background-color: #07284A !important;
  border: 1px solid #07284A;
  opacity: 1 !important;
}
.inputrow .inputpart select {
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  background-color: transparent;
}
.inputrow .inputpart .selectwrapper::after {
  color: #666;
  right: 23px;
  top: 29px;
  font-size: 17px;
}
.inputrow .inputpart .wpcf7-list-item-label {
  margin: 0 0 0 45px;
  display: block;
  position: relative;
  cursor: pointer;
}
.inputrow .inputpart .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  font-size: 30px;
  color: #A41223;
  left: -42px;
  top: -2px;
  border: 1px solid #656565;
  height: 27px;
  width: 24px;
  padding: 0px 0 0 3px;
  border-radius: 4px;
}
.inputrow .inputpart .checked input[type=checkbox] {
  opacity: 0;
}
.inputrow .inputpart .checked .wpcf7-list-item-label::before {
  content: "✓";
  color: #005CA9;
  border: 1px solid #005CA9;
}
.inputrow .inputpart .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}
.inputrow .inputpart .dsgvo, .inputrow .inputpart .wpcf7-response-output {
  color: #656565;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  float: left;
  width: 100%;
  margin: 5px 0 10px 0;
}
.inputrow .inputpart .dsgvo a, .inputrow .inputpart .wpcf7-response-output a {
  text-decoration: underline;
  color: #656565;
}
.inputrow .inputpart.inputpart-100 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 0 0;
}
.inputrow .inputpart.inputpart-50 {
  width: 48%;
  float: left;
  position: relative;
  margin: 0 2% 0 0;
}
.inputrow .inputpart.error input {
  border: 1px solid #005CA9;
}
.inputrow .inputpart.error .labeltext, .inputrow .inputpart.error .wpcf7-list-item-label {
  color: #005CA9;
}
.inputrow .inputpart.error .wpcf7-list-item-label::before {
  border: 1px solid #005CA9;
}

.wpcf7-response-output {
  color: #656565;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  float: left;
  width: 100%;
  margin: 5px 0 10px 0;
}

.wpcf7-not-valid-tip {
  color: #005CA9;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0px;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px 0 10px 0;
}

.form-message {
  margin: 20px 0 0 0;
  position: relative;
  color: #005CA9;
  font-weight: 600;
}

.bg-blueLight .inputrow .inputpart .labeltext {
  background: #F0F7FF;
}

.formbox-hs {
  opacity: 0;
}
.formbox-hs.show {
  opacity: 1;
  -webkit-transition: all 850ms;
  -moz-transition: all 850ms;
  -o-transition: all 850ms;
  transition: all 850ms;
}
.formbox-hs input, .formbox-hs textarea {
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  background-color: transparent;
}
.formbox-hs textarea {
  height: 374px;
}
.formbox-hs .hsfc-RichText {
  float: left;
  width: 100%;
  margin: 0px 0 15px 0;
}
.formbox-hs .inputrow .inputpart input[type=checkbox] {
  top: -2px;
  opacity: 1;
}
.formbox-hs .inputSubmit {
  position: relative;
  top: -86px;
}
.formbox-hs .inputrow .inputpart textarea {
  height: 347px;
}
.formbox-hs .dsgvo {
  margin: -25px 0 0px 0 !important;
}
.formbox-hs .hsfc-ErrorAlert {
  color: #A41223;
  font-size: 14px;
}
.formbox-hs .hsfc-FieldLabel {
  color: #656565;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 10;
  background: #fff;
  top: -5px;
  left: 10px;
  padding: 0 5px 0 7px;
}
.formbox-hs .hsfc-CheckboxField .hsfc-FieldLabel {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: inherit;
  background: inherit;
  top: inherit;
  left: inherit;
  padding: inherit;
  font-weight: 600;
}
.formbox-hs .inputrow {
  margin: 0 0 25px 0;
}
.formbox-hs .hsfc-PostSubmit strong {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 0 0 10px 0;
}

.bg-blueLight .formbox-hs .hsfc-FieldLabel {
  background: #F0F7FF;
}

.dsvgo {
  float: left;
  width: 100%;
}
.dsvgo a {
  color: #656565;
  text-decoration: underline;
}

.content-row-locations {
  padding: 100px 0 0 0;
}
.content-row-locations .areabox {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.content-row-locations .areabox .arealabel {
  padding: 40px 0;
  cursor: pointer;
  position: relative;
}
.content-row-locations .areabox .arealabel:after {
  content: "+";
  font-size: 62px;
  position: absolute;
  right: 5%;
  top: 48px;
  font-weight: 100;
  color: #005CA9;
}
.content-row-locations .areabox .arealabel h2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0px;
}
.content-row-locations .areabox .areaentries {
  float: left;
  width: 100%;
  padding: 0px 0 0 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0px;
}
.content-row-locations .areabox .areaentries .area-item {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 0.3px solid #07284A;
  padding: 50px 0 40px 0;
}
.content-row-locations .areabox .areaentries .area-item .area-item-name {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.content-row-locations .areabox .areaentries .area-item .area-item-name:after {
  content: "+";
  font-size: 32px;
  position: absolute;
  right: 0px;
  top: 7px;
  color: #07284A;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content {
  position: absolute;
  opacity: 0;
  padding: 0px 0 0px 0;
  margin: 5px 0 0 0;
  float: left;
  width: 100%;
  pointer-events: none;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content .icon {
  width: 13px;
  margin: 0 5px 0 0;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content .location .icon {
  margin: 0 5px -2px 0;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content .buttonrow {
  float: right;
  margin: -44px 0 0 0;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content .contactinfobox {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 28px;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content .adress {
  float: left;
  min-width: 160px;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content .contactlinks {
  float: left;
  margin: 0 0 0 15px;
}
.content-row-locations .areabox .areaentries .area-item .area-item-content .contactlinks a {
  color: #005CA9 !important;
}
.content-row-locations .areabox .areaentries .area-item.open .area-item-name h3 {
  color: #005CA9;
  font-weight: 600;
}
.content-row-locations .areabox .areaentries .area-item.open .area-item-name:after {
  content: "-";
  font-size: 60px;
  font-weight: 100;
}
.content-row-locations .areabox .areaentries .area-item.open .area-item-content {
  position: relative;
  opacity: 1;
  padding: 0px 0 0px 0;
  margin: 20px 0 0 0;
  pointer-events: inherit;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-locations .areabox.area-austria .areaentries .area-austria {
  display: block;
}
.content-row-locations .areabox.area-germany .areaentries .area-germany {
  display: block;
}
.content-row-locations .areabox.area-international .areaentries .area-international {
  display: block;
}
.content-row-locations .areabox.area-EuropeMiddleEastAfrica .areaentries .area-europemiddleeastafrica {
  display: block;
}
.content-row-locations .areabox.area-AsiaPacific .areaentries .area-asiapacific {
  display: block;
}
.content-row-locations .areabox.area-Americas .areaentries .area-americas {
  display: block;
}
.content-row-locations .areabox.openarea {
  margin: 0 0 80px 0;
}
.content-row-locations .areabox.openarea .arealabel:after {
  content: "-";
  font-size: 80px;
  right: calc(5% + 4px);
  top: 43px;
}
.content-row-locations .areabox.openarea .areaentries {
  padding: 40px 0 0 0;
  position: relative;
  opacity: 1;
  pointer-events: inherit;
  height: auto;
  -webkit-transition: opacity 850ms, padding 850ms;
  -moz-transition: opacity 850ms, padding 850ms;
  -o-transition: opacity 850ms, padding 850ms;
  transition: opacity 850ms, padding 850ms;
}

.content-row-filterbar .content-row-inner-center-full .innerbox {
  padding: 50px 0;
  margin-top: 60px;
  width: 100%;
  float: left;
}
.content-row-filterbar .content-row-inner-center-full .filtertab-bar {
  float: left;
  width: 100%;
}
.content-row-filterbar .content-row-inner-center-full .filtertab-bar .filtertab {
  float: left;
  position: relative;
  width: 33.3333%;
  text-align: center;
  border-bottom: 0.3px solid #656565;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 20px 0;
  cursor: pointer;
}
.content-row-filterbar .content-row-inner-center-full .filtertab-bar .filtertab:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0%;
  height: 4px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(135deg, #005CA9 0%, #7BC7FE 100%);
  -webkit-transition: all 450ms;
  -moz-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
}
.content-row-filterbar .content-row-inner-center-full .filtertab-bar .filtertab.active {
  font-weight: 600;
  color: #005CA9;
}
.content-row-filterbar .content-row-inner-center-full .filtertab-bar .filtertab.active:after {
  left: 0px;
  width: 100%;
}
.content-row-filterbar .content-row-inner-center-full .tagline {
  width: 50%;
  margin: 50px 0 0 0;
  float: left;
}
.content-row-filterbar .content-row-inner-center-full .tagline .tags {
  display: none;
}
.content-row-filterbar .content-row-inner-center-full .tagline .tags.on {
  display: block;
}
.content-row-filterbar .content-row-inner-center-full .tagline .tagItem {
  padding: 10px 20px;
  background-color: transparent;
  color: #005CA9;
  border: 1px solid #005CA9;
  font-size: 15px;
  margin: 0 10px 10px 0;
  line-height: 20px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
}
.content-row-filterbar .content-row-inner-center-full .tagline .tagItem:hover {
  background-color: rgba(0, 92, 169, 0.1);
}
.content-row-filterbar .content-row-inner-center-full .tagline .tagItem.filterselected {
  background-color: #005CA9;
  color: #ffffff;
}
.content-row-filterbar .content-row-inner-center-full .tagline .tagItem.filterselected:hover {
  background-color: #005CA9;
}

.content-row-eventsfilter .content-row-inner-center-full .filtertab-bar .filtertab {
  width: 50%;
}

.content-row-story .content-row-inner-center-full .filtertab-bar .filtertab {
  width: 100%;
}
.content-row-story .content-row-inner-center-full .filtertab-bar .tagline {
  width: 100%;
  margin: 10px 0 0 0;
}

.nopostsfound {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 80px 0;
  font-style: italic;
}
.nopostsfound .resetfilter {
  text-decoration: none;
  font-weight: 600;
  color: #005CA9;
  cursor: pointer;
}
.nopostsfound .resetfilter:hover {
  text-decoration: underline;
}

.content-row-banner {
  margin: 60px 0 60px 0;
}
.content-row-banner .content-row-inner-center-full {
  padding: 35px 0 95px 0;
}
.content-row-banner .content-row-inner-center-full .bannertext {
  color: #fff;
  font-size: 38px;
  line-height: 32px;
  float: left;
  width: 60%;
  margin: 18px 0 0 0;
}
.content-row-banner .content-row-inner-center-full .bannertext.multiline {
  font-size: 28px;
  line-height: 33px;
}
.content-row-banner .content-row-inner-center-full .buttonrow {
  margin: 10px 0 0 0;
  max-width: 40%;
  float: right;
  width: auto;
}
.content-row-banner .content-row-inner-center-full .buttonrow .btn:first-child {
  margin-right: 0px;
}
.content-row-banner .content-row-inner-center-full .buttonrow .btn:hover {
  background-color: #0374D3 !important;
}

.content-row-banner-footer .content-row-inner-center-full .bannertext {
  width: calc(100% - 200px);
}

.content-row-footer {
  padding-bottom: 50px;
}
.content-row-footer .box-sociallinks {
  float: left;
  width: 100%;
  margin: 60px 0 25px 0;
}
.content-row-footer .box-sociallinks a:hover {
  opacity: 0.7;
}
.content-row-footer .box-sociallinks .img-social {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.content-row-footer .lastline {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 0 25px 0;
  color: #07284A;
}
.content-row-footer .lastline a:hover {
  color: #005CA9;
}
.content-row-footer .lastline .box-metalinks {
  width: 45%;
  float: left;
  position: relative;
}
.content-row-footer .lastline .box-metalinks .metalink:last-child .dot {
  display: none;
}
.content-row-footer .lastline .copy {
  width: 10%;
  float: left;
  position: relative;
  text-align: center;
}
.content-row-footer .lastline .credits {
  width: 45%;
  float: left;
  position: relative;
  text-align: right;
}
.content-row-footer .box-adress {
  position: relative;
  float: left;
  width: 40%;
  font-size: 18px;
  line-height: 28px;
  color: #656565;
}
.content-row-footer .box-adress a {
  color: #005CA9;
}
.content-row-footer .box-adress a:hover {
  opacity: 0.7;
}
.content-row-footer .box-adress .companyname {
  font-size: 24px;
  line-height: 30px;
  color: #07284A;
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.content-row-footer .box-adress .part-left {
  float: left;
  max-width: 90%;
  margin: 0 40px 0 0;
}
.content-row-footer .box-adress .part-right {
  float: left;
  max-width: 90%;
  margin: 0 0px 0 0;
}
.content-row-footer .box-adress .buttonrow {
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
}
.content-row-footer .box-adress .img-icon {
  display: inline-block;
  margin: 0 10px -2px 0;
}
.content-row-footer .box-quicklinks {
  float: right;
  width: auto;
  max-width: 60%;
  margin: 0 0px 0 0;
}
.content-row-footer .box-quicklinks .boxhl {
  font-size: 18px;
  color: #07284A;
  margin: 0 0 0 20px;
}
.content-row-footer .box-quicklinks .footermainnavbox {
  float: left;
}
.content-row-footer .box-quicklinks .footermainnavbox li {
  float: none;
  width: auto;
  margin: 0 0 5px 20px;
  height: auto;
  line-height: 19px;
}
.content-row-footer .box-quicklinks .quicklinkitem-meta {
  float: left;
  margin: 0 0 0 40px;
  width: auto;
  height: auto;
  position: relative;
  top: -3px;
}
.content-row-footer .box-quicklinks .quicklinkrow {
  margin: 20px 0 0 0;
}
.content-row-footer .box-quicklinks .quicklinkrow .quicklinkitem {
  float: none;
  margin: 0 0 0 0px;
  width: auto;
  height: auto;
}
.content-row-footer .box-quicklinks .quicklinkrow .quicklinkitem a:hover {
  opacity: 0.7;
}

.content-row-gatedform {
  padding: 180px 0 100px 0px;
  opacity: 0;
  height: 0px;
  width: 0px;
  z-index: -1;
  pointer-events: none;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: #ffffff;
  -webkit-transition: opacity 450ms;
  -moz-transition: opacity 450ms;
  -o-transition: opacity 450ms;
  transition: opacity 450ms;
}
.content-row-gatedform .box-gatedbox {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 0px 0px;
  position: relative;
}
.content-row-gatedform .box-gatedbox .btn-closelayer {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  right: 0px;
  top: 0px;
  width: 50px;
  opacity: 0.75;
}
.content-row-gatedform .box-gatedbox .btn-closelayer:hover {
  opacity: 1;
}
.content-row-gatedform .box-gatedbox .form-container {
  max-width: 660px;
  margin: 40px 0 0 0;
}
.content-row-gatedform .box-gatedbox .form-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group {
  position: relative;
  margin-top: 10px;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group input {
  width: 100%;
  padding: 16px 12px 8px 12px;
  font-size: 15px;
  border: 1px solid #B2B2B2;
  border-radius: 6px;
  background: none;
  outline: none;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group input:focus {
  border-color: #07284A;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group input:focus + label, .content-row-gatedform .box-gatedbox .form-container form .form-group input:not(:placeholder-shown) + label {
  top: 0;
  left: 10px;
  font-size: 12px;
  background: white;
  padding: 0 4px;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group input::placeholder {
  color: transparent;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group input:required:invalid {
  box-shadow: none;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group label {
  position: absolute;
  left: 12px;
  top: 0;
  transform: translateY(-50%);
  font-size: 15px;
  transition: all 0.2s ease;
  pointer-events: none;
  background-color: #fff;
  z-index: 1;
  padding: 0 2px 0 2px;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group.error input {
  border: 1px solid #A41223;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group.error input:focus {
  border-color: #A41223;
}
.content-row-gatedform .box-gatedbox .form-container form .form-group.error input:focus + label, .content-row-gatedform .box-gatedbox .form-container form .form-group.error input:not(:placeholder-shown) + label {
  color: #A41223;
}
.content-row-gatedform .box-gatedbox .form-container form .disclaimer a {
  text-decoration: underline;
}
.content-row-gatedform .box-gatedbox .form-container form select {
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 12px 8px 12px;
  background-color: transparent;
}
.content-row-gatedform .box-gatedbox .form-container form .selectwrapper::after {
  color: #666;
  right: 23px;
  top: 18px;
  font-size: 17px;
}
.content-row-gatedform .box-gatedbox .form-container form .submit-btn {
  background-color: #005CA9;
  color: white;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  align-self: flex-start;
}
.content-row-gatedform .box-gatedbox .form-container form .submit-btn:hover {
  background-color: #07284A;
}

.gatedLayerOn .content-row-gatedform {
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 50;
  pointer-events: inherit;
  overflow: auto;
}
.gatedLayerOn .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-item::before, .gatedLayerOn .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-ancestor::before, .gatedLayerOn .content-row-header .headerbar .menupart .headermainmenubox nav ul li.current-menu-parent::before {
  opacity: 0;
}

.content-row-faq {
  padding: 100px 0 0 0;
}
.content-row-faq .faqbox {
  float: left;
  width: 100%;
  margin: 80px 0 0 0;
}
.content-row-faq .faqbox .faq-item {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #B2B2B2;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}
.content-row-faq .faqbox .faq-item .title {
  float: left;
  margin: 10px 0 0 0;
  width: calc(100% - 90px);
  cursor: pointer;
}
.content-row-faq .faqbox .faq-item .title .btn-faq {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
  display: block;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  text-align: center;
  margin: 0px 0 0 0;
  cursor: pointer;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-faq .faqbox .faq-item .title .btn-faq.btn-open {
  opacity: 1;
}
.content-row-faq .faqbox .faq-item .title .btn-faq.btn-close {
  opacity: 0;
}
.content-row-faq .faqbox .faq-item .title:hover .btn-faq {
  width: 40px;
  height: 40px;
  right: 3px;
  top: 3px;
}
.content-row-faq .faqbox .faq-item .infotext {
  float: left;
  width: calc(100% - 90px);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
}
.content-row-faq .faqbox .faq-item.active .title .btn-faq.btn-open {
  opacity: 0;
}
.content-row-faq .faqbox .faq-item.active .title .btn-faq.btn-close {
  opacity: 1;
}
.content-row-faq .faqbox .faq-item.active .infotext {
  position: relative;
  opacity: 1;
  pointer-events: inherit;
  margin: 10px 0 0 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.content-row-flipcards {
  padding: 0px 0 0 0;
}
.content-row-flipcards .cardboxes {
  padding: 80px 0 0 0;
}
.content-row-flipcards .cardboxes .cardbox-item {
  height: 390px;
  overflow: hidden;
}
.content-row-flipcards .cardboxes .cardbox-item .box-icon {
  width: 110px;
  height: 80px;
  margin: 25px auto 50px auto;
  text-align: center;
}
.content-row-flipcards .cardboxes .cardbox-item .box-icon img {
  height: 110px;
  width: auto;
  max-width: 9999px;
  margin: 0 auto;
}

.flipcard {
  -webkit-transition: all 450ms;
  -moz-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
  transform-style: preserve-3d;
}
.flipcard .box-title {
  text-align: center;
}
.flipcard .fliptext {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.flipcard.flipped {
  transform: rotateY(180deg);
}
.flipcard.flipped .box-title {
  text-align: left;
  opacity: 1;
  margin: -40px 0 10px 0;
  padding-right: 45px;
  pointer-events: none;
  transform: rotateY(-180deg);
}
.flipcard.flipped .box-icon {
  width: 30px !important;
  height: 30px !important;
  margin: 0px !important;
  text-align: left !important;
}
.flipcard.flipped .box-icon img {
  height: 50px !important;
  top: 25px;
  position: absolute;
}
.flipcard.flipped .fliptext {
  opacity: 1;
  pointer-events: inherit;
  transform: rotateY(-180deg);
  width: 90%;
  height: calc(100% - 85px);
  right: 5%;
  padding: 0 0 17px 0;
  overflow: auto;
}

.content-row-magneticagiatorrequest {
  padding: 80px 0 0 0;
}
.content-row-magneticagiatorrequest .requestform {
  display: none !important;
}
.content-row-magneticagiatorrequest .row-formsteps {
  margin: 30px 0;
  padding: 25px 0 25px 0;
  position: relative;
  width: 100%;
  float: left;
  background-color: #F0F7FF;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step {
  float: left;
  margin: 8px 57.5px 0 0;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step:last-child {
  margin-right: 0px;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step .stepnr {
  display: inline-block;
  padding: 0px;
  margin-right: 10px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #A8A8A7;
  color: #A8A8A7;
  text-align: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  line-height: 30px;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step .steplabel {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 0px 0 0 3px;
  top: -8px;
  color: #A8A8A7;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step.active .stepnr {
  border: 1px solid #005CA9;
  color: #ffffff;
  background-color: #005CA9;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step.active .steplabel {
  color: #005CA9;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step.filled {
  cursor: pointer;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step.filled .stepnr {
  border: 1px solid #005CA9;
  color: #005CA9;
  background-color: transparent;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step.filled .steplabel {
  color: #005CA9;
}
.content-row-magneticagiatorrequest .row-formsteps .box-step.filled:hover .stepnr {
  border: 1px solid #005CA9;
  color: #ffffff;
  background-color: #005CA9;
}
.content-row-magneticagiatorrequest .buttons {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.content-row-magneticagiatorrequest .buttons .icon-arrow {
  filter: brightness(0) invert(1) grayscale(100%) brightness(1.2);
  position: relative;
  left: 0px;
  top: 2px;
  margin: 0 0 0 15px;
}
.content-row-magneticagiatorrequest .buttons .btn {
  cursor: pointer;
  float: right;
}
.content-row-magneticagiatorrequest .buttons .btn:first-child {
  margin-right: 0;
}
.content-row-magneticagiatorrequest .buttons .btn:hover .icon-arrow {
  left: 5px;
}
.content-row-magneticagiatorrequest .buttons .btn-sendrequest {
  display: none;
}
.content-row-magneticagiatorrequest .box-formstep {
  position: absolute;
  opacity: 0;
  height: 0px;
  pointer-events: none;
}
.content-row-magneticagiatorrequest .box-formstep.active {
  position: relative;
  opacity: 1;
  height: auto;
  pointer-events: inherit;
  -webkit-transition: opacity 1200ms ease 200ms;
  -moz-transition: opacity 1200ms ease 200ms;
  -o-transition: opacity 1200ms ease 200ms;
  transition: opacity 1200ms ease 200ms;
}
.content-row-magneticagiatorrequest .box-formstep .steptitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #005CA9;
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
.content-row-magneticagiatorrequest .box-formstep .stepcontent {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
.content-row-magneticagiatorrequest .box-formstep .btn-icon, .content-row-magneticagiatorrequest .box-formstep .btn-text {
  border-radius: 4px;
  border: 1px solid #646363;
  text-align: center;
  width: 48%;
  float: left;
  height: 200px;
  cursor: pointer;
}
.content-row-magneticagiatorrequest .box-formstep .btn-icon.selected, .content-row-magneticagiatorrequest .box-formstep .btn-text.selected {
  border: 1px solid #005CA9;
  background-color: #F0F7FF;
}
.content-row-magneticagiatorrequest .box-formstep .btn-icon.selected .label, .content-row-magneticagiatorrequest .box-formstep .btn-text.selected .label {
  color: #005CA9;
}
.content-row-magneticagiatorrequest .box-formstep .btn-icon .icon, .content-row-magneticagiatorrequest .box-formstep .btn-text .icon {
  height: 50px;
  width: auto;
  margin: 55px 0 10px 0;
}
.content-row-magneticagiatorrequest .box-formstep .btn-icon .label, .content-row-magneticagiatorrequest .box-formstep .btn-text .label {
  font-size: 15px;
  font-weight: 600;
  color: #07284A;
}
.content-row-magneticagiatorrequest .box-formstep .btn-text {
  background-color: #F8F8F8;
}
.content-row-magneticagiatorrequest .box-formstep .btn-text .label {
  margin: 87px 0 0 0;
}
.content-row-magneticagiatorrequest .box-formstep-colum2 .btn-icon, .content-row-magneticagiatorrequest .box-formstep-colum2 .btn-text {
  margin-bottom: 35px;
}
.content-row-magneticagiatorrequest .box-formstep-colum2 .btn-icon:nth-child(2n), .content-row-magneticagiatorrequest .box-formstep-colum2 .btn-text:nth-child(2n) {
  margin-right: 0px;
  margin-left: 4%;
}
.content-row-magneticagiatorrequest .box-formstep-colum4 .btn-icon, .content-row-magneticagiatorrequest .box-formstep-colum4 .btn-text {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.content-row-magneticagiatorrequest .box-formstep-colum4 .btn-icon:nth-child(4n), .content-row-magneticagiatorrequest .box-formstep-colum4 .btn-text:nth-child(4n) {
  margin-right: 0px;
}
.content-row-magneticagiatorrequest .inputrow {
  float: left;
  width: 100%;
}
.content-row-magneticagiatorrequest .inputrow ::placeholder {
  color: #B7B7B7;
}
.content-row-magneticagiatorrequest .inputrow ::-webkit-input-placeholder {
  color: #B7B7B7;
}
.content-row-magneticagiatorrequest .inputrow ::-moz-placeholder {
  color: #B7B7B7;
  opacity: 1;
}
.content-row-magneticagiatorrequest .inputrow :-moz-placeholder {
  color: #B7B7B7;
  opacity: 1;
}
.content-row-magneticagiatorrequest .inputrow :-ms-input-placeholder {
  color: #B7B7B7;
}
.content-row-magneticagiatorrequest .inputrow .inputpart {
  position: relative;
  float: left;
  width: 100%;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-30 {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-30:nth-child(4n) {
  margin-right: 0px;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-60 {
  width: 57%;
  margin-right: 0px;
  margin-bottom: 20px;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-radio {
  width: auto;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-radio .radioBTN {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #B2B2B2;
  float: left;
  cursor: pointer;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-radio .sublabeltext {
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  margin: 1px 0 0 1px;
  cursor: pointer;
  pointer-events: inherit;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-radio .sublabeltext:hover {
  color: #005CA9;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-radio.active .radioBTN {
  border: 1px solid #005CA9;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-radio.active .radioBTN .check {
  width: 8px;
  height: 8px;
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  background-color: #005CA9;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-radio.active .sublabeltext {
  color: #005CA9;
}
.content-row-magneticagiatorrequest .inputrow .inputpart .labeltext {
  top: -7px;
}
.content-row-magneticagiatorrequest .inputrow .inputpart input, .content-row-magneticagiatorrequest .inputrow .inputpart select {
  padding-right: 70px;
}
.content-row-magneticagiatorrequest .inputrow .inputpart input.no-sublabeltext, .content-row-magneticagiatorrequest .inputrow .inputpart select.no-sublabeltext {
  padding-right: 20px;
}
.content-row-magneticagiatorrequest .inputrow .inputpart select {
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  background-color: transparent;
}
.content-row-magneticagiatorrequest .inputrow .inputpart .selectwrapper::after {
  color: #666;
  right: 23px;
  top: 23px;
  font-size: 17px;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.error input, .content-row-magneticagiatorrequest .inputrow .inputpart.error select {
  border-color: #A41223;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.error .labeltext {
  color: #A41223;
}
.content-row-magneticagiatorrequest .inputrow .inputpart.error .labeltext:before {
  color: #A41223;
  content: " ! ";
  font-weight: 600;
}
.content-row-magneticagiatorrequest .togglepart {
  float: left;
  width: 100%;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.content-row-magneticagiatorrequest .togglepart.show {
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
}
.content-row-magneticagiatorrequest .togglepart .title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 20px 0;
  color: #07284A;
}
.content-row-magneticagiatorrequest .togglepart .boxpart {
  float: left;
  width: 35.5%;
}
.content-row-magneticagiatorrequest .togglepart .boxpart .inputrow {
  margin: 0 0 30px 0;
}
.content-row-magneticagiatorrequest .togglepart .boxpart-1 {
  margin-right: 4%;
}

.hubspot-magneticagiatorrequest {
  float: left;
  width: 100%;
}

.search-results .content-row-searchitems {
  padding: 0px 0 0 0;
}
.search-results .content-row-searchitems .resultbox {
  width: 1200px;
  max-width: 100%;
}
.search-results .content-row-searchitems .resultbox .btn-result {
  float: right;
  position: absolute;
  right: 0px;
  top: 15px;
}
.search-results .content-row-searchitems .resultbox .text-input {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  padding: 0px 0 0 20px;
}
.search-results .content-row-searchitems .resultbox .text-input a {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  pointer-events: none;
  text-decoration: none;
}
.search-results .content-row-searchitems .resultbox .text-input a.btn, .search-results .content-row-searchitems .resultbox .text-input .statusline-firstlast, .search-results .content-row-searchitems .resultbox .text-input .statusline-last, .search-results .content-row-searchitems .resultbox .text-input .lettermarker, .search-results .content-row-searchitems .resultbox .text-input .tagItem, .search-results .content-row-searchitems .resultbox .text-input .downloadbtn, .search-results .content-row-searchitems .resultbox .text-input .searchEx, .search-results .content-row-searchitems .resultbox .text-input .toggleicon {
  display: none;
}
.search-results .content-row-searchitems .resultbox .text-input a.textlink {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #656565;
  padding: 0px 0 0 20px;
}
.search-results .content-row-searchitems .resultbox .text-input a.textlink::before {
  content: "";
  background-color: #656565;
  height: 1px;
  width: 10px;
  top: 13px;
  left: 1px;
}
.search-results .content-row-searchitems .resultbox .text-input .gradianttext-blueblue, .search-results .content-row-searchitems .resultbox .text-input .gradianttext-bluewhite {
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.search-results .content-row-searchitems .resultbox .text-input .hl {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #656565;
}
.search-results .content-row-searchitems .resultbox .text-input .text-bluelight, .search-results .content-row-searchitems .resultbox .text-input .text-bluedark {
  color: #656565;
}

.dumInfo {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.dumInfo a {
  text-decoration: underline;
  color: #005CA9;
}

.content-row-header .headerbar .menupart .searchbox-tagoptions .searchtagsbox {
  display: none;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions .btn-closesearch {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 99;
  cursor: pointer;
  top: 24px;
  right: 20px;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions .btn-closesearch:hover {
  opacity: 0.75;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchinput {
  right: -16px;
  height: 380px;
  width: 815px;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchinput .searchfield {
  width: 698px;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchtagsbox {
  display: block;
  position: absolute;
  z-index: 90;
  width: 780px;
  float: left;
  text-align: left;
  right: 0px;
  background: #fff;
  top: 33px;
  padding: 0px;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchtagsbox .tagbox {
  float: left;
  width: calc(22% - 0px);
  margin: 0 23px 0 0;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchtagsbox .tagbox .title {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 0px 0;
  padding: 0 0 0px 0;
  width: 100%;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchtagsbox .tagbox .tagItem {
  padding: 1px 4px;
  background-color: transparent;
  color: #005CA9;
  border: 0.5px solid #005CA9;
  font-size: 14px;
  margin: 7px 4px 0px 0;
  line-height: 20px;
  font-weight: 400;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
}
.content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchtagsbox .tagbox .tagItem:hover {
  background-color: rgba(0, 92, 169, 0.1);
}

.box-newsletterform {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  padding: 10px 0 40px 0;
  float: left;
  width: 100%;
  margin: 0px 0 0 0;
}
.box-newsletterform .hs-form-field label:not(.hs-error-msg) {
  color: #ffffff !important;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.btn-openNL {
  position: relative;
}
.btn-openNL .closelabel {
  position: absolute;
  background: #005CA9;
  width: 100%;
  left: 0px;
  z-index: 2;
  display: none;
  top: 0;
  height: 100%;
  padding: 9px 0 0 0;
  border-radius: 8px;
}
.btn-openNL .closelabel:hover .closelabel {
  background: #0374D3 !important;
}

.shownlform .btn-openNL {
  position: relative;
}
.shownlform .btn-openNL .closelabel {
  display: block;
}
.shownlform .box-newsletterform {
  opacity: 1;
  height: auto;
  overflow: visible;
  position: relative;
  pointer-events: inherit;
  z-index: 5;
  margin: 30px 0 0 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.hubformstyle .inputpart {
  width: 25%;
  margin: 0 3% 15px 0;
  float: left;
  position: relative;
}
.hubformstyle .inputpart label {
  color: #fff;
  display: block;
}
.hubformstyle .inputpart input, .hubformstyle .inputpart select {
  width: 100%;
  border: 0.5px solid #fff;
  background: none;
  color: #fff;
  height: 40px;
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0 0 0 15px;
  border-radius: 4px;
}
.hubformstyle .inputSubmit {
  min-width: 135px;
  padding: 10px 20px;
  background-color: #005CA9;
  border: 1px solid #005CA9;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  min-width: 155px;
  width: auto;
  float: right;
  margin: 10px 0 0 0;
  display: inline-block;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
}
.hubformstyle .inputSubmit:hover {
  background-color: #07284A !important;
  border: 1px solid #07284A;
  opacity: 1 !important;
}
.hubformstyle #footernlformmessage {
  color: #fff;
  font-size: 20px;
  text-align: Left;
  margin: 0px 0 0 0;
  position: relative;
  top: 30px;
  float: left;
  width: 100%;
  margin: 20px 0 30px 0;
}

.sent #newsletter-form {
  opacity: 0;
  pointer-events: none;
  height: 10px;
  overflow: hidden;
}
.sent .hubformstyle #form-message {
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: 70px;
  width: 100%;
  position: absolute;
}
.sent .hubformstyle .form-message {
  color: #fff;
  font-size: 20px;
  text-align: center;
  top: 70px;
  width: 100%;
  position: absolute;
}

.newsletterOption {
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 0 15px 0;
}
.newsletterOption .checkbox-newsletterOption {
  display: inline-block;
  border: 1px solid #B2B2B2;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.newsletterOption .checkbox-newsletterLabel {
  float: right;
  width: calc(100% - 30px);
}
.newsletterOption .newsletterOptionOn {
  width: 10px;
  height: 10px;
  background: #005CA9;
  display: block;
  position: absolute;
  border-radius: 4px;
  left: 4px;
  top: 4px;
  opacity: 0;
}
.newsletterOption.selected .checkbox-newsletterOption {
  border: 1px solid #005CA9;
}
.newsletterOption.selected .newsletterOptionOn {
  opacity: 1;
}

.box-contactformperson .newsletterOption {
  color: #ffffff;
}
.box-contactformperson .newsletterOptionOn {
  background: #ffffff;
}
.box-contactformperson .newsletterOption.selected .checkbox-newsletterOption {
  border: 1px solid #ffffff !important;
}

.box-newsletterform .dsgvo {
  float: left;
  max-width: 52%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.box-newsletterform .dsgvo a {
  color: #fff;
  text-decoration: underline;
}

.box-contactformperson {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  padding: 20px 0 40px 0;
  float: left;
  width: 100%;
  margin: 0px 0 0 0;
}
.box-contactformperson textarea {
  width: 100%;
  border: 0.5px solid #fff;
  background: none;
  color: #fff;
  height: 150px;
  float: left;
  margin: 5px 0 0 0;
  padding: 5px 0 0 15px;
  border-radius: 4px;
}
.box-contactformperson .dsgvo {
  float: left;
  width: 100%;
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 14px;
}
.box-contactformperson .dsgvo a {
  color: #fff;
  text-decoration: underline;
}

.showform .box-contactformperson {
  opacity: 1;
  height: auto;
  overflow: visible;
  position: relative;
  pointer-events: inherit;
  z-index: 5;
  margin: 30px 0 -40px 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.showform .box-contactformperson .hubformstyle .inputpart {
  width: 35%;
  margin: 0 2% 15px 0;
}
.boxpersonalform #form-message, .boxpersonalform .form-message {
  color: #fff;
  margin: 20px 0 0 0;
  position: relative;
  top: 20px;
}
.boxpersonalform .box-contactformperson {
  opacity: 1;
  height: auto;
  overflow: visible;
  position: relative;
  pointer-events: inherit;
  z-index: 5;
  margin: 0px 0 0px 0;
  padding: 50px 0 40px 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.boxpersonalform .box-contactformperson .hubformstyle .inputpart {
  width: 35%;
  margin: 0 2% 15px 0;
}
.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 90px auto;
  left: calc(50% - 24px);
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #F0F7FF;
  border-bottom-color: #005CA9;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-row-jobheader .loader {
  margin: 130px auto;
  position: absolute;
  left: 50%;
}

.val-api {
  opacity: 0 !important;
}
.val-api.ready {
  opacity: 1 !important;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
}

.content-row-joblist {
  padding: 30px 0 0 0;
}
.content-row-joblist .jobtableitem-row {
  position: relative;
  width: 100%;
  float: left;
  padding: 15px;
  margin: 0 0 15px 0;
}
.content-row-joblist .jobtableitem-row:hover {
  background-color: #F0F7FF;
}
.content-row-joblist .jobtableitem-row a:hover .jobtableitem {
  color: #005CA9;
}
.content-row-joblist .jobtableitem-row .jobtableitem {
  float: left;
  margin: 0 10px 0 0;
}
.content-row-joblist .jobtableitem-row .jobtableitem.title {
  width: 40%;
  font-weight: 600;
}
.content-row-joblist .jobtableitem-row .jobtableitem.department {
  width: 24%;
}
.content-row-joblist .jobtableitem-row .jobtableitem.city {
  width: 25%;
}
.content-row-joblist .jobtableitem-row .jobtableitem.positiontype {
  float: right;
  max-width: 15%;
  text-align: right;
}
.content-row-joblist .header-row .jobtableitem-row {
  padding: 15px;
  margin: 0 0 0px 0;
  opacity: 0.5;
}

.joblist-box {
  float: left;
  width: 100%;
}

.content-row-jobheader .statusline .statusline-first {
  background-image: url("../img/icon-arrowback.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  font-size: 0px;
  padding: 0 20px 0 20px;
  cursor: pointer;
  background-color: #fff;
  width: 20px;
  height: 20px;
  background-position: 6px 6.5px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.single-job .content-row-standard-compact .box-buttons {
  float: left;
  width: 100%;
  position: relative;
}
.single-job .val-description .hidden-pdf {
  display: none;
}
.single-job .val-description .imgicon {
  background-color: #005CA9;
  border-radius: 100%;
  padding: 5px;
  margin: 0 5px 0 5px;
}
.single-job .val-description h1 {
  display: none;
}
.single-job .val-description h2 {
  margin: 30px 0 0px 0;
  font-weight: 600;
  padding: 0px;
}
.single-job .val-description h3, .single-job .val-description h4, .single-job .val-description h5, .single-job .val-description h6 {
  margin: 20px 0 15px 0;
}
.single-job .val-description table {
  max-width: 100%;
  margin: 30px 0 20px 0;
}
.single-job .val-description .address {
  padding: 0px;
  width: 100%;
  margin: 20px 0 20px 0px !important;
  font-size: 20px;
  font-weight: 400;
  padding: 0px !important;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px;
  float: left;
}
.single-job .val-description .responsibilities-icon {
  background-color: #005CA9;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}
.single-job .val-description .icon_responsibilities {
  padding: 6px !important;
  margin: 0 0 0 0 !important;
}
.single-job .val-description .icons-block {
  margin: 30px 0 0 0;
}
.single-job .val-description .icons-block img {
  background-color: #005CA9;
}
.single-job .we_offer .visible-pdf {
  display: none;
}
.single-job .we_offer img {
  width: 60px;
  height: 60px;
  background-color: #005CA9;
  border-radius: 100%;
  padding-bottom: 10px;
}
.single-job .we_offer .imgicon {
  width: auto;
  height: 50px;
  background-color: #005CA9;
}
.single-job .we_offer table {
  width: 100%;
}
.single-job .we_offer table tr td {
  padding: 0 0 0px 0;
  font-weight: 600;
  color: #005CA9;
}
.single-job .we_offer table tr td img {
  padding: 10px;
  display: inline-block;
  margin: 30px 0 0 0;
}
.single-job .we_offer table tr td a {
  pointer-events: none;
  border: 0px;
  text-decoration: none;
  color: #005CA9;
}
.single-job .val-descriptionLong {
  font-family: "Source Sans 3", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #656565 !important;
}
.single-job .val-descriptionLong img, .single-job .val-descriptionLong .footer, .single-job .val-descriptionLong .job-title, .single-job .val-descriptionLong .ja-block-print, .single-job .val-descriptionLong .thepdf, .single-job .val-descriptionLong .btn-container, .single-job .val-descriptionLong .mobile-show, .single-job .val-descriptionLong .stepstone {
  display: none;
}
.single-job .val-descriptionLong .responsibilities-icon img {
  display: inline-block;
  background: #005CA9;
  border-radius: 100%;
  margin: 0px 5px 0 0;
  position: relative;
  top: -4px;
}
.single-job .val-descriptionLong h1 {
  display: none;
}
.single-job .val-descriptionLong h2 {
  margin: 30px 0 0px 0;
  font-weight: 600;
  padding: 0px;
  font-size: 24px;
  line-height: 34px;
}
.single-job .val-descriptionLong h3, .single-job .val-descriptionLong h4, .single-job .val-descriptionLong h5, .single-job .val-descriptionLong h6 {
  font-size: 24px;
  line-height: 34px;
  margin: 30px 0 10px 0;
}
.single-job .val-descriptionLong .job-info {
  float: left;
  width: 100%;
  margin: 30px 0 30px 0;
}
.single-job .val-descriptionLong .job-info .visible-pdf {
  display: none;
}
.single-job .val-descriptionLong .we_offer {
  text-align: center;
  width: 100%;
  float: left;
  margin: 30px 0 50px 0;
  background-color: #F8F8F8;
  border-radius: 8px;
  padding: 40px 30px 50px 30px;
}
.single-job .val-descriptionLong .contactperson {
  float: left;
  width: 100%;
  margin: 50px 0 70px 0;
}
.single-job .val-descriptionLong .contactperson img {
  display: inline-block;
  height: auto;
  width: 155px !important;
  float: left;
  margin: 0 0px -92px 0;
}

.nojobsinfo {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  font-weight: 600;
}

.jobfilter {
  float: left;
  width: 100%;
  border-bottom: 0.5px solid #B2B2B2;
  margin: 0 0 0 0;
  position: relative;
}
.jobfilter .inputpart {
  width: 22.7%;
  margin: 0 3% 15px 0;
  float: left;
  position: relative;
}
.jobfilter .inputpart:last-child {
  margin-right: 0px;
  float: right;
}
.jobfilter .inputpart label {
  display: block;
}
.jobfilter .inputpart input, .jobfilter .inputpart select {
  width: 100%;
  border: 0.5px solid #B2B2B2;
  background: none;
  height: 40px;
  float: left;
  margin: 5px 0 0 0;
  padding: 0 0 0 15px;
  border-radius: 4px;
}
.jobfilter .inputpart .selectwrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* ....................................................................................... H 839 */
@media only screen and (max-height: 839px) {
  .box-menulayer .box-menubar {
    overflow: auto;
  }
  .box-menulayer .box-menubar .quicklinks {
    margin-top: 10px;
    padding-bottom: 150px;
    -webkit-transition: margin-top 350ms;
    -moz-transition: margin-top 350ms;
    -o-transition: margin-top 350ms;
    transition: margin-top 350ms;
  }
}
/* ....................................................................................... H 759 */
@media only screen and (max-height: 759px) {
  .box-menulayer .box-menubar ul {
    margin-top: 30px;
    -webkit-transition: margin-top 350ms;
    -moz-transition: margin-top 350ms;
    -o-transition: margin-top 350ms;
    transition: margin-top 350ms;
  }
}
/* ....................................................................................... 1730 */
@media only screen and (max-width: 1730px) {
  .content-row-footer .lastline {
    font-size: 14px;
  }
}
/* ....................................................................................... 1680 */
@media only screen and (max-width: 1680px) {
  .content-row-magneticagiatorrequest .row-formsteps .box-step {
    margin: 8px 25.5px 0 0;
  }
  .content-row-filterbar .content-row-inner-center-full .tagline {
    width: 90%;
  }
}
/* ....................................................................................... 1550 */
@media only screen and (max-width: 1550px) {
  .box-menulayer .box-menudetail .sub-menu .menu-item a .menu-description {
    font-size: 16px;
    line-height: 22px;
  }
  .box-menulayer .box-menudetail .sub-menu .menu-item {
    height: 160px;
    font-size: 22px;
    line-height: 32px;
  }
  .box-menulayer .box-menubar ul li {
    font-size: 22px;
    line-height: 32px;
  }
  .box-menulayer .box-menubar ul li.active a:after, .box-menulayer .box-menubar ul li a:hover:after {
    right: -35px;
  }
  .content-row-filterbar .content-row-inner-center-full .tagline {
    width: 100%;
  }
}
/* ....................................................................................... 1520 */
@media only screen and (max-width: 1520px) {
  .content-row-footer .lastline {
    font-size: 12px;
  }
  .content-row-textheader .mainHL, .content-row-textheader .shortInfo {
    max-width: calc(100% - 360px);
  }
  .content-row-textheader .buttonrow {
    bottom: 20px;
  }
  .content-row-magneticagiatorrequest .content-row-standard-w {
    width: 100%;
  }
  .content-row-magneticagiatorrequest .row-formsteps .box-step {
    margin: 8px 0px 0 15px;
  }
  .content-row-magneticagiatorrequest .row-formsteps .box-step .steplabel {
    font-size: 16px;
    margin: 0px 0 0 0px;
    top: -5px;
  }
  .content-row-magneticagiatorrequest .row-formsteps .box-step .stepnr {
    margin-right: 7px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .content-row-newsheader .imagepartpart .downloadbtn {
    margin: 10px 0 0 0;
  }
}
/* ....................................................................................... 1390 */
@media only screen and (max-width: 1390px) {
  .content-row-banner .content-row-inner-center-full .bannertext {
    font-size: 30px;
  }
}
/* ....................................................................................... 1360 */
@media only screen and (max-width: 1360px) {
  .longword {
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .description {
    width: 45%;
  }
  .content-row-events .item-events .imagebox .eventinfobox {
    width: calc(100% - 20px);
  }
}
/* ....................................................................................... 1200 */
@media only screen and (max-width: 1200px) {
  .content-row-header .headerbar .menupart .headermainmenubox nav ul li {
    margin: 0 40px 0 0;
  }
  .box-menulayer .box-menudetail .sub-menu .menu-item {
    height: 210px;
  }
  .content-row-textheader .buttonrow {
    bottom: 0;
  }
  .content-row-banner .content-row-inner-center-full .bannertext {
    font-size: 25px;
  }
}
/* ....................................................................................... 1125 */
@media only screen and (max-width: 1125px) {
  .content-row-footer .lastline {
    font-size: 14px;
  }
  .content-row-footer .box-quicklinks {
    max-width: 70%;
  }
  .content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .triggertextbox-item-titel {
    width: calc(100% - 27px);
  }
  h1 .longword, h3 .longword, .description .longword {
    hyphens: inherit;
    overflow-wrap: inherit;
    word-wrap: inherit;
    word-break: inherit;
  }
  .content-row-textboxrows {
    padding: 100px 0 25px 0;
  }
  .content-row-flipcards {
    padding: 0px 0 25px 0;
  }
  .content-row-textteaser .description {
    margin: 50px 0 0 0;
  }
}
/* ....................................................................................... 1023 */
@media only screen and (max-width: 1023px) {
  html, body {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 br {
    display: none;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h3 br {
    display: none;
  }
  .hl-section {
    font-size: 30px;
    line-height: 40px;
  }
  .hl-section br {
    display: none;
  }
  .content-row-textheader .mainHL {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .content-row-textheader .mainHL, .content-row-textheader .shortInfo {
    max-width: 100%;
  }
  .hl-section-50 {
    font-size: 40px;
    line-height: 50px;
  }
  .hl-section-small {
    font-size: 20px;
    line-height: 30px;
  }
  .hl-section-smaller {
    font-size: 20px;
    line-height: 28px;
  }
  .fontsize-24 {
    font-size: 20px;
    line-height: 28px;
  }
  .btn.btn-videoicon {
    width: 210px;
    padding-left: 45px;
  }
  .buttonrow {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
  }
  .buttonrow .btn {
    width: 100%;
    min-width: inherit;
    display: block;
    float: left;
    margin: 0 0 10px 0;
  }
  .content-row-header .headerpart .img-logo {
    width: 140px;
    margin: 26px 0 0 16px;
  }
  .content-row-header .headerpart {
    top: 10px;
    height: 75px;
  }
  .headermainmenubox {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  .content-row-header .headerpart .actionbuttonbox {
    margin: 17px 10px 0 0;
  }
  .content-row-header .headerpart .searchbox .img-searchicon {
    top: 2px;
    width: 42px;
    max-width: 999px;
  }
  .content-row-header .headerpart .cartbox {
    margin: 0 42px 0 0;
    -webkit-transition: margin 350ms;
    -moz-transition: margin 350ms;
    -o-transition: margin 350ms;
    transition: margin 850ms;
  }
  .content-row-header .headerpart .cartbox .carCount {
    display: none;
    left: 33px;
  }
  .sidecartOpen .content-row-header .headerpart .cartbox {
    margin: 0 0px 0 0;
  }
  .sidecartOpen .content-row-header .headerpart .burgerbutton {
    display: none !important;
  }
  .sidecartOpen .content-row-header .headerpart .languagebox div {
    display: none !important;
  }
  .sidecartOpen .floatingbtn {
    display: none;
  }
  .content-row-header .headerpart .burgerbutton {
    display: block;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 30px;
    height: 30px;
    z-index: 9999;
  }
  .content-row-header .headerpart .burgerbutton .burgerbuttonX {
    display: none;
  }
  .mobnavOpen .content-row-header .headerpart {
    background-color: rgba(0, 0, 0, 0.1);
    height: calc(100vh - 50px);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
  .mobnavOpen .content-row-header .headerpart .burgerbutton {
    cursor: pointer;
  }
  .mobnavOpen .content-row-header .headerpart .burgerbutton .burgerbuttonX {
    display: block;
    width: 24px;
    position: absolute;
    top: 4px;
  }
  .mobnavOpen .content-row-header .headerpart .burgerbutton .burgerbutton {
    display: none;
  }
  .mobnavOpen .headermainmenubox {
    display: block;
    position: absolute;
    width: 100%;
    top: 66px;
    padding: 25px 0 0 0;
    border-bottom: 0px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    pointer-events: inherit;
    z-index: 0;
    -webkit-transition: opacity 350ms;
    -moz-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
  }
  .mobnavOpen .headermainmenubox .main-menu li {
    margin: 0 0 0 0;
    width: 100%;
    text-align: left;
    padding: 10px 0 0px 0;
    border-top: 0px solid #fff;
    font-size: 35px;
    line-height: 32px;
  }
  .mobnavOpen .headermainmenubox .main-menu li a {
    width: 100%;
    color: #ffffff;
    padding: 8px 25px;
  }
  .mobnavOpen .headermainmenubox .main-menu li a:hover {
    background-color: transparent;
  }
  .mobnavOpen .headermainmenubox .main-menu li.current-menu-item a {
    background-color: transparent;
  }
  .mobnavOpen .headermainmenubox .metalinks {
    margin: 30px 0 0 25px;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .mobnavOpen .headermainmenubox .metalinks a {
    display: block;
    padding: 5px 0 5px 0;
  }
  .mobnavOpen .headermainmenubox .searchbox {
    margin: 0px -10px 0 0;
  }
  .mobnavOpen .headermainmenubox .searchboxOn {
    margin-right: 15px;
    margin-top: 6px;
  }
  .mobnavOpen .headermainmenubox .searchboxOn .input-search {
    padding: 13px 0 11px 0 !important;
  }
  .mobnavOpen .headermainmenubox .searchboxOn .img-searchicon {
    top: -4px;
    width: 42px;
    max-width: 999px;
    margin: 0 -10px 0 0px;
  }
  .mobnavOpen .headermainmenubox .accountbox {
    margin: 2px 0px 0 0;
  }
  .mobnavOpen .content-row-header .headerpart .actionbuttonbox {
    z-index: 20;
  }
  .mobnavOpen .content-row-header .headerpart .actionbuttonbox .searchbox {
    display: block !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 160px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50px;
    padding: 0px 0 0 20px;
    height: 40px;
  }
  .mobnavOpen .content-row-header .headerpart .actionbuttonbox .searchbox .input-search {
    font-family: "FFMarkWebProRegular", sans-serif;
    width: 140px;
    opacity: 1;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 13px 0 11px 0;
  }
  .mobnavOpen .content-row-header .headerpart .actionbuttonbox .searchbox .img-searchicon {
    top: -5px;
    width: 40px;
    max-width: 999px;
  }
  .mobnavOpen .content-row-header .headerpart .actionbuttonbox .searchbox button {
    position: absolute;
    right: 0;
    top: 0px;
  }
  .mobnavOpen .content-row-header .headerpart .actionbuttonbox .accountbox {
    display: block !important;
    position: relative;
    top: 0px;
    right: 0px;
  }
  .mobnavOpen .content-row-header .headerpart .languagebox {
    display: block !important;
    position: relative;
    top: 0px;
    right: 0px;
    opacity: 1;
    z-index: 20;
    margin: 10px 0 0 25px;
    float: left;
    width: auto;
    font-size: 35px;
    line-height: 35px;
  }
  .mobnavOpen .content-row-header .headerpart .languagebox .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    top: 12px;
    right: 0;
    left: 0;
    border-top: 0px;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .mobnavOpen .content-row-header .headerpart .languagebox .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .mobnavOpen .content-row-header .headerpart .languagebox .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    right: -17px;
    top: 16px;
    width: 15px;
    height: 10px;
  }
  .mobnavOpen .content-row-header.dark-mode .headerpart .img-logo, .mobnavOpen .content-row-header.dark-mode .headerpart .burgerbutton img .headerpart .img-logo, .mobnavOpen .content-row-header.dark-mode .headerpart .burgerbutton img {
    filter: none;
    -webkit-filter: none;
  }
  .mobnavOpen .content-row-header.dark-mode .headerpart .searchbox .img-searchicon, .mobnavOpen .content-row-header.dark-mode .headerpart .accountbox .img-account {
    filter: invert(100%) brightness(200%);
    -webkit-filter: invert(100%) brightness(200%);
  }
  .mobnavOpen .content-row-header.dark-mode .headerpart .searchbox .input-search {
    color: #000000 !important;
  }
  .mobnavOpen .content-row-header.dark-mode .headermainmenubox .main-menu li a {
    color: #000000;
  }
  .mobnavOpen .content-row-header.dark-mode .headerpart .languagebox .wpml-ls-legacy-dropdown-click a {
    color: #000000;
  }
  .mobnavOpen .content-row-header.dark-mode .headerpart .languagebox .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    filter: invert(1) brightness(0);
  }
  .mobnavOpen .content-row-header.dark-mode .img-cart {
    filter: invert(100%) brightness(200%) !important;
    -webkit-filter: invert(100%) brightness(200%) !important;
  }
  .mobnavOpen .content-row-header.dark-mode .btn-closesidecart .img-cart {
    filter: none !important;
    -webkit-filter: none !important;
  }
  .bgPortrait .background .img {
    width: auto;
    max-width: 9999px;
    height: 100%;
  }
  .content-row-heroheader {
    max-height: 99999px;
    min-height: 932px !important;
    height: 932px !important;
  }
  .content-row-heroheader:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 85%);
    display: none;
  }
  .content-row-heroheader .background {
    width: 100%;
    min-width: 100vw;
    max-width: 9999px;
    height: 100%;
  }
  .content-row-heroheader .background .img {
    width: auto;
    min-width: 100vw;
    max-width: 9999px;
    height: 100%;
  }
  .content-row-heroheader .content-row-inner, .content-row-heroheader .content-row-inner-wrapper, .content-row-heroheader .content-row-inner-center-standard {
    position: unset;
  }
  .content-row-heroheader .textblock-hero {
    width: calc(100vw - 110px);
    max-width: 95%;
    left: 40px;
    bottom: 130px;
    position: absolute;
    top: inherit;
  }
  .content-row-heroheader .textblock-hero .text-section {
    margin: 13px 0 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .content-row-heroheader .textblock-hero .img-logo {
    margin: 0px 0 0 0;
    width: 120px;
    position: fixed;
    top: 110px;
    right: calc(5vw + 10px);
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 650ms;
    -moz-transition: opacity 650ms;
    -o-transition: opacity 650ms;
    transition: opacity 650ms;
  }
  .scroll .content-row-heroheader .textblock-hero .img-logo {
    opacity: 0 !important;
  }
  .content-row-herosection {
    max-height: 999999px !important;
    min-height: 932px;
  }
  .content-row-herosection .background {
    max-height: 999999px !important;
    height: 900px;
  }
  .content-row-herosection .background .img {
    width: auto;
    max-width: 9999px;
    height: 100%;
  }
  .content-row-herosection .textblock-hero {
    margin: 100px 0 0 0;
  }
  .content-row-herosection .factlistbox {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .content-row-herosection .factlistbox .iconpart {
    display: none;
  }
  .content-row-herosection .factlistbox-row {
    margin: 35px 0 0 0px;
  }
  .content-row-herosection .boxHL {
    height: 40px;
  }
  .content-row-herosection .boxHL .boxHLvalue {
    font-size: 30px;
    line-height: 30px;
  }
  .content-row-kundenstimmen .img-bgcircle {
    width: 120%;
    top: -136px;
    left: -13%;
    max-width: 9999px;
  }
  .content-row-zahnanimation .bigtexrows .bigtexrow {
    line-height: 55px;
    font-size: 30px;
    top: -10px;
  }
  .content-row-zahnanimation .bigtexrows .bigtexrow::before {
    height: 3px;
    top: 32px;
    left: -15px;
  }
  .content-row-zahnanimation.startline3 .img-zahn {
    top: -16px;
    width: 220px;
  }
  .content-row-zahnanimationsteps .animationselector-box {
    width: 100%;
  }
  .content-row-zahnanimationsteps {
    padding: 200px 0 200px 0;
  }
  .content-row-zahnanimationsteps .step-infobox {
    margin: 30px 0 0 0;
    text-align: center;
    min-height: 160px;
  }
  .content-row-zahnanimationsteps .animationselector-image {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
    height: 480px;
  }
  .content-row-zahnanimationsteps .animationselector-image .zahnbg {
    display: none !important;
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
  }
  .content-row-zahnanimationsteps .animationselector-image img {
    top: -70px !important;
    right: 0px;
    margin: 20px 0 0 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .content-row-zahnanimationsteps.zahnanimationstep1 .animationselector-image,
  .content-row-zahnanimationsteps.zahnanimationstep2 .animationselector-image,
  .content-row-zahnanimationsteps.zahnanimationstep3 .animationselector-image {
    width: 100%;
  }
  .content-row-zahnanimationsteps.zahnanimationstep1 .animationselector-image .animationselector-image-1 {
    display: block;
  }
  .content-row-zahnanimationsteps.zahnanimationstep2 .animationselector-image .animationselector-image-2 {
    display: block;
  }
  .content-row-zahnanimationsteps.zahnanimationstep3 .animationselector-image .animationselector-image-3 {
    display: block;
  }
  .zahnanimationsteps .hl-section-box {
    margin: 0 0 0px 0;
    text-align: center;
  }
  .zahnanimationsteps .animationselector-box .animationselector-btn {
    float: none;
    width: 188px;
    margin: 0 auto;
    height: 42px;
    text-align: left;
  }
  .content-row-productslider .hl-section-box {
    margin: 0 0 20px 0;
  }
  .content-row-productslider .custom-product-grid {
    left: 0;
  }
  .content-row-productslider .custom-product-grid .product-item .product-image {
    height: 240px;
  }
  .content-row-productslider .custom-product-grid .product-item {
    width: inherit;
    margin: 0 0px 0 0px;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0);
  }
  .content-row-productslider .custom-product-grid .product-item .slider-productimage img {
    display: none !important;
  }
  .content-row-productslider .custom-product-grid .product-item .slider-productimage img:first-child {
    display: block !important;
  }
  .content-row-productslider .custom-product-grid .product-item div {
    opacity: 0 !important;
  }
  .content-row-productslider .custom-product-grid .product-item.slick-active {
    margin: 0px;
    -webkit-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
  }
  .content-row-productslider .custom-product-grid .product-item.slick-active div {
    opacity: 1 !important;
    -webkit-transition: opacity 850ms;
    -moz-transition: opacity 850ms;
    -o-transition: opacity 850ms;
    transition: opacity 850ms;
  }
  .content-row-productslider .custom-product-grid .slick-next {
    right: -1px;
    top: 137px;
    background-color: #fff;
    padding: 20px;
    background-size: 8px;
    background-position: 17px center;
  }
  .content-row-productslider .custom-product-grid::after, .content-row-productslider .custom-product-grid::before {
    display: none;
  }
  .content-row-productgrid .custom-product-grid .product-item .product-content {
    width: calc(100% - 40px);
    margin: 22px 0 20px 20px;
  }
  .content-row-productgrid .custom-product-grid .accordionbox .accordionbox-row-wrapper {
    margin: 1px 0 0 -20px;
    width: calc(100% + 40px);
    padding: 0 20px 0px 20px;
  }
  .content-row-productgrid .custom-product-grid .accordionbox .accordionbox-row-wrapper.On {
    padding: 0 20px 20px 20px;
  }
  .content-row-productgrid .custom-product-grid .product-item .add_to_cart_button {
    min-width: 100px;
  }
  .content-row-productgrid {
    z-index: 50;
  }
  .content-row-productgrid.productgrid {
    padding: 10px 0 80px 0;
  }
  .content-row-productgrid.productgrid .custom-product-grid {
    gap: 25px;
  }
  .content-row-productgrid.productgrid .content-row-inner-wrapper {
    width: 95%;
  }
  .content-row-productgrid.productgrid .content-row-inner-center-standard {
    width: 100%;
  }
  .content-row-footer {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .content-row-footer .footersection-1, .content-row-footer .footersection-3 {
    width: 100%;
    padding: 0 0px;
  }
  .content-row-footer .footersection-2 {
    width: 100%;
    text-align: center;
    padding: 0 0px;
  }
  .content-row-footer .footersection-2 .hl-section {
    line-height: 45px;
  }
  .content-row-footer .footersection-2 .hl-section-box {
    margin: 20px 0 20px 0;
  }
  .formrow .dsgvoceckbox {
    position: absolute;
    margin: 0px 0 0 0;
    top: -12px;
  }
  .formrow .dsgvobox .textwrapper {
    max-width: 100%;
    width: 90%;
  }
  .submitbtn {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .submitbtn p {
    float: left;
    width: 100% !important;
    text-align: center;
  }
  .submitbtn.btn-black input[type=submit] {
    width: 140px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .content-row-footer .lastline {
    margin: 25px 0 0 0;
  }
  .content-row-footer .lastline .footersection-1, .content-row-footer .lastline .footersection-2, .content-row-footer .lastline .footersection-3 {
    width: 100%;
    text-align: center;
  }
  .content-row-footer address {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 12px !important;
    line-height: 17px;
    text-align: left;
  }
  .content-row-footer .copy {
    font-size: 12px !important;
    text-align: left !important;
  }
  .content-row-footer .credits {
    text-align: left !important;
    font-size: 12px !important;
    margin: 0 0 40px 0 !important;
  }
  .content-row-footer .lastline .metalinks {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px 0;
  }
  .img-logo-footer {
    width: 170px;
    margin: 50px 0 30px 0;
  }
  .formrow {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .formrow textarea {
    height: 130px;
  }
  .formrow .dsgvobox .textwrapper {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: -3px 0 0 30px;
  }
  .content-row-footer .content-row-inner-wrapper {
    width: 100%;
  }
  .content-row-footer .content-row-inner-wrapper .content-row-inner-center-full {
    width: 100%;
  }
  .content-row-footer .content-row-inner-wrapper .footersection {
    width: calc(100% - 80px);
    padding: 0 0px;
    margin: 0 0 0 40px;
  }
  .content-row-footer .content-row-inner-wrapper .footersection .hl-section-box-center {
    text-align: left;
  }
  .content-row-herosection::before {
    display: none;
  }
  .content-row-herosectionvideo .textblock-hero {
    margin: -140px 0 0 0;
  }
  .content-row-herosectionvideo:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 85%);
  }
  .content-row-herosectionvideo .box-videolayer {
    width: 100%;
    height: calc(100vh - 0px);
    top: 0px;
    left: 0;
  }
  .content-row-herosectionvideo .box-videolayer .box-videoplayer {
    display: block;
    min-height: calc(100vh - 280px);
    height: auto;
    float: left;
    width: 100%;
    position: relative;
  }
  .content-row-herosectionvideo .box-videolayer .box-videoplayer .video-display {
    margin: 10px 0 0 0;
    min-height: 70vh;
    min-width: 10px;
    width: 100%;
  }
  .content-row-herosectionvideo .box-videolayer .box-videoplayer .video-display .video-wrapper {
    max-width: 100%;
    min-width: 100%;
  }
  .content-row-herosectionvideo .box-videolayer .box-videoplayer .video-menu {
    padding: 40px 10px;
    margin: 0px;
  }
  .content-row-herosectionvideo .box-videolayer .box-videoplayer .video-menu .video-list li {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .content-row-herosectionvideo .box-videolayer .box-videoplayer .video-menu .video-list li .duration {
    font-size: 25px;
    line-height: 35px;
  }
  .content-row-productslider {
    padding: 50px 0 0;
    margin-bottom: 100px;
  }
  .content-row-kundenstimmen .slick-list {
    left: 0;
  }
  .content-row-kundenstimmen .kundenstimmen-item {
    padding: 40px 50px;
    margin: 0px 2.5vw 0 2.5vw;
    width: 90vw !important;
    opacity: 0.1;
  }
  .content-row-kundenstimmen .kundenstimmen-item.slick-active {
    opacity: 1;
  }
  .content-row-kundenstimmen .video-item {
    padding: 0px 0px;
    margin: 0px 2.5vw 0 2.5vw;
    width: 90vw !important;
    opacity: 0.1;
  }
  .content-row-kundenstimmen .video-item.slick-active {
    opacity: 1;
  }
  .content-row-hpartnerlogos .logoline {
    flex-wrap: wrap;
    gap: 25px;
  }
  .content-row-hpartnerlogos {
    padding: 80px 0 80px 0;
  }
  .content-row-textheader {
    padding: 150px 0 20px 0;
  }
  .content-row-textheader .text-teaser {
    margin: 50px auto;
    max-width: 240px;
  }
  .content-row-textheader .text-teaser br {
    display: none;
  }
  .content-row-productgrid .custom-product-grid .product-item {
    width: 100%;
  }
  .content-row-productgrid .custom-product-grid .product-item .product-image {
    height: 308px;
  }
  .content-row-productgrid {
    padding: 80px 0 80px 0;
  }
  .sidecartOpen .box-sidecart {
    top: -27px;
    width: calc(100vw + 20px);
  }
  .sidecart-header {
    margin: 7px 0 0 0;
  }
  .box-sidecart .btn-closesidecart {
    top: 16px;
    left: 14px;
  }
  .content-row-heroheader.text_center .textblock-hero {
    width: 76%;
    left: 0;
    top: unset;
    bottom: 130px;
    height: auto;
    margin: 0 0 0 40px;
    text-align: left;
  }
  .content-row-spacer {
    max-height: 50px;
  }
  .content-row-faq {
    padding: 40px 0;
  }
  .content-row-faq .content-row-inner-wrapper {
    width: calc(100% - 60px);
  }
  .content-row-faq .faqbox {
    width: 100%;
  }
  .content-row-faq .faqbox .faqbox-item {
    padding: 28px 0 28px 0;
    margin: 0px 0 -1px 0;
  }
  .content-row-faq .faqbox .faqbox-item .nr {
    width: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .content-row-faq .faqbox .faqbox-item .question {
    float: left;
    width: calc(100% - 60px);
    padding: 3px 0 0 22px;
  }
  .content-row-faq .faqbox .faqbox-item .question .questiontext {
    font-size: 14px;
  }
  .content-row-faq .faqbox .faqbox-item .question .questiontext br {
    display: none;
  }
  .content-row-faq .faqbox .faqbox-item .togglebtn {
    top: 36px;
  }
  .content-row-faq .faqbox .faqbox-item .togglebtn .img-x {
    width: 20px;
    height: 20px;
  }
  .content-row-heroheader.logo-headline_logo .textblock-hero {
    top: 25vh;
    width: 90%;
    left: 5%;
  }
  .content-row-heroheader.logo-headline_logo .logo-headline_logo-box .textbox {
    width: 158px;
    margin: 0px auto;
    text-align: left;
  }
  .content-row-heroheader.logo-headline_logo .logo-headline_logo-box .textbox h1 {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .content-row-heroheader.logo-headline_logo .logo-headline_logo-box {
    display: block;
    align-items: start;
    justify-content: start;
    gap: 0px;
    text-align: left;
    flex-wrap: wrap;
    position: absolute;
    top: 220px;
    width: 100%;
  }
  .content-row-heroheader.logo-headline_logo .logo-headline_logo-box .img-logobox.img-logo1 {
    width: 158px !important;
    display: block;
    margin: 0 auto 25px auto;
  }
  .content-row-heroheader.logo-headline_logo .logo-headline_logo-box .img-logobox.img-logo2 {
    width: 164px;
    margin: 25px auto 0 auto;
    display: block;
  }
  .content-row-heroheader.logo-headline_logo .logo-headline_logo-box .textbox .hl-section {
    left: 0px;
  }
  .content-row-team {
    padding: 50px 0 0px 0;
  }
  .content-row-team .hl-section-box {
    margin: 0 0 25px 0;
  }
  .content-row-team .team-item {
    width: 100%;
    margin: 0 0px 35px 0px;
  }
  .content-row-team .team-item .textbox {
    width: calc(100% - 40px);
    margin: -80px auto 0px auto;
    text-align: left;
    color: #fff;
  }
  .content-row-team .team-item .textbox .hl-section-smaller {
    font-size: 25px;
    white-space: nowrap;
  }
  .content-row-team .team-item .textbox .position {
    font-size: 16px;
  }
  .content-row-team .wrapper-persons .person-item {
    text-align: center;
    display: block;
    margin: 0 auto 40px auto;
    width: 220px;
  }
  .woocommerce-additional-fields {
    margin: 30px 0 0 0;
  }
  .content-row-faq .faqbox .faqbox-item .question .questiontext {
    height: auto;
    padding: 0 0 0 0px;
  }
  .content-row-faq .faqbox .faqbox-item .question .questiontext.morelines {
    margin-top: -12px;
  }
  .content-row-zahnanimationsteps .iconmouse {
    display: none;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .part-left {
    width: 100%;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .part-right {
    width: 100%;
    margin: 0px 0 0 0;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .grafikheadline {
    font-size: 22px;
    line-height: 32px;
    padding: 0 0px 0 0px;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .grafikbox .grafiktext .grafiktext-big {
    font-size: 30px;
    line-height: 45px;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .grafikbox .grafiktext {
    top: 43px;
    margin: 0 0 0 -20px;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .grafikbox {
    margin: 0px 0 0 4%;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .grafikbox .grafiktext .grafiktext-big .noteicon {
    top: -14px;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-boxwrapper {
    text-align: center;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-boxwrapper .texttext {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-boxwrapper .texttext br {
    display: none;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .textheadline {
    margin: 0 0 0px 0;
  }
  .content-row-zahnlichteffekt .zahnlicht_effekt-box .noteinfo {
    margin: 10px 0 0 0;
  }
  .text-input.alertbullets ul li, .text-input.alertcheck ul li {
    margin: 0 0 10px 0;
    padding: 0px 0 0 0;
  }
  .text-input.alertbullets ul li:before, .text-input.alertcheck ul li:before {
    position: absolute;
    left: 50%;
    margin: -29px 0 0 -3px;
    display: none;
  }
  .text-input.alertbullets ul li:first-child:before, .text-input.alertcheck ul li:first-child:before {
    display: block;
  }
  .content-row-hpartnerlogos .hl-section-box {
    margin: 5px 0 30px 0;
  }
  .content-row-hpartnerlogos .logoline .logoitem {
    flex: unset;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .content-row-hpartnerlogos .logoline .logoitem:hover {
    padding-right: 0px;
  }
  .content-row-hpartnerlogos .logoline .logoitem .partnerinfo {
    position: relative;
    right: 0px;
    top: 0px;
    border-right: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px 10px 0;
    opacity: 1;
    width: 277px;
    margin: 10px auto 0 auto;
  }
  .content-row-hpartnerlogos .logoline .logoitem.has-infotext:hover {
    padding-right: 0px;
  }
  .content-row-textbox .content-row-inner-wrapper {
    width: calc(100% - 80px);
  }
  .content-row-textbox .content-row-inner-wrapper .content-row-inner-center-standard {
    width: 100%;
  }
  .content-row-textbox .textbox .hl-section-box {
    margin: 0 0 0px 0;
  }
  .content-row-textbox .textbox h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .content-row-toggletextbox .toggletextboxwrapper .part-left {
    margin: 0 0 0 0px;
    width: 100%;
    padding: 0px 0px 0 0px;
  }
  .content-row-toggletextbox .toggletextboxwrapper .part-right {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 0 0;
    padding: 30px 0px 0 0px;
  }
  .content-row-toggletextbox .toggletextboxwrapper {
    padding: 25px 25px;
  }
  .content-row-textbox {
    padding: 25px 0 25px 0;
  }
  .content-row-spacer .content-row-inner-wrapper {
    width: calc(100% - 80px);
  }
  .content-row-spacer .content-row-inner-wrapper .content-row-inner-center-standard {
    width: 100%;
  }
  .content-row-spacer .seperatorline {
    margin: 25px 0 0 0 !important;
    width: 122px;
    height: 1px;
  }
  .content-row-leadintext {
    padding: 250px 0 150px 0;
  }
  .content-row-leadintext .textbox .img-bgleadlin {
    position: absolute;
    top: 0px;
    left: 0;
    height: auto;
    width: 370px;
    margin: -96px 0 0 -60px;
  }
  .fullscreenimage {
    min-height: auto;
    height: auto;
  }
  .fullscreenimage:after {
    display: none;
  }
  .fullscreenimage .img-fullscreen {
    width: auto;
    height: 265px;
    display: block;
    max-width: 9999px;
  }
  .textbox.setHL-left .hl-section-box {
    width: 100%;
  }
  .textbox.setHL-left .singletext {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .responsivemargintop {
    margin-top: 123px;
    margin-bottom: 50px;
  }
  .responsivemargintop h1 {
    font-size: 25px !important;
    line-height: 35px !important;
    white-space: nowrap;
    word-break: keep-all;
  }
  .responsivemargintop .img-bg {
    position: absolute;
    width: auto;
    bottom: -70px;
    height: 100%;
    right: 0px;
    max-width: inherit;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen {
    position: relative;
    margin: 120px 0 0 0;
    float: left;
    width: 100%;
    overflow: visible;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item {
    transition: transform 0.4s ease, z-index 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 7px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0.2);
    padding: 40px 50px;
    opacity: 1;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:hover {
    top: 0px !important;
    border: 1px solid #ffffff !important;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item .close-btn {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.8;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item .close-btn:hover {
    opacity: 1;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item .kundenstimmen-item-innerbox {
    -webkit-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 24px -7px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    border-radius: 0px;
    padding: 0px 0px;
    float: left;
    width: 100%;
    margin: 0 0px 0 0px;
    border: 0px solid #ffffff;
    position: relative;
    top: 0px;
    -webkit-transition: all 650ms;
    -moz-transition: all 650ms;
    -o-transition: all 650ms;
    transition: all 650ms;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item .kundenstimmen-item-innerbox:hover {
    top: 0px;
    border: 0px solid #000000;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item .kundenstimmen-item-innerbox .close-btn {
    display: block;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:first-child .close-btn {
    display: block;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(2) {
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(2) div {
    opacity: 0.5;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(3) {
    -webkit-filter: blur(0.7px);
    filter: blur(0.7px);
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(3) div {
    opacity: 0.3;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(4) {
    -webkit-filter: blur(0.9px);
    filter: blur(0.9px);
    opacity: 0.2;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(4) div {
    opacity: 0.5;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(5) {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(5) div {
    opacity: 0.5;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(6) {
    -webkit-filter: blur(1.2px);
    filter: blur(1.2px);
    opacity: 0.7;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(6) div {
    opacity: 0.7;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(7) {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    opacity: 0.7;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(7) div {
    opacity: 0.7;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(8) div {
    opacity: 0.8;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(9) {
    display: none;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(10) {
    display: none;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(11) {
    display: none;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(12) {
    display: none;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(13) {
    display: none;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(14) {
    display: none;
  }
  .content-row-kundenstimmen.kundenstimmen .slider-kundenstimmen .kundenstimmen-item:nth-child(15) {
    display: none;
  }
  .floatingbtn {
    bottom: 25px;
    width: 50px;
  }
  .mobnavOpen .windowOK .floatingbtn {
    bottom: 25px;
  }
  .mobnavOpen .windowOK.floatingbtnnavhit .floatingbtn {
    top: calc(100vh - 120px);
    bottom: inherit;
  }
  .mobnavOpen .windowLow .floatingbtn {
    bottom: -200px;
  }
  .mobnavOpen .sidecartOpen .floatingbtn {
    opacity: 0.3 !important;
    pointer-events: none;
  }
  .content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-30 {
    width: 100%;
    margin-right: 0;
  }
  .content-row-magneticagiatorrequest .box-formstep-colum4 .btn-icon, .content-row-magneticagiatorrequest .box-formstep-colum4 .btn-text {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 20px;
  }
  .content-row-magneticagiatorrequest .box-formstep-colum4 .btn-icon:nth-child(2n), .content-row-magneticagiatorrequest .box-formstep-colum4 .btn-text:nth-child(2n) {
    margin-right: 0;
  }
  .content-row-magneticagiatorrequest .togglepart .boxpart {
    float: left;
    width: 100%;
  }
  .content-row-magneticagiatorrequest .togglepart .boxpart-1 {
    margin-right: 0;
  }
  .content-row-magneticagiatorrequest .inputrow .inputpart.inputpart-60 {
    width: 100%;
  }
  .inputrow .inputpart textarea {
    height: 180px;
  }
  .content-row-factboxes .factboxes .factboxes-item {
    flex: 0 0 100%;
    margin-bottom: 0px;
  }
  .content-row-banner .content-row-inner-center-full .bannertext {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
    margin: 0 0 0 0;
  }
  .content-row-banner .content-row-inner-center-full .buttonrow {
    margin: 10px 0 0 0;
    max-width: 100%;
    float: left;
    width: auto;
  }
  .content-row-banner .content-row-inner-center-full {
    padding: 35px 0 45px 0;
    float: left;
    width: 90%;
    margin: 0 0 0 5%;
  }
  .content-row-footer .box-adress {
    width: 100%;
  }
  .content-row-footer .box-quicklinks {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  .content-row-footer .box-quicklinks .boxhl {
    margin: 0 0 0 0px;
  }
  .content-row-footer .box-quicklinks .quicklinkrow .quicklinkitem {
    float: left;
    margin: 0px 12px 7px 0px;
    width: auto;
    height: auto;
  }
  .content-row-footer .box-quicklinks .footermainnavbox li {
    float: none;
    width: auto;
    margin: 0 20px 8px 0px;
    height: auto;
    display: inline-block;
  }
  .content-row-footer .box-quicklinks .quicklinkitem-meta {
    float: left;
    width: 100%;
    margin: 0 0 0 0px;
    top: 0;
  }
  .content-row-footer .box-sociallinks {
    margin: 20px 0 25px 0;
  }
  .content-row-footer .lastline .box-metalinks {
    width: 100%;
  }
  .content-row-footer .lastline .copy {
    width: 40%;
    margin: 10px 0 0 0;
  }
  .content-row-footer .lastline .credits {
    width: 55%;
    margin: 10px 0 0 0 !important;
    float: right;
    text-align: right;
  }
  .content-row-textteaser {
    margin-top: 25px;
  }
  .content-row-textteaser .description {
    margin: 25px 0 0 0;
    max-width: 100%;
  }
  .btn:first-child {
    margin-bottom: 10px;
  }
  .content-row-animatedheadline .animated-word {
    font-size: 45px;
    line-height: 52px;
  }
  .content-row-animatedheadline .animated-word-box {
    position: relative;
    width: 100%;
    height: 140px;
    margin: 0 0 0 0;
  }
  .content-row-animatedheadline .description {
    margin: 100px 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  .content-row-textboxrows .textboxes .textbox-item {
    width: 100%;
    margin: 0 30px 30px 30px;
  }
  .content-row-textboxrows .textboxes .textbox-item .linkrow {
    position: relative;
    bottom: 0;
    margin: 5px 0 0 0;
    float: left;
  }
  .content-row-textboxrows {
    padding: 50px 0 0 0;
  }
  .hl.gradianttext-blueblue {
    font-size: 40px;
    line-height: 50px;
  }
  .content-row-recentsuccessstories .box-loop {
    width: calc(100% + 15px);
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
  .content-row-recentsuccessstories .box-loop .item {
    width: calc(100% - 15px);
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
  }
  .content-row-recentsuccessstories .box-loop .item:last-child {
    margin-right: 0px;
  }
  .content-row-recentsuccessstories .box-loop .item h3 {
    white-space: normal;
    min-height: 20px;
  }
  .content-row-recentsuccessstories .box-loop .item .excerpt {
    width: 100%;
    white-space: normal;
    min-height: 50px;
  }
  .mobile-boxslider-btn {
    display: block;
    float: left;
    width: 100%;
    position: relative;
  }
  .mobile-boxslider-btn .carousel-btn.prev {
    float: left;
    margin: 0 0 30px 0;
  }
  .mobile-boxslider-btn .carousel-btn.next {
    float: right;
    margin: 0 0 30px 0;
  }
  .content-row-benefitboxes {
    padding: 50px 0 0 0;
  }
  .content-row-benefitboxes .content-row-inner-center-full {
    padding: 50px 0 50px 0;
  }
  .content-row-benefitboxes .benefitboxes .benefitboxes-item {
    flex: 1 0 100%;
  }
  .hlline {
    display: inline;
  }
  .content-row-ctatextbanner .content-row-inner-center-full-wrapper .icon-zeta {
    right: 0;
    height: 180px;
  }
  .content-row-texttriggeredimageswap .triggertextbox {
    position: relative;
    float: left;
    width: 100%;
    height: auto !important;
  }
  .content-row-texttriggeredimageswap .triggerimagebox {
    width: 100%;
    float: left;
    height: auto !important;
    margin: 20px 0 0 0;
  }
  .content-row-texttriggeredimageswap2 .triggertextbox .triggertextbox-item .toggleicon {
    right: 0px;
  }
  .content-row-factboxes .factboxes .factboxes-item {
    min-height: 210px;
  }
  .content-row-texttriggeredimageswap .triggertextbox .triggertextbox-item:last-child {
    padding: 0px;
    margin: 0px;
  }
  .content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner .number {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    margin: 10px 0 0 0;
  }
  .content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner .info {
    float: left;
    width: 100%;
    text-align: center;
  }
  .content-row-factboxes .factboxes .factboxes-item .factboxes-item-inner .text-input {
    margin: 25px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
  }
  .content-row-animatedheadline .animated-word-box .wordhidelayer {
    left: 0;
  }
  .content-row-animatedheadline .animatedrow-2 {
    z-index: 60;
    position: relative;
  }
  .content-row-animatedheadline {
    padding: 50px 0 0 0;
  }
  .content-row-animatedheadline .animated-word-box {
    height: 70px;
  }
  .content-row-animatedheadline .animated-word-box .wordhidelayer .wordhidelayer-line {
    left: 0;
    top: 23px;
  }
  .content-row-imageFullscreen {
    padding: 25px 0px 0 0;
  }
  .content-row-accordionbanner .accordionbanner-item-wrapper {
    top: 20px;
    width: 100%;
  }
  .content-row-benefitboxes .benefitboxes .benefitboxes-item .letterItem .letterItemVal {
    margin: 7px 0 0 0;
  }
  .content-row-texttriggeredimageswap {
    padding: 50px 0 0 0;
  }
  .content-row-ctatextbanner {
    padding: 25px 0 0 0;
  }
  .content-row-factboxes {
    padding: 50px 0 0 0;
  }
  .box-menulayer .box-menubar {
    width: 100%;
  }
  .box-menulayer .box-menudetail {
    width: 100%;
    top: 0px;
    left: 110%;
  }
  .menulayerback {
    display: block;
    position: absolute;
    top: 18px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    padding: 12px 0 0 0;
    left: 10px;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .box-menulayer .box-menudetail.submenuopen {
    left: 0%;
  }
  .box-menulayer .box-menudetail.submenuopen .box-menudetail-wrapper {
    width: calc(100% - 40px);
    margin: 0px 0 0 20px;
  }
  .box-menulayer .box-menudetail.submenuopen .box-menudetail-wrapper .sub-menu .menu-item {
    width: 100%;
    height: auto;
  }
  .box-menulayer .box-menudetail .sub-menu .menudetail-left {
    display: block;
    float: left;
    margin: 0px 0px 0 0;
    width: 100%;
  }
  .box-menulayer .box-menudetail .sub-menu .menudetail-right {
    float: left;
    margin: 0px 0px 0 0;
    width: 100%;
  }
  .box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup {
    margin: 0 0px 25px 0;
  }
  .box-menulayer .box-menudetail .sub-menu .menu-item.linkgroup.hide .menu-item {
    padding: 0px 0 40px 0;
    margin: 0 80px 0px 0;
  }
  .box-menulayer .box-menubar ul {
    width: calc(100% - 30px);
    margin-left: 25px;
  }
  .box-menulayer .box-menubar .quicklinks {
    width: calc(100% - 50px);
    margin-left: 25px;
  }
  .content-row-textheader {
    padding: 40px 0 20px 0;
  }
  .content-row-textheader .bigText {
    font-size: 40px;
    line-height: 50px;
    float: left;
    width: 100%;
  }
  .content-row-textheader .bigText br {
    display: none;
  }
  .content-row-textheader .buttonrow {
    position: relative;
  }
  .content-row-imageset {
    margin: 0 0 -50px 0;
  }
  .content-row-imageset .boximage1 {
    flex: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .content-row-imageset .boximage2 {
    flex: none;
    width: 100%;
  }
  .content-row-imageset .boximage {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
  }
  .content-row-imageset .boximage .imagedesc {
    position: relative;
    bottom: 0px;
    background: #fff;
    width: 100%;
    z-index: 20;
    padding: 0 5px 0 10px;
    opacity: 0.9;
  }
  .content-row-imageset .imagesetbox {
    display: block;
    gap: 0;
    align-items: stretch;
    overflow: auto;
    white-space: nowrap;
  }
  .content-row-imageset .imagesetbox .boximage2 {
    display: none;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .description {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personmeta {
    display: block;
    text-align: left;
    float: left;
    width: 50%;
    position: relative;
    top: 70px;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .person {
    display: block;
    align-items: flex-end;
    gap: 0px;
    margin: 40px 0 0 0;
    position: relative;
    left: 0px;
    float: left;
    width: 100%;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personimage {
    height: auto;
    width: 25%;
    margin: 20px 0 0 0;
    float: right;
  }
  .content-row-postslider .carousel-container .carousel-item {
    flex: 0 0 100%;
  }
  .content-row-postslider .carousel-btnbox {
    float: left;
    margin: 40px 0 -20px 0;
    width: 100%;
  }
  .content-row-textboxrows2 .textboxes .textbox-item .infoCount {
    font-size: 40px;
    right: 10px;
    top: 23px;
  }
  .content-row-recentsuccessstories {
    padding: 50px 0 0 0;
  }
  .content-row-downloads .downloadbox {
    margin: 25px 0 0 0;
  }
  .content-row-postslider {
    padding: 50px 0 0 0;
  }
  .content-row-downloads .downloadbox .downloadbox-item .downloadbtn .icon-download-lock {
    left: 13px;
    top: -27px !important;
  }
  .content-row-gatedform .box-gatedbox .btn-closelayer {
    top: -50px;
    width: 32px;
  }
  .box-menulayer .box-menudetail .show .sub-menu {
    padding-bottom: 50px;
  }
  .content-row-filterbar .content-row-inner-center-full .filtertab-bar .filtertab {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 16px;
  }
  .content-row-filterbar .content-row-inner-center-full .tagline {
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
  }
  .content-row-columnposts.displayitems-4 .box-loop .item {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
  }
  .content-row-newsposts .box-loop .item-news .imagebox {
    height: 135px !important;
  }
  .content-row-newsposts .box-loop .item-news .metabox h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .content-row-newsheader .textpart {
    width: 100%;
  }
  .content-row-newsheader .newsHL {
    font-size: 28px !important;
    line-height: 38px !important;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
  }
  .content-row-newsheader .imagepartpart {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content-row-newsheader .imagepartpart .downloadbtn {
    margin: 10px 0 0 10px;
  }
  .hrline {
    margin: 50px 0 0px 0;
  }
  .content-row-textblock {
    padding: 25px 0 0px 0;
  }
  .content-row-downloads {
    padding: 50px 0 0 0;
  }
  .content-row-columnposts {
    padding: 50px 0 0 0;
  }
  .content-row-columnposts .box-loop .item {
    width: 100%;
    margin: 0 0px 50px;
  }
  .content-row-eventsfilter .content-row-inner-center-full .filtertab-bar .filtertab {
    width: 100%;
  }
  .content-row-events .item-events .imagebox {
    width: calc(100% - 40px);
  }
  .content-row-events .item-events .imagebox .eventinfobox {
    width: 100%;
  }
  .content-row-events .item-events .textinfo {
    width: calc(100% - 40px);
    margin: 0px 0 0 20px;
  }
  .content-row-events .item-events .buttonrow {
    margin: 15px 0 20px 20px;
    position: relative;
    right: 0;
    bottom: 0;
    float: left;
    width: calc(100% - 40px);
  }
  .content-row-events .item-events .buttonrow .btn {
    float: left;
    margin: 0px;
    min-width: 40%;
  }
  .content-row-events .monthseperator {
    font-size: 38px;
    margin: 10px 0 30px 0;
  }
  .eventname .secondrow {
    display: block;
  }
  .hubformstyle .inputpart {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .content-row-banner .content-row-inner-center-full .buttonrow {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content-row-columnposts.displayitems-4 .box-loop > .item:nth-child(1):nth-last-child(2), .content-row-columnposts.displayitems-4 .box-loop > .item:nth-child(2):nth-last-child(1), .content-row-columnposts.displayitems-4 .box-loop > .item:only-child {
    width: 100%;
  }
  .content-row-imagetextrow .imagetextrowtbox-wrapper .imagebox {
    width: 100%;
    margin: 0 0 0 0;
  }
  .content-row-imagetextrow .imagetextrowtbox-wrapper .textbox {
    width: 100%;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personimage img {
    width: 100%;
    height: auto;
    display: block;
  }
  .content-row-imageslider .carousel-container .carousel-item {
    flex: 0 0 100%;
    opacity: 0;
    -webkit-transition: opacity 850ms;
    -moz-transition: opacity 850ms;
    -o-transition: opacity 850ms;
    transition: opacity 850ms;
  }
  .content-row-imageslider .carousel-container .carousel-item.inview {
    opacity: 1;
  }
  .content-row-imageslider {
    padding: 50px 0 25px 0;
  }
  .content-row-imageslider .carousel-container .carousel-item .imagebox {
    height: 550px;
    width: 100%;
  }
  .post.current-item {
    position: relative;
    width: auto;
    text-indent: inherit;
    display: inline-block;
    background: #fff;
    top: 1px;
    height: 16px;
  }
  .content-row-swapimageslider .swapimageslider-wrapper .boxlable {
    flex: 0 0 100%;
    margin: 0px 0px 0px 0px;
  }
  .content-row-swapimageslider .swapimageslider-wrapper {
    display: block;
    gap: 0;
    width: 100%;
    float: left;
  }
  .content-row-swapimageslider {
    padding: 0;
  }
  .content-row-swaptextslider .swapimageslider-wrapper .boxcontenttext {
    flex: 0 0 100%;
    position: relative;
    margin: 0 0 0 0px;
    max-width: 100%;
  }
  .content-row-textblock .column-2 .textbox {
    width: 100%;
  }
  .content-row-textblock .column-2 .textbox.textbox2 {
    float: left;
    margin: 20px 0 0 0;
  }
  .content-row-downloads .downloadbox .downloadbox-item .text-input {
    width: 100%;
    max-width: 100%;
  }
  .content-row-downloads .downloadbox .downloadbox-item .downloadbtn {
    position: relative;
    right: 0px;
    top: 0;
    display: block;
    margin: 40px 0 0 0;
  }
  .content-row-banner {
    margin: 25px 0 25px 0;
  }
  .box-menulayer .box-menubar ul li a:hover::after {
    opacity: 0;
  }
  .content-row-contactform .bgcolor-wrapper {
    padding: 25px 0;
  }
  .content-row-contactform .partleft {
    float: left;
    width: 100%;
    margin: 0 0px 0 0;
  }
  .content-row-contactform .partright {
    float: left;
    width: 100%;
    margin: 0 0px 0 0;
  }
  .inputrow .inputpart .inputSubmit {
    float: left;
  }
  .formbox-hs .inputSubmit {
    position: relative;
    top: 0;
    float: left;
  }
  .formbox-hs .inputrow .inputpart textarea {
    margin: 0 0 30px 0;
  }
  .formbox-hs .dsgvo {
    margin: 0px 0 0px 0 !important;
  }
  .content-row-footer .lastline {
    font-size: 14px;
  }
  .content-row-locations {
    padding: 10px 0 0 0;
  }
  .content-row-locations .areabox .arealabel {
    padding: 20px 0;
  }
  .content-row-locations .areabox .arealabel h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: calc(100% - 50px);
  }
  .content-row-locations .areabox .arealabel.arealabel::after {
    font-size: 50px;
    top: 25px;
  }
  .content-row-locations .areabox.openarea .arealabel::after {
    top: 21px;
  }
  .content-row-locations .areabox.openarea .areaentries {
    padding: 0px 0 0 0;
  }
  .content-row-locations .areabox .areaentries .area-item {
    padding: 30px 0 20px 0;
  }
  .content-row-locations .areabox .areaentries .area-item .area-item-name::after {
    top: 4px;
  }
  .content-row-locations .areabox .areaentries .area-item .area-item-name h3 {
    font-size: 18px;
    line-height: 28px;
    max-width: calc(100% - 50px);
  }
  .content-row-locations .areabox .areaentries .area-item .area-item-content .buttonrow {
    float: left;
    margin: 30px 0 0 0;
  }
  .content-row-locations .areabox .areaentries .area-item .area-item-content .contactlinks {
    float: left;
    margin: 5px 0 0 0;
    width: 100%;
  }
  .showform .box-contactformperson .hubformstyle .inputpart {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .content-row-header .headerbar .menupart .headermainmenubox {
    display: none;
  }
  .content-row-header .headerbar .menupart {
    display: block;
    position: absolute;
    margin: 0px;
    top: 23px;
    right: 20px;
  }
  .searchbox, .languagebox {
    display: block;
    margin: 0px;
    top: 0px;
  }
  .content-row-header .headerbar .img-logo {
    margin: 16px 0 0 25px;
    width: 119px;
  }
  .content-row-header .headerbar .menupart .searchbox.open .searchinput {
    right: 0;
    top: -23px;
    height: 67px;
    width: calc(100vw - 176px);
  }
  .content-row-header .headerbar .menupart .searchbox.open .searchinput .searchfield {
    width: calc(100vw - 248px);
  }
  .search-results .content-row-searchitems .resultbox .btn-result {
    float: left;
    position: relative;
  }
  .content-row-vcard .personcard {
    width: 100%;
    margin: 0px 0px 0 0;
    padding: 60px;
    height: auto;
  }
  .content-row-vcard .content-row-personalform {
    width: 100%;
    margin: 0 0 0 0px;
  }
  .boxpersonalform .box-contactformperson .hubformstyle .inputpart {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .content-row-header .headerbar .menupart .searchbox-tagoptions.open {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .content-row-header .headerbar .menupart .searchbox-tagoptions.open .btn-closesearch {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 99;
    cursor: pointer;
    top: 24px;
    right: 81px;
  }
  .content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchinput {
    position: absolute;
    left: 0px;
    top: 0px;
    height: calc(100vh - 47px);
    width: 100%;
    border-radius: 8px;
  }
  .content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchinput .searchfield {
    width: calc(100vw - 278px);
  }
  .content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchtagsbox {
    display: block;
    position: absolute;
    z-index: 90;
    width: calc(100% - 30px);
    float: left;
    text-align: left;
    left: 20px;
    background: #fff;
    top: 50px;
    padding: 0px;
  }
  .content-row-header .headerbar .menupart .searchbox-tagoptions.open .searchtagsbox .tagbox {
    float: left;
    width: calc(100% - 0px);
    margin: 0px;
  }
  .menulayerback .img-back {
    position: relative;
    top: -3px;
  }
  .box-menulayer .box-menudetail .sub-menu .menu-item.noborder-bottom {
    border-bottom: 0.3px solid #07284A;
  }
  .jobfilter .inputpart {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .jobfilter {
    border-bottom: 0 solid #B2B2B2;
  }
  .joblist-box .header-row {
    display: none;
  }
  .joblist-box .jobtableitem-row .jobtableitem.title {
    width: 100%;
    margin: 0px;
  }
  .joblist-box .jobtableitem-row .jobtableitem.department {
    width: 100%;
  }
  .joblist-box .jobtableitem-row .jobtableitem.positiontype {
    float: left;
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-size: 14px;
  }
  .joblist-box .jobtableitem-row .jobtableitem.city {
    width: 100%;
    margin: 0px;
    font-size: 14px;
  }
  .content-row-events .item-events .imagebox .previmage {
    display: block;
    height: 245px;
    max-width: inherit;
  }
  .content-row-events .item-events .imagebox .eventinfobox {
    height: 90px;
  }
  .content-row-magneticagiatorrequest .row-formsteps .box-step {
    width: calc(30% - 15px);
  }
  .content-row-team .section-hl {
    width: 100%;
    text-align: center;
  }
  .content-row-team .wrapper-persons {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .content-row-team .wrapper-persons .person-item {
    width: calc(30% - 1px);
    margin: 0 15px 26px;
  }
  .content-row-team .wrapper-persons .metabox {
    text-align: center;
  }
  .content-row-recentsuccessstories .box-loop .imagebox {
    max-height: 300px !important;
  }
}
/* ....................................................................................... 767 */
@media only screen and (max-width: 767px) {
  .trans {
    opacity: 1;
  }
  .hidemobile-1 {
    display: none !important;
  }
  .content-row-imageset .boximage {
    padding: 0 0 50px 0;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personmeta {
    top: 0;
  }
  .content-row-ctatextbanner2 .content-row-inner-center-full-wrapper .personimage {
    width: 35%;
    margin: 0px 0 0 0;
  }
  .content-row-magneticagiatorrequest .row-formsteps .box-step {
    width: 100%;
  }
  .content-row-columnposts.displayitems-4 .box-loop .item {
    width: 100%;
    margin: 0 0px 30px;
  }
  .content-row-newsposts .box-loop .item-news .imagebox {
    height: auto !important;
  }
  .single-job .val-descriptionLong .we_offer .mobile-no {
    display: none;
  }
  .single-job .val-descriptionLong .we_offer .mobile-show {
    display: block;
  }
  .single-job .val-descriptionLong .contactperson img {
    width: 95px !important;
    margin: 0 0px -64px 0;
  }
  .form-message {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
  }
  .box-newsletterform .dsgvo {
    float: left;
    max-width: 100%;
    width: 100%;
  }
  .hubformstyle .inputSubmit {
    width: 100%;
    float: left;
    margin: 10px 0 10px 0px;
  }
  .hubformstyle #footernlformmessage {
    top: 0;
  }
  .content-row-team .section-hl {
    width: 100%;
    text-align: center;
  }
  .content-row-team .wrapper-persons {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
  .content-row-team .wrapper-persons .person-item {
    width: 100%;
    margin: 0 0px 26px;
  }
  .content-row-team .wrapper-persons .metabox {
    text-align: center;
  }
  .content-row-icontextgrid .textboxes {
    margin-left: 0;
    margin-right: 0;
  }
  .content-row-icontextgrid .textboxes .textbox-item {
    width: 100%;
    margin: 0 0px 40px 0px;
    padding: 0 0 40px 0;
  }
  .content-row-team .wrapper-persons.centeritems .person-item {
    text-align: center;
    display: block;
    margin: 0 auto 40px auto;
    width: 300px;
  }
  .content-row-icontextgrid .textboxes .textbox-item.lowertext .textpart {
    margin-top: 23px;
  }
  a.textlink {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  a.textlink:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .animateAll {
    will-change: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .animateAllslow {
    will-change: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .accordionbanner-item-text {
    opacity: 1;
    display: none;
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item.open .accordionbanner-item-text {
    min-height: 290px;
    background-color: #ffffff;
    display: block;
  }
  .content-row-accordionbanner .accordionbanner-item-wrapper .accordionbanner-item .accordionbanner-item-titel {
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    opacity: 1;
  }
  .content-row-accordionbanner .bgimagebox .accordion-image.accordion-image-on {
    display: inline;
    opacity: 1;
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .content-row-imageFullscreen .transition-fullscreen {
    display: none;
  }
  .content-row-imagetextrow2 .imagetextrowtbox-wrapper .imagebox {
    width: 100%;
  }
  .content-row-imagetextrow2 .imagetextrowtbox-wrapper .textbox {
    width: 100%;
    margin: 10px 0 0 0%;
    padding: 20px 0 0 0;
  }
  .content-row-imagetextrow2 .imagetextrowtbox-wrapper .texthl {
    margin: 0 0 10px 0;
  }
}
/* ....................................................................................... 380 */
@media only screen and (max-width: 380px) {
  .content-row-header .headerbar .img-logo {
    margin: 21px 0 0 16px;
    width: 89px;
  }
}

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