@import url("https://use.typekit.net/xan1eql.css");
/* 
font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
*/

:root {
  --whiteColor: #fff;
  --blackColor: #000000;
  --lightGray: #faf7f7;
  --darkGrayColor: #555555;
  --grayColor: #b7b6a3;
  --titleGray: #878787;
  --orangeColor: #f7a941;
  --greenColor: #bac225;
}

.loader {
  left: 0;
  height: 100%;
}

.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
  background: var(--whiteColor);
}

.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;
}

.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);
}

.pageSpace a {
  color: var(--grayColor);
}

.footer a[href^="tel:"] {
  color: var(--whiteColor);
}

.navbar-toggler,
.owl-dot {
  outline: 0 !important;
}

.videoBlock img {
  object-fit: cover;
}

.powermail_submit,
.videoBlock h5 {
  color: var(--darkGreenColor);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  background: var(--lightGray);
}

::-moz-selection {
  color: var(--whiteColor);
  background: var(--orangeColor);
}

::selection {
  color: var(--whiteColor);
  background: var(--orangeColor);
}

.loader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: url(../Images/loading.gif) 50% 50% no-repeat var(--whiteColor);
}

.teaser_block .owl-container {
  display: none;
}

.ce-bodytext a,
.ce-bodytext a:hover {
  color: var(--grayColor);
  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;
}

div#navbarNavDropdown {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_logo {
  transition: 0.2s ease-in-out;
}

.pageSpace {
  padding: 4em 0;
}

img {
  max-width: 100%;
}

.checkbox,
.navbar-nav li a,
.navbar-toggler,
.powermail_submit,
.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);
  }
}

.top_logo {
  width: 529px;
  height: 140px;
  margin: 15px 30px;
  display: block;
}

.teaser_block figure.image a {
  position: relative;
  overflow: hidden;
  height: 270px;
  display: block;
}

.container.hero_img {
  padding: 0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c6cdde;
}

::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #c6cdde;
  border-radius: 46px;
}

.navbar-nav li a,
.scrolla h3,
.termina-h,
.videoBlock.stndalone {
  position: relative;
}

.top_logo img,
.videoBlock img,
img.image-embed-item {
  width: 100%;
  height: 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;
}

/* .mainTxt {
  padding: 8em 12em 0 8em;
} */
.mainTxt .container {
  max-width: 50%;
}

.top_inner_txt {
  padding-top: 12rem;
}

.mainTxt h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 15px;
  background-color: #b59550;
}

.shortCuts {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

.shortCuts a {
  color: var(--lightGray);
  font-size: 18px;
  line-height: 21px;
  margin-right: 14px;
  text-decoration: none;
}

.shortCuts a img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
}

.shortCuts a[href^="tel:"] {
  color: var(--lightGray);
  text-decoration: none;
}

.navbar-nav li a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: var(--blueColor);
  text-decoration: none;
}

.ins-head a,
.navbar-nav li a,
.videoBlock a {
  text-decoration: none !important;
}

ul.dropdown-menu li:first-child a {
  font-size: 20px;
  background-image: none;
  line-height: 34px;
  margin: 9px 0;
  width: auto;
}

.top_space {
  padding-top: 60px;
}

.teaser_block h2 img {
  width: 35px !important;
  display: inline-block;
  height: 35px !important;
  object-fit: contain;
  vertical-align: top;
  margin-right: 15px;
}

h1 {
  color: var(--grayColor);
  font-size: 50px;
  line-height: 56px;
}

h2 {
  color: var(--titleGray);
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 25px;
}

h3 {
  font-size: 28px;
  line-height: 32px;
  color: var(--grayColor);
  margin-bottom: 25px;
}

p,
table.contenttable td,
ul li {
  font-size: 20px;
  line-height: 26px;
  color: var(--darkGrayColor);
}

ul {
  padding-left: 20px;
}

ul li p {
  margin-bottom: 12px;
}

table.contenttable td {
  padding: 1px 4px;
}

.navSection {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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,
.navbar-nav ul.dropdown-menu a:before,
.navbar-nav ul.dropdown-menu a:hover:before,
.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: -20px !important;
  top: 100% !important;
  margin-top: -1px;
  border-radius: 0;
  z-index: 100;
  padding: 1em;
  transform: none !important;
  border: none;
}

