@import url("https://use.typekit.net/fdb8jvw.css");
/* 
font-family: "interstate", sans-serif;
font-weight: 500;
font-style: normal;

*/

:root {
  --whiteColor: #fff;
  --blackColor: #000000;
  --darkGrayColor: #646464;
  --grayColor: #64646480;
  --blueColor: #009ee3;
  --darkBlueColor: #1e359b;
  --greenColor: #aecb35;
  --lightGray: #faf8f8;
  --veryLightGray: #efefef;
}

#c16452 {
  text-align: center;
}

.loader {
  left: 0;
  height: 100%;
}

.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
  background: #707070;
}

.card,
.termina-h a {
  border-right: none;
}
.kontakt-form {
  padding-top: 3em !important;
}
.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(--blueColor);
}

.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: "rooney-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  background: var(--whiteColor);
}

::-moz-selection {
  color: var(--whiteColor);
  background: var(--blueColor);
}

::selection {
  color: var(--whiteColor);
  background: var(--blueColor);
}

.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;
  border-bottom: 0px solid var(--blackColor);
  overflow: hidden;
}
.topHeader:after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent
    linear-gradient(
      180deg,
      #efefef00 0%,
      #ebebeb8c 8%,
      #e7e7e7f2 18%,
      #e6e6e6f7 50%,
      #e6e6e6f2 83%,
      #e6e6e68c 95%,
      #e6e6e600 100%
    )
    0% 0% no-repeat padding-box;
}
.topHeader_image {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  text-align: right;
}

.topHeader_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topLogo {
  display: block;
  padding-top: 10px;
  width: 315px;
  height: 108px;
  padding-bottom: 10px;
}
.topLogo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.nav_shortcuts {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 200px;
}
.nav_shortcuts a {
  color: var(--blueColor);
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  width: 40px;
  margin-right: 24px;
}
.nav_shortcuts a:nth-child(2) {
  width: 65px;
}
.footerBg.CHN {
  display: none;
}
.chn_footer .mapBlock iframe {
  height: 895.6px !important;
}
.nav_shortcuts a img {
  width: 100%;
  height: 100%;
  line-height: 30px;
  display: inline-block;
}
.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: 6em 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 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.top_logo img {
  width: 474px;
  height: 640px;
}

.navbar-nav li a,
.scrolla h3,
.termina-h,
.videoBlock.stndalone {
  position: relative;
}

.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: 0;
  top: 0;
  z-index: 10;
  width: 555px;
  height: 61px;
  border-radius: 30px 0px 0px 30px;
  background-color: var(--darkGrayColor);
  padding: 15px 30px;
  justify-content: space-evenly;
  display: flex;
}

.shortCuts a {
  color: var(--lightGray);
  font-size: 18px;
  line-height: 21px;
  margin-right: 14px;
  text-decoration: none;
}

.shortCuts a img {
  line-height: 30px;
  margin-right: 2px;
  width: 27px;
  height: 31px;
}

.shortCuts a[href^="tel:"] {
  color: var(--lightGray);
  text-decoration: none;
}

.navbar-nav li a:hover,
.navbar-nav li a.active_nav {
  text-decoration: none;
  color: var(--blueColor);
}

a[href^="tel:"] {
  color: var(--blueColor);
  text-decoration: none;
}

.ins-head a,
.navbar-nav li a,
.videoBlock a {
  text-decoration: none !important;
}

.top_space {
  padding-top: 6.5em;
}
.inner-p.top_space {
  padding-top: 0em;
}
h1 {
  color: var(--blueColor);
  font-size: 70px;
  line-height: 88px;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-weight: bold;
}

h2 {
  color: var(--darkGrayColor);
  font-size: 60px;
  line-height: 75px;
  position: relative;
  margin-top: 1em;
}
div#c17435 h2:after {
  content: "";
  display: block;
  width: 733px;
  height: 4px;
  background-color: var(--blueColor);
  margin: 15px auto 0 auto;
}
h3 {
  font-size: 35px;
  line-height: 44px;
  text-transform: uppercase;
  color: var(--blueColor);
  margin-bottom: 25px;
}
.txt-col h3 img {
  margin-right: 20px;
  width: 64px !important;
  height: 85px !important;
}
h3.blueColor {
  color: var(--blueColor);
}
h4 {
  text-transform: none;
  font-size: 28px;
  line-height: 33px;
  color: var(--blueColor);
  margin-bottom: 25px;
}

