/*@import 'bootstrap';*/
@media screen and (min-width: 576px) {
  .container {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .container {
    padding: 0 12px;
  }
}

.frame-type-text {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .frame-type-text {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .frame-type-text {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .frame-type-text {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .frame-type-text {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .frame-type-text {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .frame-type-text {
    padding: 0 12px;
  }
}

@media (min-width: 1500px) {
  .row {
    --bs-gutter-x: 77px;
  }
}
@media (min-width: 1100px) and (max-width: 1499px) {
  .row {
    --bs-gutter-x: 77px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .row {
    --bs-gutter-x: 42px;
  }
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
@media (min-width: 1500px) {
  .row.card-grid {
    --bs-gutter-y: 77px;
  }
}
@media (min-width: 1100px) and (max-width: 1499px) {
  .row.card-grid {
    --bs-gutter-y: 77px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .row.card-grid {
    --bs-gutter-y: 42px;
  }
}
@media (max-width: 767px) {
  .row.card-grid {
    --bs-gutter-y: 20px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}
body.footer-fixed footer.footer-section {
  position: absolute;
  width: 100%;
  left: 0;
  right: auto;
  bottom: 0;
}
body.mobile-nav-open {
  overflow: hidden;
}

:root {
  --bs-body-font-family: Helvetica;
  --bs-body-font-size: 15px;
  --bs-body-line-height: 23px;
  --bs-body-font-weight: 500;
  --bs-body-color: #4A4A4A;
  --bs-body-bg: #fff;
}

@media screen and (max-width: 767px) {
  :root {
    --bs-body-font-size: 12px;
    --bs-body-line-height: 18px;
  }
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Helvetica.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Helvetica.eot") format("embedded-opentype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Helvetica-bold";
  src: url("../fonts/Helvetica-Bold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
}
@font-face {
  font-family: "Helvetica-light";
  src: url("../fonts/Helvetica-Light.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: lighter;
  font-stretch: normal;
}
h3 {
  font-family: "Helvetica";
  font-weight: Bold;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 21px;
  }
}

.btn-primary {
  background-color: #102F82;
  border-color: #102F82;
  border-radius: 0px;
  font-family: "Helvetica";
  font-size: 15px;
  line-height: 20px;
  padding: 24px 37px;
  font-weight: bold;
  transition: 0.5s all;
}
.btn-primary:hover {
  background: #061E61;
  border-color: #061E61;
}
.btn-primary:active, .btn-primary:focus {
  background: #011344;
  border-color: #011344;
  box-shadow: none !important;
}
.btn-primary:focus-visible {
  outline: none;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    font-size: 12px;
    line-height: 18px;
  }
}
.btn-danger {
  background-color: #B72B35;
  border-color: #B72B35;
  padding: 16px 30px;
  position: relative;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .btn-danger {
    padding: 13px 19px 14px 18px;
  }
}
.btn-danger:hover {
  background: #9F1822;
}
.btn-danger:active, .btn-danger:focus {
  background: #870811;
  box-shadow: none !important;
}
.btn-danger.btn-calendar {
  padding: 16px 32px 16px 64px;
}
@media screen and (max-width: 767px) {
  .btn-danger.btn-calendar {
    padding: 13px 19px 14px 46px;
  }
}
.btn-danger.btn-calendar::after {
  content: "";
  background: url(../Images/calender.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn-danger.btn-calendar::after {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}
.btn-danger.register {
  padding: 16px 32px 16px 64px;
}
@media screen and (max-width: 767px) {
  .btn-danger.register {
    padding: 13px 19px 14px 46px;
  }
}
.btn-danger.register::after {
  content: "";
  background: url(../Images/inbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn-danger.register::after {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}
.btn-arrow-gray {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  color: #4A4A4A;
  padding: 14px 46px 14px 32px;
  position: relative;
  font-weight: 500;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .btn-arrow-gray {
    padding: 13px 55px 13px 42px;
  }
}
.btn-arrow-gray:hover {
  color: #4A4A4A;
  background: #D8D8D8;
  border-color: #D8D8D8;
}
.btn-arrow-gray:active, .btn-arrow-gray:focus {
  color: #4A4A4A;
  background: #BFBFBF;
  border-color: #BFBFBF;
  box-shadow: none !important;
}
.btn-arrow-gray::after {
  content: "";
  background: url(../Images/arrow-link-black.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-group {
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  --bs-gutter-y: 10px;
  display: block;
  --bs-gutter-x: 6px;
  margin-bottom: 10px !important;
}
.btn-group a.btn.btn-primary {
  margin-top: var(--bs-gutter-y);
  margin-right: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

header.header {
  min-height: 85px;
}
@media screen and (max-width: 767px) {
  header.header {
    min-height: 76px;
  }
}
header.header .container .row {
  --bs-gutter-x: 102px;
}
@media screen and (max-width: 1199px) {
  header.header .container .row {
    --bs-gutter-x: 60px;
  }
}
@media screen and (max-width: 991px) {
  header.header .container .row {
    --bs-gutter-x: 0px;
  }
}
header.header .main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1200;
}
header.header .main-header_top {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 15px 0px 0px;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  header.header .main-header_top {
    padding: 17px 0px 18px;
  }
}
header.header .main-header_top .header-logo {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  header.header .main-header_top .header-logo {
    padding-bottom: 0px;
  }
  header.header .main-header_top .header-logo a {
    display: block;
  }
  header.header .main-header_top .header-logo a img {
    max-width: 150px;
  }
}
header.header .main-header_top .container .col-md-7 .main-nav nav.navbar {
  position: static;
  justify-content: flex-start !important;
}
@media screen and (max-width: 991px) {
  header.header .main-header .row {
    align-items: center !important;
  }
}
header.header .main-header .row .col-md-5 {
  width: 46.333%;
}
@media screen and (max-width: 1199px) {
  header.header .main-header .row .col-md-5 {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  header.header .main-header .row .col-md-5 {
    width: 50%;
  }
}
header.header .main-header .row .col-md-7 {
  width: 53.66666%;
}
@media screen and (max-width: 1199px) {
  header.header .main-header .row .col-md-7 {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  header.header .main-header .row .col-md-7 {
    width: 50%;
    justify-content: flex-end;
    display: flex;
  }
}
header.header .main-header .menu-toggle {
  padding: 10px 10px 10px 10px;
  position: relative;
  left: 10px;
}
@media screen and (min-width: 992px) {
  header.header .main-header .menu-toggle {
    display: none;
  }
}
header.header .main-header .menu-toggle span {
  background: url(../Images/menu_vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 18px;
  position: relative;
  transition: 0.5s all;
}
header.header .main-header .menu-toggle span:after, header.header .main-header .menu-toggle span::before {
  content: "";
  transition: 0.5s all;
}
header.header .main-header .menu-toggle.menu-open span {
  background: none;
}
header.header .main-header .menu-toggle.menu-open span:after, header.header .main-header .menu-toggle.menu-open span::before {
  content: "";
  background: #000;
  width: 23px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(45deg);
}
header.header .main-header .menu-toggle.menu-open span::before {
  transform: rotate(-45deg);
}
header.header .main-header .mobile-nav {
  transition: 0.5s all;
  padding: 10px 12px 0 12px;
  transform: translateX(-140%);
  position: fixed;
  top: 53px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1200;
  height: calc(100vh - 72px);
  margin-top: 20px;
  overflow-x: scroll;
}
header.header .main-header .mobile-nav.nav-show {
  transform: translateX(0%);
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.header .main-header .mobile-nav {
    top: 65px;
    height: calc(100vh - 85px);
  }
}
@media screen and (min-width: 992px) {
  header.header .main-header .mobile-nav {
    display: none;
  }
}
header.header .main-header .mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main a {
  display: block;
  color: #9B9B9B;
  text-decoration: none;
  padding: 15px 0px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  font-size: 15px;
  width: 100%;
  z-index: 0;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main span.menu-nav-dropdown {
  position: absolute;
  display: flex;
  width: 30px;
  height: 50px;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main span.menu-nav-dropdown::after {
  content: "";
  background: url(../Images/arrow-link-black.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 18px;
  transform: rotate(90deg);
  transition: 0.5s all;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main.menu-open span.menu-nav-dropdown::after {
  transform: rotate(90deg) rotateY(180deg);
}
header.header .main-header .mobile-nav ul li.mobile-nav-main ul.mobile-nav-sub {
  margin-left: 20px;
  display: none;
  width: 100%;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main ul.mobile-nav-sub li.mobile-nav-sub-item {
  position: relative;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main ul.mobile-nav-sub li.mobile-nav-sub-item a.mobile-nav-sub-link {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main ul.mobile-nav-sub li.mobile-nav-sub-item span.menu-nav-dropdown {
  position: absolute;
  display: flex;
  width: 30px;
  height: 50px;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
header.header .main-header .mobile-nav ul li.mobile-nav-main ul.mobile-nav-sub li.mobile-nav-sub-item span.menu-nav-dropdown::after {
  content: "";
  background: url(../Images/arrow-link-black.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 18px;
  transition: 0.5s all;
  transform: rotate(90deg);
}
header.header .main-header .mobile-nav ul li.mobile-nav-main ul.mobile-nav-sub li.mobile-nav-sub-item.menu-open span.menu-nav-dropdown::after {
  transform: rotate(90deg) rotateY(180deg);
}
header.header .main-header .mobile-nav ul li.mobile-nav-main ul.mobile-nav-sub li.mobile-nav-sub-item > ul {
  display: none;
}
@media screen and (max-width: 991px) {
  header.header .main-nav {
    display: none;
  }
}
header.header .main-nav .navbar {
  padding-bottom: 0rem;
}
header.header .main-nav .navbar-nav .nav-item {
  padding: 20px 18px 16px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  header.header .main-nav .navbar-nav .nav-item {
    padding: 20px 18px 16px;
  }
}
header.header .main-nav .navbar-nav .nav-item:first-child {
  padding-left: 0px;
}
header.header .main-nav .navbar-nav .nav-item:last-child {
  padding-right: 0px;
}
header.header .main-nav .navbar-nav .nav-item a.nav-link {
  font-size: 13px;
  color: #9B9B9B;
  font-weight: bold;
  line-height: 20px;
  padding: 0.2rem 0rem;
  position: relative;
  white-space: nowrap;
  letter-spacing: 0.04rem;
}
header.header .main-nav .navbar-nav .nav-item a.nav-link.active {
  color: #4A4A4A;
}
header.header .main-nav .navbar-nav .nav-item a.nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #676767;
}
header.header .main-nav .navbar-nav .nav-item:hover .mega-menu {
  display: block;
}
header.header .main-nav .navbar-nav .nav-item.active a.nav-link, header.header .main-nav .navbar-nav .nav-item:hover a.nav-link {
  color: #4A4A4A;
  position: relative;
}
header.header .main-nav .navbar-nav .nav-item.active a.nav-link::after, header.header .main-nav .navbar-nav .nav-item:hover a.nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4A4A4A;
  position: absolute;
  left: 0;
  bottom: 0;
}
header.header .mega-menu {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: auto;
  z-index: 1000;
  background: #fff;
  display: none;
  transform: translateY(100%);
  box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.0705882353);
}
header.header .mega-menu:before {
  content: "";
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0px;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0705882353);
  z-index: -6;
}
header.header .mega-menu .container {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1280px) {
  header.header .mega-menu .container {
    max-width: 1112px;
  }
}
header.header .mega-menu-item {
  padding: 28px 0px 31px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  header.header .mega-menu-item .row {
    margin: 0;
  }
}
header.header .mega-menu-item .row .col-md-7 {
  padding-right: 30px;
}
header.header .mega-menu-item .col-md-5 img {
  width: 100%;
  height: auto;
}
header.header .mega-menu-item_content {
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header.header .mega-menu-item_content {
    margin-top: 16px;
  }
}
header.header .mega-menu-item_content .row {
  --bs-gutter-x: 86px;
}
@media screen and (max-width: 1199px) {
  header.header .mega-menu-item_content .row {
    --bs-gutter-x: 55px;
  }
}
header.header .mega-menu-item_content .row .col-md-6 {
  width: 66.66%;
}
header.header .mega-menu-item_content .row .col-md-6:first-child {
  width: 33.33%;
}
header.header .mega-menu-item_content .row .col-md-6:last-child {
  padding-right: 0;
}
header.header .mega-menu-item_content .row .col-md-6 a {
  text-decoration: none;
}
header.header .mega-menu-item_content .row .col-md-6 .frame-type-homebanner .banner-caption ul.banner-icon {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
header.header .mega-menu-item_content .row .col-md-6 .frame-type-homebanner .banner-caption ul.banner-icon > a {
  display: block;
  flex: 0 0 auto;
  width: auto;
  padding: 0px 15px;
  margin-bottom: 30px;
}
header.header .mega-menu-item_content .img-info a {
  color: #9B9B9B;
  font-size: 13px;
  line-height: 29px;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s all;
}
header.header .mega-menu-item_content .img-info a:hover {
  color: #4A4A4A;
}
header.header .mega-menu-item_content .img-info a.active {
  font-weight: bold;
  color: #616161;
}
header.header .mega-menu-item_content .sub-nav-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #616161;
  text-decoration: none;
  margin-bottom: 10px;
}
header.header .mega-menu-item_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.header .mega-menu-item_content ul a {
  font-size: 13px;
  line-height: 29px;
  color: #9B9B9B;
  text-decoration: none;
}
header.header .mega-menu-item_content ul a strong {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 24px;
}
header.header .mega-menu-item_content .mega-menu-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
header.header .mega-menu-item_content .mega-menu-images .mega-menu-images-item {
  flex: 0 0 auto;
  width: auto;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.banner-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.banner-section.home-page-banner > picture img {
    min-height: 510px;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  section.banner-section.home-page-banner > picture img {
    object-position: right;
  }
}
section.banner-section > picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.banner-section > picture img {
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
  }
}
section.banner-section .banner-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42.4%;
  background: rgba(255, 255, 255, 0.8509803922);
  padding-left: 83px;
  padding-right: 83px;
}
@media screen and (max-width: 1157px) {
  section.banner-section .banner-caption {
    padding-left: 63px;
  }
}
@media screen and (max-width: 1068px) {
  section.banner-section .banner-caption {
    padding-right: 45px;
  }
}
@media screen and (max-width: 991px) {
  section.banner-section .banner-caption {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  section.banner-section .banner-caption {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 22px 0px 16px 12px;
  }
}
section.banner-section .banner-caption ul.banner-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  max-width: 420px;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 14px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  section.banner-section .banner-caption ul.banner-icon {
    max-width: 260px;
    align-items: center;
    row-gap: 6px;
    column-gap: 20px;
    margin-top: 16px;
  }
  section.banner-section .banner-caption ul.banner-icon li {
    display: flex;
  }
  section.banner-section .banner-caption ul.banner-icon li:first-child img {
    max-width: 66px;
  }
  section.banner-section .banner-caption ul.banner-icon li:nth-child(2) img {
    max-width: 118px;
  }
  section.banner-section .banner-caption ul.banner-icon li:nth-child(3) img {
    max-width: 73px;
  }
  section.banner-section .banner-caption ul.banner-icon li:nth-child(4) img {
    max-width: 31px;
  }
}
section.banner-section .banner-caption h1 {
  font-family: "Helvetica";
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  section.banner-section .banner-caption h1 {
    font-size: 20px;
    line-height: 27px;
    max-width: 220px;
    margin-bottom: -5px;
  }
}

.floating-menu {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .floating-menu {
    display: none;
  }
}
.floating-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.floating-menu ul li {
  transition: 0.5s all;
  transform: translateX(76%);
}
.floating-menu ul li:hover {
  transform: translateX(0%);
}
.floating-menu ul li a {
  position: relative;
  text-decoration: none;
  color: #4A4A4A;
  font-size: 15px;
  display: block;
  background: #ffffff;
  border-radius: 5px 0px 0 5px;
  display: flex;
  align-items: center;
}
.floating-menu ul li a.icon-link.key-icon .icon {
  background-image: url(../Images/key-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.floating-menu ul li a.icon-link.contact-form-icon .icon {
  background-image: url(../Images/contact_form.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.floating-menu ul li a .content {
  padding: 11px 10px 11px 10px;
}
.floating-menu ul li a .icon {
  height: 45px;
  width: 41px;
  background-color: #F0F2F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}
.floating-menu ul li:not(:last-child) {
  margin-bottom: 6px;
}

.slider-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.settelen-slider .slider-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .settelen-slider .slider-item {
    padding-top: 61px;
  }
}
.settelen-slider .slider-item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .settelen-slider .slider-item img {
    max-height: 380px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .settelen-slider .slider-item img {
    min-height: 144px;
    max-height: 280px;
  }
}
@media screen and (max-width: 360px) {
  .settelen-slider .slider-item img {
    max-height: 144px;
  }
}
.settelen-slider .slider-item .slider-caption {
  height: 0;
}
.settelen-slider .slider-item .slider-caption h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Helvetica";
  font-weight: Bold;
  font-size: 25px;
  line-height: 33px;
  color: #ffffff;
  background: rgba(88, 79, 79, 0.5411764706);
  margin-bottom: 0;
  padding: 10px 71px 10px 82px;
}
@media screen and (max-width: 767px) {
  .settelen-slider .slider-item .slider-caption h3 {
    font-size: 16px;
    line-height: 21px;
    color: #4A4A4A;
    padding: 0px 12px 0px 12px;
    background: transparent;
  }
}
.settelen-slider .slider-item .slider-caption a.btn.btn-primary {
  position: absolute;
  right: 174px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .settelen-slider .slider-item .slider-caption a.btn.btn-primary {
    right: 0;
    font-size: 10px;
    line-height: 13px;
    padding: 8px 16px 9px;
  }
}
.settelen-slider button.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.7019607843);
  z-index: 10;
  transition: 0.5s all;
}
.settelen-slider button.slick-arrow:hover {
  background-color: #ffffff;
}
.settelen-slider button.slick-arrow:after {
  content: "";
  background: url(../Images/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.settelen-slider button.slick-arrow.slick-prev {
  right: 74px;
}
.settelen-slider button.slick-arrow.slick-next::after {
  background: url(../Images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .settelen-slider ul.slick-dots {
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 12px;
    left: 12px;
    gap: 8px;
  }
  .settelen-slider ul.slick-dots li {
    display: inherit;
  }
  .settelen-slider ul.slick-dots li button {
    border: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
  }
  .settelen-slider ul.slick-dots li.slick-active button {
    background: #ffffff;
  }
}

.card {
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.0901960784);
}
.card .card-img {
  position: relative;
}
.card .card-img .card-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(88, 79, 79, 0.5411764706);
  width: 100%;
  padding: 8px 13px 12px;
}
@media screen and (max-width: 767px) {
  .card .card-img .card-blur {
    padding: 6px 12px 10px;
  }
}
.card .card-img .card-blur h4 {
  font-family: "Helvetica";
  font-weight: Bold;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .card .card-img .card-blur h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.card .card-img .card-blur p {
  font-family: "Helvetica";
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card .card-img .card-blur p {
    font-size: 12px;
    line-height: 18px;
  }
}
.card .card-img .card-blur a.card-blur-link {
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  margin-top: 16px;
  display: inline-block;
  position: relative;
}
.card .card-img .card-blur a.card-blur-link:after {
  content: "";
  background: url(../Images/arrow-link.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  position: absolute;
  right: -10px;
  top: 5px;
}
.card .card-body p.card-text {
  font-family: "Helvetica";
  font-size: 15px;
  line-height: 23px;
  color: #4A4A4A;
}
@media screen and (max-width: 767px) {
  .card .card-body p.card-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.card .card-body a.card-link {
  font-family: "Helvetica";
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  color: #4A4A4A;
  float: right;
}
@media screen and (max-width: 767px) {
  .card .card-body a.card-link {
    font-size: 12px;
    line-height: 18px;
  }
}
.card.card-img-only .card-img img {
  height: 249px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .card.card-img-only .card-img img {
    height: 225px;
  }
}
.card.card-img-only .card-img .card-blur {
  padding-bottom: 47px;
  background: none;
  overflow: hidden;
}
.card.card-img-only .card-img .card-blur::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(88, 79, 79, 0.5411764706);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card.card-img-only .card-img .card-blur * {
  position: relative;
  z-index: 3;
}
.card.card-img-only .card-img .card-blur p {
  margin-bottom: 0px;
}
.card.card-img-only .card-img .card-blur p.text-center, .card.card-img-only .card-img .card-blur p.text-right {
  text-align: left !important;
}
.card.card-img-only .card-img .card-blur a.card-blur-link {
  display: none;
}
.card.card-img-only .card-img .card-blur picture {
  position: absolute;
  left: 0;
  bottom: 0;
  filter: blur(5px);
  width: 100%;
  z-index: 1;
}
.card.card-img-only .card-img a.card-blur-link {
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-bottom: 13px;
  z-index: 1;
}
.card.card-img-only .card-img a.card-blur-link span {
  display: block;
  position: relative;
}
.card.card-img-only .card-img a.card-blur-link span:after {
  content: "";
  background: url(../Images/arrow-link.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  position: absolute;
  right: -10px;
  top: 5px;
}
.card.card-img-only.no-link .card-blur {
  padding-bottom: 12px;
}
.card.card-img-only.no-link .card-blur-link {
  display: none !important;
}
.card.card-btn .card-body {
  padding-right: 0px;
  padding-bottom: 0px;
}
.card.card-btn a.card-link {
  position: relative;
  padding: 0.85rem 2.59rem;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .card.card-btn a.card-link {
    padding: 0.65rem 1.75rem;
  }
}
.card.card-btn a.card-link:after {
  content: "";
  background: url(../Images/arrow-link-black.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .card.card-btn a.card-link:after {
    right: 12px;
    top: 15px;
  }
}
.card.card-btn a.card-link:hover {
  background-color: #EFEFEF;
}
.card.card-btn .card-img img {
  min-height: 216px;
  object-fit: cover;
}
.card:not(.card-btn) .card-img img {
  width: 100%;
  height: auto;
}
.card.card-btn-gray .card-body {
  padding: 25px 23px 85px 25px;
  position: relative;
}
.card.card-btn-gray .card-body p {
  margin-bottom: 10px;
}
.card.card-btn-gray .card-body a.btn.btn-primary.btn-arrow-gray {
  position: absolute;
  left: 23px;
  bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card.card-btn-gray .card-body a.btn.btn-primary.btn-arrow-gray {
    padding: 10px 25px 10px 10px;
  }
  .card.card-btn-gray .card-body a.btn.btn-primary.btn-arrow-gray:after {
    right: 10px;
  }
}

footer.footer-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  footer.footer-section:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: -26px;
    left: 0;
    background: #f9f9f9;
  }
}
footer.footer-section .footer-main {
  padding: 40px 0px 53px;
}
@media screen and (max-width: 767px) {
  footer.footer-section .footer-main {
    padding: 46px 0px 19px;
  }
}
footer.footer-section .footer-main .row {
  --bs-gutter-x: 76px;
}
@media screen and (max-width: 1199px) {
  footer.footer-section .footer-main .row {
    --bs-gutter-x: 35px;
  }
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row {
    --bs-gutter-x: 0px;
  }
}
footer.footer-section .footer-main .row .col-md-3 {
  display: flex;
  align-items: center;
}
footer.footer-section .footer-main .row .col-md-3:not(:last-child) {
  position: relative;
}
footer.footer-section .footer-main .row .col-md-3:not(:last-child):after {
  content: "";
  background: #EFEFEF;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3:not(:last-child):after {
    display: none;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-logo {
  width: 22.9%;
}
@media screen and (max-width: 1199px) {
  footer.footer-section .footer-main .row .col-md-3.footer-logo {
    width: 24%;
  }
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-logo {
    width: 100%;
    margin-bottom: 10px;
  }
  footer.footer-section .footer-main .row .col-md-3.footer-logo img {
    max-width: 113px;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-address {
  width: 33.2%;
}
@media screen and (max-width: 1199px) {
  footer.footer-section .footer-main .row .col-md-3.footer-address {
    width: 32%;
  }
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-address {
    width: 100%;
    border-bottom: 2px solid rgb(238, 238, 238);
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-address p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
  color: #4A4A4A;
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-address p {
    font-size: 12px;
    line-height: 18px;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-menu {
  width: 28%;
}
@media screen and (max-width: 1199px) {
  footer.footer-section .footer-main .row .col-md-3.footer-menu {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-menu {
    width: 76%;
  }
}
@media screen and (max-width: 400px) {
  footer.footer-section .footer-main .row .col-md-3.footer-menu {
    width: 100%;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-menu ul {
    gap: 25px;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-menu a.footer-link {
  font-family: "Helvetica";
  font-size: 15px;
  line-height: 23px;
  color: #102F82;
  text-decoration: none;
  transition: 0.5s all;
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-menu a.footer-link {
    font-size: 12px;
    line-height: 18px;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-menu a.footer-link:hover {
  font-weight: bold;
}
footer.footer-section .footer-main .row .col-md-3.footer-icon {
  width: 15.9%;
}
@media screen and (max-width: 1199px) {
  footer.footer-section .footer-main .row .col-md-3.footer-icon {
    width: 14%;
  }
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-icon {
    width: 24%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 400px) {
  footer.footer-section .footer-main .row .col-md-3.footer-icon {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-icon ul {
    gap: 10px;
  }
}
footer.footer-section .footer-main .row .col-md-3.footer-icon ul li a {
  display: block;
  color: inherit;
}
footer.footer-section .footer-main .row .col-md-3.footer-icon ul li a img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  footer.footer-section .footer-main .row .col-md-3.footer-icon ul li a img {
    height: 29px;
    width: 29px;
  }
}
footer.footer-section .footer-bottom {
  background: #102F82;
  text-align: center;
  padding: 11px 0px;
}
footer.footer-section .footer-bottom p {
  margin-bottom: 0px;
  font-family: "Helvetica";
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer.footer-section .footer-bottom p {
    font-size: 10px;
    line-height: 15px;
  }
}
footer.footer-section .scroll-top {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  footer.footer-section .scroll-top {
    top: -5px;
  }
}
footer.footer-section .scroll-top:hover .scroll-top-arrow {
  background: #F9F9F9;
  border-color: #9F1822;
}
footer.footer-section .scroll-top:active .scroll-top-arrow, footer.footer-section .scroll-top:focus .scroll-top-arrow {
  background: #EFEFEF;
  border-color: #870811;
  box-shadow: none !important;
}
footer.footer-section .scroll-top .scroll-top-arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #B72B35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-section .scroll-top .scroll-top-arrow img {
  width: 15px;
  height: 7px;
}

.frame-type-text header {
  margin-bottom: 15px;
}
.frame-type-text header h2, .frame-type-text header h3 {
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .frame-type-text header h2, .frame-type-text header h3 {
    font-size: 16px;
    line-height: 21px;
  }
}
.frame-type-text p {
  margin-bottom: 0;
}
.frame-type-text a:not(.btn-primary) {
  color: #102F82;
}

.frame-bg-gray {
  padding: 84px 0;
}
@media screen and (max-width: 767px) {
  .frame-bg-gray {
    padding: 50px 0;
  }
}

.frame-type-cardelement.frame-bg-gray.frame-layout-100 {
  padding: 84px 0;
}
@media screen and (max-width: 767px) {
  .frame-type-cardelement.frame-bg-gray.frame-layout-100 {
    padding: 50px 0;
  }
}
@media (min-width: 1500px) {
  .frame-type-cardelement.frame-bg-gray.frame-layout-100 .row {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 1100px) and (max-width: 1499px) {
  .frame-type-cardelement.frame-bg-gray.frame-layout-100 .row {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .frame-type-cardelement.frame-bg-gray.frame-layout-100 .row {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .frame-type-cardelement.frame-bg-gray.frame-layout-100 .row {
    --bs-gutter-x: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .frame-type-cardelement.frame-bg-gray.frame-layout-100 .row {
    --bs-gutter-x: 24px;
  }
}

.row.card-grid .col-md-4 .card.card-btn {
  height: 100%;
}
.row.card-grid .col-md-4 .card.card-btn .card-body {
  position: relative;
  padding: 23px 22px 50px;
}
.row.card-grid .col-md-4 .card.card-btn .card-body p {
  margin-bottom: 3.5rem;
}
.row.card-grid .col-md-4 .card.card-btn .card-body a.card-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.row.card-grid .col-md-4 .card.card-btn-gray {
  height: 100%;
}

.frame-type-cardimage .frame-bg-gray {
  padding: 84px 0;
}
@media screen and (max-width: 767px) {
  .frame-type-cardimage .frame-bg-gray {
    padding: 47px 0 50px;
  }
}

.frame-type-kontaktbuttonelement .frame-bg-gray {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .frame-type-kontaktbuttonelement .frame-bg-gray {
    padding: 36px 0 41px;
  }
}
.frame-type-kontaktbuttonelement + .frame-bg-gray {
  padding-top: 0;
}

.frame-type-kontaktbuttonelement .frame-bg-gray h3, .frame-type-kontaktbuttonelement .frame-bg-gray h2 {
  font-family: "Helvetica";
  font-weight: Bold;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .frame-type-kontaktbuttonelement .frame-bg-gray h3, .frame-type-kontaktbuttonelement .frame-bg-gray h2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .frame-type-kontaktbuttonelement .frame-bg-gray p {
    margin-bottom: 20px;
  }
}

.frame-type-header {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .frame-type-header {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .frame-type-header {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .frame-type-header {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .frame-type-header {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .frame-type-header {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .frame-type-header {
    padding: 0 12px;
  }
}
.frame-type-header header h1:first-child, .frame-type-header header h2:first-child, .frame-type-header header h3:first-child, .frame-type-header header h4:first-child, .frame-type-header header h5:first-child, .frame-type-header header h6:first-child {
  font-size: 25px;
  line-height: 33px;
  font-weight: Bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .frame-type-header header h1:first-child, .frame-type-header header h2:first-child, .frame-type-header header h3:first-child, .frame-type-header header h4:first-child, .frame-type-header header h5:first-child, .frame-type-header header h6:first-child {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 7px;
  }
}
.frame-type-header header h1:nth-child(2), .frame-type-header header h2:nth-child(2), .frame-type-header header h3:nth-child(2), .frame-type-header header h4:nth-child(2), .frame-type-header header h5:nth-child(2), .frame-type-header header h6:nth-child(2) {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .frame-type-header header h1:nth-child(2), .frame-type-header header h2:nth-child(2), .frame-type-header header h3:nth-child(2), .frame-type-header header h4:nth-child(2), .frame-type-header header h5:nth-child(2), .frame-type-header header h6:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
  }
}

.frame-type-textpic, .frame-type-textmedia {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .frame-type-textpic, .frame-type-textmedia {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .frame-type-textpic, .frame-type-textmedia {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .frame-type-textpic, .frame-type-textmedia {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .frame-type-textpic, .frame-type-textmedia {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .frame-type-textpic, .frame-type-textmedia {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .frame-type-textpic, .frame-type-textmedia {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .frame-type-textpic, .frame-type-textmedia {
    padding: 0 0px;
  }
}
.frame-type-textpic .ce-textpic, .frame-type-textmedia .ce-textpic {
  display: flex;
  flex-wrap: wrap;
}
.frame-type-textpic .ce-textpic .ce-gallery, .frame-type-textmedia .ce-textpic .ce-gallery {
  flex: 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .frame-type-textpic .ce-textpic .ce-gallery, .frame-type-textmedia .ce-textpic .ce-gallery {
    width: 100%;
  }
}
.frame-type-textpic .ce-textpic .ce-gallery .ce-outer, .frame-type-textpic .ce-textpic .ce-gallery .ce-outer .ce-inner, .frame-type-textmedia .ce-textpic .ce-gallery .ce-outer, .frame-type-textmedia .ce-textpic .ce-gallery .ce-outer .ce-inner {
  height: 100%;
}
.frame-type-textpic .ce-textpic .ce-gallery .ce-row, .frame-type-textpic .ce-textpic .ce-gallery .ce-column, .frame-type-textpic .ce-textpic .ce-gallery figure.image, .frame-type-textmedia .ce-textpic .ce-gallery .ce-row, .frame-type-textmedia .ce-textpic .ce-gallery .ce-column, .frame-type-textmedia .ce-textpic .ce-gallery figure.image {
  height: 100%;
}
.frame-type-textpic .ce-textpic .ce-gallery figure.image img, .frame-type-textmedia .ce-textpic .ce-gallery figure.image img {
  height: 100%;
  object-fit: cover;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .frame-type-textpic .ce-textpic .ce-gallery figure.image img, .frame-type-textmedia .ce-textpic .ce-gallery figure.image img {
    max-height: 225px;
  }
}
.frame-type-textpic .ce-textpic .ce-gallery figure.video, .frame-type-textmedia .ce-textpic .ce-gallery figure.video {
  height: 100%;
}
.frame-type-textpic .ce-textpic .ce-gallery figure.video .video-embed, .frame-type-textmedia .ce-textpic .ce-gallery figure.video .video-embed {
  background: #000;
  display: flex;
  align-items: center;
  height: 100%;
}
.frame-type-textpic .ce-textpic .ce-gallery figure.video .video-embed iframe, .frame-type-textmedia .ce-textpic .ce-gallery figure.video .video-embed iframe {
  width: 100%;
}
.frame-type-textpic .ce-textpic .ce-gallery figure.video video, .frame-type-textmedia .ce-textpic .ce-gallery figure.video video {
  width: 100%;
  height: auto;
  min-height: 180px;
}
.frame-type-textpic .ce-textpic .ce-bodytext, .frame-type-textmedia .ce-textpic .ce-bodytext {
  flex: 0 0 auto;
  width: 50%;
  background-color: #F9F9F9;
  padding: 55px 40px 26px 49px;
}
@media screen and (max-width: 767px) {
  .frame-type-textpic .ce-textpic .ce-bodytext, .frame-type-textmedia .ce-textpic .ce-bodytext {
    width: 100%;
    background-color: transparent;
    padding: 22px 16px 0px;
  }
}
.frame-type-textpic .ce-textpic .ce-bodytext h2, .frame-type-textpic .ce-textpic .ce-bodytext h3, .frame-type-textmedia .ce-textpic .ce-bodytext h2, .frame-type-textmedia .ce-textpic .ce-bodytext h3 {
  font-family: "Helvetica";
  font-weight: Bold;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .frame-type-textpic .ce-textpic .ce-bodytext h2, .frame-type-textpic .ce-textpic .ce-bodytext h3, .frame-type-textmedia .ce-textpic .ce-bodytext h2, .frame-type-textmedia .ce-textpic .ce-bodytext h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
  }
}
.frame-type-textpic .ce-textpic .ce-bodytext p:last-child, .frame-type-textmedia .ce-textpic .ce-bodytext p:last-child {
  margin-bottom: 0px;
}
.frame-type-textpic .ce-textpic .ce-bodytext p .btn-arrow-gray, .frame-type-textmedia .ce-textpic .ce-bodytext p .btn-arrow-gray {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .frame-type-textpic .ce-textpic .ce-bodytext p .btn-arrow-gray, .frame-type-textmedia .ce-textpic .ce-bodytext p .btn-arrow-gray {
    padding: 13px 55px 13px 42px;
  }
}

.frame-type-image {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .frame-type-image {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .frame-type-image {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .frame-type-image {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .frame-type-image {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .frame-type-image {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .frame-type-image {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .frame-type-image {
    padding: 0 0px;
  }
}

.frame-header {
  margin-bottom: 33px;
}
.frame-header h3, .frame-header h2 {
  font-family: "Helvetica";
  font-weight: Bold;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .frame-header h3, .frame-header h2 {
    font-size: 16px;
    line-height: 21px;
  }
}

.frame-textwithimage .ce-textpic {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .frame-textwithimage .ce-textpic {
    margin-right: 0px;
  }
}
.frame-textwithimage .ce-textpic .ce-gallery {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .frame-textwithimage .ce-textpic .ce-gallery {
    width: 100%;
  }
}
.frame-textwithimage .ce-textpic .ce-bodytext {
  padding: 60px 40px 20px 37px;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .frame-textwithimage .ce-textpic .ce-bodytext {
    width: 100%;
    padding: 12px 12px 0px 12px;
  }
}
.frame-textwithimage .ce-textpic .ce-bodytext ul.link-class {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .frame-textwithimage .ce-textpic .ce-bodytext ul.link-class {
    margin-top: 20px;
  }
}
.frame-textwithimage .ce-textpic.ce-right {
  flex-direction: row-reverse;
}

.frame-oeffnungszeiten .ce-textpic .ce-bodytext {
  padding: 44px 44px 44px 44px;
}
@media screen and (max-width: 767px) {
  .frame-oeffnungszeiten .ce-textpic .ce-bodytext {
    padding: 20px 12px 0px 12px;
  }
}
.frame-oeffnungszeiten .ce-textpic .ce-bodytext h2, .frame-oeffnungszeiten .ce-textpic .ce-bodytext h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .frame-oeffnungszeiten .ce-textpic .ce-bodytext h2, .frame-oeffnungszeiten .ce-textpic .ce-bodytext h3 {
    margin-bottom: 12px;
  }
}
.frame-oeffnungszeiten .ce-textpic .ce-bodytext p {
  margin-bottom: 0px;
}

.frame-job-listing .news .row.card-grid {
  --bs-gutter-y: 83px;
  --bs-gutter-x: 0px;
  margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .frame-job-listing .news .row.card-grid {
    --bs-gutter-y: 50px;
    --bs-gutter-x: 0px;
    margin-bottom: 60px;
  }
}
.frame-job-listing .news .row.card-grid .col-md-4 {
  width: 100%;
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-shadow: none;
  background: #F9F9F9;
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body {
  flex: 0 0 auto;
  width: 50%;
  padding: 56px 49px 20px;
}
@media screen and (max-width: 574px) {
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body {
    padding: 25px 25px 20px;
  }
}
@media screen and (max-width: 574px) {
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body {
    padding: 15px;
  }
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body a.card-link {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  padding: 13px 47px 14px 33px;
  float: none;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body a.card-link:hover {
  color: #4A4A4A;
  background: #D8D8D8;
  border-color: #D8D8D8;
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body a.card-link:active, .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body a.card-link:focus {
  color: #4A4A4A;
  background: #BFBFBF;
  border-color: #BFBFBF;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body a.card-link {
    margin-top: 10px;
  }
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body a.card-link:after {
    right: 25px;
    top: 17px;
  }
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body p {
  margin-bottom: 15px;
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body h3 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-body h3 {
    margin-bottom: 15px;
  }
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-img {
  flex: 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 574px) {
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-img {
    width: 100%;
  }
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-img .card-blur {
  display: none;
}
.frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-img img {
  max-width: 100%;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 574px) {
  .frame-job-listing .news .row.card-grid .col-md-4 .card.card-btn .card-img img {
    height: initial;
    width: 100%;
  }
}

.news.news-single .article .header, .news.news-single .article .footer, .news.news-single .article .teaser-text {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .news.news-single .article .header, .news.news-single .article .footer, .news.news-single .article .teaser-text {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .news.news-single .article .header, .news.news-single .article .footer, .news.news-single .article .teaser-text {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .news.news-single .article .header, .news.news-single .article .footer, .news.news-single .article .teaser-text {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .news.news-single .article .header, .news.news-single .article .footer, .news.news-single .article .teaser-text {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .news.news-single .article .header, .news.news-single .article .footer, .news.news-single .article .teaser-text {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .news.news-single .article .header, .news.news-single .article .footer, .news.news-single .article .teaser-text {
    padding: 0 12px;
  }
}
.news.news-single .article .teaser-text {
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .teaser-text {
    margin-bottom: 50px;
  }
}
.news.news-single .article .header {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .header {
    margin-top: 50px;
  }
}
.news.news-single .article .header h1, .news.news-single .article .header h2, .news.news-single .article .header h3 {
  font-size: 25px;
  line-height: 33px;
  font-weight: Bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .header h1, .news.news-single .article .header h2, .news.news-single .article .header h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}
.news.news-single .article .footer {
  display: none;
}
.news.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 0;
}
.news.news-single .article .news-img-wrap .mediaelement.mediaelement-image img {
  width: 100%;
  height: auto;
  max-height: 383px;
  object-fit: cover;
  object-position: top;
}
.news.news-single .article .frame-textwithimage {
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .frame-textwithimage {
    margin-bottom: 50px;
  }
}
.news.news-single .article .frame-textwithimage .ce-textpic .ce-bodytext {
  padding: 27px 36px 22px 37px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .frame-textwithimage .ce-textpic .ce-bodytext {
    padding: 12px 12px 0px 12px;
  }
}
.news.news-single .article .frame-type-text {
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .frame-type-text {
    margin-bottom: 50px;
  }
}
.news.news-single .article .news-related-wrap {
  background: #F9F9F9;
  padding: 83px 0px 83px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .news-related-wrap {
    padding: 50px 0px 50px;
  }
}
.news.news-single .article .news-related-wrap .news-related.news-related-news {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .news.news-single .article .news-related-wrap .news-related.news-related-news {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .news.news-single .article .news-related-wrap .news-related.news-related-news {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .news.news-single .article .news-related-wrap .news-related.news-related-news {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .news.news-single .article .news-related-wrap .news-related.news-related-news {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .news.news-single .article .news-related-wrap .news-related.news-related-news {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .news.news-single .article .news-related-wrap .news-related.news-related-news {
    padding: 0 12px;
  }
}
.news.news-single .article .news-related-wrap .news-related.news-related-news > h4 {
  font-size: 25px;
  line-height: 33px;
  font-weight: Bold;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .news-related-wrap .news-related.news-related-news > h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.news.news-single .article .news-related-wrap .news-related.news-related-news .container {
  padding: 0px;
}
.news.news-single.job-detail .article.teaser-text {
  margin-bottom: 15px;
}
.news.news-single .teaser-text {
  font-size: inherit;
  color: inherit;
}
.news:not(.news-single) .frame-header {
  margin-bottom: 25px;
}
.news:not(.news-single) .row.card-grid .col-md-4 .card.card-btn {
  min-height: 100%;
}

.frame-type-form_formframework {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 107px;
}
@media screen and (min-width: 576px) {
  .frame-type-form_formframework {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .frame-type-form_formframework {
    max-width: 920px;
  }
}
@media screen and (min-width: 992px) {
  .frame-type-form_formframework {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .frame-type-form_formframework {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1280px) {
  .frame-type-form_formframework {
    max-width: 1136px;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .frame-type-form_formframework {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework {
    margin-bottom: 70px;
  }
}
.frame-type-form_formframework form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 840px;
}
.frame-type-form_formframework form .clearfix {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
}
.frame-type-form_formframework form .form-group {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
}
.frame-type-form_formframework form .form-group.column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework form .form-group.column {
    width: 100%;
  }
}
.frame-type-form_formframework form .form-group textarea.form-control {
  margin-bottom: 17px;
  min-height: 130px;
}
.frame-type-form_formframework form .form-group select.form-control {
  position: relative;
  background-image: url(../Images/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
}
.frame-type-form_formframework form .form-group .form-control {
  border: 1px solid #9B9B9B;
  border-radius: 2px;
  padding: 0.315rem 0.75rem;
  color: #9B9B9B;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework form .form-group .form-control {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.frame-type-form_formframework form .form-group .input.checkbox {
  margin: 5px 0px 48px;
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework form .form-group .input.checkbox {
    margin: 10px 0px 25px;
  }
}
.frame-type-form_formframework form .form-group .input.checkbox .form-check {
  padding-left: 0px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework form .form-group .input.checkbox .form-check {
    margin-bottom: 0px;
  }
}
.frame-type-form_formframework form .form-group .input.checkbox .form-check input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  color: #102F82;
}
.frame-type-form_formframework form .form-group .input.checkbox .form-check input[type=checkbox]:hover {
  color: #102F82;
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework form .form-group .input.checkbox .form-check input[type=checkbox] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
.frame-type-form_formframework form .actions {
  margin-left: 10px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework form .actions {
    margin-top: 25px;
  }
}
.frame-type-form_formframework form .actions button.btn.btn-primary {
  padding: 16px 37px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .frame-type-form_formframework form .actions button.btn.btn-primary {
    width: 100%;
    padding: 13px 30px;
  }
}

@media screen and (max-width: 767px) {
  .frame-type-galleryelement .slider-wrapper {
    margin-top: 47px;
  }
}

figcaption.image-caption {
  display: none;
}

@media screen and (max-width: 767px) {
  .frame-type-text ol, .frame-type-text ul {
    margin-top: 5px;
    padding-left: 1rem;
  }
}

.frame-logo-image .ce-textpic .ce-gallery figure.image img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
.frame-logo-image .ce-textpic .ce-gallery .ce-outer, .frame-logo-image .ce-textpic .ce-gallery .ce-outer .ce-inner {
  height: auto;
}
.frame-logo-image .ce-textpic .ce-gallery .ce-row, .frame-logo-image .ce-textpic .ce-gallery .ce-column, .frame-logo-image .ce-textpic .ce-gallery figure.image {
  height: auto;
}

.product-wrapper {
  max-width: 1280px;
  margin: 3px auto 15px;
}
@media screen and (max-width: 767px) {
  .product-wrapper {
    margin: 0px auto;
  }
}
.product-wrapper .container {
  margin-right: 0;
  padding-right: 0;
  max-width: 1208px;
}
@media screen and (max-width: 767px) {
  .product-wrapper .container {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .product-wrapper .product-heading {
    padding: 0 12px;
  }
}
.product-wrapper .product-heading h3 {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  color: #4A4A4A;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .product-wrapper .product-heading h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.product-wrapper .product-info-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-wrapper .product-info-wrapper .product-info {
  flex: 0 0 auto;
  width: 26%;
}
@media screen and (max-width: 767px) {
  .product-wrapper .product-info-wrapper .product-info {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 12px;
  }
}
.product-wrapper .product-info-wrapper .product-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-wrapper .product-info-wrapper .product-info ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product-wrapper .product-info-wrapper .product-info ul li {
    margin-bottom: 12px;
  }
}
.product-wrapper .product-info-wrapper .product-info ul li a.product-info-links {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #4A4A4A;
  text-decoration: none;
  background-color: #EFEFEF;
  position: relative;
  padding: 28px 20px 28px 64px;
  display: block;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .product-wrapper .product-info-wrapper .product-info ul li a.product-info-links {
    font-size: 12px;
    line-height: 18px;
    padding: 13px 20px 13px 54px;
  }
}
.product-wrapper .product-info-wrapper .product-info ul li a.product-info-links:hover {
  background: #D8D8D8;
}
.product-wrapper .product-info-wrapper .product-info ul li a.product-info-links:active, .product-wrapper .product-info-wrapper .product-info ul li a.product-info-links:focus {
  background: #BFBFBF;
  box-shadow: none !important;
}
.product-wrapper .product-info-wrapper .product-info ul li a.product-info-links::before {
  content: "";
  background: url(../Images/Vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .product-wrapper .product-info-wrapper .product-info ul li a.product-info-links::before {
    left: 17px;
  }
}
.product-wrapper .product-info-wrapper .product-info ul li a.product-info-links.about::before {
  background: url(../Images/about-Icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.product-wrapper .product-info-wrapper .product-info ul li a.product-info-links.price-list::before {
  background: url(../Images/price-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.product-wrapper .product-info-wrapper .product-image {
  flex: 0 0 auto;
  width: 74%;
  position: relative;
}
.product-wrapper .product-info-wrapper .product-image .video-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .product-wrapper .product-info-wrapper .product-image {
    width: 100%;
  }
}
.product-wrapper .product-info-wrapper .product-image img {
  width: 100%;
  height: auto;
}
.product-wrapper .product-info-wrapper .product-image video {
  max-width: 100%;
  height: auto;
}

.camper-fans-wrapper .camper-fans-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .camper-fans-wrapper .camper-fans-heading {
    margin-bottom: 0px;
  }
}
.camper-fans-wrapper .camper-fans-heading .row {
  align-items: flex-end !important;
}
@media screen and (max-width: 767px) {
  .camper-fans-wrapper .camper-fans-heading .row {
    flex-direction: column;
  }
  .camper-fans-wrapper .camper-fans-heading .row .col {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .camper-fans-wrapper .camper-fans-heading .row .btn-danger {
    margin-top: 32px;
  }
}
.camper-fans-wrapper .camper-fans-heading h3 {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .camper-fans-wrapper .camper-fans-heading h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}
.camper-fans-wrapper .camper-fans-heading p {
  font-family: "Helvetica";
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: -3px;
}
@media screen and (max-width: 767px) {
  .camper-fans-wrapper .camper-fans-heading p {
    font-size: 15px;
    line-height: 23px;
  }
  .camper-fans-wrapper .camper-fans-heading p > strong:first-child {
    display: block;
  }
}
.camper-fans-wrapper .camper-fans-image {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .camper-fans-wrapper .camper-fans-image {
    display: none;
  }
}
.camper-fans-wrapper .camper-fans-image img {
  width: 100%;
  height: auto;
}

.news-letter-wrapper .row .col-md-9 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .news-letter-wrapper .row .col-md-9 {
    width: 100%;
  }
}
.news-letter-wrapper .row .col-md-3 {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .news-letter-wrapper .row .col-md-3 {
    width: 100%;
    justify-content: flex-start;
  }
}

ul.link-class {
  list-style: none;
  padding-left: 25px !important;
  margin-bottom: 0;
  column-count: 2;
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  ul.link-class {
    column-count: 1;
    padding-left: 18px !important;
    max-width: 100%;
  }
}
ul.link-class li {
  position: relative;
}
ul.link-class li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: -15px;
  top: 10px;
  background: #4A4A4A;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  ul.link-class li:not(:last-child) {
    margin-bottom: 2px;
  }
}
ul.link-class li a {
  color: #4A4A4A;
}

table.contenttable {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  margin-top: 20px;
}
table.contenttable tbody tr:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
table.contenttable tbody tr th, table.contenttable tbody tr td {
  padding: 11px 0px;
}

.row.column-grid-2 {
  margin-top: 85px;
  margin-bottom: 83px;
  --bs-gutter-x: 87px;
}
@media screen and (max-width: 1199px) {
  .row.column-grid-2 {
    --bs-gutter-x: 65px;
  }
}
@media screen and (max-width: 767px) {
  .row.column-grid-2 {
    --bs-gutter-x: 20px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 560px) {
  .row.column-grid-2 {
    --bs-gutter-x: 10px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.row.column-grid-2 .frame-type-text, .row.column-grid-2 .frame-type-textmedia, .row.column-grid-2 .container {
  max-width: 100%;
  padding: 0;
}
.row.column-grid-2 .frame-type-text header {
  margin-bottom: 20px;
}
.row.column-grid-2 .frame-type-cardelement {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .row.column-grid-2 .frame-type-cardelement {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
.row.column-grid-2 .frame-type-cardelement .row.card-grid {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 24px;
}
@media screen and (max-width: 767px) {
  .row.column-grid-2 .frame-type-cardelement .row.card-grid {
    --bs-gutter-x: 10px;
  }
}
@media screen and (max-width: 560px) {
  .row.column-grid-2 .frame-type-cardelement .row.card-grid {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 10px;
  }
}
.row.column-grid-2 .frame-type-cardelement .row.card-grid .col-md-4 {
  width: 50%;
}
@media screen and (max-width: 560px) {
  .row.column-grid-2 .frame-type-cardelement .row.card-grid .col-md-4 {
    width: 100%;
  }
}
.row.column-grid-2 .frame-type-cardelement .row.card-grid .col-md-4 .card.card-img-only {
  box-shadow: none;
}

.umzug-section {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 83px;
}
@media screen and (max-width: 1024px) {
  .umzug-section {
    padding-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  .umzug-section {
    padding-left: 11px;
  }
}
@media screen and (max-width: 560px) {
  .umzug-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.umzug-section .row.column-grid-2 .col-md-6:first-child {
  width: 47.89%;
}
@media screen and (max-width: 560px) {
  .umzug-section .row.column-grid-2 .col-md-6:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.umzug-section .row.column-grid-2 .col-md-6:first-child .frame-type-text header {
  margin-top: -6px;
}
.umzug-section .row.column-grid-2 .col-md-6:last-child {
  width: 52.11%;
}
@media screen and (max-width: 560px) {
  .umzug-section .row.column-grid-2 .col-md-6:last-child {
    width: 100%;
  }
}
.umzug-section .row.column-grid-2 .col-md-6:last-child .btn-arrow-gray {
  padding: 14px 63px 14px 49px;
}
@media screen and (max-width: 767px) {
  .umzug-section .row.column-grid-2 .col-md-6:last-child .btn-arrow-gray {
    padding: 13px 55px 13px 42px;
  }
}

.news-related-wrap {
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  width: 100%;
}
.news-related-wrap .news-related {
  width: auto;
  padding: 0;
  border: none;
  display: block;
}

.news-text-wrap {
  margin-bottom: 0px;
}

.news.news-single .article .frame-type-textpic .ce-textpic .ce-gallery figure.image img,
.news.news-single .article .frame-type-textmedia .ce-textpic .ce-gallery figure.image img {
  height: auto;
}

.news.news-single .article .frame-type-textpic.frame-textwithimage .ce-textpic .ce-gallery[data-ce-images="1"] .ce-row .ce-column figure.image figcaption.image-caption {
  position: relative;
  bottom: auto;
}

/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left;
}

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

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: none;
}

.ce-center .ce-outer {
  position: relative;
  float: none;
  right: 0%;
}

.ce-center .ce-inner {
  position: relative;
  float: none;
  right: 0%;
}

.ce-right .ce-gallery {
  float: none;
}

.ce-gallery figure {
  display: block;
  margin: 0;
}

.ce-gallery figcaption {
  display: block;
  caption-side: bottom;
}
@media (min-width: 1500px) {
  .ce-gallery figcaption {
    margin-top: 6px;
  }
}
@media (max-width: 1499px) {
  .ce-gallery figcaption {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .ce-gallery figcaption {
    margin: 5px 12px 0px;
  }
}

.ce-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 0px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 0px;
}

.ce-below .ce-gallery {
  margin-top: 0px;
}

.ce-column {
  margin-right: 0px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 0px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 0px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

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

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-extra-small {
  margin-top: 20px;
}

.frame-space-before-extra-small {
  margin-top: 30px;
}

.frame-space-before-small {
  margin-top: 45px;
}

.frame-space-before-medium {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .frame-space-before-medium {
    margin-top: 50px;
  }
}

.frame-space-before-large {
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .frame-space-before-large {
    margin-top: 50px;
  }
}

.frame-space-before-extra-large {
  margin-top: 154px;
}
@media screen and (max-width: 767px) {
  .frame-space-before-extra-large {
    margin-top: 50px;
  }
}

.frame-space-after-extra-extra-small {
  margin-bottom: 20px;
}

.frame-space-after-extra-small {
  margin-bottom: 30px;
}

.frame-space-after-small {
  margin-bottom: 45px;
}

.frame-space-after-medium {
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .frame-space-after-medium {
    margin-top: 50px;
  }
}

.frame-space-after-large {
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .frame-space-after-large {
    margin-bottom: 50px;
  }
}

.frame-space-after-extra-large {
  margin-bottom: 154px;
}
@media screen and (max-width: 767px) {
  .frame-space-after-extra-large {
    margin-bottom: 50px;
  }
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

.frame-bg-gray {
  background: #F9F9F9;
}

.frame-bg-blue {
  background: #102F82;
  padding: 80px 0px 83px;
}
@media screen and (max-width: 767px) {
  .frame-bg-blue {
    padding: 46px 0px 54px;
  }
}

/* changes */
@media screen and (min-width: 768px) {
  .frame-type-textpic.frame-textwithimage .ce-textpic .ce-gallery[data-ce-images="1"] .ce-row .ce-column figure.image {
    position: relative;
  }
  .frame-type-textpic.frame-textwithimage .ce-textpic .ce-gallery[data-ce-images="1"] .ce-row .ce-column figure.image figcaption.image-caption {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
  }
}
.frame-type-textpic.frame-textwithimage .ce-textpic .ce-gallery:not([data-ce-images="1"]) .ce-row .ce-column {
  height: auto;
}

.frame-type-textpic.frame-textwithimage .ce-textpic .ce-gallery:not([data-ce-images="1"]) .ce-row .ce-column figure.image {
  height: auto;
}

.frame-type-textpic.frame-textwithimage .ce-textpic .ce-gallery:not([data-ce-images="1"]) .ce-row .ce-column + .ce-column {
  margin-top: 20px;
}

.video-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-block .video__img, .video-block .video__icon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  cursor: pointer;
}

.video-block .video__img .focuspoint {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video-block .video__img .focuspoint picture {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.video-block .video__img .focuspoint picture img {
  position: relative;
  left: 0 !important;
  top: 0;
  margin: 0;
  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.video-block .video__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-block .video__icon .play-btn {
  color: #fff;
  font-size: 5rem;
  opacity: 0.9;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.38s ease-in-out;
  -o-transition: all 0.38s ease-in-out;
  transition: all 0.38s ease-in-out;
}

.video-block .video__icon i.fa-play-circle-o:before {
  content: "\f01d";
}

.video-block .video__icon .play-btn svg {
  width: 80px;
  height: 80px;
  display: inline-block;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .video-block .video__icon .play-btn svg {
    width: 60px;
    height: 60px;
  }
}

.video-block .video__icon:hover .play-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

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