::selection { color: #ffffff; background: #d20057;}

/*** BODY ***/
h1, h2, h3, h4 {
  color: #d20057;
}

/*** NAVI ***/
.site-header .site-header-bottom-left .sh-component:first-child {
  margin-top: -15px;
}
.nav-mm--dark.main-nav ul ul.sub-menu .menu-item.active > a, .nav-mm--dark.main-nav ul ul.sub-menu .menu-item a:hover {
  color: #d20057;
}
.mainnav--pointer-dash.main-nav > ul > .menu-item.menu-item-has-children > a::after {
  content: "▾";
  opacity: 1;
  position: absolute;
  height: 0px;
  width: 5px;
  bottom: 3px;
  bottom: calc(50% - 5px);
  left: 10px;
  background-color: hsla(0,0%,100%,.4);
  transition: opacity .2s ease-in-out;
}

/*** NAVI-BUTTON ***/
.site-header .site-header-main-right .sh-component:last-child {
  margin: 0 !important;
}
.kl-cta-custom span {
  margin-bottom: -20px;
}
.btn.kl-cta-custom.cta-button-0 {
  font-family: EurostileLTStd, 'san-serif';
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #aeaeb2;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
}
.btn.kl-cta-custom.cta-button-0 strong {
  font-family: EurostileLTStd, 'san-serif';
  font-size: 36px;
  line-height: 32px;
  color: #d20057;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn.btn-custom-color.cta-button-0 {
  background-color: #000000;
}
.btn.btn-custom-color.cta-button-0:hover {
  background-color: #000000;
}

/*** BURGER-NAVI ***/
.zn-res-menuwrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}

/*** START-IMAGES ***/
.sliding-details-title {
  color: #d20057;
  font-size: 20px;
  margin-top: 0;
  font-weight: 600;
}
.sliding-details-content {
  color: #ffffff;
  font-size: 16px;
}

/*** START-PARALLAX ***/
.parallax h3 {
  font-size: 44px;
  line-height: 1.5;
  text-shadow: 3px 3px 2px #000000;
}
.parallax h4 {
  font-size: 28px;
  font-weight: 600;
  text-shadow: 3px 3px 2px #000000;
}

/****** JOBS ******/
/*** TESTIMONIALS ***/
.ts-pt-testimonials__img {
  z-index: 1;
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__img {
  margin-top: -30px;
}

/*** INFO-BOX ***/
.infobox2-inner {
  border-left: 5px solid #d20057;
}

/*** STEPS ***/
.process_steps--style2 .process_steps__intro-title strong {
  color: #ffffff;
}
.process_steps--style2 .process_steps__step-title {
  color: #d20057;
}

/*** BUTTONS ***/
.btn.btn-fullcolor {
  z-index: 9;
  position: relative;
}

/*** SLIDER ***/
.zn-Slider .zn-Slider-itemInner {
  padding: 0 0px;
}

/*** VIDEO ***/
 .player .vp-sidedock button {
  display:none !important;
 }
/****** ******/

/*** CONTACT ***/
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  font-family: EurostileLTStd, 'san-serif';
  font-weight: 600;
  font-size: 16px;
  padding: 14px;
  height: auto;
  outline: none;
  box-shadow: inset 1px 2px 0 rgba(0,0,0,.06);
  border: 1px solid #d9d9d9;
  width: 100%;
}
span.wpcf7-list-item {
  font-size: 14px;
}
input[type="submit"] {
  color: #ffffff;
  background: #d20057;
}
input[type="submit"]:hover {
  color: #ffffff;
  background: #222222;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #d20057;
}

/*** FOOTER ***/
.footer p {
  font-size: 15px;
}
.tbk__title .tbk__icon {
  vertical-align: top;
}
#totop {
  display:none;
}

/*** COOKIES **/
#cmplz-document {
    max-width: 100%;
}
.cc-revoke, .cc-window {
    font-family: EurostileLTStd, 'san-serif' !important;
    font-size: 16px;
    line-height: 1.5em;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 800px) {
  .site-header .siteheader-container .fxb, .site-header .siteheader-container .fxb-row { display: block; }
  .sliding-details-title { font-size: 15px; }
  .sliding-details-content { font-size: 11px; }
  .parallax h3 { font-size: 32px; }
  .parallax h4 { font-size: 22px; }
}
@media (max-width: 480px) {
  .sliding-details-title { font-size: 18px; }
  .sliding-details-content { font-size: 14px; }
  .parallax h3 { font-size: 24px; }
  .parallax h4 { font-size: 18px; }
  .parallax .imgbox-simple .img-align-center .image-boxes-img { margin: 50px 0 0 0; }
}