p,
table.contenttable td,
ul li {
  font-size: 22px;
  line-height: 27px;
  color: var(--darkGrayColor);
}

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,
.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;
  min-width: 335px;
}
nav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  padding: 0;
}
.navSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 0 20px;
  margin-top: 55px;
}

nav.navbar-light.navbar-expand-md {
  position: relative;
  padding: 0;
}

.navbar-nav ul.dropdown-menu a {
  font-size: 18px;
  padding: 0 15px;
  display: block;
  line-height: 34px;
  text-align: left;
  color: var(--darkColor);
  margin: 9px 0;
}
.navbar-nav li ul.dropdown-menu .active_nav:after {
  display: none;
}
.navbar-nav ul.dropdown-menu a:hover::after {
  color: var(--blueColor);
  display: none;
}
header.FixNav.innerNav {
  position: fixed;
}
.navbar-nav li .active_nav:after,
.navbar-nav li a:hover:after {
  /* content: '';
  width: 20px;
  height: 4px;
  background-color: var(--greenColor);
  display: block;
  margin: 0 auto 0 auto;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  border: none; */
}

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: 22px;
  color: var(--darkGrayColor);
  line-height: 27px;
  padding: 23px 17px;
  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: -15px;
  top: -21px;
  border: none;
  text-align: center;
  box-shadow: none;
  margin: 0 !important;
  float: none;
  z-index: 50;
  border-radius: 0;
  box-shadow: none;
  width: 59px;
  height: 30px;
}

.navShortcuts a {
  display: block;
  margin-bottom: 25px;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 59px;
  height: 3px;
  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;
  margin-bottom: 12px;
}

.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(30deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% -5px;
}

.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(-30deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: -5% 7px;
}

.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;
}
.bgGray {
  background-color: var(--lightGray);
}
header.FixNav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--whiteColor);
  opacity: 100%;
  padding-top: 22px;
  box-shadow: 0px 3px 6px #00000029;
}

.FixNav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}

.teams_block .ce-textpic h2,
span.termina-h .row {
  margin: 0;
}

a.STEF_back-to-top i {
  color: var(--blueColor);
}
a.STEF_back-to-top {
  position: absolute;
  right: 25px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  z-index: 2;
  font-size: 30px;
  background-color: var(--whiteColor);
  border-radius: 200px;
}
.STEF_back-to-top img {
  width: 35px;
}
.sec-1 {
  padding-bottom: 0;
  background-color: var(--lightGray);
}