header.FixNav {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}

.navSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* background: transparent -webkit-gradient(linear, right top, left top, from(#F7A941), color-stop(51%, #D2B830), to(#BAC225)) 0% 0% no-repeat padding-box;
background: transparent -o-linear-gradient(right, #F7A941 0%, #D2B830 51%, #BAC225 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(270deg, #F7A941 0%, #D2B830 51%, #BAC225 100%) 0% 0% no-repeat padding-box; */
  /* -webkit-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029; */
  padding: 0 10px;
}

nav .container-fluid {
  padding: 0;
}

nav.navbar-light.navbar-expand-md {
  position: relative;
  padding: 0;
}

.navbar-nav ul.dropdown-menu a {
  font-size: 20px;
  padding: 0 15px;
  display: block;
  line-height: 34px;
  text-align: left;
  color: var(--darkGreenColor);
  margin: 9px 0;
}

.active--collapse button.accordion-button,
.copyright a:hover,
.navbar-nav ul.dropdown-menu a:hover {
  color: var(--blueColor);
}

.navbar-nav li .active_nav,
.navbar-nav li a:hover {
  color: var(--orangeColor);
}

nav.navbar-light .col-md-10.col-xs-12 {
  position: static;
  padding-right: 0;
}

ul.navbar-nav {
  padding: 0 10px;
}

.navbar-nav li a {
  font-size: 20px;
  color: var(--darkGrayColor);
  line-height: 26px;
  padding: 15px 10px;
  outline: 0;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  position: relative;
}

.navbar-nav li a i {
  font-size: 15px;
  margin-left: 5px;
}

button.navbar-toggler {
  position: relative;
  background-color: transparent;
  right: -7px;
  top: 2px;
  height: 60px;
  border: none;
  width: 65px;
  text-align: center;
  box-shadow: none;
  margin: 0 !important;
  float: none;
  z-index: 50;
  border-radius: 0;
  box-shadow: none;
}

.nav_shortcuts a {
  color: var(--whiteColor);
  text-decoration: none;
  margin: 0 10px;
}

.nav_shortcuts a:hover {
  color: var(--darkGrayColor);
}

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  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: 0 auto;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggler .open .icon-bar:first-of-type {
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  -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;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  opacity: 100%;
  padding-top: 0;
}

.FixNav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.teams_block .ce-textpic h2,
span.termina-h .row {
  margin: 0;
}

a.STEF_back-to-top {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 55px;
  height: 55px;
  line-height: 61px;
  z-index: 2;
  font-size: 18px;
  box-shadow: 0px 3px 6px #00000012;
  border-radius: 5px;
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  display: block;
}

.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: 400;
  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(--darkGrayColor);
  color: var(--darkGrayColor);
  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: 8px 0;
  outline: 0;
  border-radius: 4px;
  background: var(--lightgoldColor);
  font-size: 18px;
}

.powermail_fieldwrap_type_date input:focus,
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  background: var(--lightgoldColor);
  border: 1px solid var(--greenColor);
}

.videoBlock.stndalone i,
hr {
  background-repeat: no-repeat;
  background-size: contain;
}

.powermail_submit {
  vertical-align: middle;
  border-radius: 0;
  padding: 10px 50px;
  color: var(--darkGrayColor) !important;
  font-size: 18px;
  background-color: transparent;
  -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: 400;
  border: 2px solid var(--darkGrayColor);
  -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%;
  border-radius: 30px;
}

.powermail_submit:active,
.powermail_submit:focus,
.powermail_submit:hover {
  opacity: 1;
  border: 2px solid var(--darkGrayColor);
  background: transparent;
  color: var(--darkGrayColor) !important;
}

#instaFeed.owl-carousel.owl-drag .owl-item,
.tx-powermail .container-fluid {
  padding: 0;
}

label.powermail_label {
  font-size: 18px;
  color: var(--darkGrayColor);
  font-weight: 300;
  margin: 5px 0;
}

.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;
  justify-content: center;
}

.nav_btns .frame p {
  width: 32%;
  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: 2em;
}

.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;
}

.videoBlock {
  position: relative;
  height: 274px;
}

