@import url("https://use.typekit.net/oia1zma.css");
/* 
font-family: "muli", sans-serif; 
font-weight: 300;
font-style: normal;
font-family: "muli", sans-serif; 
font-weight: 300;
font-style: normal;
*/
.loader {
  left: 0;
  height: 100%;
}
.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
}
.card,
.termina-h a {
  border-right: none;
}
.powermail_submit {
  text-transform: uppercase;
}
.accordion-button::before,
.card button.btn.btn-link.collapsed:after,
.card button.btn.btn-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
:root {
  --whiteColor: #fff;
  --grayColor: #f0f0f0;
  --goldColor: #c1ac6c;
  --darkGoldColor: #8c7a66;
  --darkGrayColor: #4a4a4a;
}
.col-md-4 .tx-videogrid .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
.pageSpace a,
.pageSpace a:hover,
p a {
  text-decoration: underline;
}
b,
strong {
  font-weight: 700;
}
body,
html {
  overflow-x: hidden;
}
.ins-head a,
.ins-head a:hover,
.navbar-nav ul.dropdown-menu a:hover,
.topShortCuts a {
  color: var(--darkGreenColor);
}
.footer a[href^="tel:"],
.pageSpace a {
  color: var(--darkGrayColor);
}
.navbar-toggler,
.owl-dot {
  outline: 0 !important;
}
.videoBlock img {
  object-fit: cover;
  height: 100%;
}
.powermail_submit,
.videoBlock h5 {
  color: var(--darkGreenColor);
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "muli", sans-serif;
  font-weight: 300 !important ;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  background-color: var(--whiteColor);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
}
::-moz-selection {
  color: var(--whiteColor);
  background: var(--darkGoldColor);
}
::selection {
  color: var(--whiteColor);
  background: var(--darkGoldColor);
}
.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: url(../Images/loading.gif) 50% 50% no-repeat var(--whiteColor);
}
.topHeader {
  display: block;
  position: relative;
  background-color: var(--whiteColor);
  width: 100%;
  height: 100vh;
  padding: 0;
  z-index: 3;
}

.topLogo {
  display: block;
  width: 300px;
  height: 100px;
  margin: 8px 0 0px 10px;
}

