@charset "UTF-8";
.bg-gradiant-bluered-vertical {
  background: linear-gradient(to right, #003770 0%, #b60025 100%);
}

.bg-light {
  background-color: #E8EDF2 !important;
}

.text-grey, a.text-grey {
  color: #343434;
}

.text-red, a.text-red {
  color: #B60025;
}

.text-blue, a.text-blue {
  color: #003770;
}
.text-blue a, a.text-blue a {
  color: #003770;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PermanentMarker";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/permanent-marker-v16-latin-regular.woff2") format("woff2");
}
h1, h2 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 8px 0;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 8px 0;
}

.infoline {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.bigHL {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.markerFont {
  font-family: "PermanentMarker", sans-serif;
  font-style: normal;
  font-weight: 400;
}

html, body {
  margin: 0px;
  padding: 0px 0 0px 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #343434;
  background: #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;
  scroll-behavior: smooth;
}

.is-windows {
  overflow-y: scroll;
}

.noclicks {
  pointer-events: none;
}

.trans {
  opacity: 0;
  will-change: opacity, transform;
  transform: translateZ(0);
}

.trans-on {
  opacity: 1;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}

.displaynone, .displayNone {
  display: none;
}

.emptyHide {
  display: none !important;
}

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

#wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

main#content {
  min-height: 80vh;
  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: 1728px;
  margin: 0 auto;
  position: relative;
}

.noTopspace {
  margin-top: 0px !important;
}

.inputError {
  border-color: #B60025 !important;
}

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

a {
  text-decoration: none;
  color: #343434;
}

.bold, b, strong {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.center {
  text-align: center;
}

.Section-HL {
  width: 100%;
  margin: 0 0 40px 0;
}

.visually-hidden {
  display: none;
}

.r-4 {
  border-radius: 4px;
}

.clear {
  width: 100%;
  height: 0.1px;
  float: left;
}

.box-buttons {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.btn {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.42px;
  border: 1px solid #003770;
  color: #003770;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 17px 8px 15px;
  margin: 0 12px 0 0;
  transition: background 350ms ease, transform 350ms ease;
  will-change: background, transform;
  transform: translateZ(0);
}
.btn:last-child {
  margin-left: 0px;
}
.btn.btn-red {
  background-color: #B60025;
  border: 1px solid #B60025;
  color: #ffffff;
}
.btn.btn-red:hover {
  background-color: #e6040d;
  border: 1px solid #e6040d;
}
.btn.btn-red.outline-1 {
  background-color: #ffffff;
  border: 1px solid #B60025;
  color: #B60025;
}
.btn.btn-red.outline-1:hover {
  background-color: #B60025;
  border: 1px solid #B60025;
  color: #ffffff;
}
.btn.btn-red.btn-outline {
  background-color: transparent;
  border: 1px solid #B60025;
  color: #B60025;
}
.btn.btn-red.btn-outline:hover {
  background-color: #B60025;
  border: 1px solid #B60025;
  color: #ffffff;
}
.btn.btn-blue {
  background-color: #003770;
  border: 1px solid #003770;
  color: #ffffff;
}
.btn.btn-blue:hover {
  background-color: #2965c0;
  border: 1px solid #2965c0;
}
.btn.btn-blue.outline-1 {
  background-color: #ffffff;
  border: 1px solid #003770;
  color: #003770;
}
.btn.btn-blue.outline-1:hover {
  background-color: #003770;
  border: 1px solid #003770;
  color: #ffffff;
}
.btn.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #003770;
}
.btn.btn-white:hover {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
.btn.btn-white.outline-1 {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-white.outline-1:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #003770;
}
.btn.btn-black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn.btn-black:hover {
  background-color: #585858;
  border: 1px solid #585858;
}
.btn.btn-black.outline-1 {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.btn.btn-black.outline-1:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn.btn-whiteoutline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.btn-whiteoutline:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #003770;
}
.btn.btn-textlink {
  background-color: transparent;
  border: 0px;
  color: #B60025;
  height: auto;
  padding: 0 20px 0 0;
  margin: 10px 0 0 0;
  position: relative;
}
.btn.btn-textlink:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  background-image: url(../img/icon_arrow_red.svg);
  background-repeat: no-repeat;
  right: 0px;
  top: 8px;
  background-size: 100%;
  transition: right 350ms ease, transform 350ms ease;
  will-change: right, transform;
  transform: translateZ(0);
}
.btn.btn-textlink:hover {
  background-color: transparent;
  border: 0px solid #ffffff;
}
.btn.btn-textlink:hover:after {
  right: -5px;
}
.btn.btn-textlink a {
  color: #B60025;
}
.btn.btn-mail {
  padding-left: 42px;
}
.btn.btn-mail:before {
  content: "";
  width: 18px;
  height: 20px;
  position: absolute;
  background-image: url(../img/icon-mail.svg);
  background-repeat: no-repeat;
  left: 15px;
  top: 12px;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(359deg) brightness(101%) contrast(103%);
}
.btn.btn-map {
  padding-left: 42px;
}
.btn.btn-map:before {
  content: "";
  width: 14px;
  height: 20px;
  position: absolute;
  background-image: url(../img/icon-mappin.svg);
  background-repeat: no-repeat;
  left: 16px;
  top: 10px;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(359deg) brightness(101%) contrast(103%);
}
.btn.btn-tel {
  padding-left: 42px;
  padding-right: 17px;
}
.btn.btn-tel:before {
  content: "";
  width: 14px;
  height: 20px;
  position: absolute;
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  left: 16px;
  top: 13px;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(359deg) brightness(101%) contrast(103%);
}
.btn.btn-tel:after {
  display: none;
}
.btn.btn-download {
  padding-left: 42px;
  padding-right: 17px;
}
.btn.btn-download:before {
  content: "";
  width: 14px;
  height: 20px;
  position: absolute;
  background-image: url(../img/icon-download.svg);
  background-repeat: no-repeat;
  left: 16px;
  top: 13px;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(359deg) brightness(101%) contrast(103%);
}
.btn.btn-download:after {
  display: none;
}

.textInput img {
  max-width: 100%;
  height: auto;
}
.textInput strong {
  color: #003770;
}
.textInput h2, .textInput h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 8px 0;
  color: #003770;
}
.textInput ul, .textInput ol {
  margin: 5px 0 10px 0;
  padding: 0px;
  float: left;
  width: 100%;
}
.textInput ul li, .textInput ol li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0 5px 15px;
}

.error404 .content-row-breadcrumb {
  display: none;
}
.error404 main#content {
  min-height: auto;
  width: 100%;
  float: left;
}
.error404 .content-row-404 {
  padding: 135px 0 75px 0;
  text-align: center;
  color: #003770;
}
.error404 .content-row-404 strong {
  font-style: normal;
  color: #003770;
  font-family: "PermanentMarker", sans-serif;
  font-size: 44px;
  position: relative;
  top: 0;
  display: block;
  margin: 0 0 30px 0;
}

.burgerBTN {
  display: none;
}

.loader, .loaderCustom {
  width: 20px;
  height: 20px;
  border: 4px solid #B60025;
  border-top: 4px solid #003770;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  margin: -53px 0 0 0;
  left: 12px;
  opacity: 0.5;
  display: none;
}

.loadingOn .loader {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaderCustomLink {
  display: none;
  position: absolute;
  margin: 0;
  left: -14px;
  z-index: 10;
  top: -14px;
}

.content-row-headermeta {
  background-color: #E8EDF2;
  height: 36px;
  position: relative;
  text-align: right;
}
.content-row-headermeta .seperator {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #343434;
  position: relative;
  top: 3px;
  left: -3px;
}
.content-row-headermeta .metalink {
  display: inline-block;
  margin: 5px 10px 0 10px;
}
.content-row-headermeta .metalink .label {
  font-size: 12px;
  letter-spacing: 0.24px;
  margin: 0 0 0 6px;
}
.content-row-headermeta .metalink .icon {
  height: 14px;
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
}
.content-row-headermeta .metalink a {
  padding: 5px;
}
.content-row-header {
  background-color: #ffffff;
  height: 56px;
  position: relative;
  border-bottom: 0.5px solid #DBDBDB;
}
.content-row-header .content-row-inner-center {
  width: 100%;
  max-width: 100%;
}
.content-row-header .img-logo {
  position: absolute;
  z-index: 5;
  float: left;
  top: -30px;
  left: 64px;
  display: block;
  width: 133px;
}
.content-row-header .box-search {
  background-color: #B60025;
  color: #ffffff;
  position: absolute;
  right: 0px;
  height: 56px;
  width: 92px;
  padding: 0 10px 0 10px;
  z-index: 10;
}
.content-row-header .box-search .btn-openserach {
  margin: 15px 0 0 0;
  position: relative;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.28px;
}
.content-row-header .box-search .btn-openserach .img-search {
  display: block;
  float: left;
  margin: 5px 9px 0 10px;
}
.content-row-header .box-search:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  height: 56px;
  width: 100vw;
  background-color: #B60025;
  pointer-events: none;
}

.pagescrolled body {
  padding-top: 56px;
}
.pagescrolled .content-row-header {
  position: fixed;
  top: 0px;
  z-index: 99;
  max-width: 1920px;
  transition: top 150ms ease, transform 150ms ease;
  will-change: top, transform;
  transform: translateZ(0);
}
.pagescrolled .content-row-header .box-search::after {
  background-color: #fff;
}
.pagescrolled .content-row-header .img-logo {
  top: 1px;
  width: 90px;
  transition: all 150ms ease, transform 150ms ease;
  will-change: all, transform;
  transform: translateZ(0);
}
.pagescrolled .heromenulayerOn .box-menulayer {
  top: 56px;
}
.pagescrolled.upscroll .content-row-headermeta {
  position: fixed;
  z-index: 99999;
  top: 0px;
  max-width: 1920px;
}
.pagescrolled.upscroll .content-row-header {
  top: 36px;
  z-index: 99999;
}
.pagescrolled.upscroll .heromenulayerOn .box-menulayer {
  top: 92px;
}

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