.img-sec {
  padding-top: 0;
  background: linear-gradient(
    var(--lightGray) 28%,
    var(--whiteColor) 25%,
    var(--whiteColor) 100%
  );
  margin-top: -8px;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
.team-img-sec {
  background: linear-gradient(
    var(--lightGray) 37%,
    var(--whiteColor) 25%,
    var(--whiteColor) 100%
  );
}
.img-sec figure.image {
  width: 510px;
  height: 510px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
.img-sec img.image-embed-item {
  border: 15px solid #ffffff;
  border-radius: 50%;
}
.img-sec::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: var(--greenColor);
  top: 310px;
  right: 0;
  position: relative;
  display: block;
  z-index: -1;
}
.circle-sec-left .row {
  background: linear-gradient(
    to right,
    var(--whiteColor) 20%,
    var(--veryLightGray) 25%
  );
  align-items: center;
}
.txt-col {
  /* background-color: var(--veryLightGray); */
  padding: 50px 170px;
}
.txt-col a.mainBtn {
  width: 90%;
}

.img-col {
  width: 570px;
  height: 570px;
}
.circle-sec-left .img-col {
  padding: 0;
}
.img-col figure.image {
  width: 570px;
  height: 570px;
}
.img-col figure.image img {
  object-fit: cover;
  width: 100%;
  z-index: 5;
  position: relative;
}
.circle-sec-right .row {
  background: linear-gradient(
    to right,
    var(--veryLightGray) 80%,
    transparent 20%
  );
  align-items: center;
}
.circle-sec-right .txt-col {
  padding: 50px 250px 50px 100px;
}
.circle-sec-right .img-col figure.image {
  float: right;
}
.circle-sec-right h3 {
  color: var(--greenColor);
}
.circle-sec-right a.mainBtn {
  background-color: var(--greenColor);
}
.circle-sec-right {
  padding: 1em 0 0 0;
  margin-bottom: -160px;
  z-index: 4;
  position: relative;
}

/***********/
.content-sec-1 h1 {
  margin-top: 1em;
}

.content-first-img {
  position: relative;
  z-index: -1;
  /* height: 600px;
  margin-bottom: 50px;
  overflow: hidden; */
}
.content-first-img .container {
  max-width: 100%;
  padding: 0;
}
.content-first-img figure.image img {
  object-fit: cover;
  position: relative;
  top: 6em;
}
.content-sec-1 {
  padding-bottom: 0;
}
.content-sec-1 h1 {
  margin-bottom: 0;
}
.content-sec-1 h2 {
  margin-bottom: 1em;
}

.content-img-sec {
  padding-top: 0;
  background: linear-gradient(
    var(--whiteColor) 15%,
    var(--lightGray) 25%,
    var(--lightGray) 100%
  );
  position: relative;
  z-index: 2;
}
.content-img-sec figure.image {
  margin: auto;
  width: 510px;
  height: 510px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.content-img-sec figure.image img {
  border: 15px solid #ffffff;
  border-radius: 50%;
}
.content-img-sec::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: var(--greenColor);
  top: 310px;
  right: 0;
  position: relative;
  display: block;
  z-index: -1;
}
.content-img-sec .row h4 {
  font-weight: bold;
}
.content-img-sec .row ul li {
  line-height: 25px;
}
.content-img-sec .row a.mainBtn {
  background-color: var(--greenColor);
  width: 90%;
}
.tcm-img-sec .row a.mainBtn {
  background-color: var(--blueColor);
}
.users {
  padding-top: 2em;
}
.users p {
  text-align: center;
}
.users h3 {
  margin-bottom: 2em;
}
.tcm h1 {
  color: var(--greenColor);
}
.tcm h4 {
  color: var(--greenColor);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 1em;
}
.tcm-img-sec h3 {
  font-weight: bold;
  color: var(--greenColor);
  text-transform: none;
}
.tcm-img-sec a.mainBtn {
  background-color: var(--blueColor);
  width: 45%;
  padding: 21px 85px 21px 55px;
}
.tcm-img-sec {
  background: linear-gradient(
    var(--whiteColor) 20%,
    var(--lightGray) 25%,
    var(--lightGray) 100%
  );
}
.tcm-img-sec ul {
  margin-bottom: 55px;
}
.tcm-img-sec h3.last-h3 {
  margin-top: 100px;
}

.praxis {
  padding-bottom: 6em !important;
}
.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(--grayColor);
  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 8px;
  outline: 0;
  border-radius: 4px;
  background: var(--veryLightGray);
  font-size: 18px;
}

.powermail_fieldwrap_type_date input:focus,
input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  background: var(--veryLightGray);
  border: 1px solid var(--blueColor);
}

.videoBlock.stndalone i,
hr {
  background-repeat: no-repeat;
  background-size: contain;
}

.powermail_submit {
  vertical-align: middle;
  border-radius: 0;
  padding: 10px 50px;
  color: var(--grayColor) !important;
  font-size: 20px;
  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(--grayColor);
  -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(--blueColor);
  background: transparent;
  color: var(--grayColor) !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-bottom: 15px;
  margin-top: 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;
  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;
}

.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(--blueColor);
  content: "\f0d7";
}