.topLogo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.ce-bodytext a,
.ce-bodytext a:hover {
  color: var(--darkGoldColor);
  text-decoration: none;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shortCuts a,
.topShortCuts a,
.top_logo {
  transition: 0.2s ease-in-out;
}
.pageSpace {
  padding: 6em 0;
}

.pageSpace50 {
  padding: 50px 0;
}
img {
  max-width: 100%;
  width: 100%;
}
.mainTxt img.image-embed-item {
  border-radius: 0 90px 0 0;
  border: 2px solid var(--goldColor);
}

.checkbox,
.navbar-nav li a,
.navbar-toggler,
.powermail_submit,
.shortCuts,
.shortCuts a,
.top_logo {
  display: inline-block;
}
@-webkit-keyframes backgroundScroll {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes backgroundScroll {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.boxSec1 .image-embed-item,
.boxSec3 .image-embed-item,
.userSecContent .image-embed-item {
  border: 2px solid var(--goldColor);
  border-radius: 90px 0 0 0;
}
.boxSec2 .image-embed-item,
.userSecContent .ce-col:nth-child(2) .image-embed-item {
  border: 2px solid var(--goldColor);
  border-radius: 0 90px 0 0;
}

.navbar-nav li a,
.scrolla h3,
.termina-h,
.videoBlock.stndalone {
  position: relative;
}
.top_logo img {
  width: 100%;
}

.topimg_section img {
  width: 1200px;
}
.topimg_section {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100vh;
  padding: 0 0 3em;
}
.ce-col.col-md-6.kontaktSection .frame,
video {
  width: 100%;
}
.navbar-nav li a,
.scrolla,
.scrolla h3,
.topShortCuts a,
.topTxt,
.topTxt p,
.videoBlock h5,
a.STEF_back-to-top,
p.lead a i {
  text-align: center;
}
.shortCuts {
  /* position: absolute; */
  /* right: 0;
  top: 0; */
  z-index: 10;
  background: var(--grayColor);
  width: 100%;
  text-align: center;
  padding: 2px 0 0 0;
}
.stickyshort {
  z-index: 70;
  position: fixed;
  top: 0;
  left: 0;
  padding: 6px 0;
}

.shortCuts a {
  color: var(--goldColor);
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  padding: 5px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.shortCuts a:last-child:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.shortCuts a:hover {
  color: var(--darkGrayColor);
}
.navbar-nav li a:hover {
  color: var(--goldColor);
  text-decoration: none;
  &:after {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0px;
    border-bottom: 2px solid var(--goldColor);
  }
  &:before {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: -3px;
    border-bottom: 2px solid var(--goldColor);
  }
  &:before {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: -3px;
    border-top: 2px solid var(--goldColor);
  }
  &:after {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0px;
    border-top: 2px solid var(--goldColor);
  }
}
a[href^="tel:"] {
  text-decoration: none;
}
.ins-head a,
.navbar-nav li a,
.videoBlock a {
  text-decoration: none !important;
}
.shortCuts a img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: bottom;
}
.topShortCuts {
  position: absolute;
  top: 100px;
  right: 45px;
}
.topShortCuts a {
  display: block;
  width: 80px;
  height: 80px;
  background: var(--whiteColor);
  line-height: 85px;
  border-radius: 50%;
  margin-bottom: 18px;
  font-size: 25px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

h1 {
  color: var(--goldColor);
  font-size: 70px;
  line-height: 90px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.mainSec {
  background: transparent linear-gradient(180deg, #eaeaeaf7 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
}
a.float_Btn {
  transform: matrix(0, -1, 1, 0, 0, 0);
  top: 350px;
  padding: 13px;
  border-radius: 50px 0 50px 50px;
  background-color: var(--goldColor);
  color: var(--whiteColor);
  position: fixed;
  right: -45px;
  z-index: 2;
}
a.float_Btn:hover {
  text-decoration: none;
  background-color: var(--darkGrayColor);
}

h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 25px;
  color: var(--darkGrayColor);
}
h3 {
  font-size: 30px;
  line-height: 40px;
  color: var(--darkGoldColor);
  margin-bottom: 25px;
}
h4 {
  font-size: 25px;
  line-height: 25px;
  color: var(--darkGrayColor);
  margin-bottom: 23px;
}
.boxSec2 .mainBtn {
  text-align: center;
}
.boxSec1 .mainBtn {
  width: 90%;
  text-align: center;
}

h3.LeftMainTitle::after {
  content: "";
  width: 100%;
  border: 2px solid var(--darkGoldColor);
  display: block;
  margin-top: 6px;
  position: absolute;
  left: 0;
  z-index: -2;
}
.float_Btn {
  display: none;
}
h3.RightMainTitle::after {
  content: "";
  width: 76%;
  border: 2px solid var(--darkGoldColor);
  display: block;
  margin-top: 6px;
  margin-left: 516px;
  margin-bottom: 70px;
}
.userSecContent {
  background: transparent linear-gradient(0deg, #eaeaeaf7 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
}
.userSecContent h3 {
  margin-top: 50px;
  text-align: end;
  margin-right: 61px;
}

.boxSec1,
.boxSec2,
.boxSec3 {
  padding: 0;
}
.boxSec1,
.boxSec2,
.boxSec3 {
  position: relative;
  width: 1320px;
  height: 673px;
  top: 0;
  margin: 0 auto 55px;
}
.boxSec1 .container,
.boxSec3 .container {
  background: var(--grayColor);
  width: 79%;
  height: 100%;
  margin-right: 105px;
}
.boxSec1 .row .ce-col:first-of-type,
.boxSec3 .row .ce-col:first-of-type {
  position: absolute;
  top: -35px;
  left: 80px;
}
.boxSec1 .row .ce-col:nth-of-type(2),
.boxSec3 .row .ce-col:nth-of-type(2) {
  position: absolute;
  right: -70px;
  top: 104px;
  padding-right: 14.5%;
}
.boxSec1 a.mainBtn {
  padding: 11px 9px 9px 9px;
}

.boxSec1 .container::before,
.boxSec3 .container::before {
  content: "";
  border: 2px solid var(--goldColor);
  width: 15px;
  position: absolute;
  top: 16px;
  right: 120px;
}
.boxSec1 .container::after,
.boxSec3 .container::after {
  content: "";
  border: 2px solid var(--goldColor);
  width: 15px;
  position: absolute;
  top: 655px;
  right: 120px;
}
.boxSec2 .container {
  background: var(--goldColor);
  width: 79%;
  height: 100%;
  margin-left: 106px;
}
.boxSec2 .row .ce-col:first-of-type {
  position: absolute;
  left: 160px;
  top: 108px;
  padding-right: 260px;
}
.boxSec2 .row .ce-col:nth-of-type(2) {
  position: absolute;
  top: -35px;
  right: 80px;
}
.boxSec2 .container::before {
  content: "";
  border: 2px solid var(--white);
  width: 15px;
  position: absolute;
  top: 13px;
  left: 120px;
}
.boxSec2 .container::after {
  content: "";
  border: 2px solid var(--white);
  width: 15px;
  position: absolute;
  top: 655px;
}
.boxSec2 h3,
.boxSec2 h2,
.boxSec2 p {
  color: var(--whiteColor);
}
.first-col {
  z-index: 4;
}

.userSecContent {
  position: relative;
  z-index: 1;
}
.backLayer {
  width: 1800px;
  height: 732px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent linear-gradient(180deg, #eaeaeaf7 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  top: 269px;
  z-index: -1;
  left: -20px;
}
.footerBg {
  background-color: var(--goldColor);
  padding-top: 25px;
}
p,
table.contenttable td,
ul li {
  font-size: 18px;
  line-height: 25px;
  color: var(--darkGrayColor);
}

nav ul li {
  margin-left: 10px;
}
ul {
  padding-left: 20px;
}

ul li p {
  margin-bottom: 12px;
}
table.contenttable td {
  padding: 1px 4px;
}
a.termin_button {
  width: 146px;
  height: 146px;
  position: absolute;
  z-index: 12;
  top: -50px;
  left: 10px;
  animation: 1s ease-in-out infinite alternate swing;
  transform-origin: center -20px;
}

.navbar-nav li a,
.navbar-nav ul.dropdown-menu a {
  font-weight: 300;
  text-transform: inherit;
}
.accordion-item header,
.card .card-body header,
.dropdown-toggle::after,
.dropdown_block,
.nav_btns .mainBtn::after,
.termin_mob_show,
.tx-powermail h3,
.txt_topbanner div#c8466,
header h2,
legend.powermail_legend {
  display: none;
}
ul.dropdown-menu {
  border-bottom: 0 solid var(--goldColor);
  background: var(--whiteColor);
  box-shadow: 0 3px 6px #00000029;
  position: ABSOLUTE;
  left: 0 !important;
  top: 100% !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: 100;
  transform: none !important;
  border: none;
  text-transform: none;
}

nav.navbar-light.navbar-expand-md {
  position: relative;
  padding: 0;
}
.navbar-nav ul.dropdown-menu {
  padding: 0 30px;
  overflow-y: scroll;
  height: auto;
}
.navbar-nav li:nth-of-type(2) .dropdown-menu {
  height: auto;
}
.navbar-nav ul.dropdown-menu a {
  font-size: 18px;
  display: block;
  line-height: 25px;
  text-align: center !important;
  color: var(--darkGrayColor);
  margin: 0;
  text-align: center;
  padding: 15px 0px;
  margin-left: -15px;
}
.navbar-nav ul.dropdown-menu a.active_nav {
  &:after {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 15px;
    border-bottom: 2px solid var(--goldColor);
  }
  &:before {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 15px;
    border-bottom: 2px solid var(--goldColor);
  }
  &:before {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 15px;
    border-top: 2px solid var(--goldColor);
  }
  &:after {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 15px;
    border-top: 2px solid var(--goldColor);
  }
}
.active--collapse button.accordion-button,
.copyright a:hover,
.navbar-nav li a.active_nav,
.navbar-nav ul.dropdown-menu a:hover {
  color: var(--goldColor);
}
nav .row {
  align-items: end !important;
}
a.active_nav {
  &:after {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0px;
    border-bottom: 2px solid var(--goldColor);
  }
  &:before {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: -3px;
    border-bottom: 2px solid var(--goldColor);
  }
  &:before {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: -3px;
    border-top: 2px solid var(--goldColor);
  }
  &:after {
    display: block;
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0px;
    border-top: 2px solid var(--goldColor);
  }
}

nav.navbar-light .col-md-10.col-xs-12 {
  position: static;
  padding-right: 0;
}
ul.navbar-nav {
  padding: 0 10px;
  text-transform: uppercase;
}
.navbar-nav li a {
  font-size: 18px;
  color: var(--darkGrayColor);
  line-height: 25px;
  padding: 20px 10px;
  outline: 0;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}
.navbar-nav li a i {
  font-size: 15px;
  margin-left: 5px;
}
button.navbar-toggler {
  border: none !important;
  padding: 0;
  z-index: 1000;
  float: right;
  margin: 0 20px;
  position: relative;
  top: -65px;
}
.navShortcuts a {
  display: block;
  margin-bottom: 25px;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 49px;
  height: 2px;
  background-color: var(--darkGoldColor);
  border-radius: 2px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  margin: 10px auto 0;
}
.navbar-toggler .open .icon-bar:first-of-type {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
  -webkit-transform-origin: -5% 0%;
  -ms-transform-origin: -5% 0%;
  transform-origin: -5% 0;
}
.navbar-toggler .open .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler .open .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.navbar-toggler .icon-bar:first-of-type,
.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}

header.FixNav {
  position: relative;
  z-index: 50;
  background: var(--lightGrayColor);
  box-shadow: none;
}

.FixNav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 20;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.pl-5,
.px-5 {
  padding-left: 5rem !important;
}
.teams_block .ce-textpic h2,
span.termina-h .row {
  margin: 0;
}
a.STEF_back-to-top {
  position: absolute;
  right: 54px;
  bottom: 511px;
  width: 45px;
  height: 45px;
  line-height: 55px;
  border-radius: 50%;
  background-color: var(--darkGoldColor);
  color: var(--white);
  box-shadow: 0px 3px 6px #00000029;
  z-index: 2;
}
.STEF_back-to-top i {
  font-size: 25px;
}
.card {
  border-radius: 0;
  border-bottom: solid 1px var(--goldColor);
  border-left: none;
  border-top: none;
  margin-bottom: 25px;
  background: 0 0;
}
.card .card-body {
  padding: 10px 15px;
}
.card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.card button.btn.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: var(--goldColor);
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 10px;
}
.card button.btn.btn-link:after {
  content: "\f068";
  float: right;
  color: var(--goldColor);
  font-size: 16px;
}
.card button.btn.btn-link.collapsed:after {
  content: "\f067";
  color: var(--goldColor);
  font-size: 16px;
  margin-top: 0;
}
.powermail_fieldwrap_type_date input,
input[type="email"],
input[type="text"],
select,
textarea {
  width: 100%;
  border: 1px solid var(--darkGoldColor);
  color: var(--whiteColor);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  padding: 8px;
  resize: vertical;
  margin: 1px 0 20px;
  outline: 0;
  border-radius: 4px;
  background: var(--goldColor);
  font-size: 18px;
}
.powermail_fieldwrap_type_date input:focus,
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  background: var(--goldColor);
  border: 1px solid var(--darkGoldColor);
}
.videoBlock.stndalone i,
hr {
  background-repeat: no-repeat;
  background-size: contain;
}
.powermail_submit {
  vertical-align: middle;
  border-radius: 30px;
  padding: 15px 50px 10px 50px;
  color: var(--whiteColor) !important;
  font-size: 20px;
  background-color: var(--goldColor);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 7px;
  opacity: 1;
  font-weight: 300;
  border: 2px solid var(--darkGoldColor);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 1em;
  outline: 0;
  width: 100%;
}
.powermail_submit:active,
.powermail_submit:focus,
.powermail_submit:hover {
  opacity: 1;
  border: 2px solid var(--darkGoldColor);
  background: var(--whiteColor);
  color: var(--goldColor) !important;
}
#instaFeed.owl-carousel.owl-drag .owl-item,
.tx-powermail .container-fluid {
  padding: 0;
}
label.powermail_label {
  font-size: 20px;
  color: var(--darkGrayColor);
  font-weight: 300;
  margin-bottom: 15px;
}
.powermail_field_error_container.powermail_field_error_container_marker_01 {
  margin-top: 10px;
  clear: both;
  width: 100%;
}
.checkbox {
  width: 50%;
  vertical-align: top;
  cursor: pointer;
}
.checkbox label {
  display: flex;
  align-items: baseline;
}
.nav_btns .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.nav_btns .frame p {
  width: 24%;
  margin: 5px;
}

.nav_btns .frame p a {
  display: block;
  text-align: center;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  margin-right: 10px;
}
.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
input#powermail_field_marker_01 {
  width: 49%;
}
.tx-powermail,
p.lead {
  margin-top: 0em;
}
.powermail-errors-list {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 8px 10px;
  list-style: none;
  border-radius: 4px;
}
.accordion-header,
.accordion-item {
  background-color: transparent;
}
.powermail-errors-list li {
  color: #721c24;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.videoBlock a,
.videoBlock h5 {
  font-size: 22px;
  color: var(--whiteColor);
}
.tx-videogrid .col-4 {
  margin-bottom: 35px;
  margin-top: 35px;
}
.videoBlock {
  position: relative;
  height: 303px;
  border: 2px solid var(--goldColor);
  border-radius: 8px;
}
.owl-theme .owl-dots,
.termina,
.topTxt,
.videoBlock a,
a.bac-an:after {
  position: absolute;
}
.videoBlock.stndalone img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.video-txt.stndalone h5 {
  color: var(--whiteColor);
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  margin: 8px 0;
}
.videoBlock.stndalone i {
  font-size: 0px;
  width: 80px;
  height: 100px;
  background-image: url("/fileadmin/user_upload/kabe-website/icons/play.svg");
}
.videoBlock a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  font-weight: 300;
  line-height: 40px;
  background: var(--whiteColor);
  top: 0;
  opacity: 0.8;
  z-index: 2;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  border-radius: 0;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videoBlock a:hover {
  opacity: 0.7;
}
.videoBlock h5 {
  margin-top: 0em;
  color: black;
  font-size: 25px;
  line-height: 40px;
}
.videoBlock i {
  font-size: 60px;
  color: var(--goldColor);
}
.video-txt {
  position: absolute;
  top: 200px;
}
.tx-videogrid {
  padding-top: 1.5rem;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.termina .container {
  border-radius: 6px;
  background: var(--goldColor);
  max-width: 100%;
  padding: 15px 15px 10px;
  margin: -9px 0 0 0;
}
.termina p {
  color: var(--whiteColor) !important;
}
.owl-container .owl-carousel .owl-nav button.owl-next,
.owl-container .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
  font-size: 35px;
}
.owl-theme .owl-dots {
  bottom: 10px;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px !important;
  background: var(--whiteColor) !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #dadada !important;
}
.topTxt {
  bottom: 15px;
  right: 0;
  left: 0;
  z-index: 1;
}
.owl-container .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: var(--goldColor);
  text-decoration: none;
  outline: 0;
}
.topTxt p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: var(--whiteColor) fff;
  font-size: 70px;
  font-weight: 300;
  line-height: 76px;
}
.termina-h a {
  position: relative;
  z-index: 10;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.termina {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  right: -5px;
  top: 36px;
  z-index: 1000;
  width: 330px;
}
.termina table.contenttable {
  width: 100%;
  text-align: left;
}
.termina table.contenttable tr td:first-child {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
}
.termina table.contenttable td {
  color: var(--darkGreenColor);
  font-size: 20px;
  line-height: 25px;
  padding: 1px 4px;
}

.active--collapse .accordion-button::before {
  color: var(--beigeColor);
  content: "\f068";
}
.accordion-button::before {
  position: absolute;
  color: var(--goldColor);
  right: 15px;
  top: 12px;
  font-size: 35px;
  content: "\2b";
}
.accordion-item {
  border: 2px solid #c1ac6c;
  border-radius: 8px;
  margin: 12px 0;
}
.accordion-header {
  margin: 0;
  display: block;
  line-height: unset;
  border-radius: 0;
  padding: 12px 28px;
  z-index: 1;
  position: relative;
}
.accordion-button {
  letter-spacing: 0px;
  padding: 0;
  border: none;
  background: 0 0;
  outline: 0 !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 22px;
  line-height: 30px;
  color: var(--darkGrayColor);
}

.accordion-body {
  padding: 15px 28px;
}
.accordion-body table.contenttable td {
  padding-bottom: 20px;
}
.accordion-item.active--collapse {
  border: 2px solid var(--goldColor);
}
.accordion-body img {
  margin-right: 20px;
}
.videoSec {
  background: transparent linear-gradient(0deg, #eaeaeaf7 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
}
.videoSec .RightMainTitle {
  text-align: end;
  margin-right: 170px;
}
#instaFeed.owl-carousel.owl-drag .owl-item .item a.ima {
  margin: 0;
  height: 365px;
  overflow: hidden;
  position: relative;
  display: block;
}
#instaFeed.owl-carousel.owl-drag .owl-item a.ima img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#instaFeed .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 5px 4px;
  background: #d0d0d0;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#instaFeed .owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #c61a61;
}
#instaFeed .owl-dots {
  padding: 15px;
  text-align: center;
  bottom: -54px;
}
.ins-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
  padding: 12px 10px;
  border: 1px solid #eee;
}
.ins-head span {
  font-size: 12px;
  font-weight: 700;
}
.ins-head i {
  font-size: 24px;
  margin-top: 7px;
}
.owl-carousel .item .ins-head img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
a.bac-an {
  position: relative;
  display: inline-block;
}
a.bac-an:after {
  background: -webkit-linear-gradient(left top, #dc143c 0, #f90 100%);
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
  left: -2px;
  top: -2px;
  animation: 5s linear infinite spina;
}
@keyframes spina {
  100% {
    transform: rotate(360deg);
  }
}
#instaFeed .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
#instaFeed.owl-theme .owl-dots {
  bottom: -70px;
}
#instaFeed.owl-theme .owl-dots .owl-dot span,
#instaFeed.owl-theme .owl-dots .owl-dot.active span,
#instaFeed.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--goldColor) !important;
}
.topPadd {
  padding-top: 116px;
}
.section.section-default.arrows_section {
  margin-top: -35px;
  padding-bottom: 2em;
}
.mapSection .container,
.nav_btns .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.footer .container {
  background-color: #fff;
  padding: 2em 0em;
  border-radius: 0 0 90px 0;
  max-width: 95%;
  height: 522px;
}
.footer .row .ce-col:first-of-type {
  padding: 30px 0 0 200px;
}
.footer .row .ce-col:nth-child(2) {
  padding: 30px 0 0 150px;
}
.footer .row .ce-col:nth-child(3) {
  padding: 30px 26px 0 100px;
}
.pdf-icon {
  width: 20px;
  margin-right: 10px;
}
.footer .row:last-of-type {
  margin-left: -50px;
}