.content-row-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.24px;
  margin: 15px 0 0px 0;
}
.content-row-breadcrumb span {
  cursor: default;
}
.content-row-breadcrumb a {
  cursor: pointer;
}
.content-row-breadcrumb a:hover {
  color: #B60025;
}
.content-row-breadcrumb a span {
  cursor: pointer;
}
.content-row-breadcrumb .home {
  position: relative;
}
.content-row-breadcrumb .home span:before {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-home.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 2px;
  background-size: 100%;
  margin: 0 10px 0 0;
}
.content-row-breadcrumb .post {
  position: relative;
}
.content-row-breadcrumb .post:before {
  content: "";
  height: 13px;
  width: 6px;
  background-image: url(../img/icon-arrow-right.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
  background-size: 100%;
  margin: 0 14px 0 14px;
}

.navicon {
  display: none;
}

.box-mainmenu {
  float: right;
  position: relative;
  margin: 0 112px 0 0;
  height: 56px;
}
.box-mainmenu ul {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0px;
}
.box-mainmenu ul li {
  float: left;
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.28px;
  margin: 0 40px 0 0;
  position: relative;
}
.box-mainmenu ul li a {
  color: #003770;
}
.box-mainmenu ul li.itemopen a {
  color: #B60025;
}
.box-mainmenu ul li.current-menu-ancestor a {
  color: #B60025;
}
.box-mainmenu ul li.current-menu-item a {
  color: #B60025;
}
.box-mainmenu ul .menu-item.menu-item-has-children .title::after {
  content: "";
  margin: 0px 0 0 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../img/icon-pulldown-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.box-mainmenu ul .menu-item.menu-item-has-children.current-menu-parent .title::after,
.box-mainmenu ul .menu-item.menu-item-has-children.itemopen .title::after {
  filter: brightness(0) saturate(100%) invert(7%) sepia(82%) saturate(7221%) hue-rotate(344deg) brightness(102%) contrast(108%);
}
.box-mainmenu ul .sub-menu {
  display: none;
}

.box-menulayer {
  position: fixed;
  z-index: 999999;
  background: #E8EDF2;
  width: 0px;
  height: 0px;
  pointer-events: none;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: -999px;
  opacity: 0;
}
.box-menulayer .btnclosemenu {
  position: sticky;
  left: 100%;
  top: 40px;
  cursor: pointer;
  width: 115px;
  height: 30px;
  margin: 30px 0 0 0;
}
.box-menulayer .btnclosemenu:hover {
  opacity: 0.75;
}
.box-menulayer .btnclosemenu .iconx {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.heromenulayerOn {
  overflow: hidden;
  height: 100vh;
}
.heromenulayerOn .box-menulayer {
  opacity: 1;
  top: 92px;
  width: 100%;
  height: calc(100% - 92px);
  overflow: auto;
  pointer-events: inherit;
}

.box-menulayer .box-menulayer-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.box-menulayer .box-menulayer-inner .aktiveMainmenu {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.box-menulayer .box-menulayer-inner .aktiveMainmenu a {
  display: inline-block;
  background-color: #003770;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 12px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 6px 8px;
  font-family: "Inter", sans-serif;
  transition: background-color 650ms ease, transform 650ms ease;
  will-change: background-color, transform;
  transform: translateZ(0);
}
.box-menulayer .box-menulayer-inner .aktiveMainmenu a:hover {
  background-color: #B60025;
}
.box-menulayer .box-menulayer-inner .box-menubar {
  width: 33%;
  float: left;
}
.box-menulayer .box-menulayer-inner .box-menubar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.box-menulayer .box-menulayer-inner .box-menubar ul.sub-menu {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menubar ul.showMenupart {
  display: block;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item {
  Float: left;
  width: 100%;
  position: relative;
  padding: 0 0 30px 0;
  margin: 0px 0 28px 0;
  border-bottom: 0.5px solid #003770;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item a {
  color: #003770;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item a:hover {
  color: #B60025;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item a:hover .menu-description {
  color: #003770;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item a:hover .title:after {
  filter: brightness(0) saturate(100%) invert(7%) sepia(82%) saturate(7221%) hue-rotate(344deg) brightness(102%) contrast(108%);
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item .menu-description {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item.menu-item-has-children .title {
  position: relative;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item.menu-item-has-children .title:after {
  content: "";
  font-size: 10px;
  margin: 0px 0 0 5px;
  position: relative;
  top: -0.5px;
  left: 0px;
  transition: left 350ms ease, transform 350ms ease;
  will-change: left, transform;
  transform: translateZ(0);
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item.menu-item-has-children:hover .title:after {
  left: 5px;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item.menu-level-1.menu-item-has-children .title:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0px 0 0 5px;
  position: relative;
  top: -0.5px;
  left: 1px;
  background-image: url(../img/icon-pulldown-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
  transform: rotate(-90deg);
  transition: left 350ms ease, transform 350ms ease;
  will-change: left, transform;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item.on a {
  color: #B60025;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item.on a .menu-description {
  color: #003770;
}
.box-menulayer .box-menulayer-inner .box-menubar ul .menu-item.on .title:after {
  filter: brightness(0) saturate(100%) invert(7%) sepia(82%) saturate(7221%) hue-rotate(344deg) brightness(102%) contrast(108%);
}
.box-menulayer .box-menulayer-inner .box-menubar ul .sub-menu .sub-menu {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menubar .menu-item {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menubar .submenuShow {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 0 !important;
}
.box-menulayer .box-menulayer-inner .box-menubar .submenuShow a {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menubar .submenuShow .sub-menu {
  display: block;
}
.box-menulayer .box-menulayer-inner .box-menubar .submenuShow .sub-menu .menu-item {
  display: block;
}
.box-menulayer .box-menulayer-inner .box-menubar .submenuShow .sub-menu .menu-item a {
  display: block;
}
.box-menulayer .box-menulayer-inner .box-menubar .submenuShow .sub-menu .sub-menu {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menudetail {
  width: calc(63% - 45px);
  float: right;
  margin: 0 45px 0 0;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item {
  opacity: 1;
  position: relative;
  pointer-events: inherit;
  z-index: 2;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
  background-color: #fff;
  border-radius: 4px;
  width: calc(48% - 16px);
  float: left;
  padding: 8px;
  margin: 0 0 20px 0;
  height: 40px;
  position: relative;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item:nth-child(even) {
  float: right;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a {
  display: block;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a .navicon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #B60025;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a .navicon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(107deg) brightness(104%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(107deg) brightness(104%) contrast(101%);
  margin: 0 auto !important;
  height: 22px;
  position: relative;
  top: 9px;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a .navicon img.menu-icon.menu-icon-arrow {
  height: 15px;
  top: 11px;
  left: 1px;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a .title {
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.28px;
  width: calc(100% - 60px);
  display: inline-block;
  position: relative;
  float: right;
  top: 9px;
  transition: color 350ms ease, transform 350ms ease;
  will-change: color, transform;
  transform: translateZ(0);
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a:hover {
  color: #B60025;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a:hover .title {
  color: #B60025;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item a .menu-description {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow {
  opacity: 1;
  position: relative;
  pointer-events: inherit;
  z-index: 2;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow a {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .menu-item {
  opacity: 1;
  pointer-events: inherit;
  background-color: transparent;
  border-radius: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0 0 0px 0;
  height: auto;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item {
  opacity: 1;
  position: relative;
  pointer-events: inherit;
  z-index: 2;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
  background-color: #fff;
  border-radius: 4px;
  width: calc(48% - 16px);
  float: left;
  padding: 8px;
  margin: 0 0 20px 0;
  height: 40px;
  position: relative;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item:nth-child(even) {
  float: right;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a {
  display: block;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a .navicon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #B60025;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a .navicon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(107deg) brightness(104%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(107deg) brightness(104%) contrast(101%);
  margin: 0 auto !important;
  height: 22px;
  position: relative;
  top: 9px;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a .navicon img.menu-icon.menu-icon-arrow {
  height: 15px;
  top: 11px;
  left: 1px;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a .title {
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.28px;
  width: calc(100% - 60px);
  display: inline-block;
  position: relative;
  float: right;
  top: 9px;
  transition: color 350ms ease, transform 350ms ease;
  will-change: color, transform;
  transform: translateZ(0);
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a:hover {
  color: #B60025;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a:hover .title {
  color: #B60025;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.detailsubmenuShow .menu-level-1 .sub-menu .menu-item a .menu-description {
  display: none;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.w-100 {
  width: 100%;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.seperator-top {
  margin-top: 24px;
}
.box-menulayer .box-menulayer-inner .box-menudetail ul .menu-item.seperator-top:before {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #003770;
  position: absolute;
  display: block;
  margin: 0px 0 0 0;
  top: -22px;
  left: 0px;
  opacity: 0.5;
}
.box-menulayer .box-menuwrapper {
  float: left;
  width: 100%;
  height: calc(100vh - 313px);
  overflow: hidden;
  position: relative;
}
.box-menulayer .box-menuwrapper .scrollbox {
  top: 0px;
  left: 0px;
  position: absolute;
  width: calc(100% + 45px);
  height: 100%;
  overflow: auto;
}
.box-menulayer .box-menuCTA {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 160px;
  z-index: 10;
  left: 0px;
}
.box-menulayer .box-menuCTA .cta-left {
  float: left;
  color: #fff;
  max-width: 450px;
  margin: 36px 0 0 0;
}
.box-menulayer .box-menuCTA .cta-right {
  max-width: 48%;
  float: right;
  margin: 60px 0 0 0;
}
.box-menulayer .box-menuCTA .cta-right .btn {
  margin: 0 0px 0 0px;
}
.box-menulayer .box-menuCTA .cta-right .btn:first-child {
  margin-right: 10px;
}

.box-menulayer.no3level .box-menulayer-inner .box-menudetail {
  display: none;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar {
  width: calc(100% - 45px);
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item {
  width: 100%;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item .sub-menu .menu-item {
  opacity: 1;
  position: relative;
  pointer-events: inherit;
  z-index: 2;
  border-bottom: 0px;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
  background-color: #fff;
  border-radius: 4px;
  width: calc(48% - 16px);
  float: left;
  padding: 8px;
  margin: 0 0 20px 0;
  height: 40px;
  position: relative;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item .sub-menu .menu-item:nth-child(2n) {
  float: right;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item .sub-menu .menu-item a .title {
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.28px;
  width: calc(100% - 60px);
  display: inline-block;
  position: relative;
  float: right;
  top: 9px;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item .sub-menu .menu-item a:hover .title {
  color: #B60025;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item .sub-menu .menu-item .navicon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #B60025;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item .sub-menu .menu-item .navicon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(107deg) brightness(104%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(107deg) brightness(104%) contrast(101%);
  margin: 0 auto !important;
  height: 22px;
  position: relative;
  top: 9px;
}
.box-menulayer.no3level .box-menulayer-inner .box-menubar .menu-item .sub-menu .menu-item .navicon img.menu-icon.menu-icon-arrow {
  height: 15px;
  top: 11px;
  left: 1px;
}
.box-menulayer.no3level .box-mainmenu .box-menuCTA {
  background: none;
}

.box-searchlayer {
  position: absolute;
  background: #ffffff;
  padding: 0px;
  top: 57px;
  right: 0;
  width: 574px;
  height: auto;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  color: #ffffff;
  border-radius: 0 0px 4px 4px;
}
.box-searchlayer .search-field {
  background-color: #fff;
  border: 0px solid #DBDBDB;
  font-size: 14px;
  width: 100%;
  height: 40px;
  position: relative;
  display: block;
  float: left;
  padding: 0px 0px 0 50px;
  margin: 0px;
  border-radius: 0px;
  position: relative;
  top: 0px;
  border-bottom: 0.5px solid #DBDBDB;
  border-left: 0.5px solid #DBDBDB;
  border-right: 0.5px solid #DBDBDB;
  border-radius: 0 0px 4px 4px;
}
.box-searchlayer input::placeholder {
  color: #000000;
  opacity: 1;
}
.box-searchlayer input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.box-searchlayer input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.box-searchlayer input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.box-searchlayer .search-submit {
  border: 0px solid;
  background: none;
  color: #fff;
  padding: 0px;
  line-height: 14px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 37px;
  height: 37px;
  z-index: 99;
}
.box-searchlayer .search-submit .img-search {
  filter: brightness(0) saturate(100%) invert(15%) sepia(86%) saturate(2933%) hue-rotate(335deg) brightness(88%) contrast(115%);
}

.ShowSearchlayer .box-searchlayer {
  opacity: 1;
  pointer-events: inherit;
  z-index: 5;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}

.content-row-searchresults .search-results-wrapper {
  margin: 0px;
  padding: 80px 0;
  width: 100%;
  float: left;
}
.content-row-searchresults .semsearch-wrapper {
  width: 35%;
  float: right;
  margin: 165px 0 0 0;
  position: relative;
}
.content-row-searchresults .semsearch-wrapper .content-row-seminarfilterbar .box-seminarfilterbar .box-search {
  width: 100%;
}
.content-row-searchresults .semsearch-wrapper .box-btnfilter {
  display: none;
}
.content-row-searchresults .search-group {
  margin-top: 3rem;
}
.content-row-searchresults .search-group-title {
  font-size: 14px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 0.5rem;
}
.content-row-searchresults .search-results-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.content-row-searchresults .search-result-item {
  margin-bottom: 1.5rem;
}
.content-row-searchresults .search-result-item.search-result-item-9 {
  display: none;
}
.content-row-searchresults .search-result-title a {
  text-decoration: none;
  color: #003770;
}
.content-row-searchresults .search-result-title a:hover {
  text-decoration: underline;
}
.content-row-searchresults .no-results {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 8px 0;
  color: #B60025;
}

.search-results .content-row-breadcrumb .search:before, .search-no-results .content-row-breadcrumb .search:before {
  content: "";
  height: 15px;
  width: 8px;
  background-image: url(../img/icon-arrow-right.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;
  background-size: 100%;
  margin: 0 14px 0 14px;
}
.search-results .content-row-simpleheader, .search-no-results .content-row-simpleheader {
  margin: 20px 0 0 0px;
}
.search-results .searchbox-website, .search-no-results .searchbox-website {
  display: none;
}
.search-results .searchbox-website .item-website-searchresult, .search-no-results .searchbox-website .item-website-searchresult {
  max-width: 840px;
}
.search-results .btn-searchswitch.on, .search-no-results .btn-searchswitch.on {
  text-decoration: underline;
}

.content-row-heroslider {
  margin: 0 0 20px 0;
}

.box-herothumbnav {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 0px;
  margin: 0 40px 0 0;
}
.box-herothumbnav .herothumbnav-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px 0 0;
  border-radius: 4px;
  position: relative;
  border: 0px solid transparent;
  background-clip: padding-box;
}
.box-herothumbnav .herothumbnav-btn:last-child {
  margin-right: 0px;
}
.box-herothumbnav .herothumbnav-btn video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.3);
  transform-origin: center;
  background: #000;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
}
.box-herothumbnav .herothumbnav-btn .thumb {
  display: block;
  width: 100%;
  height: auto;
}
.box-herothumbnav .herothumbnav-btn video, .box-herothumbnav .herothumbnav-btn img {
  filter: brightness(80%);
  transition: filter 350ms ease, transform 350ms ease;
  will-change: filter, transform;
  transform: translateZ(0);
  object-position: center;
}
.box-herothumbnav .herothumbnav-btn:hover video, .box-herothumbnav .herothumbnav-btn:hover img {
  filter: brightness(100%);
  transition: filter 350ms ease, transform 350ms ease;
  will-change: filter, transform;
  transform: translateZ(0);
}
.box-herothumbnav .herothumbnav-btn.active {
  border: 0px solid #ffffff;
}
.box-herothumbnav .herothumbnav-btn.active video, .box-herothumbnav .herothumbnav-btn.active img {
  filter: brightness(80%);
  transition: filter 350ms ease, transform 350ms ease;
  will-change: filter, transform;
  transform: translateZ(0);
}

.box-heromedia {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  max-height: calc(100vh - 300px);
  overflow: hidden;
}

.video-container {
  width: 100%;
  margin: 0 auto;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.box-herocontent {
  width: calc(100% + 80px);
  height: 275px;
  float: left;
  position: relative;
  z-index: 10;
  margin: -100px 0 0 -40px;
  color: #ffffff;
}
.box-herocontent .box-herocontent-inner {
  width: calc(100% - 80px);
  margin: 40px 0 0 40px;
  height: auto;
  float: left;
  opacity: 0;
}
.box-herocontent .box-herocontent-inner .bigHL {
  margin: 10px 0 10px 0;
}

.heroslider-item {
  position: absolute;
  height: 0px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.heroslider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroslider-item .box-heromedia {
  opacity: 0;
}
.heroslider-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.heroslider-item.active {
  position: relative;
  height: 100%;
  overflow: hidden;
  pointer-events: inherit;
  opacity: 1;
  z-index: 1;
}
.heroslider-item.active .box-heromedia {
  opacity: 1;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}
.heroslider-item.active .box-herocontent .box-herocontent-inner {
  opacity: 1;
  transition: opacity 350ms ease, transform 350ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}

.sliderloadingtrans {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100px;
  z-index: 10;
  opacity: 0.9;
  display: none;
}
@keyframes progress {
  from {
    stroke-dasharray: 0 1400;
  }
  to {
    stroke-dasharray: 1257 1400;
  }
}
.sliderloadingtrans .progress {
  animation: progress 25s linear infinite;
  animation-direction: normal;
}

.herothumbnav-btn.active .sliderloadingtrans {
  display: block;
}

.content-row-headertextimage {
  margin: 20px 0 0 0px;
}
.content-row-headertextimage .box-text {
  background: #E8EDF2;
  float: left;
  width: 60%;
  border-radius: 4px 0px 0px 4px;
  min-height: 375px;
  padding: 0 0 0 40px;
  margin: 0 0 0 -40px;
  position: relative;
}
.content-row-headertextimage .box-text:after {
  content: "";
  pointer-events: none;
  width: 45px;
  min-height: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
  background: #E8EDF2;
  border-radius: 0 4px 4px 0px;
  margin: 0 0 0 0px;
}
.content-row-headertextimage .box-text h1 {
  margin: 60px 0 0 0;
  padding: 0 40px 0 0;
  max-width: 600px;
}
.content-row-headertextimage .box-text .teaser {
  margin: 10px 0 0 0;
  padding: 0 40px 0 0;
  max-width: 750px;
  color: #003770;
}
.content-row-headertextimage .box-text .box-buttons {
  margin: 20px 0 20px 0;
}
.content-row-headertextimage .box-text .box-buttons .btn {
  margin-right: 0px;
}
.content-row-headertextimage .box-text.showtoplink .box-textlink {
  margin: 35px 0 30px 0;
}
.content-row-headertextimage .box-text.showtoplink .box-textlink .btn.btn-textlink {
  padding: 0 0px 0 20px;
}
.content-row-headertextimage .box-text.showtoplink .box-textlink .btn.btn-textlink:after {
  left: 0px;
  top: -2px;
  transition: left 350ms ease, transform 350ms ease;
  will-change: left, transform;
  transform: translateZ(0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-headertextimage .box-text.showtoplink .box-textlink .btn.btn-textlink:hover:after {
  left: -10px;
}
.content-row-headertextimage .box-text.showtoplink h1 {
  margin: 0px 0 0 0;
}
.content-row-headertextimage .box-image {
  width: calc(40% - 0px);
  float: right;
  overflow: hidden;
  height: 375px;
  border-radius: 0 4px 4px 0;
  position: relative;
  right: -40px;
  background: #E8EDF2;
}
.content-row-headertextimage .box-image .boximage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-row-simpleheader {
  margin: 0px 0 0 0px;
}
.content-row-simpleheader .box-text {
  background: #E8EDF2;
  float: left;
  width: calc(100% + 20px);
  border-radius: 4px;
  padding: 24px 0 24px 40px;
  margin: 0 0 0 -40px;
  position: relative;
}
.content-row-simpleheader .box-text:after {
  content: "";
  pointer-events: none;
  width: 30px;
  min-height: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
  background: #E8EDF2;
  border-radius: 4px;
  margin: 0 0 0 -10px;
}
.content-row-simpleheader .box-text h1 {
  margin: 0px 0 0 0;
  padding: 0 40px 0 0;
  max-width: 600px;
}

.content-row-heroslider .box-seminarsearchbar {
  position: absolute;
  background-color: #fff;
  width: 530px;
  right: 0px;
  bottom: 220px;
  z-index: 100;
  border-radius: 4px;
  margin: 0 40px 0 0;
  padding: 18px 0 18px 0;
  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
}
.content-row-heroslider .box-seminarsearchbar .seminarsearchbar-inner {
  float: left;
  width: calc(100% - 40px);
  margin: 0px 0 0 20px;
}
.content-row-heroslider .box-seminarsearchbar .seminarsearchbar-inner .label {
  font-size: 15px;
  display: block;
  float: left;
  width: 100%;
}
.content-row-heroslider .box-seminarsearchbar .seminarsearchbar-inner .inputrow {
  float: left;
  position: relative;
  width: 100%;
  margin: 10px 0 0 0;
}
.content-row-heroslider .box-seminarsearchbar .seminarsearchbar-inner .inputrow .icon-search {
  display: block;
  position: absolute;
  width: 18px;
  left: 12px;
  top: 16px;
  cursor: pointer;
  z-index: 10;
}
.content-row-heroslider .box-seminarsearchbar .seminarsearchbar-inner .inputrow .input {
  background-color: transparent;
  border: 1px solid #DBDBDB;
  font-size: 14px;
  width: calc(100% - 80px);
  height: 48px;
  position: relative;
  display: block;
  float: left;
  padding: 0px 40px;
  margin: 0px;
  border-radius: 4px;
}

.content-row-teasertext {
  margin: 80px 0 40px 0;
}
.content-row-teasertext .box-teasertext {
  float: left;
  width: 65%;
  max-width: 850px;
}
.content-row-teasertext .box-teasertext .box-buttons {
  float: left;
  width: 100%;
  margin: 18px 0 0 0;
}

.content-row-imagelinkboxes {
  padding: 0 0 140px 0;
}
.content-row-imagelinkboxes .slider-wrapper {
  position: relative;
  overflow: hidden;
  width: calc(100% + 24px);
  margin: auto;
}
.content-row-imagelinkboxes .slider-imagelink {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0px;
}
.content-row-imagelinkboxes .box-imagelink {
  flex: 0 0 calc(25% - 24px);
  margin: 0 24px 0 0;
  position: relative;
}
.content-row-imagelinkboxes .box-imagelink .box-image {
  width: 100%;
  height: 485px;
  overflow: hidden;
}
.content-row-imagelinkboxes .box-imagelink .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: all 350ms ease, transform 350ms ease;
  will-change: filter, transform;
  transform: translateZ(0);
}
.content-row-imagelinkboxes .box-imagelink .img-icon-diplom, .content-row-imagelinkboxes .box-imagelink .img-icon-link {
  width: 21px;
  display: block;
  height: auto;
  position: relative;
  left: 13px;
  top: 12px;
}
.content-row-imagelinkboxes .box-imagelink .img-icon-link {
  width: 19px;
  left: 14px;
  top: 13px;
}
.content-row-imagelinkboxes .box-imagelink .linkicon {
  background: #B60025;
  padding: 0;
  float: left;
  margin: 0px 10px 0px 0px;
  width: 48px;
  height: 48px;
}
.content-row-imagelinkboxes .box-imagelink .boxtitel {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  width: calc(100% - 54px);
  bottom: 16px;
  left: 16px;
  border-radius: 4px;
  padding: 0px 10px 0px 12px;
  height: 48px;
  overflow: hidden;
}
.content-row-imagelinkboxes .box-imagelink .linklabel {
  display: inline-block;
  position: relative;
  top: 11px;
}
.content-row-imagelinkboxes .box-imagelink .img-icon-linkarrow {
  position: absolute;
  right: 8px;
  width: 20px;
  height: 10px;
  border-radius: 0px;
  top: 18.5px;
  transition: right 350ms ease, transform 350ms ease;
  will-change: right, transform;
  transform: translateZ(0);
}
.content-row-imagelinkboxes .box-imagelink a .boxtitel {
  width: calc(100% - 42px);
  padding: 0px 10px 0px 0px;
}
.content-row-imagelinkboxes .box-imagelink a:hover .img-icon-linkarrow {
  right: 6px;
}
.content-row-imagelinkboxes .box-imagelink a:hover .thumb {
  width: 105%;
  height: 105%;
}
.content-row-imagelinkboxes .slider-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  top: -80px;
  border-radius: 4px;
  border: 1px solid #B60025;
  width: 40px;
  height: 40px;
  text-align: center;
}
.content-row-imagelinkboxes .slider-btn .img-icon {
  width: 10px;
  position: relative;
  top: 7px;
}
.content-row-imagelinkboxes .slider-btn.prev {
  right: 50px;
}
.content-row-imagelinkboxes .slider-btn.prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-imagelinkboxes .slider-btn.next {
  right: 0px;
}

.safari .content-row-imagelinkboxes .slider-btn .img-icon {
  top: 9px;
}

.content-row-linkboxes {
  padding: 40px 0 0px 0;
  position: relative;
}
.content-row-linkboxes .content-row-inner-center {
  position: unset;
}
.content-row-linkboxes .box-background {
  float: left;
  height: 430px;
  position: relative;
  overflow: hidden;
  width: calc(100% + 80px);
  margin: 0 0 0 -40px;
}
.content-row-linkboxes .box-background .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-row-linkboxes .boxwrapper-imagelink {
  position: absolute;
  bottom: 40px;
  z-index: 5;
}
.content-row-linkboxes .box-imagelink {
  width: calc(25% - 60px);
  height: 192px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  background-color: #E8EDF2;
  float: left;
  margin: 0 30px 0 0;
  transition: background-color 350ms ease, transform 350ms ease;
  will-change: background-color, transform;
  transform: translateZ(0);
}
.content-row-linkboxes .box-imagelink:hover {
  background-color: #e1e6eb;
}
.content-row-linkboxes .box-imagelink:nth-child(4) {
  margin-right: 0px;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner {
  width: calc(100% - 32px);
  margin: 16px 0 0 16px;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner .title {
  font-size: 16px;
  width: 100%;
  float: left;
  height: 35px;
  overflow: hidden;
  color: #003770;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner .info {
  float: left;
  width: 100%;
  height: 45px;
  overflow: hidden;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner .boxlink {
  float: left;
  background: #fff;
  width: 100%;
  position: relative;
  border-radius: 4px;
  height: 48px;
  overflow: hidden;
  margin: 32px 0 0 0;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner .boxlink .linklabel {
  position: relative;
  top: 12px;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner .boxlink .img-icon-linkarrow {
  position: absolute;
  right: 22px;
  top: 19.5px;
  transition: right 350ms ease, transform 350ms ease;
  will-change: right, transform;
  transform: translateZ(0);
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner .boxlink .box-icon {
  background: #B60025;
  display: block;
  float: left;
  height: 48px;
  width: 48px;
  text-align: center;
  margin: 0 16px 0 0;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner .boxlink .box-icon .img-icon-link {
  width: 20px;
  position: relative;
  top: 12px;
}
.content-row-linkboxes .box-imagelink .box-imagelink-inner a:hover .boxlink .img-icon-linkarrow {
  right: 16px;
}

.content-row-factboxes .box-factwrapper {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.content-row-factboxes .box-factwrapper .box-sideimage {
  flex: 1 1 30%;
  display: flex;
}
.content-row-factboxes .box-factwrapper .box-sideimage img.sideimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.content-row-factboxes .box-factwrapper .box-facts {
  flex: 1 1 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content-row-factboxes .box-factwrapper .box-facts .factboxbox-item {
  flex: 1 1 calc(33.333% - 24px);
  display: flex;
  align-items: start;
  justify-content: start;
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #E8EDF2;
}
.content-row-factboxes .box-factwrapper .box-facts .factboxbox-item .box-icon {
  min-width: 1px;
  height: 30px;
  margin: 0 0 50px 0;
}
.content-row-factboxes .box-factwrapper .box-facts .factboxbox-item .box-icon img.icon {
  width: auto;
  min-width: 1px;
  height: auto;
  max-height: 30px;
  display: block;
}

.content-row-imagetextgridboxes {
  margin: 80px 0 0 0;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
  width: 100%;
  margin: 0 0 36px 0;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext {
  flex: 0 0 calc(33.3333333333% - 16px);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-color: #E8EDF2;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .box-icon {
  position: absolute;
  z-index: 10;
  background: #B60025;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
  left: 24px;
  top: 24px;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .box-icon img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7500%) hue-rotate(280deg) brightness(105%) contrast(105%);
  width: auto;
  height: 20px;
  display: block;
  margin: 7px auto 0 auto;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .box-image {
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: #fff;
  border-top: 2px solid #E8EDF2;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .box-image .thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 650ms ease, transform 650ms ease;
  will-change: all, transform;
  transform: translateZ(0);
  filter: brightness(0.95) contrast(0.95);
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .box-title {
  width: calc(100% - 48px);
  float: left;
  margin: 24px 0 0 24px;
  color: #003770;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .textInput {
  width: calc(100% - 48px);
  float: left;
  margin: 5px 0 0 24px;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .textInput .btn.btn-textlink {
  margin-top: 0px;
}
.content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext a:hover .box-image .thumb {
  height: 105%;
}

.itemsperrow-1 .imagetextgridbox-wrapper .box-imagetext {
  flex: 0 0 calc((100% - 72px) / 4);
}

.content-row-imagetextgridboxes-slider .slider-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  top: -80px;
  border-radius: 4px;
  border: 1px solid #B60025;
  width: 40px;
  height: 40px;
  text-align: center;
  right: 52px;
}
.content-row-imagetextgridboxes-slider .slider-btn.prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-imagetextgridboxes-slider .slider-btn.next {
  right: 0px;
}
.content-row-imagetextgridboxes-slider .slider-btn .img-icon {
  width: 10px;
  position: relative;
  top: 7px;
}
.content-row-imagetextgridboxes-slider .slider-wrapper {
  position: relative;
  overflow: hidden;
  width: calc(100% + 24px);
  margin: auto;
}
.content-row-imagetextgridboxes-slider .imagetextgridbox-wrapper {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0px;
  flex-wrap: inherit;
}
.content-row-imagetextgridboxes-slider .imagetextgridbox-wrapper .box-imagetext {
  flex: 0 0 calc(25% - 24px);
  margin: 0 24px 0 0;
  position: relative;
}

.portraitformat-1 .imagetextgridbox-wrapper .box-imagetext .box-image {
  height: 510px;
  background-color: #eee;
}

.seminarcount {
  font-size: 18px;
  margin: 64px 0 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #003770;
}

.box-filtertags {
  width: calc(100% - 200px);
  float: left;
}
.box-filtertags .btn-filtertag {
  display: inline-block;
  border: 0.5px solid #ccc;
  border-radius: 4px;
  margin: 10px 10px 0px 0;
  padding: 8px 12px;
  font-size: 14px;
  color: #003770;
}
.box-filtertags .btn-filtertag .remove {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-image: url(../img/icon-x-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 10px;
  position: relative;
}
.box-filtertags .btn-filtertag .remove:hover {
  opacity: 0.5;
}

.box-seminaroverview {
  float: left;
  width: 100%;
}
.box-seminaroverview .boxInfo {
  color: #B60025;
}
.box-seminaroverview .box-filter {
  display: none;
}
.box-seminaroverview .box-seminaritems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  margin: 40px 0 0 0;
}
.box-seminaroverview .box-seminaritems .item-seminar a:hover .item-header {
  background-color: #E1E6EB;
}
.box-seminaroverview .item-seminar {
  box-sizing: border-box;
  border: 0.5px solid #DBDBDB;
  border-radius: 4px;
  min-width: 0;
  position: relative;
}
.box-seminaroverview .item-seminar .item-header {
  background-color: #E8EDF2;
  height: 160px;
  padding: 20px 16px 20px 16px;
  position: relative;
  transition: background-color 650ms ease, transform 650ms ease;
  will-change: background-color, transform;
  transform: translateZ(0);
}
.box-seminaroverview .item-seminar .item-header .item-header-inner {
  position: absolute;
  bottom: 10px;
}
.box-seminaroverview .item-seminar .item-header .item-header-inner .taglist {
  float: left;
  width: 100%;
  margin: 0 0 32px 0;
}
.box-seminaroverview .item-seminar .item-header .item-header-inner .taglist .taglist-item {
  display: none;
  background-color: #003770;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 6px 8px;
  font-family: "Inter", sans-serif;
}
.box-seminaroverview .item-seminar .item-header .item-header-inner .taglist .taglist-item:nth-child(-n+4) {
  display: inline-block;
}
.box-seminaroverview .item-seminar .item-header .item-header-inner .taglist .taglist-item.discount_eligible- {
  display: none;
}
.box-seminaroverview .item-seminar .item-header .item-header-inner .taglist .taglist-item.discount_eligible-1 {
  display: inline-block;
}
.box-seminaroverview .item-seminar .item-header .item-header-inner h3 {
  font-size: 18px;
  color: #003770;
}
.box-seminaroverview .item-seminar .item-content {
  background-color: #ffffff;
  padding: 20px 16px 20px 16px;
  position: relative;
}
.box-seminaroverview .item-seminar .item-content .shortdescription {
  display: block;
  width: 100%;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  border-bottom: 0.5px solid #DBDBDB;
  padding: 0 0 20px 0;
  height: 30px;
}
.box-seminaroverview .item-seminar .item-content .metainfos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  border-bottom: 0.5px solid #DBDBDB;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  min-height: 90px;
  align-items: start;
  align-content: start;
}
.box-seminaroverview .item-seminar .item-content .metainfos > * {
  align-self: start;
  justify-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.box-seminaroverview .item-seminar .item-content .metainfos .metainfos-col1 span, .box-seminaroverview .item-seminar .item-content .metainfos .metainfos-col1 span {
  margin: 0 0 10px 0;
}
.box-seminaroverview .item-seminar .item-content .metainfos span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 0 0 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.box-seminaroverview .item-seminar .item-content .metainfos span br {
  display: none;
}
.box-seminaroverview .item-seminar .item-content .metainfos span br:first-child {
  display: block;
}
.box-seminaroverview .item-seminar .item-content .metainfos span b {
  font-family: inherit;
  font-weight: inherit;
}
.box-seminaroverview .item-seminar .item-content .metainfos .category:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-category.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 2px;
  left: 0px;
}
.box-seminaroverview .item-seminar .item-content .metainfos .duration:before {
  content: "";
  position: absolute;
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 2px;
  left: 0px;
}
.box-seminaroverview .item-seminar .item-content .metainfos .certificate:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-education.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 17px;
  width: 19px;
  top: 1px;
  left: 0px;
}
.box-seminaroverview .item-seminar .item-content .metainfos .seminarsdates:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 17px;
  width: 15px;
  top: 0px;
  left: 0px;
}
.box-seminaroverview .item-seminar .item-content .item-price {
  float: left;
  margin: 0 24px 24px 0;
  min-width: 140px;
}
.box-seminaroverview .item-seminar .item-content .val-price {
  font-size: 20px;
  color: #003770;
}
.box-seminaroverview .item-seminar .item-content .label-price {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.box-seminaroverview .item-seminar .item-content .label-price-sub {
  font-size: 14px;
  margin: 5px 0 0px 0;
}

.box-paging {
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0 0 0;
  position: relative;
}
.box-paging .page {
  display: inline-block;
  margin: 0 10px 0 10px;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #343434;
}
.box-paging .paging-link {
  display: inline-block;
  background: #B60025;
  border-radius: 4px;
  padding: 6px 20px 0 20px;
  width: 50px;
  height: 30px;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #fff;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.slider-seminare {
  position: relative;
  float: left;
  margin: 70px 0 0 0;
  width: 100%;
}
.slider-seminare .box-filterpart, .slider-seminare .box-paging {
  display: none;
}
.slider-seminare .slider-wrapper {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0px;
}
.slider-seminare .slider-imagelink {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0px;
}
.slider-seminare .box-imagelink {
  flex: 0 0 calc(25% - 24px);
  margin: 0 24px 0 0;
  position: relative;
}
.slider-seminare .slider-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  top: -35px;
  border-radius: 4px;
  border: 1px solid #B60025;
  width: 40px;
  height: 40px;
  text-align: center;
  right: 52px;
}
.slider-seminare .slider-btn.prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-seminare .slider-btn.next {
  right: 0px;
}
.slider-seminare .slider-btn .img-icon {
  width: 10px;
  position: relative;
  top: 7px;
}
.slider-seminare .box-seminaroverview {
  overflow: hidden;
}
.slider-seminare .box-seminaroverview .box-seminaritems {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0px;
  grid-template-columns: inherit;
  margin: 40px 0 0 0;
}
.slider-seminare .slider-wrapper-seminare {
  position: relative;
  width: calc(100% + 0px);
  display: flex;
  transition: transform 0.4s ease;
  gap: 0px;
  grid-template-columns: inherit;
  margin: 0px 0 0 0;
  flex-wrap: inherit;
  will-change: transform;
}
.slider-seminare .slider-wrapper-seminare .item-seminar {
  margin: 0 24px 0 0;
  position: relative;
}
.slider-seminare .box-seminaritems {
  overflow: hidden;
  width: 100%;
}
.slider-seminare .slider-wrapper-seminare {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.slider-seminare .item-seminar {
  flex: 0 0 calc((100% - 48px) / 3);
}

.content-row-seminarfilterbar {
  margin: 20px 0 0px 0;
}
.content-row-seminarfilterbar .box-seminarfilterbar {
  position: relative;
  left: -40px;
  width: 100%;
  padding: 32px 40px;
  color: #ffffff;
  float: left;
}
.content-row-seminarfilterbar .box-seminarfilterbar .infoline {
  text-transform: none;
  font-size: 15px;
}
.content-row-seminarfilterbar .box-seminarfilterbar .box-search {
  width: 55%;
  position: relative;
}
.content-row-seminarfilterbar .box-seminarfilterbar .label {
  font-size: 15px;
  display: block;
  float: left;
  width: 100%;
  display: none;
}
.content-row-seminarfilterbar .box-seminarfilterbar .inputrow {
  float: left;
  position: relative;
  width: 100%;
  margin: 10px 0 0 0;
}
.content-row-seminarfilterbar .box-seminarfilterbar .inputrow .icon-search {
  display: block;
  position: absolute;
  width: 18px;
  left: 12px;
  top: 16px;
  cursor: pointer;
  z-index: 10;
}
.content-row-seminarfilterbar .box-seminarfilterbar .inputrow .input {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  font-size: 14px;
  width: calc(100% - 270px);
  height: 48px;
  position: relative;
  display: block;
  float: left;
  padding: 0px 40px;
  margin: 0px;
  border-radius: 4px;
}
.content-row-seminarfilterbar .box-seminarfilterbar .inputrow .btn-searchsem {
  float: right;
  cursor: pointer;
  float: right;
  cursor: pointer;
  height: 36px;
  padding: 12px 25px 0 25px;
}
.content-row-seminarfilterbar .box-seminarfilterbar .box-btnfilter {
  position: relative;
  float: right;
  cursor: pointer;
  border: 0.5px solid #ffffff;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border-radius: 4px;
  width: auto;
  padding: 14px 15px 12px 15px;
  margin: 10px 0 0 0;
  transition: background-color 350ms ease, transform 350ms ease;
  will-change: background-color, transform;
  transform: translateZ(0);
}
.content-row-seminarfilterbar .box-seminarfilterbar .box-btnfilter:hover {
  background-color: #e6040d;
  border: 1px solid #e6040d;
}
.content-row-seminarfilterbar .box-seminarfilterbar .box-btnfilter .icon-filter {
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}
.content-row-seminarfilterbar .box-seminarfilterbar .box-btnfilter .label {
  display: block;
  float: left;
  letter-spacing: 0.42px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  width: auto;
}
.content-row-seminarfilterbar .box-seminarfilterbar .box-btnfilter .icon-filter {
  display: block;
  float: left;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  width: 16px;
  height: 16px;
}
.content-row-seminarfilterbar .box-seminarfilterbar .box-btnfilter .counter {
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  color: #B60025;
  text-align: center;
  overflow: hidden;
  line-height: 21px;
  margin: 2px 0 0 11px;
  font-size: 12px;
}

.sidebox-filter {
  display: block;
  background-color: #fff;
  position: fixed;
  top: 0px;
  right: -800px;
  pointer-events: none;
  z-index: 99999999;
  width: 400px;
  padding: 40px;
  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
  transition: right 650ms ease, transform 650ms ease;
  will-change: right, transform;
  transform: translateZ(0);
  max-height: 100vh;
  min-height: 100vh;
  overflow: auto;
}
.sidebox-filter .sidebox-filter-inner {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 100px 0;
}
.sidebox-filter .sidebox-filter-inner .btn-closesidebar {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-image: url(../img/icon-x-blue.svg);
  background-repeat: no-repeat;
}
.sidebox-filter .sidebox-filter-inner .sidebox-title {
  font-size: 18px;
  color: #003770;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.sidebox-filter .sidebox-filter-inner .filterset {
  width: 100%;
  float: left;
  position: relative;
  margin: 16px 0 0 0;
  padding: 0 0 0px 0;
  border-bottom: 0.5px solid #DBDBDB;
}
.sidebox-filter .sidebox-filter-inner .filterset .filtersetTitel {
  font-size: 15px;
  color: #003770;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
  position: relative;
  cursor: pointer;
}
.sidebox-filter .sidebox-filter-inner .filterset .filtersetTitel:after {
  content: "▶";
  cursor: pointer;
  font-size: 9px;
  margin: 0px 0 0 5px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #003770;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebox-filter .sidebox-filter-inner .filterset .checkrow {
  display: none;
}
.sidebox-filter .sidebox-filter-inner .filterset .checkrow input {
  cursor: pointer;
}
.sidebox-filter .sidebox-filter-inner .filterset.filtersetOpen {
  padding: 0 0 20px 0;
}
.sidebox-filter .sidebox-filter-inner .filterset.filtersetOpen .filtersetTitel:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebox-filter .sidebox-filter-inner .filterset.filtersetOpen .checkrow {
  display: block;
  margin-bottom: 5px;
}

.seminarfilterboxON .sidebox-filter {
  right: -20px;
  pointer-events: inherit;
}

.data-seminarbreadcrumb {
  position: absolute;
  display: none;
}

.content-row-headerseminar .box-text {
  width: 100%;
}
.content-row-headerseminar .box-text .box-title {
  width: 65%;
  float: left;
}
.content-row-headerseminar .box-text .box-title .taglist {
  float: left;
  width: 100%;
  margin: 40px 0 20px 0;
}
.content-row-headerseminar .box-text .box-title .taglist .taglist-item {
  display: none;
  background-color: #003770;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  padding: 5px 8px 6px 8px;
  font-family: "Inter", sans-serif;
}
.content-row-headerseminar .box-text .box-title .taglist .taglist-item:nth-child(-n+4) {
  display: inline-block;
}
.content-row-headerseminar .box-text .box-title .categorylist {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item {
  position: relative;
  display: none;
  background-color: #ffffff;
  color: #003770;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  padding: 8px 10px 9px 30px;
  font-family: "Inter", sans-serif;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item:nth-child(-n+4) {
  display: inline-block;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item br {
  display: none;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item ul li {
  display: inline-block;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item ul li br {
  display: none;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item ul li:after {
  content: ", ";
  padding: 0 5px 0 0;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item ul li:last-child:after {
  content: "";
  padding: 0 0px 0 0;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 6px;
  left: 7px;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item.category-item-fachbereich:before {
  background-image: url(../img/icon-category.svg);
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item.category-item-duration_hours:before {
  background-image: url(../img/clock.svg);
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item.category-item-seminarsdates:before {
  background-image: url(../img/icon-calendar.svg);
  top: 4.5px;
  height: 18px;
}
.content-row-headerseminar .box-text .box-title .categorylist .category-item.category-item-certificate:before {
  background-image: url(../img/icon-education.svg);
  top: 5px;
  width: 18px;
}
.content-row-headerseminar .box-text .box-title .subtitle {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.content-row-headerseminar .box-text .box-infos {
  float: right;
  width: 30%;
  position: relative;
  margin: 80px 0 0 0;
  text-align: center;
}
.content-row-headerseminar .box-text .box-infos .box-price {
  float: right;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  width: 160px;
  margin: 0 10px 0 0;
}
.content-row-headerseminar .box-text .box-infos .box-price.box-price-ak {
  margin-right: 0px;
}
.content-row-headerseminar .box-text .box-infos .box-price .label {
  background: #003770;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 3px 0 5px 0;
  height: 22px;
}
.content-row-headerseminar .box-text .box-infos .box-price .value {
  color: #003770;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-family: "Inter", sans-serif;
  float: left;
  width: 100%;
  margin: 16px 0 0px 0;
}
.content-row-headerseminar .box-text .box-infos .box-price .info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.24px;
  margin-bottom: 6px;
}
.content-row-headerseminar .box-text .box-infos .box-buttons {
  margin: 120px 1px 20px 0;
  float: right;
  width: auto;
}

.content-row-ancornav .box-ancornav {
  width: calc(100% + 80px);
  float: left;
  position: relative;
  z-index: 10;
  margin: 24px 0 0 -40px;
  color: #ffffff;
  padding: 20px 0 20px 0px;
}
.content-row-ancornav .box-ancornav .ancornav-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.28px;
  cursor: pointer;
  margin: 0 40px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}
.content-row-ancornav .box-ancornav .ancornav-link:last-child {
  margin-right: 0px;
}
.content-row-ancornav .box-ancornav .ancornav-link:hover {
  opacity: 0.85;
}
.content-row-ancornav .box-ancornav .ancornav-link a {
  color: #ffffff;
  text-decoration: underline;
}
.content-row-ancornav .box-ancornav.toomany .ancornav-link {
  margin: 0 0 0 40px;
  width: calc(33% - 40px);
}

.fixed-ancornav {
  padding-top: 65px;
}
.fixed-ancornav .content-row-ancornav {
  position: fixed;
  top: -24px;
  z-index: 999;
  left: 0px;
}
.fixed-ancornav .content-row-ancornav .box-ancornav {
  box-shadow: 1px 1px 42px -13px rgba(0, 0, 0, 0.35);
}

.redmarker:before {
  content: "x";
  position: absolute;
  width: 66px;
  height: 10px;
  background-color: green;
  left: 0;
  color: #fff;
  line-height: 7px;
  top: 0;
  text-align: center;
  font-size: 10px;
}

.box-rating {
  float: left;
  width: 100%;
  margin: 0 0 24px 0;
}
.box-rating .stars {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 1;
}
.box-rating .stars-background {
  color: #ffffff;
  text-shadow: 0 0 1.2px #003770;
}
.box-rating .stars-foreground {
  color: #003770;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: width 1200ms ease, transform 1200ms ease;
  will-change: width, transform;
  transform: translateZ(0);
}

.tooltip {
  display: inline-block;
}
.tooltip .tooltip-btn {
  cursor: pointer;
  width: 14px;
  height: 14px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 13.5px;
  font-weight: 800;
  position: relative;
  top: 3px;
}
.tooltip .tooltip-btn:hover {
  border: 1px solid #fff;
  background-color: #ffffff;
  color: #003770;
}
.tooltip .tooltip-btninfo {
  display: none;
}
.tooltip.tooltip-black .tooltip-btn {
  border: 1px solid #343434;
  color: #343434;
}
.tooltip.tooltip-black .tooltip-btn:hover {
  border: 1px solid #003770;
  background-color: #003770;
  color: #ffffff;
}
.tooltip.tooltipOn .tooltip-btninfo {
  display: block;
  position: absolute;
  width: auto;
  min-height: 96px;
  padding: 50px 40px 30px 40px;
  z-index: 20;
  background: #fff;
  color: #343434;
  right: 0px;
  top: 0;
  max-width: 480px;
  text-align: left;
  box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.tooltip.tooltipOn .tooltip-btninfo .ToolHL {
  color: #003770;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  float: left;
  width: 100%;
}
.tooltip.tooltipOn .tooltip-btninfo .close {
  display: block;
  float: right;
  background: none;
  width: 20px;
  height: 20px;
  color: #B60025;
  line-height: 19px;
  border-radius: 100%;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  top: -30px;
  right: -20px;
}

.content-row-headerseminar .tooltip.tooltipOn .tooltip-btninfo .close {
  top: -50px;
}

.item-seminar .tooltip.tooltipOn .tooltip-btninfo {
  top: inherit;
  margin: -144px 0 0 0;
}

.content-row-imagetext {
  margin: 80px 0 0 0;
}
.content-row-imagetext .box-image {
  float: left;
  width: 40%;
  height: 400px;
  overflow: hidden;
  border-radius: 4px;
}
.content-row-imagetext .box-image .boximage, .content-row-imagetext .box-image .boximg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-row-imagetext .box-text {
  width: calc(52% - 100px);
  float: right;
  padding: 40px 100px 0 0;
}
.content-row-imagetext .box-text .marketing-short {
  float: left;
  width: 100%;
  margin: 0px 0 0 0;
}
.content-row-imagetext .box-text .marketing-long {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}

.setimageright-1 .box-image {
  float: right;
}
.setimageright-1 .box-text {
  float: left;
  width: calc(56% - 100px);
}

.box-seminardetails .content-row-imagetext .box-image {
  height: auto;
}
.box-seminardetails .noimage .box-text {
  width: calc(60% - 0px);
  float: left;
}

.content-row-singletext {
  padding: 40px 0 0 0;
}
.content-row-singletext .box-teasertext {
  float: left;
  width: 100%;
  max-width: 1000px;
}

.content-row-accordion {
  margin: 80px 0 0 0px;
}
.content-row-accordion .box-accordion {
  background: #E8EDF2;
  float: left;
  width: 100%;
  border-radius: 4px;
  min-height: 375px;
  padding: 40px 0 40px 40px;
  margin: 0 0 0 -40px;
  position: relative;
}
.content-row-accordion .box-accordion .box-left {
  float: left;
  width: 38%;
}
.content-row-accordion .box-accordion .box-left .textInput {
  width: 100%;
  max-width: 95%;
  margin: 16px 0 0 0;
}
.content-row-accordion .box-accordion .box-left .box-buttons {
  float: left;
  width: 100%;
  margin: 0px 0 18px 0;
}
.content-row-accordion .box-accordion .box-left .box-buttons .btn-closenallaccordion {
  display: none;
}
.content-row-accordion .box-accordion .box-left .box-buttons .btn-closenallaccordion::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -2px;
}
.content-row-accordion .box-accordion .box-left .box-buttons.allOn .btn-closenallaccordion {
  display: inline-block;
}
.content-row-accordion .box-accordion .box-left .box-buttons.allOn .btn-openallaccordion {
  display: none;
}
.content-row-accordion .box-accordion .box-accordion-rows {
  float: right;
  width: 50%;
  margin: 0 40px 0 0;
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item {
  position: relative;
  float: left;
  width: calc(100% - 48px);
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  margin: 0 0 16px 0;
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item .accordion-title {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item .accordion-title:before {
  content: "+";
  width: 40px;
  height: 40px;
  background-color: #B60025;
  color: #ffffff;
  display: block;
  position: absolute;
  right: -10px;
  text-align: center;
  font-size: 30px;
  overflow: hidden;
  border-radius: 4px;
  top: -8px;
  padding: 0px 0 0 0;
  line-height: 35px;
  cursor: pointer;
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item .accordion-title:hover:before {
  background-color: #e6040d;
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item .accordion-content {
  opacity: 0;
  pointer-events: none;
  height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  float: left;
  width: calc(100% - 70px);
  margin: 30px 0 0 0;
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item.On .accordion-title:before {
  content: "-";
  line-height: 37px;
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item.On .accordion-content {
  opacity: 1;
  pointer-events: inherit;
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin: 28px 0 0 0;
  transition: margin 250ms ease, transform 250ms ease;
  will-change: margin, transform;
  transform: translateZ(0);
}
.content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item:last-child {
  margin-bottom: 0px;
}

.row-myseminars .box-seminaroverview .item-seminar .item-content .metainfos span {
  font-size: 13px;
}

.firefox .row-myseminars .rowTitle::before {
  line-height: 36px;
}

.tag-nr:before {
  content: "Seminar-Nr. ";
  color: #B60025;
  font-weight: 800;
}

.content-row-locationtimes {
  margin: 80px 0 0 0px;
}
.content-row-locationtimes .locationdates-item {
  float: left;
  width: calc(100% - 64px);
  border-radius: 4px;
  background: #E8EDF2;
  margin: 24px 0 0 0;
  padding: 32px;
  position: relative;
}
.content-row-locationtimes .locationdates-item .daterow {
  font-size: 18px;
  line-height: 125%;
}
.content-row-locationtimes .locationdates-item .daterow .date {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 15px 0 0;
}
.content-row-locationtimes .locationdates-item .daterow .date:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 18px;
  width: 17px;
  top: 2px;
  left: 0;
}
.content-row-locationtimes .locationdates-item .daterow .location {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.content-row-locationtimes .locationdates-item .daterow .location:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-mappin.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 27px;
  width: 14px;
  top: 2px;
  left: 8px;
}
.content-row-locationtimes .locationdates-item .box-left {
  float: left;
  width: 48%;
}
.content-row-locationtimes .locationdates-item .box-left .tag {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 10px 0 10px;
  margin: 20px 5px 0 0;
  color: #003770;
  position: relative;
  padding: 1px 12px 1px 12px;
}
.content-row-locationtimes .locationdates-item .box-left .tag.tag-praesenz, .content-row-locationtimes .locationdates-item .box-left .tag.tag-blended {
  padding: 1px 12px 1px 28px;
}
.content-row-locationtimes .locationdates-item .box-left .tag.tag-praesenz:before, .content-row-locationtimes .locationdates-item .box-left .tag.tag-blended:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-presenz.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 17px;
  width: 17px;
  top: 6px;
  left: 5px;
}
.content-row-locationtimes .locationdates-item .box-left .tag.tag-online, .content-row-locationtimes .locationdates-item .box-left .tag.tag-247 {
  padding: 1px 12px 1px 26px;
}
.content-row-locationtimes .locationdates-item .box-left .tag.tag-online:before, .content-row-locationtimes .locationdates-item .box-left .tag.tag-247:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-online.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 4.4px;
  left: 5px;
}
.content-row-locationtimes .locationdates-item .box-left .tag.tag-time {
  padding: 1px 12px 1px 26px;
}
.content-row-locationtimes .locationdates-item .box-left .tag.tag-time:before {
  content: "";
  position: absolute;
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 4.4px;
  left: 5px;
}
.content-row-locationtimes .locationdates-item .box-right {
  float: right;
  width: 48%;
}
.content-row-locationtimes .locationdates-item .box-right .box-price {
  float: right;
  width: auto;
  text-align: right;
  margin: 0 40px 0 0;
}
.content-row-locationtimes .locationdates-item .box-right .box-price .label {
  font-size: 14px;
  float: left;
  width: 100%;
  margin: 0 0 -4px 0;
}
.content-row-locationtimes .locationdates-item .box-right .box-price .value {
  color: #003770;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-family: "Inter", sans-serif;
  float: left;
  width: 100%;
  margin: 0px 0 0px 0;
}
.content-row-locationtimes .locationdates-item .box-right .box-price.box-price-ak {
  margin-left: -80px;
}
.content-row-locationtimes .locationdates-item .box-right .box-buttons {
  float: right;
  width: auto;
  margin: 5px 0 0 0;
}

.content-row-cta-banner {
  margin: 120px 0 0 0;
}
.content-row-cta-banner .box-ctacontent {
  width: calc(100% + 80px);
  min-height: 450px;
  float: left;
  position: relative;
  z-index: 10;
  margin: 0px 0 0 -40px;
  color: #ffffff;
  padding: 0 0 40px 0;
}
.content-row-cta-banner .box-ctacontent .wrapperbox-text {
  max-width: 1133px;
  margin: 110px auto 60px auto;
  text-align: center;
}
.content-row-cta-banner .box-ctacontent .wrapperbox-text .ctaHL {
  font-size: 64px;
}
.content-row-cta-banner .box-ctacontent .wrapperbox-text .textInput {
  max-width: 580px;
  margin: 20px auto 20px auto;
}
.content-row-cta-banner .box-ctacontent .wrapperbox-text .box-buttons {
  margin: 5px 0 40px 0;
}
.content-row-cta-banner .box-ctacontent .wrapperbox-text .box-buttons .btn {
  padding-right: 35px;
}
.content-row-cta-banner .box-ctacontent .wrapperbox-text .box-buttons .btn:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  background-image: url(../img/icon_arrow_red.svg);
  background-repeat: no-repeat;
  right: 13px;
  top: 15px;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7492%) hue-rotate(238deg) brightness(103%) contrast(106%);
  transition: right 350ms ease, transform 350ms ease;
  will-change: right, transform;
  transform: translateZ(0);
}
.content-row-cta-banner .box-ctacontent .wrapperbox-text .box-buttons .btn:hover:after {
  right: 5px;
}
.content-row-cta-banner .box-ctacontent .box-imageperson {
  float: right;
  position: absolute;
  right: 5%;
  bottom: 0;
}
.content-row-cta-banner .box-ctacontent .box-imageperson img {
  display: block;
  height: 590px;
  width: auto;
}
.content-row-cta-banner.personImage .box-ctacontent .wrapperbox-text {
  max-width: 700px;
  margin: 110px 0 0 10%;
}

.btn.btnarrow {
  padding-right: 35px;
}
.btn.btnarrow:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  background-image: url(../img/icon_arrow_red.svg);
  background-repeat: no-repeat;
  right: 13px;
  top: 15px;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7492%) hue-rotate(238deg) brightness(103%) contrast(106%);
  transition: right 350ms ease, transform 350ms ease;
  will-change: right, transform;
  transform: translateZ(0);
}
.btn.btnarrow:hover:after {
  right: 8px;
}

.btn.btnarrow.btn-outline:after {
  filter: inherit;
}
.btn.btnarrow.btn-outline:hover:after {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7492%) hue-rotate(238deg) brightness(103%) contrast(106%);
}

.content-row-cta-contactbanner .box-ctacontent .box-imageperson {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  overflow: hidden;
  bottom: inherit;
  top: 50%;
  margin: -100px 0 0 0;
  right: 15%;
  border: 20px solid rgba(255, 255, 255, 0.2);
}
.content-row-cta-contactbanner .box-ctacontent .box-imageperson img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-row-cta-contactbanner .box-ctacontent .box-name {
  width: 200px;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  bottom: inherit;
  top: 275px;
  margin: 0px -10px 0 0px;
  right: 15%;
  position: absolute;
  text-align: center;
  color: #003770;
  background-color: #fff;
  border-radius: 4px;
  z-index: 20;
  line-height: 18px;
  padding: 10px 10px 10px 10px;
}

.content-row-cta-bigimage {
  margin: 120px 0 0 0;
}
.content-row-cta-bigimage .box-ctacontent {
  width: calc(100% + 80px);
  min-height: 300px;
  float: left;
  position: relative;
  z-index: 10;
  margin: 0px 0 0 -40px;
  padding: 0 0 40px 0;
  min-height: 600px;
}
.content-row-cta-bigimage .box-ctacontent .box-ctacontent-inner {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  float: left;
  width: calc(50% - 80px);
  left: 40px;
  border-radius: 4px;
  padding: 40px;
  margin: 300px 0 0 0;
}
.content-row-cta-bigimage .box-ctacontent .box-ctacontent-inner .ctaHL {
  font-family: "PermanentMarker", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  margin: -150px 0 80px 0;
  color: #003770;
}
.content-row-cta-bigimage .box-imagebg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.content-row-cta-bigimage .box-imagebg .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.box-newsletterform {
  position: relative;
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.box-newsletterform .inputrow {
  float: left;
  position: relative;
  width: 100%;
  margin: 10px 0 0 0;
}
.box-newsletterform .inputrow .label {
  display: none;
}
.box-newsletterform .inputrow .icon-input {
  display: block;
  position: absolute;
  width: auto;
  left: 12px;
  top: 17px;
  cursor: pointer;
  height: 16px;
  pointer-events: none;
}
.box-newsletterform .inputrow .input {
  background-color: transparent;
  border: 1px solid #DBDBDB;
  font-size: 14px;
  width: calc(100% - 280px);
  height: 48px;
  position: relative;
  display: block;
  float: left;
  padding: 0px 40px;
  margin: 0px;
  border-radius: 4px;
}
.box-newsletterform .inputrow .btn {
  float: right;
  width: 170px;
  height: 50px;
}
.box-newsletterform .inputrow .input::placeholder {
  color: #343434;
  opacity: 1;
}
.box-newsletterform .inputrow .input::-webkit-input-placeholder {
  color: #343434;
}
.box-newsletterform .inputrow .input::-moz-placeholder {
  color: #343434;
}
.box-newsletterform .inputrow .input:-ms-input-placeholder {
  color: #343434;
}

.box-NLform {
  position: relative;
  float: left;
  width: 100%;
}
.box-NLform .inputrow-hide {
  display: none;
}
.box-NLform .button-left {
  position: absolute;
  right: 0px;
  top: 10px;
}
.box-NLform .button-left .submitButton {
  height: 48px;
}
.box-NLform .field__error.field-validation-error {
  display: inline-block;
  width: 100%;
  color: #B60025;
  font-size: 10px;
  position: absolute;
  bottom: -9px;
  background: #fff;
  width: auto;
  position: both;
  left: 3px;
  padding: 0 10px 0 10px;
}
.box-NLform .formfooter {
  float: left;
  width: calc(100% - 200px);
  margin: 30px 0 0 0;
  font-size: 14px;
}

.content-row-news3current {
  margin: 120px 0 0 0;
}
.content-row-news3current .box-newslist {
  width: calc(100% + 80px);
  float: left;
  position: relative;
  z-index: 10;
  margin: 0px 0 0 -40px;
  padding: 60px 0;
}
.content-row-news3current .box-newslist .setcionHL {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.content-row-news3current .box-newslist .box-buttons {
  margin: 50px 0 0 0;
  text-align: center;
}

.box-newsitems {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
  width: calc(100% - 80px);
  margin: 40px 0 0 40px;
}
.box-newsitems .item {
  flex: 0 0 calc(33.3333333333% - 16px);
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.box-newsitems .item .imagebox {
  width: 100%;
  height: 550px;
}
.box-newsitems .item .imagebox .tag {
  font-family: "Inter", sans-serif;
  background-color: #003770;
  color: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  width: auto;
  display: inline-block;
  padding: 4px 15px;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 28px;
}
.box-newsitems .item .imagebox .newthumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: width 650ms ease, transform 650ms ease;
  will-change: width, transform;
  transform: translateZ(0);
}
.box-newsitems .item .content {
  width: calc(100% - 56px);
  margin: 28px 0 28px 28px;
  position: relative;
}
.box-newsitems .item .content .date {
  font-family: "Inter", sans-serif;
  background-color: #E8EDF2;
  font-size: 12px;
  border-radius: 4px;
  width: auto;
  display: inline-block;
  padding: 4px 15px;
  text-align: center;
  margin: 0 0 20px 0;
}
.box-newsitems .item .content .newstitle {
  font-size: 18px;
  line-height: 125%;
  max-width: 80%;
}
.box-newsitems .item .content .excerpt {
  max-width: 80%;
}
.box-newsitems .item a:hover .imagebox .newthumb {
  width: 102%;
}

.content-row-newsall {
  margin: 0px 0 0 0;
}
.content-row-newsall .box-newslist {
  padding: 0px 0;
  width: calc(100% + 160px);
  margin: -16px 0 0 -80px;
}
.content-row-newsall .box-newsitems {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content-row-newsall .box-newsitems .item {
  flex: 0 0 calc(25% - 18px);
  margin: 0px;
  background-color: #E8EDF2;
}
.content-row-newsall .box-newsitems .item .date {
  background-color: #fff;
}
.content-row-newsall .box-newsitems .item .imagebox {
  height: 430px;
}

.content-row-statementslider {
  margin: 120px 0 0 0;
}
.content-row-statementslider .box-statementslider .part-info {
  width: 48%;
  float: left;
  position: relative;
  max-width: 540px;
}
.content-row-statementslider .box-statementslider .part-info .box-buttons {
  float: left;
  width: 100%;
  margin: 24px 0 0 0;
}
.content-row-statementslider .box-statementslider .part-statements {
  width: 48%;
  float: right;
  position: relative;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement .box-image {
  width: 420px;
  height: 340px;
  overflow: hidden;
  border-radius: 4px;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement .box-image .statementimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement .textlayer {
  position: absolute;
  z-index: 5;
  background: #E8EDF2;
  border-radius: 4px;
  padding: 32px;
  right: 30px;
  width: calc(100% - 400px);
  top: 70px;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement .textlayer h3 {
  margin: 0px;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement .textlayer .textInput {
  font-size: 13px;
  margin: 10px 0 0 0;
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement.on {
  position: relative;
  pointer-events: inherit;
  z-index: 1;
  opacity: 1;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}
.content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement.on .textlayer {
  right: 0;
  transition: right 650ms ease, transform 650ms ease;
  will-change: right, transform;
  transform: translateZ(0);
}
.content-row-statementslider .box-statementslider .part-statements .slider-nav {
  position: absolute;
  right: 0px;
  top: 80px;
}
.content-row-statementslider .box-statementslider .part-statements .slider-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  top: -80px;
  right: 50px;
  border-radius: 4px;
  border: 1px solid #B60025;
  width: 40px;
  height: 40px;
  text-align: center;
}
.content-row-statementslider .box-statementslider .part-statements .slider-btn.next {
  right: 0px;
}
.content-row-statementslider .box-statementslider .part-statements .slider-btn.prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-statementslider .box-statementslider .part-statements .slider-btn .img-icon {
  width: 10px;
  position: relative;
  top: 7px;
}

.bfi-standorte {
  font-family: inherit;
  padding: 40px 40px 40px 40px;
  width: calc(100% + 80px);
  border-radius: 4px;
  margin: 0 0 0 -40px;
  border-radius: 4px;
}
.bfi-standorte .bfi-list-name, .bfi-standorte .bfi-list-zip, .bfi-standorte .bfi-detail-address, .bfi-standorte .bfi-detail-contact, .bfi-standorte .bfi-detail-btn {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.bfi-standorte .bfi-standorte__title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin: 20px 0 8px 0;
}
.bfi-standorte .bfi-inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
  padding: 0px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0);
}
.bfi-standorte .bfi-header {
  color: inherit;
  font-size: inherit;
  margin: 0 0 20px;
}
.bfi-standorte .bfi-header p {
  color: inherit;
  font-size: inherit;
  margin: 0 0 20px;
}
.bfi-standorte .bfi-standorte__layout {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto;
}
.bfi-standorte .bfi-standorte__map-wrap {
  background: none;
  border-radius: 0px;
  padding: 0;
  box-shadow: 9px 1px 4px rgba(0, 0, 0, 0);
}
.bfi-standorte .bfi-standorte__map-col {
  flex: 60%;
  max-width: 60%;
}
.bfi-standorte .bfi-standorte__accordion-col {
  flex: 1 1 30%;
  min-width: 0;
  max-width: 481px;
  margin-left: auto;
}
.bfi-standorte .bfi-standorte__legend {
  margin-top: 14px;
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bfi-standorte .bfi-standorte__legend span {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}
.bfi-standorte .bfi-standorte__info-row .bfi-standorte__info-icon {
  display: none;
}
.bfi-standorte .bfi-standorte__info-row .bfi-standorte__info-text {
  position: relative;
  padding: 0 0 0 30px;
}
.bfi-standorte .bfi-standorte__info-row:nth-child(1) .bfi-standorte__info-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-mappin.svg);
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(19%) sepia(75%) saturate(2870%) hue-rotate(337deg) brightness(81%) contrast(108%);
  background-size: 16px;
  background-position: 1px 0px;
}
.bfi-standorte .bfi-standorte__info-row:nth-child(2) .bfi-standorte__info-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-tel.svg);
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(19%) sepia(75%) saturate(2870%) hue-rotate(337deg) brightness(81%) contrast(108%);
  background-size: 16px;
  background-position: 1px 0px;
}
.bfi-standorte .bfi-standorte__info-row:nth-child(3) .bfi-standorte__info-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-mail.svg);
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(19%) sepia(75%) saturate(2870%) hue-rotate(337deg) brightness(81%) contrast(108%);
}
.bfi-standorte .bfi-standorte__cta {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.42px;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 17px 8px 15px;
  margin: 30px 0px 20px 20px;
  height: auto;
  transition: background 350ms ease, transform 350ms ease;
  will-change: background, transform;
  transform: translateZ(0);
  background-color: #B60025;
  border: 1px solid #B60025;
  color: #ffffff;
}
.bfi-standorte .bfi-standorte__cta:hover {
  background-color: #e6040d;
  border: 1px solid #e6040d;
  box-shadow: 0 2px 6px rgba(182, 0, 37, 0);
}
.bfi-standorte .bfi-standorte__item-header {
  height: 70px;
}
.bfi-standorte .bfi-standorte__pin {
  left: 0% !important;
  top: 0% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=murau] {
  left: 21.48% !important;
  top: 55.76% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=business-unit] {
  left: 72.04% !important;
  top: 59.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=business-unit2] {
  left: 59.04% !important;
  top: 38.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=geschaeftsfuehrung] {
  left: 74.04% !important;
  top: 62.08% !important;
  z-index: 10;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=weiz] {
  left: 79.04% !important;
  top: 48.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=rottenmann] {
  left: 32.04% !important;
  top: 22.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=muerzzuschlag] {
  left: 79.04% !important;
  top: 14.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=leoben] {
  left: 57.04% !important;
  top: 40.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=leibnitz] {
  left: 75.04% !important;
  top: 85.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=koeflach] {
  left: 57.04% !important;
  top: 62.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=kapfenberg] {
  left: 66.04% !important;
  top: 29.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=hartberg] {
  left: 93.04% !important;
  top: 44.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=graz-west] {
  left: 69.4% !important;
  top: 62.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=graz-sued] {
  left: 71.4% !important;
  top: 66.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=fuerstenfeld] {
  left: 94.4% !important;
  top: 62.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=feldbach] {
  left: 89.4% !important;
  top: 70.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=eisenerz] {
  left: 51.4% !important;
  top: 27.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=deutschlandsberg] {
  left: 61.4% !important;
  top: 83.08% !important;
}
.bfi-standorte .bfi-standorte__pin[data-bfi-id=aichfeld] {
  left: 48.4% !important;
  top: 48.08% !important;
}
.bfi-standorte .bfi-standorte__pin--active {
  box-shadow: none;
  z-index: 20;
}
.bfi-standorte .bfi-standorte__map-col {
  position: relative;
  top: 170px;
}

.content-row-standorte .box-teasertext {
  width: calc(100% + 40px);
  max-width: 100%;
}

.content-row-contactform .box-textpart {
  float: left;
  width: 40%;
}
.content-row-contactform .box-formpartpart {
  position: relative;
  float: right;
  width: 58%;
}
.content-row-contactform .formbox .form-row {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.content-row-contactform .formbox .inputrow {
  float: left;
  position: relative;
  margin: 0px 0px 30px;
  height: 50px;
}
.content-row-contactform .formbox .inputrow br {
  display: none;
}
.content-row-contactform .formbox .inputrow p {
  margin: 0px;
  padding: 0px;
}
.content-row-contactform .formbox .inputrow label {
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 4px 0;
}
.content-row-contactform .formbox .inputrow .input-text {
  width: calc(100% - 32px);
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: 0 16px;
  height: 48px;
}
.content-row-contactform .formbox .inputrow.inputrow-50 {
  width: 48%;
}
.content-row-contactform .formbox .inputrow.inputrow-50:last-child {
  float: right;
}
.content-row-contactform .formbox .inputrow.inputrow-100 {
  width: 100%;
}
.content-row-contactform .formbox .inputrow-textarea {
  height: auto;
}
.content-row-contactform .formbox .inputrow-textarea textarea {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #343434;
  width: calc(100% - 32px);
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: 16px 16px;
  height: 150px;
}
.content-row-contactform .formbox .inputrow-select select {
  width: calc(100% - 32px);
  border: 1px solid #DBDBDB !important;
  border-radius: 4px;
  margin: 0px !important;
  padding: 0 16px !important;
  height: 48px;
}
.content-row-contactform .formbox .inputrow-checkbox {
  position: relative;
}
.content-row-contactform .formbox .inputrow-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.content-row-contactform .formbox .inputrow-checkbox .wpcf7-list-item:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  left: 0px;
  top: 4px;
}
.content-row-contactform .formbox .inputrow-checkbox .wpcf7-list-item .checkbox, .content-row-contactform .formbox .inputrow-checkbox .wpcf7-list-item input {
  position: absolute;
  left: -8px;
  top: -3px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.content-row-contactform .formbox .inputrow-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  float: left;
  padding: 0 0 0 40px;
}
.content-row-contactform .formbox .inputrow-checkbox.checked .wpcf7-list-item:before {
  background-image: url(../img/icon-check-red.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.content-row-contactform .formbox .wpcf7-not-valid-tip {
  color: #B60025;
  font-size: 12px;
  font-weight: normal;
  display: block;
  width: 100%;
  float: left;
}
.content-row-contactform .formbox .wpcf7-response-output {
  float: left;
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  font-family: "Inter", sans-serif;
}
.content-row-contactform .formbox .form-submit {
  float: right;
  width: 100%;
}
.content-row-contactform .formbox .wpcf7-submit {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  float: right;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.42px;
  border: 1px solid #B60025;
  background-color: #B60025;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 17px 8px 15px;
  margin: 0 12px 0 0;
  margin-left: 0px;
  transition: background 350ms ease, transform 350ms ease;
  will-change: background, transform;
  transform: translateZ(0);
}

.box-customfileds .inputrow {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  height: 50px;
}
.box-customfileds .inputrow label {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.box-customfileds .inputrow.inputrow-50 {
  float: left;
  position: relative;
  width: 47%;
}
.box-customfileds .inputrow-right {
  float: right;
}

.box-checkbox-daternschutz a, .box-checkbox-agb a {
  text-decoration: underline;
}

.inputrow-checkbox a {
  text-decoration: underline;
}

.select2-container--default .select2-selection--single {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #DBDBDB;
  font-size: 14px;
}

.customcheckbox {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
.customcheckbox .inputpart-checkbox {
  position: relative;
  float: left;
  width: 40px;
  min-height: 1px;
}
.customcheckbox .inputpart-checkbox .check {
  width: 20px;
  height: 20px;
  border: 1px solid #DBDBDB;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}
.customcheckbox .inputpart-checkbox .check svg {
  position: absolute;
  left: 4px;
  top: 6px;
  display: none;
}
.customcheckbox .checked .inputpart-checkbox .check svg {
  display: block;
}

.content-row-video {
  margin: 80px 0 0 0;
}

.btn-fav {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10;
}
.btn-fav:hover {
  opacity: 0.75;
}
.btn-fav.btn-fav-active svg {
  fill: #B60025;
}

.btn-fav-detail {
  top: -50px;
}

.box-favslayer {
  position: fixed;
  top: 0px;
  right: -450px;
  pointer-events: none;
  z-index: 99999999;
  background-color: #ffffff;
  width: 300px;
  height: 100%;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 1px 1px 42px -13px rgba(0, 0, 0, 0.35);
  transition: right 350ms ease, transform 350ms ease;
  will-change: right, transform;
  transform: translateZ(0);
}
.box-favslayer .favslayer-header {
  float: left;
  width: 100%;
  float: left;
  color: #003770;
  font-size: 18px;
}
.box-favslayer .favslayer-header .icon {
  width: 24px;
  position: relative;
  top: 3px;
  margin: 0 2px 0 0;
}
.box-favslayer .favslayer-content {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.box-favslayer .favslayer-content .fav-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  position: relative;
}
.box-favslayer .favslayer-content .fav-item .fav-title {
  width: calc(100% - 30px);
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
}
.box-favslayer .favslayer-content .fav-item .fav-remove {
  position: absolute;
  top: -1px;
  right: 0px;
  font-size: 17px;
  opacity: 0.3;
}
.box-favslayer .favslayer-content .fav-item .fav-remove:hover {
  opacity: 0.8;
}
.box-favslayer .btn-clearfavs {
  font-size: 12px;
  padding: 2px 10px 4px 10px;
}
.box-favslayer .btn-closefavs {
  cursor: pointer;
  position: absolute;
  font-size: 26px;
  color: #003770;
  top: 4px;
  right: 11px;
}

.favslayer-show .box-favslayer {
  pointer-events: inherit;
  right: 0px;
}

.metalink-favlist {
  position: relative;
}
.metalink-favlist .favcount {
  display: none;
  position: absolute;
  z-index: 99;
  background: #B60025;
  color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  top: -4px;
  left: 11px;
}

.metalink-cart {
  position: relative;
}
.metalink-cart .cartcount {
  position: absolute;
  z-index: 99;
  background: #B60025;
  color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  top: -4px;
  left: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #343434 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.woocommerce table.shop_table {
  border: 0px;
  margin: 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0px;
}

.content-row-cart {
  margin: 64px 0 0 0;
}
.content-row-cart .cart-table {
  width: 48%;
  float: left;
  position: relative;
}
.content-row-cart .cart-table .item-seminar {
  float: left;
  width: 100%;
}
.content-row-cart .cart-table .item-seminar .item-header {
  height: auto;
  padding: 16px 16px 6px 16px;
  width: calc(100% - 32px);
  float: left;
}
.content-row-cart .cart-table .item-seminar .item-header .item-header-inner {
  position: relative;
  bottom: 0px;
  float: left;
  width: 100%;
}
.content-row-cart .cart-table .item-seminar .item-header .item-header-inner h3 {
  max-width: calc(100% - 30px);
}
.content-row-cart .cart-table .item-seminar .item-header .item-header-inner .btn-remove {
  position: absolute;
  right: 0px;
  top: 2px;
}
.content-row-cart .cart-table .item-seminar .item-header .item-header-inner .btn-remove a:hover {
  background: none;
  opacity: 0.5;
}
.content-row-cart .cart-table .item-seminar .item-content {
  float: left;
}
.content-row-cart .cart-table .item-seminar .daterow {
  font-size: 16px;
  line-height: 125%;
}
.content-row-cart .cart-table .item-seminar .daterow .date {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 15px 0 0;
}
.content-row-cart .cart-table .item-seminar .daterow .date:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 18px;
  width: 17px;
  top: 2px;
  left: 0;
}
.content-row-cart .cart-table .item-seminar .daterow .location {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.content-row-cart .cart-table .item-seminar .daterow .location:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-mappin.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 27px;
  width: 16px;
  top: 1px;
  left: 5px;
}
.content-row-cart .cart-table .item-seminar .tags {
  float: left;
  width: 100%;
  margin: 5px 0 24px 0;
}
.content-row-cart .cart-table .item-seminar .tags .tag {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  margin: 20px 0 0 5px;
  color: #003770;
  position: relative;
  padding: 1px 12px 1px 12px;
  max-width: 360px;
  line-height: 18px;
  float: left;
}
.content-row-cart .cart-table .item-seminar .tags .tag.tag-praesenz {
  padding: 1px 12px 1px 28px;
}
.content-row-cart .cart-table .item-seminar .tags .tag.tag-praesenz:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-presenz.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 17px;
  width: 17px;
  top: 6px;
  left: 5px;
}
.content-row-cart .cart-table .item-seminar .tags .tag.tag-online {
  padding: 1px 12px 1px 26px;
}
.content-row-cart .cart-table .item-seminar .tags .tag.tag-online:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-online.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 4.4px;
  left: 5px;
}
.content-row-cart .cart-table .item-seminar .tags .tag.tag-time {
  padding: 1px 12px 1px 26px;
}
.content-row-cart .cart-table .item-seminar .tags .tag.tag-time:before {
  content: "";
  position: absolute;
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 3.4px;
  left: -4px;
}
.content-row-cart .cart-table-sub {
  float: left;
  width: 100%;
  margin: 110px 0 0 0;
}
.content-row-cart .cart-table-sub td, .content-row-cart .cart-table-sub th {
  border: 0px;
}
.content-row-cart .box-cartsummery {
  width: 48%;
  float: right;
  position: relative;
}
.content-row-cart .box-cartsummery .wc-forward {
  float: right;
  margin: 0px;
  padding: 6px 17px 8px 17px;
}
.content-row-cart .box-cartsummery .wc-companybooking {
  float: right;
  margin: 0px 8px 0 0px;
  padding: 6px 17px 8px 17px;
}
.content-row-cart .box-cartsummery .cart-akcard {
  border: 0px !important;
}
.content-row-cart .box-cartsummery .cart-akcard td, .content-row-cart .box-cartsummery .cart-akcard th {
  border: 0px !important;
}
.content-row-cart .box-cartsummery .cart-akcard td {
  text-align: right;
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.content-row-cart .box-cartsummery .cart-akcard .btn-toggle {
  border: 1px solid #DBDBDB;
  width: 45px;
  height: 24px;
  border-radius: 35px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
}
.content-row-cart .box-cartsummery .cart-akcard .btn-toggle .toggle-bullet {
  display: block;
  width: 20px;
  height: 20px;
  background: #cccccc;
  border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: left 350ms ease, transform 350ms ease;
  will-change: left, transform;
  transform: translateZ(0);
}
.content-row-cart .box-cartsummery .cart-akcard .btn-toggle-label {
  float: left;
  margin: 2px 0 0 10px;
}
.content-row-cart .box-cartsummery .cart-akcard.akcardOn .btn-toggle {
  border: 1px solid #003770;
  background-color: #003770;
}
.content-row-cart .box-cartsummery .cart-akcard.akcardOn .btn-toggle .toggle-bullet {
  background: #ffffff;
  left: 22px;
}
.content-row-cart .box-cartsummery .cart-akcard .ak-rabatt {
  text-align: right;
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.content-row-cart .box-cartsummery .fee {
  display: none;
}
.content-row-cart .box-cartsummery .price-info th {
  border: 0px !important;
}
.content-row-cart .box-cartsummery .price-info .feeinfotext {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;
  float: left;
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  text-align: left;
  color: #343434;
  border-top: 0;
  border-bottom: 0px;
  padding: 20px 0 20px 0;
  margin: 0px;
  display: none;
}
.content-row-cart .box-cartsummery .cart-subtotal td {
  text-align: right;
}
.content-row-cart .box-cartsummery .cart-subtotal .amount {
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.content-row-cart .box-cartsummery .order-total td {
  text-align: right;
}
.content-row-cart .box-cartsummery .order-total .amount {
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.content-row-cart .box-cartsummery .order-total .woocommerce-Price-amount:after {
  content: "inkl. 10% USt.";
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  display: block;
}
.content-row-cart .box-cartsummery .wc-proceed-to-checkout {
  min-width: 370px;
}

.cart-table {
  overflow-wrap: break-word;
  word-break: break-word;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  float: left;
  margin: 0 auto;
  width: auto;
  position: absolute;
  z-index: 10;
  margin: -89px 0 0 0;
  z-index: 999999;
  background-color: #fff;
}
.woocommerce-cart .woocommerce-notices-wrapper ul, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  border: 0px;
  margin: 0 0 0;
  background-color: #fff;
  left: 37px;
}

.woocommerce-remove-coupon {
  display: none;
}

.cart-discount th {
  color: #003770;
  font-weight: 700;
}
.cart-discount td {
  text-align: right;
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.cart-discount td .woocommerce-Price-amount.amount {
  margin: 0 0 0 4px;
}

.coupon-online-registrierungsbonus th {
  font-weight: 700;
  font-size: 0px !important;
  color: #ffffff;
  padding-top: 15px !important;
}
.coupon-online-registrierungsbonus th:before {
  content: "Registrierungs-Bonus";
  color: #003770;
  font-size: 15px;
  line-height: 130%;
  width: 200px !important;
  display: block;
}
.coupon-online-registrierungsbonus th:after {
  content: "bei Erstbuchung";
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;
  float: left;
  font-size: 14px;
  font-style: normal;
  color: #343434;
  margin: 10px 0 20px 0;
}
.coupon-online-registrierungsbonus td {
  padding-top: 15px !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}

.akpreis-activ .content-row-cart .box-cartsummery .price-info .feeinfotext {
  display: block;
  margin: -30px 0 0 0;
}

.checkoutinfo {
  display: none;
}

.wc_payment_method.payment_method_worldline-for-woocommerce {
  display: none;
}

.form-row-wide-hidden {
  display: none;
}

.input-uid .optional {
  display: none;
}

.page-template-page-checkout .box-mainmenu, .page-template-page-checkout .content-row-headermeta .metalink, .page-template-page-checkout .box-search, .page-template-page-checkout .content-row-breadcrumb, .page-template-page-checkout .box-menulayer, .page-template-page-checkout .content-row-headermeta .seperator {
  display: none;
}
.page-template-page-checkout .checkoutinfo {
  float: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 180%;
  letter-spacing: 0.28px;
  right: 64px;
  position: relative;
  display: block;
  color: #003770;
}
.page-template-page-checkout .content-row-header {
  background-color: #E8EDF2;
}
.page-template-page-checkout .content-row-header .img-logo {
  top: -30px;
}
.page-template-page-checkout .woocommerce.wp-block-group {
  float: left;
  width: 100%;
}

.btn-editcheckoutdata {
  display: none;
}

.content-row-checkout-steps .checkout-step {
  cursor: pointer;
}
.content-row-checkout-steps .checkout-step .stepnr {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 19px;
  margin: 0 10px 0 0;
  transition: background-color 350ms ease, transform 350ms ease;
  will-change: background-color, transform;
  transform: translateZ(0);
}
.content-row-checkout-steps .checkout-step.active .stepnr {
  background-color: #ffffff;
  color: #003770;
}

.checkout.woocommerce-checkout {
  float: left;
  width: 100%;
}

.content-row-checkoutwrapper {
  margin: 64px 0 0 0;
}
.content-row-checkoutwrapper .cart-subtotal {
  display: none;
}
.content-row-checkoutwrapper .box-checkout {
  width: 866px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.content-row-checkoutwrapper .box-checkout .checkoutlogin {
  position: absolute;
  right: 0px;
  z-index: 5;
}
.content-row-checkoutwrapper .checkoutpart {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  float: left;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  top: 0px;
}
.content-row-checkoutwrapper .checkoutpart.active {
  pointer-events: inherit;
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 350ms ease, transform 350ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}
.content-row-checkoutwrapper .checkoutpart .checkoutpart-title {
  color: #003770;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.content-row-checkoutwrapper .checkoutpart .stepbutton {
  min-width: 160px;
  margin: 24px 0 0 0;
  float: right;
  text-align: center;
}
.content-row-checkoutwrapper .checkoutpart .nextstepbutton-2-back, .content-row-checkoutwrapper .checkoutpart .nextstepbutton-3-back {
  float: left;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent {
  float: left;
  width: calc(100% - 48px);
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: 24px;
  margin: 14px 0 0 0;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields #billing_titel_vor_field, .content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields #billing_titel_nach_field {
  display: none;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields .form-row {
  padding: 3px 0px;
  margin: 0px 0 20px 0;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.5em 0;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields .form-row .input-text, .content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields .form-row select, .content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields .select2-container .select2-selection {
  border: 0px;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 0px;
  padding: 0.5em 0px;
  width: 100%;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .woocommerce-billing-fields .form-row label {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 40px 0;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox:last-child {
  margin-bottom: 0px;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .inputpart-checkbox {
  position: relative;
  float: left;
  width: 40px;
  min-height: 1px;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .inputpart-checkbox .check {
  width: 20px;
  height: 20px;
  border: 1px solid #DBDBDB;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .inputpart-checkbox .check svg {
  position: absolute;
  left: 4px;
  top: 6px;
  display: none;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .checked .inputpart-checkbox .check svg {
  display: block;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .inputpart-text {
  float: right;
  width: calc(100% - 40px);
  position: relative;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .inputpart-text .title {
  width: 100%;
  float: left;
  margin: 0px 0 5px 0;
  cursor: pointer;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .inputpart-text .infotext {
  float: left;
  width: 100%;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox-bfiGutschein {
  display: none;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox-bfiGutschein .custom-coupon-form label {
  width: 100%;
  float: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.24px;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox-bfiGutschein .custom-coupon-form #custom_coupon_code {
  padding: 0 16px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  margin: 0px 5px 0 0;
  position: relative;
  top: 1px;
}
.content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox-bfiGutschein .custom-coupon-form .error {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #B60025;
}
.content-row-checkoutwrapper .checkoutpart.checkoutpart-payment .woocommerce-checkout-review-order-table, .content-row-checkoutwrapper .checkoutpart.checkoutpart-payment .place-order, .content-row-checkoutwrapper .checkoutpart.checkoutpart-payment .title-overview, .content-row-checkoutwrapper .checkoutpart.checkoutpart-payment .content-row-cart {
  display: none;
}
.content-row-checkoutwrapper .checkoutpart.checkoutpart-payment .paymentTitle {
  font-size: 18px;
  margin: 0 0 23px 0;
  display: block;
}
.content-row-checkoutwrapper .checkoutpart.checkoutpart-overview .wc_payment_methods, .content-row-checkoutwrapper .checkoutpart.checkoutpart-overview .title-payment, .content-row-checkoutwrapper .checkoutpart.checkoutpart-overview .nextstepbutton-3, .content-row-checkoutwrapper .checkoutpart.checkoutpart-overview .nextstepbutton-3-back, .content-row-checkoutwrapper .checkoutpart.checkoutpart-overview .paymentTitle {
  display: none;
}

.logged-in .btn-editcheckoutdata {
  display: block;
  position: absolute;
  z-index: 5;
  top: 60px;
  right: 20px;
}
.logged-in .woocommerce-billing-fields__field-wrapper input, .logged-in .woocommerce-billing-fields__field-wrapper select, .logged-in .woocommerce-billing-fields__field-wrapper .select2-selection, .logged-in .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: inherit !important;
  border: 0px !important;
  pointer-events: none;
}
.logged-in .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  background: none !important;
  border: 0px !important;
  pointer-events: none;
}
.logged-in .woocommerce-billing-fields__field-wrapper .woocommerce-billing-fields input, .logged-in .woocommerce-billing-fields__field-wrapper .form-row-wide, .logged-in .woocommerce-billing-fields__field-wrapper .woocommerce-billing-fields select {
  background-image: inherit !important;
  border: 0px !important;
  pointer-events: none;
}
.logged-in .woocommerce-billing-fields__field-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 4px;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0px;
  margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  border-top: 1px solid #DBDBDB;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}
.woocommerce-checkout #payment ul.payment_methods li .syde-gateway-icons {
  float: right;
}
.woocommerce-checkout #payment ul.payment_methods li .syde-gateway-icons img {
  float: left;
}
.woocommerce-checkout #payment ul.payment_methods li .syde-gateway-icons img[alt="eps icon"] {
  width: 59px;
  height: auto;
  position: relative;
  margin: -16px 0px 0 5px !important;
  display: block;
}
.woocommerce-checkout #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li input {
  cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 8px 0;
  color: #003770;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding: 0em;
  margin: -10px 0 0 33px;
  font-size: 14px;
  border-radius: 0px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #343434;
  display: block !important;
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.checkoutReview .content-row-checkoutwrapper .box-checkout {
  width: 100%;
  max-width: 100%;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent {
  float: left;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 20px 0 0 0;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-inner-center {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart {
  margin: 0px 0 0 0;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .cart_totals tr th, .checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .cart_totals tr td {
  border-top: 0px;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart th {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 130%;
  text-align: left;
  color: #003770;
  min-width: 100px;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart td {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: right;
  color: #003770;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .box-cartsummery .fee {
  display: table-row;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .box-cartsummery .fee .woocommerce-Price-currencySymbol {
  margin: 0 0 0 5px;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .box-cartsummery .fee td {
  text-align: right;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .feeinfotext {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;
  float: left;
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  text-align: left;
  color: #343434;
  border-top: 1px solid #DBDBDB;
  margin: 4px 0 4px 0;
  border-bottom: 0px solid #DBDBDB;
  padding: 0 0px;
  margin: 4px 0 4px 0;
  font-size: 0;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .feeinfotext.showinfo {
  border-bottom: 1px solid #DBDBDB;
  font-size: inherit;
  padding: 24px 0px;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .box-address {
  width: 48%;
  float: left;
  margin: 24px 2% 0 0;
  height: 150px;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .box-paymenttype {
  width: 48%;
  float: left;
  margin: 24px 0 0 0;
  height: 150px;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .form-row.place-order {
  float: right;
  width: 22.2%;
  padding: 0px !important;
  margin: -100px 0 0 0;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .form-row.place-order .woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.75;
  margin: 10px 0 20px 0;
  float: left;
  width: 100%;
}
.checkoutReview .content-row-checkoutwrapper .box-checkout .form-row.place-order #place_order {
  float: right;
  margin: 0px !important;
}

.content-row-thankyou .woocommerce-order ul.order_details {
  margin: 75px 0 10px 0px;
  padding: 0px;
}
.content-row-thankyou .woocommerce-order ul.order_details li {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #003770;
  border-right: 1px solid #DBDBDB;
}
.content-row-thankyou .woocommerce-order ul.order_details li:last-of-type {
  border: 0px;
}
.content-row-thankyou .woocommerce-order ul.order_details li strong {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #343434;
}

.woocommerce-order-received main#content {
  min-height: auto;
}

.woocommerce-form__input-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.woocommerce-form__label-for-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
}
.woocommerce-form__label-for-checkbox span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #003770;
  position: relative;
  top: 5px;
  left: 5px;
}

.woocommerce-form__label-for-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #DBDBDB;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}

.woocommerce-form__input-checkbox:checked + span::after {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-check-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -29px;
  top: 4px;
  color: #B60025;
  font-size: 18px;
  font-weight: bold;
}

.wc_payment_method .syde-gateway-icons img {
  max-height: 55px;
  height: 55px;
  width: auto;
  max-width: inherit;
  position: relative;
  margin: -27px 0 0 0 !important;
  top: 15px;
}

.place-order {
  position: relative;
}
.place-order .paymentpreinfoBTN {
  position: absolute;
  right: -14px;
  z-index: 10;
  bottom: -20px;
  width: 90%;
  cursor: pointer;
  text-align: center;
  height: 47px;
}
.place-order .paymentpreinfoBTN .mainlabel {
  position: relative;
  top: 11px;
}
.place-order .paymentpreinfoBTN .minitext {
  display: block;
  font-size: 13px !important;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  padding: 0 50px 4px 0;
  opacity: 0;
}
.place-order.redirectingToPayment .paymentpreinfoBTN {
  text-align: left;
}
.place-order.redirectingToPayment .paymentpreinfoBTN .mainlabel {
  top: 0px;
  transition: top 650ms ease, transform 650ms ease;
  will-change: top, transform;
  transform: translateZ(0);
}
.place-order.redirectingToPayment .paymentpreinfoBTN .minitext {
  opacity: 1;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}
.place-order.redirectingToPayment .paymentpreinfoBTN .loader {
  border: 4px solid green;
  border-top: 4px solid yellow;
  opacity: 1;
  display: block;
  left: inherit;
  right: 10px;
  margin: -35px 0 0 0;
  opacity: 0.8;
}

#billing_firma_field, .showComapnyorder, .box-teilnehmer, .box-checkoutQuanity, #billing_uid_field {
  display: none;
}

.bookingtype-company #billing_uid_field {
  display: block;
}
.bookingtype-company .hideComapnyorder {
  display: none;
}
.bookingtype-company .woocommerce-billing-fields .formbox-titleselect {
  display: none;
}
.bookingtype-company .create-account, .bookingtype-company .box-loginform, .bookingtype-company #billing_gender_field {
  display: none;
}
.bookingtype-company .showComapnyorder {
  display: inline-block;
}
.bookingtype-company .box-checkoutQuanity {
  display: block;
}
.bookingtype-company .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .box-paymenttype {
  height: 275px;
}
.bookingtype-company #billing_firma_field {
  display: block;
}
.bookingtype-company .woocommerce-billing-fields__field-wrapper input, .bookingtype-company .woocommerce-billing-fields__field-wrapper select, .bookingtype-company .woocommerce-billing-fields__field-wrapper .select2-selection, .bookingtype-company .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: inherit !important;
  border-bottom: 1px solid #DBDBDB !important;
  pointer-events: inherit !important;
}
.bookingtype-company .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  background: none !important;
  border-bottom: 1px solid #DBDBDB !important;
  pointer-events: inherit !important;
}
.bookingtype-company .woocommerce-billing-fields__field-wrapper .woocommerce-billing-fields input, .bookingtype-company .woocommerce-billing-fields__field-wrapper .form-row-wide, .bookingtype-company .woocommerce-billing-fields__field-wrapper .woocommerce-billing-fields select {
  background-image: inherit !important;
  pointer-events: inherit !important;
}
.bookingtype-company .box-teilnehmer {
  display: block;
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
  position: relative;
}
.bookingtype-company .box-teilnehmer:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 40px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  background: #fff;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.bookingtype-company .box-teilnehmer .boxeilnehmertVal {
  height: 215px;
  overflow: auto;
  position: relative;
}
.bookingtype-company .box-teilnehmer .teilnehmer-box {
  font-size: 14px;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.bookingtype-company .box-teilnehmer .teilnehmer-box .teilnehmer-box-head {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.bookingtype-company .box-teilnehmer .teilnehmer-box .teilnehmer-box-row .small {
  font-size: 12px;
}

.row-teilnehmer {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
.row-teilnehmer:first-child .btnremoveperson {
  display: none;
}
.row-teilnehmer .btnremoveperson {
  position: absolute;
  right: 10px;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
.row-teilnehmer .btnremoveperson .iconx {
  position: relative;
  top: 1px;
}
.row-teilnehmer .btnremoveperson:hover {
  border: 1px solid #B60025;
}
.row-teilnehmer .teilnehmer-HL {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: absolute;
  background: #fff;
  padding: 5px;
  margin: -3px 0 0 16px;
  color: #003770;
}
.row-teilnehmer .formbox {
  float: left;
  width: calc(100% - 48px);
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: 24px;
  margin: 14px 0 0 0;
}
.row-teilnehmer .formbox .inputrow {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  height: 50px;
}
.row-teilnehmer .formbox .inputrow.inputrow-50 {
  float: left;
  position: relative;
  width: 48%;
}
.row-teilnehmer .formbox .inputrow label {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
}
.row-teilnehmer .formbox .inputrow .input-text {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 0px;
  padding: 0.5em 0px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.box-legaInfos {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
  margin: 48px 0 0 0;
  border-top: 1px solid #ccc;
}

.installments_counts .box-checkbox-teilzahlung {
  display: block;
}
.installments_counts.installments_active .woocommerce-checkout #payment ul.payment_methods li {
  display: none;
}
.installments_counts.installments_active .woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs {
  display: block;
}

.orderprocessinfolayer {
  display: none;
}

.orderprocessing .orderprocessinfolayer {
  color: #003770;
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  left: -10%;
  width: 120%;
  height: 100%;
  z-index: 999999;
  padding: 38vh 0 0 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 8px 0;
}
.orderprocessing .orderprocessinfolayer span {
  font-size: 16px;
}
.orderprocessing .orderprocessinfolayer .loaderCustom {
  display: block;
  margin: 0 auto 20px auto;
  float: none;
  position: relative;
  width: 50px;
  height: 50px;
  opacity: 0.9;
}

.logged-in .content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox-bfiGutschein {
  display: block;
}
.logged-in .checkoutpart-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: none;
}
.logged-in .checkoutpart-1 .woocommerce-billing-fields .val-posttitle:before {
  content: ", ";
  margin: 0 0 0 -3px;
}
.logged-in .checkoutpart-1 .woocommerce-billing-fields .val-posttitle:empty {
  display: none;
}
.logged-in .checkoutpart-1 .woocommerce-billing-fields .val-mail:before {
  content: "E: ";
}
.logged-in .checkoutpart-1 .woocommerce-billing-fields .val-phone:before {
  content: "T: ";
}

.box-infodoubblebooked {
  position: fixed;
  z-index: 9999999999;
  padding: 50px;
  max-width: 90%;
  left: 50%;
  margin: 0 0 0 -265px;
  background: #fff;
  background: #fff;
  width: 480px;
  top: 150px;
  box-shadow: 1px 1px 42px -13px rgba(0, 0, 0, 0.35);
  display: none;
}
.box-infodoubblebooked a {
  text-decoration: underline;
}
.box-infodoubblebooked a:hover {
  color: #B60025;
}

.alreadybooked .box-infodoubblebooked {
  display: block;
}
.alreadybooked .content-row-checkout-steps, .alreadybooked .content-row-checkoutwrapper {
  opacity: 0.1;
  pointer-events: none;
}

.box-loginform .woocommerce-info {
  border-top-color: #B60025;
  border-top: 3px solid #B60025;
}
.box-loginform .woocommerce-info:before {
  color: #B60025;
}
.box-loginform label {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.box-loginform label.woocommerce-form__label-for-checkbox {
  opacity: 1;
}
.box-loginform label.woocommerce-form-login__rememberme {
  display: none !important;
}
.box-loginform input {
  border: 0px !important;
  border-bottom: 1px solid #DBDBDB !important;
  border-radius: 0px !important;
  padding: 0.5em 0px;
}
.box-loginform .select2-container .select2-selection {
  border: 0px !important;
  border-bottom: 1px solid #DBDBDB !important;
}
.box-loginform .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.5em 0;
}
.box-loginform .form-row .input-text, .box-loginform .form-row select, .box-loginform .select2-container .select2-selection {
  border: 0px;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 0px;
  padding: 0.5em 0px;
}
.box-loginform .lost_password {
  display: none !important;
}

.btn-UserLogin1 {
  margin: 60px 0 0 0;
}

.content-row-mybfi {
  padding: 60px 0px;
}
.content-row-mybfi h2 {
  color: #003770;
}
.content-row-mybfi .woocommerce-form .woocommerce-info {
  border-top-color: #B60025;
  border-top: 3px solid #B60025;
}
.content-row-mybfi .woocommerce-form .woocommerce-info:before {
  color: #B60025;
}
.content-row-mybfi .woocommerce-form label {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.content-row-mybfi .woocommerce-form label.woocommerce-form__label-for-checkbox {
  opacity: 1;
}
.content-row-mybfi .woocommerce-form label.woocommerce-form-login__rememberme {
  display: none !important;
}
.content-row-mybfi .woocommerce-form input {
  border: 0px !important;
  border-bottom: 1px solid #DBDBDB !important;
  border-radius: 0px !important;
  padding: 0.5em 0px;
}
.content-row-mybfi .woocommerce-form .lost_password {
  display: none !important;
}
.content-row-mybfi .box-adduser {
  display: none;
}
.content-row-mybfi .box-login, .content-row-mybfi .box-adduser {
  width: 866px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.content-row-mybfi .infotext {
  width: 100%;
  max-width: 750px;
  margin: 10px 0 10px 0;
}
.content-row-mybfi .hint {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 10px 0 3px 0;
  font-style: italic;
}
.content-row-mybfi .btn-showaddnew, .content-row-mybfi .btn-showlogin, .content-row-mybfi .btn-showalogin {
  float: right;
  position: relative;
  top: -45px;
}
.content-row-mybfi .formbox {
  float: left;
  width: calc(100% - 48px);
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: 24px;
  margin: 14px 0 0 0;
  min-height: 210px;
}
.content-row-mybfi .formbox .inputrow {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  height: 50px;
}
.content-row-mybfi .formbox .inputrow.inputrow-50 {
  float: left;
  position: relative;
  width: 48%;
}
.content-row-mybfi .formbox .inputrow label {
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
}
.content-row-mybfi .formbox .inputrow .input-text {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 0px;
  padding: 0.5em 0px;
}
.content-row-mybfi .formbox .inputrow.error {
  position: relative;
}
.content-row-mybfi .formbox .inputrow.error label {
  color: #B60025;
  opacity: 1;
}
.content-row-mybfi .formbox .inputrow.error input {
  border-color: #B60025 !important;
}
.content-row-mybfi .formbox .inputrow.error:after {
  content: "Pfilchtfeld!";
  color: #B60025;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.errorInfo {
  display: none;
  color: #B60025;
  margin: 20px 0 0 0;
}

.inputrow-loginEmailpass {
  display: none;
}

.btn-UserLogin2 {
  display: none;
}

.errorInputloginCode .errorInfo-nouser {
  display: block;
}

.showInputloginCode .inputrow-loginEmail {
  display: none;
}
.showInputloginCode .errorInfo-pw {
  color: #003770;
  display: block;
}
.showInputloginCode .inputrow-loginEmailpass {
  display: block;
}
.showInputloginCode .btn-UserLogin1 {
  display: none;
}
.showInputloginCode .btn-UserLogin2 {
  display: inline-block;
}

.errorPWCode .errorInfo-pwInfo {
  display: block;
}

.logedIn .inputrow, .logedIn .btn {
  display: none !important;
}
.logedIn .loader {
  margin: -15px 0 0 0;
  left: 12px;
  opacity: 1;
  display: block;
}

.showregisterform .box-login {
  display: none;
}
.showregisterform .box-adduser {
  display: block;
}

.formbox .icon {
  display: block;
  height: 78px !important;
  width: auto;
  margin: 16px auto 40px auto;
}
.formbox .inputrow-right {
  float: right !important;
}
.formbox .inputrow-select p {
  margin: 0px;
  padding: 0px;
}
.formbox .inputrow-select select {
  width: 100%;
  border: 0px;
  background: none;
  margin: 8px 0 0 0;
  border-bottom: 1px solid #DBDBDB;
  padding: 0px 0 5px 0;
  float: left;
}
.formbox .inputrow-submit {
  margin: 20px 0 20px 0 !important;
}

.box-logedIn {
  width: 100%;
  float: left;
}
.box-logedIn .infotext {
  max-width: 100%;
}
.box-logedIn .row-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
}
.box-logedIn .btn-logout {
  float: right;
  position: relative;
  top: 0px;
  cursor: default;
}
.box-logedIn .btn-logout a {
  cursor: pointer;
}
.box-logedIn .box-50 {
  width: 48%;
  float: right;
}
.box-logedIn .box-mybfi-orders {
  float: left;
}

.inputrow-hidden {
  display: none;
}

.formbox-register .inputrow-email {
  display: block;
}

.row-myseminars {
  float: left;
  width: calc(100% - 80px);
  background: #E8EDF2;
  border: 1px solid #E8EDF2;
  border-radius: 4px;
  margin: 0 0 40px 0;
  padding: 33px 40px;
  height: 30px;
  transition: background 350ms ease, transform 350ms ease;
  will-change: background, transform;
  transform: translateZ(0);
}
.row-myseminars .rowTitle {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  line-height: 30px;
}
.row-myseminars .rowTitle:before {
  content: "+";
  width: 40px;
  height: 40px;
  background-color: #B60025;
  color: #ffffff;
  display: block;
  position: absolute;
  right: -10px;
  text-align: center;
  font-size: 30px;
  overflow: hidden;
  border-radius: 4px;
  top: -8px;
  padding: 0px 0 0 0;
  line-height: 31px;
  cursor: pointer;
}
.row-myseminars .emtyInfo {
  display: none;
}
.row-myseminars.On {
  height: auto;
  background: #ffffff;
}
.row-myseminars.On .rowTitle:before {
  content: "-";
  line-height: 33px;
}
.row-myseminars.On .box-seminaroverview {
  position: relative;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: inherit;
  z-index: 1;
  transition: opacity 350ms ease, transform 350ms ease;
  will-change: opacity, transform;
  transform: translateZ(0);
}
.row-myseminars .box-seminaroverview {
  position: absolute;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.row-myseminars .box-seminaroverview .item-seminar .item-header {
  height: auto;
  min-height: 85px;
}
.row-myseminars .box-seminaroverview .item-seminar .item-header .item-header-inner .taglist {
  margin: 0 0 10px 0;
}
.row-myseminars .box-seminaroverview .item-seminar .item-content .shortdescription {
  height: auto;
}
.row-myseminars .box-seminaroverview .item-seminar .item-content .metainfos {
  min-height: auto;
}
.row-myseminars .box-seminaroverview .item-seminar .item-content .metainfos .seminarsdownloads:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-download.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 2px;
  left: 25px;
}
.row-myseminars .box-seminaroverview .item-seminar .item-content .metainfos .seminarsdownloads .btnLoadDucuments {
  cursor: pointer;
  color: #B60025;
  position: relative;
  z-index: 10;
}
.row-myseminars .box-seminaroverview .item-seminar .loader {
  margin: -11px 0 0 0;
  left: inherit;
  right: 21px;
}
.row-myseminars .box-seminaroverview .item-seminar .box-seminarsdownloads {
  float: left;
  width: 100%;
}
.row-myseminars .box-seminaroverview .item-seminar .box-seminarsdownloads .btn .desc {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #343434;
  display: block;
  float: left;
  width: 100%;
  margin: -8px 0 0 0;
  font-weight: 100;
}

.showregisterform .success-info {
  display: none;
}
.showregisterform .success-info h3 {
  font-size: 20px;
  margin: 0px;
}

.FormSavecustomer .inputrow-submit .loaderCustom {
  display: none;
  left: 50%;
  margin: -13px 0 0 -92px;
  z-index: 99;
}

.FormSavecustomer-saving .inputrow-submit .loaderCustom {
  display: block;
}

.box-deleteaccount {
  float: left;
  width: 100%;
  margin: 10px 0px 0 0px;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
  opacity: 0.5;
  position: relative;
}
.box-deleteaccount:hover {
  opacity: 1;
}
.box-deleteaccount .link-deleteaccount-1 {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
  margin: 0 0 0 -6px;
}
.box-deleteaccount .link-deleteaccount-2 {
  display: none;
  width: 80%;
}

.box-deleteaccount-confirm {
  opacity: 1;
}
.box-deleteaccount-confirm .mydataoverview {
  display: none;
}
.box-deleteaccount-confirm .btn-editdata {
  display: none;
}
.box-deleteaccount-confirm .box-deleteaccount {
  opacity: 1;
}
.box-deleteaccount-confirm .box-deleteaccount b {
  display: block;
  color: #B60025;
  margin-bottom: 10px;
}
.box-deleteaccount-confirm .box-deleteaccount .link-deleteaccount-1 {
  display: none;
}
.box-deleteaccount-confirm .box-deleteaccount .link-deleteaccount-2 {
  display: inline-block;
}
.box-deleteaccount-confirm .box-deleteaccount .link-deleteaccount-2 .link-deleteaccount-confirm, .box-deleteaccount-confirm .box-deleteaccount .link-deleteaccount-2 .link-deleteaccount-no {
  display: block;
  text-decoration: underline;
  font-weight: 600;
  padding: 5px 0 5px 0;
  cursor: pointer;
  margin-top: 10px;
}
.box-deleteaccount-confirm .box-deleteaccount .link-deleteaccount-2 .link-deleteaccount-confirm:hover, .box-deleteaccount-confirm .box-deleteaccount .link-deleteaccount-2 .link-deleteaccount-no:hover {
  color: #B60025;
}
.box-deleteaccount-confirm .box-deleteaccount.loadingOn .link-deleteaccount-confirm, .box-deleteaccount-confirm .box-deleteaccount.loadingOn .link-deleteaccount-no {
  display: none;
}
.box-deleteaccount-confirm .box-deleteaccount.loadingOn .loader {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -17px;
  bottom: -80px;
}

.box-mybfi-mydata .inputrow.inputrow-email.inputrow-hidden {
  display: block;
}
.box-mybfi-mydata .inputrow.inputrow-email.inputrow-hidden input {
  pointer-events: none;
  color: #999999;
}

.inputhintext {
  position: absolute;
  background: #fff;
  z-index: 10;
  margin: -99px 0 0 -6px;
  font-size: 12px;
  padding: 10px;
  width: 250px;
  box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.46);
}
.inputhintext a {
  text-decoration: underline;
}
.inputhintext a:hover {
  color: #B60025;
}

.woocommerce-order-pay .ancornav-link.checkout-step {
  display: none;
}

.content-row-orderPay .woocommerce-SavedPaymentMethods {
  display: none;
}
.content-row-orderPay .woocommerce-terms-and-conditions-wrapper {
  display: block;
}
.content-row-orderPay #place_order {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.42px;
  border: 1px solid #B60025;
  color: #ffffff;
  background: #B60025;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 17px 8px 15px;
  margin: 0 12px 0 0;
  transition: background 350ms ease, transform 350ms ease;
  will-change: background, transform;
  transform: translateZ(0);
  margin: 50px 0 0 0;
}

.content-row-footer {
  position: relative;
  padding: 60px 0 0 0;
  margin: 56px 0 0 0;
  color: #003770;
}
.content-row-footer a {
  color: #003770;
  transition: color 350ms ease, transform 350ms ease;
  will-change: color, transform;
  transform: translateZ(0);
}
.content-row-footer a:hover {
  color: #B60025;
}
.content-row-footer .footer-left {
  float: left;
  width: 50%;
  padding: 0 0 48px 0;
}
.content-row-footer .footer-left .box-button {
  margin: 20px 0 -15px 0;
}
.content-row-footer .footer-left .box-button a:hover {
  color: #ffffff;
}
.content-row-footer .footer-left .box-socialicons {
  float: left;
  width: 100%;
  margin: 70px 0 0 0;
}
.content-row-footer .footer-left .box-socialicons a {
  margin: 0 5px 0 0;
}
.content-row-footer .footer-left .box-socialicons a:hover {
  opacity: 0.75;
}
.content-row-footer .footer-right {
  float: right;
  max-width: 50%;
}
.content-row-footer .footer-right .box-footermenu {
  min-width: 680px;
  float: right;
}
.content-row-footer .footer-right .box-footermenu-1, .content-row-footer .footer-right .box-footermenu-2, .content-row-footer .footer-right .box-footermenu-3 {
  max-width: 33%;
  float: right;
  margin: 0 0 0 5%;
}
.content-row-footer .footer-right .box-footermenu-1 a:hover, .content-row-footer .footer-right .box-footermenu-2 a:hover, .content-row-footer .footer-right .box-footermenu-3 a:hover {
  color: #B60025 !important;
}
.content-row-footer .footer-right .box-footermenu-1 {
  margin-left: 0px;
}
.content-row-footer .footer-right .footer_menu_group a {
  display: inline-block;
  margin: 0 0 6px 0;
}
.content-row-footer .footer-right .footer_menu_group a:first-child {
  font-family: "Inter", sans-serif;
  color: #003770;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 14px 0;
}
.content-row-footer .footer-right .footer_menu_group.footer_menu_group_4 {
  margin: 28px 0 0 0;
}
.content-row-footer .footer-right .footer-menu-container ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.content-row-footer .footer-right .footer-menu-container ul li {
  float: left;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: none;
  margin: 0 0 0 85px;
}
.content-row-footer .footer-right .footer-menu-container ul li:nth-child(1), .content-row-footer .footer-right .footer-menu-container ul li:nth-child(2), .content-row-footer .footer-right .footer-menu-container ul li:nth-child(3) {
  display: block;
}
.content-row-footer .footer-right .footer-menu-container ul li:nth-child(1) {
  margin-left: 0;
}
.content-row-footer .footer-right .footer-menu-container ul li a {
  color: #003770;
}
.content-row-footer .footer-right .footer-menu-container ul .sublis {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.content-row-footer .footer-right .footer-menu-container ul .sublis li {
  width: 100%;
  margin: 0px 0 20px 0;
}
.content-row-footer .box-metarow {
  width: 100%;
  float: left;
  border-top: 1px solid #DBDBDB;
  padding: 20px 0 60px 0;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.24px;
}
.content-row-footer .box-metarow .copy {
  float: left;
  width: 40%;
  margin-top: -14px;
}
.content-row-footer .box-metarow .copy a {
  padding: 14px;
  margin: 0 0 0 -14px;
  display: inline-block;
}
.content-row-footer .box-metarow .metanav {
  float: right;
  max-width: 60%;
  margin: -14px -14px 0 0;
}
.content-row-footer .box-metarow .metanav a {
  margin: 0 0 0 0px;
  padding: 14px;
  display: inline-block;
}
.content-row-footer .wrapper-logos {
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 25px 0;
}
.content-row-footer .wrapper-logos .box-logos {
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.content-row-footer .wrapper-logos .box-logos .logo {
  text-align: left;
  display: inline;
  max-height: 80px;
  width: auto;
  margin: 2px 4.6vw 0 0;
  vertical-align: middle;
  position: relative;
  left: -13px;
}
.content-row-footer .wrapper-logos .box-logos .logo:last-child {
  margin-right: 0px;
}

.ai-chatbot-widget .ai-chatbot-window {
  border-radius: 8px;
  bottom: 0;
}
.ai-chatbot-widget .ai-chatbot-avatar {
  display: none;
}
.ai-chatbot-widget .ai-chatbot-close {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.ai-chatbot-widget .ai-chatbot-close svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
}
.ai-chatbot-widget .ai-chatbot-quick-btn {
  border-radius: 8px;
  padding: 8px 8px;
}
.ai-chatbot-widget .ai-chatbot-quick-btn.selected {
  background: #003770;
  border-color: #003770;
}
.ai-chatbot-widget .ai-chatbot-message-content {
  border-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ai-chatbot-widget .ai-chatbot-messages {
  background: #fff;
}
.ai-chatbot-widget .ai-chatbot-message.assistant .ai-chatbot-message-content {
  background: #E8EDF2;
  color: #343434;
  border-bottom-left-radius: 0px;
  box-shadow: -1px 2px 8px rgba(0, 0, 0, 0);
}
.ai-chatbot-widget .ai-chatbot-message.user .ai-chatbot-message-content {
  background: #003770;
  color: white;
  border-bottom-right-radius: 0px;
}
.ai-chatbot-widget .ai-chatbot-input-wrapper {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  width: calc(100% - 75px);
  position: relative;
}
.ai-chatbot-widget .ai-chatbot-input-wrapper .ai-chatbot-submit {
  background: #B60025;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -46px;
  top: 0px;
  background-image: url(../img/icon-arrow-withe.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.ai-chatbot-widget .ai-chatbot-input-wrapper .ai-chatbot-submit svg {
  display: none;
}

/* ....................................................................................... 1795 */
@media only screen and (max-width: 1795px) {
  .content-row-footer .wrapper-logos .box-logos .logo {
    margin: 2px 2.3vw 0 0;
  }
}
/* ....................................................................................... 1630 */
@media only screen and (max-width: 1630px) {
  .content-row-cta-banner.personImage .box-ctacontent .wrapperbox-text {
    margin: 60px 0 0 5%;
  }
  .content-row-cta-banner .box-ctacontent .box-imageperson {
    right: 0;
  }
  .content-row-headerseminar .box-text .box-infos {
    width: 38%;
  }
  .content-row-headerseminar .box-text .box-title {
    width: 58%;
  }
}
/* ....................................................................................... 1439 */
@media only screen and (max-width: 1439px) {
  .content-row-footer .wrapper-logos .box-logos .logo {
    margin: 2px 1.5vw 0 0;
    max-height: 45px;
  }
}
/* ....................................................................................... 1230 */
@media only screen and (max-width: 1230px) {
  .content-row-headertextimage .box-text .box-buttons .btn {
    min-width: 165px;
    margin-top: 5px;
    float: right;
  }
}
/* ....................................................................................... 1024 */
@media only screen and (max-width: 1024px) {
  .content-row-headermeta .seperator {
    display: none;
  }
  .content-row-header .box-mainmenu, .content-row-header .box-search {
    display: none;
  }
  .content-row-headermeta .metalink {
    margin: 5px 10px 0 10px;
  }
  .burgerBTN {
    display: block;
    background-color: #B60025;
    color: #ffffff;
    position: absolute;
    right: 0px;
    height: 56px;
    width: 60px;
    padding: 0 0px 0 0px;
    z-index: 10;
    cursor: pointer;
  }
  .burgerBTN .line {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 17px 0 -9.5px 16px;
  }
  .burgerBTN .x {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 24px;
    top: 20px;
    background-image: url(../img/icon-x-blue.svg);
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(359deg) brightness(101%) contrast(103%);
    background-size: 100%;
  }
  .mobnavOn .burgerBTN .line {
    display: none;
  }
  .mobnavOn .burgerBTN .x {
    display: block;
  }
}
/* ....................................................................................... 1023 */
@media only screen and (max-width: 1023px) {
  html, body {
    font-size: 16px;
  }
  h1, h2 {
    font-size: 24px;
  }
  .bigHL {
    font-size: 28px;
  }
  .content-row-headermeta {
    display: none;
  }
  .content-row-header .img-logo {
    top: 7px;
    left: 10px;
    width: auto;
    height: 45px;
  }
  .burgerBTN {
    right: 10px;
    height: 35px;
    width: 35px;
    overflow: hidden;
    top: 10px;
  }
  .burgerBTN .line {
    width: 20px;
    height: 2px;
    margin: 10px 0 -5.5px 8px;
  }
  .burgerBTN .x {
    width: 12px;
    height: 12px;
    left: 12px;
    top: 11.5px;
  }
  .content-row-heroslider .box-seminarsearchbar {
    position: relative;
    width: 100%;
    right: inherit !important;
    bottom: inherit;
    margin: 0 0px 0 0;
    float: left;
  }
  .box-herocontent {
    height: auto;
    float: left;
    position: relative;
    margin: 0px 0 0 -40px;
    padding: 0 0 26px 0;
    top: -5px;
  }
  .video-container video {
    width: calc(100% + 4px);
    position: relative;
    left: -4px;
  }
  .btn {
    padding: 12px 17px 12px 15px;
    margin-bottom: 12px;
    font-size: 15px;
  }
  .btn:last-child {
    margin-bottom: 0px;
  }
  .content-row-teasertext {
    margin: 40px 0 40px 0;
  }
  .content-row-teasertext .box-teasertext {
    width: 100%;
    max-width: 100%;
  }
  .content-row-imagelinkboxes .box-imagelink {
    flex: 0 0 calc(100% - 24px);
    margin: 0 24px 0 0;
  }
  .content-row-imagelinkboxes {
    padding: 0 0 40px 0;
  }
  .content-row-factboxes .box-factwrapper .box-sideimage {
    display: none;
  }
  .content-row-factboxes .box-factwrapper .box-facts .factboxbox-item {
    flex: 1 1 100%;
    padding-bottom: 30px;
  }
  .content-row-cta-bigimage {
    margin: 40px 0 0 0;
  }
  .content-row-cta-bigimage .box-ctacontent .box-ctacontent-inner {
    width: calc(100% - 56px);
    margin: 350px 0 0 0;
  }
  .content-row-cta-bigimage .box-ctacontent .box-ctacontent-inner .ctaHL {
    font-size: 30px;
    margin: 0px 0 20px 0;
    width: 90%;
    margin-left: 0%;
  }
  .content-row-cta-banner .box-ctacontent {
    min-height: 100px;
  }
  .content-row-cta-bigimage .box-ctacontent .box-ctacontent-inner {
    width: calc(100% - 140px);
    margin: 350px 0 0 0;
    padding: 28px;
  }
  .box-newsletterform .inputrow .input {
    width: calc(100% - 80px);
    margin: 0px 0 10px 0;
  }
  .box-newsletterform .inputrow .btn {
    float: left;
    height: 40px;
    width: 100%;
  }
  .content-row-cta-bigimage .box-imagebg .bg {
    width: 120%;
    margin: 0 0 0 -20%;
  }
  .content-row-statementslider {
    margin: 40px 0 0 0;
  }
  .content-row-statementslider .box-statementslider .part-info {
    width: 100%;
    max-width: 100%;
  }
  .content-row-statementslider .box-statementslider .part-statements {
    width: 100%;
    float: left;
    margin: 75px 0 0 0;
  }
  .content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement .textlayer {
    position: relative;
    right: 30px;
    width: calc(100% - 64px);
    top: 0;
  }
  .content-row-statementslider .box-statementslider .part-statements .slider-nav {
    position: relative;
    left: 0px;
    top: 0;
    float: left;
    width: 100%;
  }
  .content-row-statementslider .box-statementslider .part-statements .slider-btn {
    top: -60px;
  }
  .content-row-statementslider .box-statementslider .part-statements .box-slider .item-statement .box-image {
    width: 100%;
    height: auto;
  }
  .content-row-news3current {
    margin: 40px 0 0 0;
  }
  .content-row-news3current .box-newslist {
    padding: 40px 0;
  }
  .box-newsitems .item {
    flex: 0 0 100%;
  }
  .box-newsitems .item .imagebox {
    height: 350px;
  }
  .box-newsitems .item .content .newstitle {
    max-width: 100%;
  }
  .box-newsitems .item .content .excerpt {
    max-width: 100%;
  }
  .content-row-cta-banner .box-ctacontent .box-imageperson {
    display: none;
  }
  .content-row-cta-banner {
    margin: 40px 0 40px 0;
  }
  .content-row-cta-banner .box-ctacontent .wrapperbox-text .ctaHL {
    font-size: 30px;
    width: 90%;
    margin-left: 5%;
  }
  .content-row-cta-banner.personImage .box-ctacontent .wrapperbox-text {
    margin: 40px 0 0 40px;
    width: 90%;
    max-width: calc(100% - 80px);
  }
  .content-row-cta-banner .box-ctacontent .wrapperbox-text .textInput {
    width: 90%;
  }
  .content-row-cta-banner .box-ctacontent .wrapperbox-text .textInput br {
    display: none;
  }
  .content-row-cta-banner .box-ctacontent {
    padding: 0 0 0px 0;
  }
  .content-row-linkboxes .boxwrapper-imagelink {
    position: relative;
    bottom: 0;
  }
  .content-row-linkboxes .box-imagelink {
    width: 100%;
    height: auto;
    margin: 0 0px 20px 0;
    padding: 0 0 20px 0;
  }
  .content-row-linkboxes .box-background {
    height: 80vw;
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .content-row-footer {
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
  }
  .content-row-footer .footer-right .box-footermenu {
    min-width: 100%;
    float: left;
    width: 100%;
  }
  .content-row-footer .footer-left {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .content-row-footer .footer-left .box-socialicons {
    margin: 40px 0 0 0;
  }
  .content-row-footer .footer-right {
    float: left;
    max-width: 100%;
  }
  .content-row-footer .footer-right .box-footermenu-1, .content-row-footer .footer-right .box-footermenu-2, .content-row-footer .footer-right .box-footermenu-3 {
    max-width: 100%;
    width: 100%;
    float: left;
    margin: 0px 0 15px 0%;
    border-top: 1px solid #DBDBDB;
    padding: 20px 0 0 0;
  }
  .content-row-footer .footer-right .box-footermenu-1 {
    margin: 0px 0 10px 0;
  }
  .content-row-footer .footer-right .footer_menu_group.footer_menu_group_4 {
    margin: 5px 0 0 0;
  }
  .content-row-footer .footer-right .footer_menu_group a:first-child {
    margin: 0 0 5px 0;
  }
  .content-row-footer .box-metarow .copy {
    width: 100%;
    margin-top: -14px;
  }
  .content-row-footer .box-metarow .metanav {
    float: left;
    max-width: 100%;
    margin: 0 0px 0 0;
    text-align: left;
  }
  .content-row-footer .box-metarow .copy {
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  .content-row-footer .box-metarow .copy a {
    padding: 10px;
    margin: 0 0 0 -10px;
    display: inline-block;
  }
  .content-row-footer .box-metarow .metanav a {
    padding: 5px 10px 5px 0px;
  }
  .content-row-footer .box-metarow {
    padding: 10px 0 20px 0;
  }
  .content-row-footer .wrapper-logos .box-logos {
    white-space: inherit;
    text-align: center;
  }
  .content-row-footer .wrapper-logos .box-logos .logo {
    margin: 0 10px 30px 10px;
  }
  .content-row-headertextimage .box-text .teaser {
    padding: 0 0px 0 0;
    max-width: 100%;
  }
  .content-row-headertextimage .box-text {
    width: 100%;
  }
  .content-row-headertextimage .box-text h1 {
    margin: 40px 0 0 0;
    padding: 0 0px 0 0;
  }
  .content-row-headertextimage .box-image {
    height: 285px;
    right: 0px;
    width: 100%;
    margin: 24px 0 0 0;
  }
  .fixed-ancornav .content-row-ancornav {
    position: relative;
    top: inherit;
  }
  .content-row-ancornav .box-ancornav {
    width: calc(100vw + 20px);
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 40px;
  }
  .content-row-ancornav .box-ancornav .ancornav-link {
    margin: 0 20px 0 0px;
    display: inline-block;
    width: auto;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 4px 15px 4px 15px;
  }
  .content-row-ancornav .box-ancornav .ancornav-link:last-child {
    margin-right: 60px;
  }
  .content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext {
    flex: 100%;
  }
  .content-row-imagetext {
    margin: 40px 0 0px 0;
  }
  .content-row-imagetext .box-image {
    width: 100%;
    height: auto;
  }
  .content-row-imagetext .box-text {
    width: 100%;
    float: left;
    padding: 20px 0px 0 0;
  }
  .content-row-cta-banner .box-ctacontent .wrapperbox-text {
    max-width: 90%;
    margin: 40px auto;
  }
  .content-row-breadcrumb span.current-item {
    display: none;
  }
  .content-row-breadcrumb .content-row-inner-center span:nth-child(2) .current-item {
    display: inline-block;
  }
  .content-row-breadcrumb .home span {
    font-size: 0px;
  }
  .content-row-breadcrumb .home span:before {
    margin: 0 0px 0 0;
  }
  .content-row-headerseminar .box-text .box-title {
    width: 100%;
  }
  .content-row-headerseminar .box-text .box-infos {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    text-align: center;
  }
  .content-row-headerseminar .box-text .box-infos .box-price {
    float: left;
    width: 48%;
    margin: 0 0 0 0;
  }
  .content-row-headerseminar .box-text .box-infos .box-buttons {
    margin: 20px 0 20px 0;
    float: left;
    width: 100%;
  }
  .content-row-headerseminar .box-text .box-infos .box-price.box-price-ak {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .box-seminaroverview .box-seminaritems {
    display: block;
    float: left;
    width: 100%;
    grid-template-columns: inherit;
    gap: inherit;
    margin: 40px 0 0 0;
  }
  .box-seminaroverview .item-seminar .item-content .shortdescription {
    margin: 10px 0 0px 0;
    border: 0px;
    height: auto;
  }
  .box-seminaroverview .item-seminar .item-header {
    height: auto;
    position: relative;
    float: left;
    width: calc(100% - 32px);
  }
  .box-seminaroverview .item-seminar .item-header .item-header-inner {
    position: relative;
    bottom: inherit;
    float: left;
    width: 95%;
    height: auto;
  }
  .box-seminaroverview .item-seminar .item-content {
    padding: 0px 16px 20px 16px;
    position: relative;
    float: left;
    width: calc(100% - 32px);
    border: 0px;
  }
  .box-seminaroverview .item-seminar {
    float: left;
    width: 100%;
    margin: 0 0 36px 0;
  }
  .box-seminaroverview .item-seminar .item-content .metainfos {
    display: block;
    grid-template-columns: inherit;
    gap: inherit;
    padding: 0px 0 15px 0;
    margin: 0 0 10px 0;
    min-height: 1px;
    align-items: inherit;
    align-content: inherit;
    float: left;
    width: 100%;
  }
  .box-seminaroverview .item-seminar .item-content .metainfos span {
    position: relative;
    padding: 0 0 0 25px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    margin: 0 0 5px 0;
    overflow: visible;
  }
  .box-seminaroverview .item-seminar .item-content .metainfos .certificate::before {
    left: -2px;
  }
  .box-seminaroverview .item-seminar .item-content .item-price {
    margin: 16px 0 0px 0;
    width: 48%;
  }
  .box-seminaroverview .item-seminar .item-content .val-price {
    font-size: 16px;
  }
  .box-seminaroverview .item-seminar .item-content .item-price.item-ak {
    margin: 15px 0 0 0 !important;
  }
  .content-row-imagelinkboxes .slider-btn {
    top: -60px;
  }
  .slider-seminare .item-seminar {
    flex: 0 0 100%;
  }
  .content-row-spacer {
    max-height: 40px;
  }
  .content-row-imagetextgridboxes {
    margin: 40px 0 0 0;
  }
  .content-row-cta-contactbanner .box-ctacontent .box-name {
    bottom: inherit;
    top: inherit;
    margin: 0px auto 24px auto;
    right: inherit;
    position: relative;
    padding: 10px 10px 10px 10px;
  }
  .content-row-cta-contactbanner .box-ctacontent .box-imageperson {
    display: block;
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0 auto -30px auto;
    float: none;
  }
  .content-row-imagetextgridboxes-slider .slider-wrapper {
    margin-top: 30px;
  }
  .content-row-imagetextgridboxes-slider .slider-btn {
    top: -60px;
  }
  .content-row-imagetextgridboxes-slider .imagetextgridbox-wrapper .box-imagetext {
    flex: 0 0 calc(100% - 24px);
  }
  .content-row-newsall .box-newsitems .item {
    flex: 0 0 100%;
  }
  .content-row-newsall .box-newslist {
    padding: 0px 0;
    width: 100%;
    margin: 0px;
  }
  .content-row-newsall .box-newsitems {
    width: calc(100% - 0px);
    margin: 0;
  }
  .content-row-newsall .box-newsitems .item .imagebox {
    height: auto;
  }
  .content-row-accordion .box-accordion .box-left {
    width: calc(100% - 20px);
  }
  .content-row-accordion .box-accordion .box-accordion-rows {
    float: left;
    width: calc(100% - 20px);
    margin: 20px 0px 0 0;
  }
  .content-row-locationtimes {
    margin: 40px 0 0 0px;
  }
  .content-row-locationtimes .locationdates-item .box-left {
    width: 100%;
  }
  .content-row-locationtimes .locationdates-item .box-right {
    float: left;
    width: 100%;
  }
  .content-row-locationtimes .locationdates-item .box-right .box-buttons {
    float: left;
    width: calc(100% - 35px);
    margin: 0px 0 0 0;
    position: absolute;
    bottom: 20px;
  }
  .content-row-locationtimes .locationdates-item .box-right .box-price {
    float: left;
    width: 48%;
    text-align: left;
    margin: 25px 0px 0px 0;
  }
  .content-row-locationtimes .locationdates-item .daterow .location::before {
    left: 1px;
  }
  .content-row-locationtimes .locationdates-item .daterow .location {
    margin: 15px 0 0 0;
  }
  .woocommerce-cart #content > p {
    display: none;
  }
  .content-row-simpleheader .box-text {
    padding: 24px 0 24px 40px;
    margin: 10px 0 0 -40px;
  }
  .content-row-cart .cart-table {
    width: 100%;
  }
  .content-row-cart .cart-table .item-seminar .item-header .item-header-inner .btn-remove {
    right: -13px;
    top: -13px;
  }
  .content-row-cart .cart-table .item-seminar .item-content {
    margin: 20px 0 -2px 0px;
  }
  .content-row-cart .cart-table .item-seminar .daterow .location {
    margin: 10px 0 0 0;
  }
  .content-row-cart .cart-table .item-seminar .daterow .location::before {
    left: 1px;
  }
  .content-row-cart .box-cartsummery {
    width: 100%;
    float: left;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0px;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
  }
  .woocommerce table.shop_table tr td, .woocommerce table.shop_table tr th {
    display: inline-block;
    width: calc(50% - 10px);
  }
  tr.cart-akcard {
    position: relative;
  }
  tr.cart-akcard th {
    width: 50%;
  }
  tr.cart-akcard td {
    width: 50%;
    text-align: right;
  }
  .content-row-cart .box-cartsummery .cart-akcard .btn-toggle-label {
    position: absolute;
    top: 8px;
    left: 60px;
  }
  .page-template-page-checkout .content-row-header .img-logo {
    top: 4px;
  }
  .page-template-page-checkout .checkoutinfo {
    top: 18px;
    float: left;
    font-size: 12px;
    right: 0;
    left: 108px;
  }
  .page-template-page-checkout .content-row-ancornav .box-ancornav {
    margin: 0 0 0 -40px;
  }
  .mobnavOn .page-template-page-checkout .box-mainmenu {
    top: 60px;
  }
  .page-template-page-checkout .content-row-ancornav .box-ancornav .ancornav-link {
    margin: 5px 0 5px 40px;
  }
  .page-template-page-checkout .content-row-ancornav .box-ancornav .ancornav-link::before {
    content: "";
  }
  .page-template-page-checkout .content-row-checkoutwrapper {
    margin: 25px 0 0 0;
  }
  .checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .box-address {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    height: auto;
    padding-left: 16px;
  }
  .checkoutReview .box-legaInfos {
    margin: 18px 0 0 0;
    width: calc(100% - 16px);
    padding: 20px 0 0 16px;
  }
  .checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .box-paymenttype {
    width: 100%;
    float: left;
    margin: 24px 0 0 0;
    height: auto;
    padding-left: 16px;
  }
  .content-row-cart .box-cartsummery {
    width: calc(100% - 16px);
    float: left;
    margin: 20px 0 0 0;
    border-top: 1px solid #DBDBDB;
    padding: 10px 0 0 16px;
  }
  .checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .feeinfotext {
    border-top: 0px solid #DBDBDB;
    border-bottom: 0px solid #DBDBDB;
  }
  .checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .cart_totals tr th, .checkoutReview .content-row-checkoutwrapper .box-checkout .box-checkoutcontent .content-row-cart .cart_totals tr td {
    border-top: 0px;
    padding: 5px 0px;
  }
  .checkoutReview .content-row-checkoutwrapper .box-checkout .form-row.place-order {
    float: left;
    width: 100%;
    padding: 0px !important;
    margin: 0px 0 0 0;
  }
  .checkoutReview .feeinfotext {
    width: calc(100vw - 40px) !important;
    float: left;
  }
  .box-searchlayer {
    top: -5px;
    right: 0;
    width: calc(100vw - 54px);
    height: 51px;
  }
  .box-searchlayer .search-field {
    width: calc(100% - 52px);
  }
  .content-row-searchresults .search-results-wrapper {
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
  .content-row-searchresults .semsearch-wrapper {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
  }
  .content-row-seminarfilterbar .box-seminarfilterbar .inputrow .input {
    width: calc(100% - 80px);
  }
  .content-row-seminarfilterbar .box-seminarfilterbar .inputrow .btn-searchsem {
    float: left;
    margin: 15px 0 0 0;
    padding: 9px 25px 0 25px;
  }
  .content-row-contactform .box-textpart {
    width: 100%;
  }
  .content-row-contactform .box-formpartpart {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .content-row-contactform .formbox .inputrow.inputrow-100 {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .content-row-contactform .formbox .inputrow.inputrow-50 {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .content-row-contactform .formbox .form-row {
    margin: 0 0 0px 0;
  }
  .content-row-contactform .formbox .inputrow-select select {
    width: 100%;
  }
  .bfi-standorte .bfi-standorte__map-col {
    flex: 100%;
    max-width: 100%;
  }
  .bfi-standorte .bfi-standorte__title {
    font-size: 20px;
    margin: 0px 0 24px 0;
  }
  .bfi-standorte .bfi-standorte__map-col {
    top: 0px !important;
  }
  .price-info th {
    width: 95% !important;
  }
  .price-info th br {
    display: none;
  }
  .content-row-checkoutwrapper .checkoutpart .box-checkoutcontent .box-coupon .box-checkbox-bfiGutschein .custom-coupon-form #custom_coupon_code {
    width: 190px;
  }
  #apply_custom_coupon {
    width: 224px;
    margin: 6px 0 0 0;
  }
  .content-row-checkoutwrapper .checkoutpart .stepbutton {
    min-width: 60px;
  }
  .content-row-checkoutwrapper .checkoutpart .checkoutpart-title {
    font-size: 20px;
  }
  .place-order .paymentpreinfoBTN {
    left: 0px;
    bottom: -20px;
    width: 100%;
    max-width: calc(100vw - 0px);
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content-row-imagetextgridboxes .imagetextgridbox-wrapper .box-imagetext .box-image {
    height: auto;
  }
}
/* ....................................................................................... 767 */
@media only screen and (max-width: 767px) {
  .content-row-headertextimage .box-text .box-buttons .btn {
    min-width: 75vw;
    margin-top: 5px;
    float: left;
  }
  .content-row-headertextimage .box-text {
    min-height: 1px !important;
    padding-bottom: 40px;
  }
  .content-row-headerseminar .box-text .box-infos .box-price {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
  }
  .btn {
    line-height: 160%;
    text-align: center;
    margin-right: 0px;
    min-width: calc(100% - 90px);
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .content-row-news3current .btn, .content-row-cta-banner .btn {
    margin-left: 0px;
    min-width: calc(100% - 180px);
  }
  .btn.btn-mail::before {
    top: 18px;
  }
  .btn.btn-map::before {
    top: 14px;
  }
  .btn.btn-tel::before {
    top: 18px;
  }
  .btn.btn-textlink {
    min-width: auto;
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
  .box-ctacontent .btn.btn-map::before {
    left: 0;
    top: 5px;
    display: inline-block;
    margin: 0px 9px 0 0;
    position: relative;
  }
  .box-ctacontent .btn.btn-map::after {
    display: none;
  }
  .box-ctacontent .btn {
    min-width: inherit;
    width: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .box-ctacontent .btn::after {
    display: none;
  }
  .box-ctacontent .btn.btn-red.btn-mail {
    padding-left: 45px !important;
  }
  .box-herothumbnav {
    position: relative;
    z-index: 20;
    bottom: 0;
    right: 0px !important;
    margin: 15px 0 0 0;
    width: 100%;
  }
  .box-herothumbnav .herothumbnav-btn {
    width: calc(33% - 22px);
    height: 70px;
    margin: 5px 0px 15px 15px;
  }
  .sliderloadingtrans {
    top: 0;
    left: 0px;
    width: 80px;
    opacity: 0.6;
  }
  .content-row-imagelinkboxes .slider-wrapper {
    margin: 50px auto 0 auto;
  }
  .content-row-imagelinkboxes .slider-btn.prev {
    left: 0px;
  }
  .content-row-factboxes .box-factwrapper .box-facts .factboxbox-item .box-icon {
    margin: 0 0 15px 0;
  }
  .content-row-statementslider .box-statementslider .part-statements .box-slider {
    margin: 30px 0 0 0;
  }
  .content-row-statementslider .box-statementslider .part-statements .box-slider .slider-btn .img-icon {
    top: 9px;
  }
  .content-row-statementslider .box-statementslider .part-statements .box-slider .slider-btn.prev {
    left: 0px;
  }
  footer .btn {
    min-width: 65px;
    text-align: left;
  }
  .content-row-headertextimage h1 br {
    display: none;
  }
  .content-row-headertextimage .box-text .box-buttons .btn {
    width: calc(100% - 0px);
    max-width: calc(100% - 92px);
    min-width: 1px;
  }
  .content-row-headertextimage {
    margin: 10px 0 0 0px;
  }
  .content-row-headertextimage .box-image .boximage {
    height: auto;
  }
  .content-row-headertextimage .box-image {
    height: auto;
    min-height: 1px !important;
  }
  .content-row-ancornav .box-ancornav.toomany .ancornav-link {
    width: 100%;
  }
  .content-row-cta-banner .box-ctacontent .wrapperbox-text .box-buttons .btn::after {
    top: 18px;
  }
  .content-row-mybfi .infotext {
    float: left;
  }
  .btn.btn-red.btn-UserLogin1 {
    width: calc(100% - 103px);
  }
  .content-row-mybfi .btn-showaddnew, .content-row-mybfi .btn-showlogin, .content-row-mybfi .btn-showalogin {
    top: -40px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    color: #343434;
    border-bottom: 1px solid #DBDBDB;
    border-radius: 0;
  }
  select:focus {
    outline: none;
    color: #343434;
    -webkit-text-fill-color: #343434;
  }
  .slider-seminare {
    margin: 40px 0 0 0;
  }
  .slider-seminare .slider-btn.prev {
    left: 0px;
  }
  .slider-seminare .slider-btn {
    top: -25px;
  }
  .search-results .content-row-ancornav .box-ancornav .ancornav-link {
    margin: 0 0 0 40px;
    width: auto;
  }
  .search-results .breadcrumbs {
    display: none;
  }
  .search-results .search-header {
    margin: 20px 0 -17px 0;
  }
  .search-results .content-row-ancornav .box-ancornav {
    margin: 0px 0 0 -40px;
    padding: 15px 0 15px 0px;
  }
  .box-seminaroverview .item-seminar .item-header .item-header-inner h3 {
    font-size: 16px;
    width: calc(100% - 10px);
  }
  .content-row-contactform .formbox .inputrow.inputrow-100.inputrow-checkbox {
    margin: 0 0 90px 0;
  }
  .box-logedIn .box-50 {
    width: 100%;
  }
  .box-logedIn .box-mybfi-orders {
    float: left;
    margin: 30px 0 0 0;
  }
  input, textarea, select {
    font-size: 16px;
  }
  .content-row-mybfi {
    padding: 10px 0px;
  }
  .box-logedIn .btn-logout {
    float: left;
  }
  .btn.btn-textlink::after {
    top: 7px;
  }
  .row-myseminars .rowTitle::before {
    line-height: 35.5px;
    top: -5px;
  }
  .row-myseminars .rowTitle {
    font-size: 16px;
  }
  .row-myseminars {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
  .content-row-seminarfilterbar .box-seminarfilterbar .box-search {
    width: 100%;
  }
  .content-row-seminarfilterbar .box-seminarfilterbar .inputrow .btn-searchsem {
    padding: 9px 25px 0 25px;
    width: calc(100% - 100px);
  }
  .content-row-seminarfilterbar .box-seminarfilterbar .box-btnfilter {
    width: calc(100% - 30px);
  }
  .sidebox-filter {
    width: calc(100% - 60px);
  }
  .sidebox-filter .sidebox-filter-inner .filterset .filtersetTitel::after {
    content: "›";
    font-variant-emoji: text;
    font-size: 15px;
  }
  .box-filtertags {
    width: 100%;
  }
  .btn-fav-detail {
    top: -220px;
  }
  .content-row-headerseminar .box-text .box-title .categorylist .category-item {
    width: calc(100% - 42px);
  }
  .content-row-accordion {
    margin: 20px 0 0 0px;
  }
  .content-row-accordion .box-accordion {
    width: calc(100% - 20px);
    padding: 40px 0 40px 20px;
    margin: 0 0 0 0px;
  }
  .content-row-locationtimes .locationdates-item .daterow {
    font-size: 16px;
  }
  .content-row-locationtimes .locationdates-item .box-right .box-price .value {
    font-size: 20px;
  }
  .box-seminardetails .noimage .box-text {
    width: 100%;
  }
  .content-row-cart .cart-table .item-seminar .tags .tag.tag-time {
    margin-top: 5px;
  }
  .content-row-cart .cart-table .item-seminar .tag.tag-nr {
    padding: 0px !important;
    margin: 6px 0 0 0 !important;
  }
  .content-row-cart .box-cartsummery .wc-proceed-to-checkout {
    min-width: 290px;
  }
  .content-row-cart .box-seminaroverview .item-seminar {
    margin: 0 0 15px 0;
  }
  .content-row-cart .box-cartsummery .wc-companybooking {
    float: right;
    margin: 20px 0px 0 0px;
    padding: 5px 17px 5px 17px;
  }
  .logged-in .btn-editcheckoutdata {
    top: -5px;
  }
  .woocommerce-checkout #payment ul.payment_methods li img {
    float: left;
    max-width: 100%;
    display: block;
  }
  .woocommerce-checkout #payment div.payment_box {
    float: left;
    max-width: 100%;
    display: block;
    height: auto;
  }
  .syde-gateway-icons {
    position: relative;
    top: 0;
    text-align: left;
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
  }
  .content-row-checkoutwrapper .box-checkout .checkoutlogin {
    position: relative;
    margin: 0 0 10px 0;
  }
  .content-row-headermeta .metalink .label {
    font-size: 14px;
  }
  .box-mainmenu ul li {
    font-size: 16px;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 li a {
    font-size: 14px;
  }
  .content-row-locationtimes .locationdates-item .box-right .box-price.box-price-ak {
    margin-left: 0;
  }
  .box-NLform .button-left {
    position: relative;
    right: 0px;
    top: 0px;
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .box-NLform .button-left .submitButton {
    width: 100%;
  }
  .box-NLform .formfooter {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 18px;
  }
  .rbk-feedback-btn, .rbk-feedback-list-btn {
    display: none !important;
  }
  .box-searchlayer .search-field {
    font-size: 16px;
  }
  .ai-chatbot-widget {
    left: inherit;
    bottom: 14px !important;
    right: 14px !important;
  }
  .infoline {
    font-size: 13px;
  }
  .content-row-headerseminar .box-text .box-title .categorylist .category-item {
    font-size: 13px;
  }
  .content-row-headerseminar .box-text .box-title .categorylist .category-item.category-item-certificate::before {
    left: 5px;
  }
  .box-rating .stars {
    font-size: 33px;
  }
  .content-row-accordion .content-row-inner-center {
    width: 100%;
  }
  .content-row-accordion .box-accordion .box-accordion-rows .box-accordion-item .accordion-content {
    width: 100%;
    padding: 0px 0 0px 0px;
    margin: 0 0 0 0px;
    border-radius: 0px;
  }
  .content-row-locationtimes .locationdates-item {
    width: calc(100% - 32px);
    padding: 16px;
    padding-bottom: 100px;
  }
  .btn.btnarrow::after {
    top: 19px;
  }
  .content-row-footer .btn {
    padding-right: 15px !important;
  }
  .content-row-contactform .formbox .inputrow label {
    font-size: 13px;
  }
  .content-row-contactform .formbox .inputrow.inputrow-100.inputrow-checkbox {
    margin: 0 0 10px 0;
    height: auto;
  }
  .content-row-contactform .formbox .inputrow.inputrow-100 {
    margin: 0 0 20px 0;
  }
  .content-row-contactform .formbox .wpcf7-submit {
    float: left;
    width: 100%;
    height: 50px;
  }
  .content-row-headertextimage .box-image {
    background-color: transparent;
  }
  .page-template-page-checkout .content-row-ancornav .box-ancornav {
    width: calc(100% + 0px);
    overflow-x: auto;
    white-space: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-template-page-checkout .content-row-checkout-steps .content-row-ancornav .box-ancornav {
    width: 100%;
    white-space: inherit;
  }
  .page-template-page-checkout .content-row-ancornav .box-ancornav .ancornav-link {
    margin: 5px 0 5px 0px;
  }
  .content-row-thankyou .woocommerce-order ul.order_details li {
    border-right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
  }
  .content-row-thankyou .woocommerce-order ul.order_details {
    margin: 40px 0 10px 0px;
  }
  .orderprocessing .orderprocessinfolayer {
    top: 0px;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 999999;
    padding: 15vh 5% 0 5%;
  }
}
.box-mainmenu .box-menuCTA {
  display: none;
}

/* ....................................................................................... 1024 */
@media only screen and (max-width: 1024px) {
  .mobnavOn #content {
    display: none;
  }
  .mobnavOn .content-row-headermeta {
    display: block;
    position: absolute;
    z-index: 20;
    top: 56px;
    height: auto;
    text-align: left;
    padding: 10px 0 15px 0;
    background-color: #ffffff;
  }
  .mobnavOn .content-row-headermeta .metalink {
    margin: 5px 10px 0 10px;
    width: calc(100% - 20px);
  }
  .mobnavOn .content-row-headermeta .metalink-mybfi {
    border-bottom: 0px;
    padding: 0 0 10px 0;
    margin-bottom: 5px;
  }
  .mobnavOn .content-row-headermeta .metalink-favlist {
    max-width: 50% !important;
    width: auto;
    float: left;
  }
  .mobnavOn .content-row-headermeta .metalink.metalink-cart {
    max-width: 30% !important;
    float: right;
    width: auto;
  }
  .mobnavOn .content-row-header .box-search {
    display: block;
    right: 55px;
    width: 68px;
    top: 10px;
    height: 35px;
    background: #003770;
  }
  .mobnavOn .content-row-header .box-search:after {
    display: none;
  }
  .mobnavOn .content-row-header .box-search .btn-openserach {
    margin: 6px 0 0 0;
    font-size: 12px;
  }
  .mobnavOn .content-row-header .box-search .btn-openserach .img-search {
    margin: 5px 9px 0 2px;
    height: 13px;
  }
  .mobnavOn .box-menulayer {
    display: none !important;
  }
  .mobnavOn .box-mainmenu {
    float: right;
    position: absolute;
    margin: 0 0px 0 0;
    height: auto;
    min-height: calc(100vh - 205px);
    display: block;
    background: #fff;
    width: 100%;
    top: 213px;
    z-index: 20;
    -webkit-box-shadow: 0px 126px 96px -14px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 126px 96px -14px rgba(0, 0, 0, 0.51);
  }
  .mobnavOn .box-mainmenu #menu-main {
    padding: 3px 0 0 0;
    border-top: 0.5px solid #003770;
    background-color: #E8EDF2;
  }
  .mobnavOn .box-mainmenu .box-menuCTA {
    background: none;
    float: left;
    width: 90%;
    margin: 28px 0 25px 5%;
    display: block;
  }
  .mobnavOn .box-mainmenu .box-menuCTA .cta-left {
    display: none;
  }
  .mobnavOn .box-mainmenu .box-menuCTA .btn-mail {
    width: auto;
    display: inline-block;
    min-width: inherit;
    float: none;
    padding-right: 15px !important;
    padding-left: 45px !important;
  }
  .mobnavOn .box-mainmenu .box-menuCTA .btn-tel {
    width: 120px;
    display: block;
    min-width: inherit;
    float: none;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .mobnavOn .box-mainmenu ul {
    margin: 3px 0 0 0;
  }
  .mobnavOn .box-mainmenu ul .menu-item.menu-item-has-children .title::after {
    font-size: 16px;
    font-weight: 100;
  }
  .mobnavOn .box-mainmenu ul li {
    float: left;
    margin: 0 0px 0 0;
    position: relative;
    width: 100%;
    padding: 10px 0 10px 5%;
    border-bottom: 0.5px solid #003770;
    background-color: #E8EDF2;
  }
  .mobnavOn .box-mainmenu ul li .menu-description {
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
  }
  .mobnavOn .box-mainmenu ul .menu-item.menu-item-has-children .title::after {
    position: absolute;
    right: 10%;
    top: 23px;
  }
  .mobnavOn .box-mainmenu ul .itemopen .title::after {
    font-size: 13px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 -4px 0 0px;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 {
    display: block;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 li {
    float: left;
    margin: 0 0px 0 0;
    position: relative;
    width: calc(100% - 0px);
    padding: 5px 0 5px 0;
    border-bottom: 0;
    font-size: 12px;
    font-family: "Inter";
    line-height: 20px;
    color: #003770;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 li a {
    color: #003770;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 li .title:after {
    display: none;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 li.menu-item-has-children .title:after {
    display: block;
    font-variant-emoji: text;
    position: absolute;
    top: 6px;
    color: #003770;
    font-size: 15px;
    margin: 0 -2px 0 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 .itemopen.menu-item-has-children .title::after {
    font-size: 13px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 -3px 0 0px;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 .itemopen .submenu-level-1 {
    display: block;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 .itemopen .submenu-level-1 li {
    padding-left: 3px;
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 .itemopen .submenu-level-1 li:before {
    content: "- ";
  }
  .mobnavOn .box-mainmenu ul .itemopen .submenu-level-0 .itemopen .submenu-level-1 li .title:after {
    display: none;
  }
}

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