.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: 500;
  line-height: 28px;
  background: rgba(74 74 74 / 58%);
  top: 0;
  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 {
  background: rgba(231 199 205 / 0%);
}

.videoBlock h5 {
  margin-top: 1em;
  padding: 0 10px;
}

.videoBlock i {
  font-size: 70px;
  margin-bottom: 0;
  color: var(--whiteColor);
}

.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: 0;
  background: #e6dfb3;
  max-width: 100%;
  padding: 15px 15px 60px;
  margin: 0;
}

.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: 400;
  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(--goldColor);
  content: "\f0d7";
}

.accordion-button::before {
  position: absolute;
  color: var(--blackColor);
  right: 25px;
  top: 14px;
  font-size: 22px;
  content: "\f0d8";
}

.accordion-item {
  border: 2px solid var(--blackColor);
  margin: 12px 0;
  border-radius: 38px;
}

.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: 20px;
  line-height: normal;
  color: var(--blackColor);
}

.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;
}

#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;
}

.arrows_section {
  padding-bottom: 5em;
  position: relative;
}

.arrows_section:before,
.arrows_section:after {
  content: "";
  width: 46%;
  background-color: var(--grayColor);
  display: block;
  position: absolute;
  top: 12px;
  height: 1px;
}

.arrows_section:before {
  left: 0;
}

.arrows_section:after {
  right: 0;
}

.mapSection .container,
.nav_btns .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.txtBlock h3 img {
  margin-right: 10px;
}

.footerBg {
  background: transparent -o-linear-gradient(342deg, #f7a941 0%, #bac225 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(108deg, #f7a941 0%, #bac225 100%) 0%
    0% no-repeat padding-box;
  padding-top: 20px;
  overflow: hidden;
  /* margin-top: -170px; */
}

.contact_box {
  /* top: -170px; */
  position: relative;
  z-index: 50;
  /* padding-left: 10px; */
  /* box-shadow: 0px 7px 12px #0000000A; */
}

.footer .container {
  position: relative;
  /* height: 284px; */
}

.contact_box .col-md-4:last-child {
  padding: 0;
}

.contact_box .col-md-4 {
  padding: 25px 15px;
}

.contact_box p,
.contact_box a,
.contact_box h3,
.contact_box table.contenttable td {
  color: var(--whiteColor);
}

.contact_box a.mainBtn {
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
}

.contact_box a.mainBtn:focus,
.contact_box a.mainBtn:hover {
  color: var(--darkGrayColor);
  border: 1px solid var(--whiteColor);
}

.contact_box a.mainBtn:before {
  border: 1px solid transparent;
  background: var(--whiteColor);
  color: var(--darkGrayColor);
}

iframe {
  margin-bottom: -5px;
}

.fullImg_row figure.image {
  margin: 0;
}

.copyright {
  padding-top: 10px;
}

.copyright p,
.copyright a {
  color: var(--whiteColor);
  font-size: 14px;
}

.mapSection iframe {
  margin-bottom: -10px;
}

.copyright .container {
  max-width: 99%;
}

.copyright .col-md-6 {
  margin: 0;
  padding: 0;
}

.copyright {
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin-top: 20px;
}

.fade-in-image {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a.mainBtn,
.teaser_block .owl-item .carousel-content p a {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  border: 1px solid var(--greenColor);
  background-color: transparent;
  color: var(--darkGrayColor);
  padding: 10px 18px;
  margin-top: 2px;
  line-height: 27px;
  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;
  border-radius: 40px;
  min-width: 240px;
  text-align: center;
}

a.mainBtn:before {
  position: absolute;
  top: 0;
  right: 0;
}

a,
p.lead a {
  text-decoration: none;
}

a.mainBtn:focus,
a.mainBtn:hover {
  color: var(--whiteColor);
  border: 1px solid transparent;
}

a.mainBtn:before {
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: transparent
    linear-gradient(270deg, #f7a941 0%, #d2b830 51%, #bac225 100%) 0% 0%
    no-repeat padding-box;
  color: var(--whiteColor);
  -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: 40px;
}

a.mainBtn:active:before,
a.mainBtn:focus:before,
a.mainBtn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.powermail_form_106 .powermail_file {
  display: none;
}

.powermail_fieldset_107 .powermail_fieldwrap_type_text {
  font-size: 18px;
  color: var(--darkGrayColor);
  font-weight: 300;
  margin-top: 15px;
}

.powermail_fieldset_107
  .powermail_fieldwrap_type_text.powermail_fieldwrap_marker {
  margin-top: 6px;
}

.powermail_fieldwrap_zeugnisse {
  margin-bottom: 15px;
}

.powermail_fieldwrap_type_file label.powermail_label span.mandatory {
  display: none;
}

.powermail_fieldwrap_type_file label.powermail_label {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  border: 1px solid var(--greenColor);
  background-color: transparent;
  color: var(--darkGrayColor);
  padding: 10px 18px;
  margin-top: 2px;
  line-height: 27px;
  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;
  border-radius: 40px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  cursor: pointer;
}

.powermail_fieldwrap_type_file label.powermail_label:focus,
.powermail_fieldwrap_type_file label.powermail_label:hover {
  color: var(--whiteColor);
}

.powermail_fieldwrap_type_file label.powermail_label:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: transparent
    linear-gradient(270deg, #f7a941 0%, #d2b830 51%, #bac225 100%) 0% 0%
    no-repeat padding-box;
  color: var(--whiteColor);
  -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: 40px;
}

.powermail_fieldwrap_type_file label.powermail_label:active:before,
.powermail_fieldwrap_type_file label.powermail_label:focus:before,
.powermail_fieldwrap_type_file label.powermail_label:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.teaser_box .txt_box .frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teaser_box .txt_box .frame p {
  margin: 0;
}

.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(--blackColor);
}

::-webkit-input-placeholder {
  color: var(--blackColor);
}

::-moz-placeholder {
  color: var(--blackColor);
}

:-ms-input-placeholder {
  color: var(--blackColor);
}

::-ms-input-placeholder {
  color: var(--blackColor);
}

.ce-accordion-body.accordion-body h3 {
  font-size: 20px;
}

.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;
}

@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);
  }
}