.footer a.mainBtn:after {
  /* content: "\f274"; */
  content: "\f784";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: left;
  font-size: 25px;
  margin-left: -24px;
  margin-top: -3px;
  margin-right: 35px;
}

.footer {
  padding: 2em 0 0.7em 0;
  position: relative;
}

.footer figure.image {
  width: 150px;
}

.mainTxt {
  padding: 3em 0 0 0;
}
.mainTxt .row {
  margin-top: 3em;
}
.containerBg {
  background-color: var(--goldColor);
  margin-top: 5em;
  padding: 2em 0px;
}
.containerBg .container {
  background-color: #fff;
  padding: 3em 11em;
  border-radius: 0 0 90px 0;
  max-width: 1050px;
}

.containerBg p {
  margin-left: 20px;
  text-align: center;
}
.mapSection iframe {
  margin-bottom: -10px;
}
.copyright {
  margin: 0 0 0 -44px;
}
.copyright a,
.copyright p {
  font-size: 13px;
  text-align: start !important;
  color: var(--white);
}

.copyright_block .container {
  max-width: 90%;
}
.box_border {
  border-left: 1px solid var(--beigeColor);
  border-right: 0px solid var(--beigeColor);
}
.copyright .col-md-6 {
  margin: 0;
  padding: 0;
}
.fade-in-image {
  animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a.mainBtn {
  font-size: 18px;
  display: inline-block;
  border: 2px solid var(--darkGoldColor);
  color: var(--darkGoldColor);
  padding: 14px 63px 12px 63px;
  margin-top: 1em;
  line-height: 25px;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  text-decoration: none !important;
}
.footer a.mainBtn {
  border: none;
  text-align: center;
  background-color: var(--goldColor);
  color: var(--white);
}
.Nav_shortCuts,
a.mainBtn:before {
  position: absolute;
  top: 0;
  right: 0;
}
.Nav_shortCuts a,
a,
p.lead a {
  text-decoration: none;
}

a.mainBtn:focus,
a.mainBtn:hover {
  border: 3px solid;
}
.boxSec2 a.mainBtn:focus,
.boxSec2 a.mainBtn:hover {
  border: 3px solid;
}

.boxSec2 a.mainBtn {
  color: var(--whiteColor);
  border: 2px solid var(--white);
}

.footer h3.text-center::after {
  content: "";
  border: 2px solid var(--darkGoldColor);
  width: 570px;
  margin: 11px auto;
  height: 55pz;
  display: block;
}
.footer h4:first-of-type {
  margin-bottom: 35px;
}
.footer::before {
  content: "";
  border: 2px solid var(--goldColor);
  width: 15px;
  position: absolute;
  top: 55px;
  left: 50px;
}
.footer::after {
  content: "";
  border: 2px solid var(--goldColor);
  width: 15px;
  position: absolute;
  top: 540px;
  left: 50px;
}

a.mainBtn:before {
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  border: 2px solid var(--beigeColor);
  background: var(--beigeColor);
  color: var(--darkGreenColor);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 30px;
}

.gallery_section .image.fade-in {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.gallery_section figure.image {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
}
form.powermail_form.powermail_form_50 {
  padding: 0 8em;
}
.tx-videogrid .row {
  justify-content: center;
}
::placeholder {
  color: var(--whiteColor);
}
::-webkit-input-placeholder {
  color: var(--whiteColor);
}
::-moz-placeholder {
  color: var(--whiteColor);
}
:-ms-input-placeholder {
  color: var(--whiteColor);
}
::-ms-input-placeholder {
  color: var(--whiteColor);
}
.Nav_shortCuts a {
  color: var(--goldColor);
  padding: 15px;
  display: inline-block;
}
.Nav_shortCuts a:hover {
  color: var(--lightBeigeColor);
}
.ce-accordion-body.accordion-body h3 {
  font-size: 20px;
}
.my-5 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
/* .top_nav .navbar-nav li a {
  padding: 24px 10px 10px;
}
.top_nav .navbar-nav ul.dropdown-menu a {
  padding: 0 15px;
} */
.top_nav ul.navbar-nav li:first-child a {
  line-height: 35px;
}

.video_section .col-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.video_section .videoBlock {
  position: relative;
  height: 600px;
}
.topHeader .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.topHeader_logo {
  position: absolute;
  z-index: 2;
  width: 690px;
  height: 190px;
  /* background: transparent linear-gradient(180deg, #FFFFFF00 25%, #FFFFFFD5 90%, #FFFFFF 100%) 0% 0% no-repeat padding-box; */
  top: 60%;
  left: 15%;
}
div#c16476 {
  display: none;
}
header nav {
  background-color: var(--white);
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
.topHeader .item {
  height: 100vh;
  width: 100%;
}
.topHeader .owl-carousel .owl-item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  transform: translate(0%, -50%);
}
.topHeader nav.navbar-light {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}

.topHeader .shortCuts {
  top: 11px;
}
.scrolla {
  position: absolute;
  right: 0;
}
header.FixNav {
  position: relative;
  z-index: 3;
  background: var(--lightBeigeColor);
  box-shadow: 0 3px 6px #0000001f;
}
.shortCuts a i {
  margin-right: 8px;
}
.shortCuts a:last-child i {
  font-size: 33px;
  vertical-align: sub;
}
.shortCuts a {
  padding: 5px 11px;
}
.scrolla {
  bottom: 50px;
  left: 0;
  z-index: 10;
  color: var(--darkGoldColor);
  -webkit-animation: 2s infinite bounce;
  animation: 2s infinite bounce;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
}

.scrolla p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: var(--darkGreenColor);
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.teaser_block .ce-textpic .ce-bodytext {
  padding: 2em;
  background-color: var(--darkGreenColor);
  box-shadow: 0 3px 6px #00000012;
  border-radius: 25px;
  width: 88%;
  margin: -60px auto 0;
  position: relative;
  z-index: 2;
}
.teaser_block .ce-textpic .ce-bodytext p {
  color: var(--whiteColor);
}
.teaser_block .col-md-4 {
  padding-right: 8px;
  padding-left: 8px;
}
.info_row .container {
  max-width: 100%;
  padding: 0;
}
.info_row {
  background-color: var(--beigeColor);
  position: relative;
}
.info_row h2 {
  color: var(--lightBeigeColor);
  padding: 100px 100px;
  margin: 0;
}
div#c14299 {
  position: absolute;
  width: 752px;
  height: 630px;
  top: 25%;
  z-index: 1;
  right: 12px;
  background-image: url("/fileadmin/user_upload/mala/mala_c752x630_shapedesctop.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0em 5em 5em 7em;
}

div#c14264 figure.image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--lightBeigeColor);
  position: relative;
  margin: -90px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#c14264 figure.image img {
  width: 55px;
  height: 55px;
}
.arrows_section .ce-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  width: 90px;
  margin: 0 auto;
}