.accordion-button::before {
  position: absolute;
  color: var(--grayColor);
  right: 25px;
  top: 14px;
  font-size: 22px;
  content: "\f0d8";
}

.accordion-item {
  border: 2px solid var(--grayColor);
  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(--blueColor);
}

.accordion-body {
  padding: 15px 28px;
}

.accordion-body table.contenttable td {
  padding-bottom: 20px;
}

.accordion-item.active--collapse {
  border: 2px solid var(--blueColor);
}

.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(--whiteColor);
  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;
}
.footer h3 {
  font-weight: bold;
}
.footer p {
  font-size: 24px;
  line-height: 30px;
}
.footer .txtBlock p.link-design-1 {
  margin-top: 25px;
}

.footer .txtBlock p.qr-1 {
  margin-right: 50px;
}
.footer .txtBlock p.qr {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}
.footer .txtBlock p.qr img {
  display: block;
  margin-bottom: 10px;
}
.footer .txtBlock p.link-design img {
  margin-right: 15px;
}
.footer .txtBlock p.link-design a {
  color: white !important;
}
.footer .txtBlock p.link-design {
  background-color: var(--darkGrayColor);
  padding: 15px;
  width: 55%;
  border-radius: 40px;
  /* text-align: center; */
  padding-left: 35px;
  color: white !important;
}
.left p.link-design {
  background-color: var(--darkGrayColor);
  padding: 15px;
  width: 70%;
  border-radius: 40px;
  padding-left: 35px;
}
.left p.link-design a {
  color: #fff;
  text-decoration: none;
}
.left p.link-design img {
  margin-right: 15px;
}
.footer {
  margin-top: -17px;
}
.footer .container {
  position: relative;
}
.copyright::before {
  content: "";
  background-color: var(--greenColor);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 8px;
}
.footer .row {
  padding: 0em;
  position: relative;
  overflow: hidden;
  align-items: unset !important;
}
.frame-default.frame-type-html {
  height: 100% !important;
}
.contact_box iframe {
  margin-bottom: -8px;
}
.contact_box .mapBlock {
  padding: 0;
}
.contact_box .txtBlock {
  padding: 1em 4em;
  background: url(/fileadmin/user_upload/shen-website/designelement_footer.png);
  background-color: var(--veryLightGray);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.contact_box .txtBlock a {
  color: var(--blueColor);
  text-decoration: none;
  margin-top: 1em;
}

.contact_box table.contenttable {
  margin: 1.5em 0;
}

.txtBlock a img {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -1px;
  width: 25px;
  height: 25px;
}
.copyright_block {
  background-color: var(--whiteColor);
  padding-top: 15px;
  position: relative;
}

.copyright_block p,
.copyright_block a {
  color: var(--darkGrayColor);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.mapSection iframe {
  margin-bottom: -10px;
}

.copyright_block .container {
  max-width: 90%;
}

.copyright .col-md-6 {
  margin: 0;
  padding: 0;
}

.fade-in-image {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a.mainBtn {
  text-transform: none;
  font-size: 28px;
  display: inline-block;
  /* border: 1px solid var(--lightGray); */
  background-color: var(--blueColor);
  color: var(--whiteColor);
  padding: 21px 235px 21px 55px;
  margin-top: 30px;
  line-height: 33px;
  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: 58px;
  min-width: 240px;
  text-align: left;
  font-weight: bold;
}
a.mainBtn img {
  width: 45px !important;
  height: 42px !important;
  float: right;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  margin-top: -20px;
}
a.mainBtn:before {
  position: absolute;
  top: 0;
  right: 0;
}

a,
p.lead a {
  text-decoration: none;
}

a.mainBtn:focus img,
a.mainBtn:hover img {
  transform: scale(1.2);
  /* color: var(--blueColor);
  border: 1px solid transparent; */
}

.mainBtn::after {
  /* content: "\f178";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  float: right;
  margin-left: 10px;
  font-size: 18px;
  -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;
  display: none; */
}

a.mainBtn:before {
  /* content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: var(--lightGray);
  color: var(--blueColor);
  -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);
}

.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(--grayColor);
}

::-webkit-input-placeholder {
  color: var(--grayColor);
}

::-moz-placeholder {
  color: var(--grayColor);
}

:-ms-input-placeholder {
  color: var(--grayColor);
}

::-ms-input-placeholder {
  color: var(--grayColor);
}

.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;
}

.topHeader .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.scrolla {
  position: absolute;
  right: 0;
}

.scrolla {
  bottom: 20px;
  left: 0;
  z-index: 10;
  color: var(--whiteColor);
  -webkit-animation: 2s infinite bounce;
  animation: 2s infinite bounce;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
}

.scrolla p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: var(--whiteColor);
}

.scrolla i {
  font-size: 28px;
  color: var(--whiteColor);
}
img.image-embed-item {
}
@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);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
  .footer .container {
    max-width: 100%;
  }
}

.owl-nav img {
  width: 20px;
  height: 20px;
}

.scrolla img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.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;
}
.info_row_green .row,
.info_row_blue .row {
  background-color: #fff;
  padding: 4em;
  border-radius: 10px;
  position: relative;
}
.info_row_green {
  padding-bottom: 3em;
}

.info_row_green figure.image,
.info_row_blue figure.image {
  margin: 0;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 14px;
}
.info_row_green figure.image img,
.info_row_blue figure.image img {
  border-radius: 10px;
}
.info_row_blue {
  padding-bottom: 5em;
}
.info_row_green .container::before {
  content: "";
  border-radius: 10px;
  background-color: var(--greenColor);
  position: absolute;
  top: 12px;
  left: -12px;
  right: 12px;
  bottom: -12px;
  display: block;
}
.info_row_green .container,
.info_row_blue .container {
  position: relative;
}

.info_row_blue .container::before {
  content: "";
  border-radius: 10px;
  background-color: var(--blueColor);
  position: absolute;
  top: 12px;
  left: 12px;
  right: -12px;
  bottom: -12px;
  display: block;
}
.box_shadow {
  box-shadow: inset 0px 6px 15px #4a4a4a5c;
}
/* ------- teaser Section -------- */
.teaserSection {
  padding: 0em 0 4em 0;
}

.teaserSection h3 {
  box-shadow: 0px 4px 6px #00000029;
  border-radius: 0px 0px 113px 113px;
  width: 890px;
  height: 90px;
  line-height: 90px;
  background-color: var(--lightGray);
  margin: 0 auto 3em auto;
}
.teaserSection img.image-embed-item {
  border-radius: 10px;
}
.teaserSection figure {
  margin: 0;
}
.teaserSection .ce-bodytext {
  border-radius: 87px;
  background-color: var(--lightGray);
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: -75px auto 0 auto;
  z-index: 1;
  position: relative;
  width: 95%;
}
.teaserSection .ce-bodytext h4 {
  margin-bottom: 15px;
}
.teaserSection .ce-bodytext a {
  font-size: 18px;
  position: relative;
}
.teaserSection .ce-bodytext a:after {
  content: "";
  width: 18px;
  height: 4px;
  background-color: var(--greenColor);
  display: block;
  margin: 10px auto 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.teaserSection .ce-bodytext a:hover:after {
  width: 48px;
  background-color: var(--blueColor);
}
.teaserSection .ce-bodytext a:hover {
  color: var(--blueColor);
}
.img_row .container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.img_row figure {
  margin: 0;
}
.img_row figure img {
  border-radius: 0;
}
.img_frame .row {
  margin: 5em 0px;
}
.img_frame figure.image {
  padding: 10px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.team_page {
  position: relative;
}

.team_page:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--greenColor);
  display: block;
  position: absolute;
  top: 12px;
  left: -12px;
  right: 12px;
  bottom: -12px;
  border-radius: 10px;
}

.team_page .container {
  position: relative;
  z-index: 1;
  background: var(--whiteColor);
  max-width: 100%;
  border-radius: 10px;
  padding: 2em 4em;
}
.bgGray.top_padd {
  padding-top: 160px;
}
div#c19112 figure.image {
  margin: 0;
  padding-bottom: 30px;
}