.nav_shortcuts {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 85%;
    min-width: 1170px;
  }
}

.owl-nav img {
  width: 20px;
  height: 20px;
}

.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;
}

.social_shortcuts a {
  text-decoration: none;
  width: 42px;
  height: 42px;
  display: inline-block;
}

.social_shortcuts {
  position: absolute;
  top: 18px;
  right: 18px;
}

.hero_img {
  background: transparent -o-linear-gradient(
      350deg,
      #eacea9 0%,
      #d1d1c7 100%,
      #d1d1c7 100%
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(100deg, #eacea9 0%, #d1d1c7 100%, #d1d1c7 100%) 0% 0%
    no-repeat padding-box;
  margin-top: 3em;
}

.logo_txt h1 {
  color: var(--whiteColor);
}

.logo_txt .ce-textpic.ce-center.ce-above {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.logo_txt .ce-gallery {
  width: 316px;
  height: 487px;
  opacity: 0.25;
  padding: 2rem;
}

.logo_txt .ce-bodytext {
  position: absolute;
}

@media (min-width: 766px) {
  .logo_txt .ce-bodytext {
    bottom: 88px;
  }

  .logo_txt h1 {
    line-height: 48px;
  }
}

.hero_img figure.image {
  margin: 0;
}

.news_section .item {
  box-shadow: 0px 3px 6px #00000012;
  border-radius: 5px;
  background: #fff;
  padding: 1em;
  text-align: center;
}

.news_section .carousel-content span p {
  color: var(--orangeColor);
}

.news_section .carousel-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.news_section .carousel-content span h3 {
  margin-bottom: 15px;
}

.news_section .owl-item img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 1em;
}

.teaser_block .ce-textpic.ce-center.ce-above {
  background: transparent -o-linear-gradient(320deg, #fae6cc 0%, #d1d1c7 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(130deg, #fae6cc 0%, #d1d1c7 100%) 0%
    0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000012;
  box-shadow: 0px 3px 6px #00000012;
  border-radius: 5px;
  overflow: hidden;
}

.teaser_block .ce-bodytext {
  padding: 25px;
}

.inner__teaser .ce-bodytext {
  min-height: 180px;
}

.teaser_block h2 {
  color: var(--whiteColor);
  display: flex;
  font-size: 30px;
}

.fullImg_row .container {
  max-width: 100%;
  padding: 0;
}

div#c19177 img.image-embed-item,
div#c20703 img.image-embed-item {
  width: 126px;
  height: 126px;
}

.inner__teaser a {
  color: var(--whiteColor);
  text-decoration: none;
}

/* .inner-p {
  padding-bottom: 12em;
} */

.teaser_box .col-md-7,
.teaser_box .col-md-5 {
  padding: 0;
}

.teaser_box .txt_box {
  height: 400px;
  padding: 40px;
  background: transparent -o-linear-gradient(
      341deg,
      #eacea9 0%,
      #d1d1c7 100%,
      #d1d1c7 100%
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(109deg, #eacea9 0%, #d1d1c7 100%, #d1d1c7 100%) 0% 0%
    no-repeat padding-box;
}

.teaser_box figure.image {
  margin: 0;
}

.teaser_box figure.image {
  height: 400px;
}

.teaser_box figure.image img.image-embed-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaser_box h2 {
  color: var(--whiteColor);
}

.downloads_block {
  background: transparent
    linear-gradient(91deg, #eacea9 0%, #d1d1c7 55%, #d1d1c7 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000000d;
  padding: 0px 25px;
  margin-bottom: 30px;
}

.downloads_block h2 {
  margin: 0;
  color: #fff;
}

.navBtns a.mainBtn {
  display: block;
}

.top_section {
  position: relative;
}

.news_section .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -44px;
  right: -44px;
  top: 50%;
  transform: translate(0, -50%);
}

li.langBtn {
  width: 95px;
  height: 31px;
  border: 1px solid #fff;
  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;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 30px;
}

div#c19393 .ce-row,
div#c20462 .ce-row,
div#c22023 .ce-row {
  width: 35px;
  height: 35px;
  margin-right: 6px;
  margin-top: 10px;
}

div#c19393 .ce-inner,
div#c20462 .ce-inner,
div#c22023 .ce-inner {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.teamTeaser .txt_box {
  height: auto;
}

input[type="file"]::file-selector-button {
  color: #555555;
  -webkit-appearance: none;
}

@-moz-document url-prefix() {
  body,
  html {
    overflow-x: inherit;
  }

  /* .footer .container{height: auto;}
  .contact_box{top: 0;} */
  /* .inner-p {
    padding-bottom: 5em;
  } */
}

.top_section__shortucts {
  background: transparent
    linear-gradient(270deg, #f7a941 0%, #d2b830 51%, #bac225 100%) 0% 0%
    no-repeat padding-box;
  padding: 8px 0;
}

.top_section__shortucts p,
.top_section__shortucts p a {
  margin: 0;
  color: #fff;
  text-decoration: none;
}

.top_shortcuts__links a {
  color: #fff;
}

.top_shortcuts__links a {
  color: #fff;
  margin-left: 17px;
}

.top_shortcuts__links {
  display: flex;
  justify-content: end;
  align-items: center;
}

.top_section p {
  letter-spacing: 0.8px;
  color: #555555;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.FixNav.sticky:before {
  content: "";
  height: 0;
  width: 100%;
  background: transparent
    linear-gradient(270deg, #f7a941 0%, #d2b830 51%, #bac225 100%) 0% 0%
    no-repeat padding-box;
  position: relative;
  display: block;
  -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;
}

.FixNav.sticky:before {
  height: 20px;
}

.footerBg.eng {
  display: block;
}

@media (min-width: 1200px) {
  .footerBg.eng .footer .container,
  .footerBg.eng .copyright_block .container {
    max-width: 100%;
  }
}

span.file-name {
  font-size: 18px;
  color: var(--orangeColor);
  font-weight: 300;
  display: inline-block;
  margin-top: 6px;
}

.contact_box .col-md-4 .ce-inner {
  justify-content: end;
}
/* islam fix */
.col-lg-3 .ce-gallery p {
  color: #b7b6a3 !important;
}
.ce-bodytext p {
  color: #b7b6a3 !important;
}
.owl-carousel .owl-stage {
  margin: auto;
}