.arrows_section figure.image {
  margin: 0;
  width: 32px;
  height: 32px;
  padding: 0 3px;
  cursor: pointer;
}
.light_bgColor {
  background-color: var(--lightBeigeColor);
}
.owl-nav img {
  width: 20px;
  height: 20px;
}
div#c14253,
div#c14252 {
  z-index: 2;
  position: relative;
}

.scrolla img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.owl-stage-outer:after {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff00 25%, #ffffffd5 90%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  width: 100%;
  height: 100vh;
  /* z-index: 2; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup h1,
.popup h5 {
  font-weight: 400 !important;
}

.popup,
.popup-full {
  height: 100%;
  max-height: 100%;
  bottom: 0;
}

.popup {
  position: relative;
  /* left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    background: rgba(72, 72, 72, .8);
    z-index: 1000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s */
}

.popup h5 {
  color: #4a4a4a !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.popup-full {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.popup-closed {
  bottom: -100% !important;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.popup-start {
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
}

.popup .container {
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 60%;
  margin: auto;
  background: #fff;
  height: 80vh;
  display: block;
  border: 1px solid #484848;
  padding: 2em;
  overflow-x: auto;
}

.popup .container * {
  text-align: initial;
}

.popup .container p {
  color: var(--darkGrayColor);
  font-size: 18px;
  line-height: 24px;
}

.popup .container h2 {
  color: #d9876f;
  font-size: 35px;
  margin: 15px 0;
}

.popup .container .frame-type-text a {
  background: var(--goldColor);
  color: #fff;
  padding: 14px 25px;
  display: inline-block;
  border-radius: 11px;
  margin-top: -35px;
  font-size: 18px;
  position: relative;
  text-decoration: none;
}

.popup .container .frame-type-text a:hover {
  background: #fff;
  color: var(--goldColor);
  border: 1px solid var(--goldColor);
}

div#c21818 {
  background: #d9876f;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 33px;
}

div#c21818 h1 {
  font-size: 33px;
  color: #fff;
  margin: 0;
}
.popup .btn-close {
  color: #000;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 20px;
  font-size: 30px !important;
  line-height: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  background: rgba(72, 72, 72, 0.8);
  z-index: 1000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.popup .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
.popup .col-md-4 figure {
  width: 285px;
}
.popup .ce-column {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1068px) {
  .popup .container {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 1em;
    padding-top: 5.2em;
    height: 67vh;
  }

  .popup .container .frame-type-text a {
    margin-top: 11px;
    font-size: 16px;
  }

  div#c21818 h1,
  .popup .container h2 {
    font-size: 22px;
  }

  .popup .btn-close {
    font-size: 0;
  }

  div#c21818 {
    padding: 10px 15px;
  }

  .popup .container p {
    font-size: 16px;
  }
  .popup .btn-close {
    top: 21px;
  }

  .popup .container h2 {
    margin: 4px 0;
  }
}

@media only screen and (max-width: 768px) {
  .popup .container {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 1em;
    padding-top: 7.2em;
    height: 67vh;
  }

  .popup .container .frame-type-text a {
    margin-top: 11px;
    font-size: 16px;
  }

  div#c21818 h1,
  .popup .container h2 {
    font-size: 22px;
  }

  .popup .btn-close {
    font-size: 0;
  }

  div#c21818 {
    padding: 10px 15px;
  }

  .popup .btn-close {
    top: 45px;
  }

  .popup .container p {
    font-size: 16px;
  }
}
