@charset "UTF-8";
/*!
 * Copyright 2011-2017 Corporate White
 */
/*/*/
/*************
*  Basis     *
*************/
*:focus {
  outline: 0;
}
body {
  font-family: "Calps-Light";
  font-style: normal;
  font-size: 22px;
  line-height: 1.5;
  color: #606162;
}
body.menu-open {
  overflow: hidden;
}
/*********************
*Section Main Stuff  *
*********************/
a {
  color: #606162;
  text-decoration: none;
}
a:hover {
  color: #606162;
}
.section {
  margin: 10vh 0;
}
.container {
  max-width: 80vw;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Calps-Light";
  font-style: normal;
  margin-bottom: 2vh;
  color: #606162;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}
.h2, h2 {
  font-size: 1.4vw;
  padding-left: 3vw;
}
.h3, h3 {
  font-size: 3vw;
  font-family: "Calps-Medium";
}
h4 {
  font-family: "Calps-Medium";
  font-size: 1.2vw;
}
h2::before {
  content: "";
  position: absolute;
  border-top: 1px solid #a9163a;
  top: 50%;
  left: 0;
  width: 2vw;
}
bold{
    font-family: "Calps-Medium";
}
.alternate h2, .alternate h3, .alternate h4 {
  color: #fff;
}
.alternate h2::before {
  border-top: 1px solid #fff;
}
.alternate {
  padding: 10vh 0;
  color: #fff;
}
.content-field .h3, .content-field h3 {
  font-size: 1.5vw;
  text-transform: uppercase;
  margin-top: 5vh;
}
p.subhl {
  text-transform: none;
  font-size: 2vw;
  font-family: "Calps-Medium";
}
h2.dsgvo-hl {
  font-family: "Calps-Medium";
  font-size: 26px;
  margin-top: 5vh;
  margin-bottom: 20px;
}
.section.content h3.dsgvo-hl {
  font-family: "Calps-Medium";
  font-size: 22px;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  padding-bottom: 0;
}
.page-template-default .intro-content h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.2vw;
  margin-top: 3vh;
  padding-bottom: 0;
}
.section.content h3.dsgvo-hl::before {
  display: none;
}
.mainheadline {
  font-size: 2vw;
  margin-bottom: 5vh;
}
a.read-more {
  display: inline-block;
  padding: 8px 75px 8px 15px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  position: relative;
  color: #a9163a;
  border: 1px solid #a9163a;
  line-height: 1;
}
a.read-more.back {
  padding: 8px 15px 8px 75px;
}
a.read-more.invert {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
a.read-more::before {
  content: '';
  width: 40px;
  height: 100%;
  background: transparent url("img/einfacher_pfeil_rechts_rot.svg") no-repeat right center/contain;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}
a.read-more.invert::before {
  background: transparent url("img/einfacher_pfeil_rechts.svg") no-repeat right center/contain;
}
a.read-more.back::before {
  background: transparent url("img/einfacher_pfeil_links_rot.svg") no-repeat left center/contain;
  right: inherit;
  left: 15px;
}
a.read-more:hover {}
.kontakt-spacer {
  display: inline-block;
  width: 30px;
}
a.read-more.rm_left {
  padding: 3px 0 3px 65px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  position: relative;
}
a.read-more.rm_left::before {
  background: transparent url("img/dres_bogler_pfeil_links.svg") no-repeat left center/contain;
}
a.read-more.rm_right {
  padding: 3px 65px 3px 0;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  position: relative;
}
a.read-more.rm_right::before {
  background: transparent url("img/dres_bogler_pfeil_rechts.svg") no-repeat right center/contain;
  left: inherit;
  right: 0;
}
/*****************
*Section Header  *
*****************/
header {
  padding: 1vh 0;
  position: fixed;
  width: 100%;
  background-color: transparent;
  top: 0;
  z-index: 9;
  transition: all 500ms ease-out;
  left: 0;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.scroll-sticky header {
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.menu-open header, .menu-open.scroll-sticky header {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.headermenu-wrapper {
  display: flex;
}
.logo {
  display: block;
  text-indent: -99999999px;
  text-decoration: none;
  width: 10vw;
  height: 5vw;
  margin-bottom: 2.5vh;
}
header .logo {
  height: 6vh;
  display: block;
  text-decoration: none;
  margin-bottom: 3px;
  transition: all 500ms ease-out;
  z-index: 1;
}
.scroll-sticky header .logo {
  height: 4vh;
  min-height: 33px;
}
.menu-open.scroll-sticky header .logo, .menu-open header .logo {
  height: 4vh;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("img/wochner_partner_weiss.svg") no-repeat left center/contain;
}
.scroll-sticky header .logo a {
  background: transparent url("img/w_p.svg") no-repeat left center/contain;
}
.menu-open.scroll-sticky header .logo a, .menu-open header .logo a {
  background: transparent url("img/w_p_menu.svg") no-repeat left center/contain;
}
.logo a, .logo-mobil a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url("img/wochner_partner.svg") no-repeat top center/contain;
}
.menu-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex;
  border-left: 2px solid #cacdd3;
}
.logo-wrapper {
  position: fixed;
  z-index: 999;
  top: 10vh;
  right: 0;
}
.home_link, .menu-button {
  background-color: #344b60;
  height: 100vh;
  width: 3vw;
  font-size: 1.2vw;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
}
.home_link::before, .menu-button::before {
  position: absolute;
  content: '';
  top: 3vh;
  left: 1.5vw;
  height: 7px;
  width: 30px;
  margin-left: -15px;
  background-color: #344b60;
}
.home_link::before {
  background-color: #fff;
}
.home_link .home_link_txt, .menu-button .menu-button-inner {
  transform: translateX(-100%) translateY(0) rotate(270deg);
  transform-origin: 100% 0;
  text-align: right;
  display: inline-block;
  position: absolute;
  top: 6vh;
  width: 50vh;
  left: 0;
  line-height: 3vw;
}
.menu-button {
  background-color: #ffffff;
  transition: all 500ms ease-out;
}
.menu-open .menu-button {
  width: 40vw;
}
.menu-button .menu-button-inner {
  color: #344b60;
}
.menu-button a {
  color: #344b60;
  font-family: "Calps-Light";
  text-decoration: none;
}
.home_link_txt a {
  font-family: "Calps-Light";
  text-decoration: none;
}
#menu_txt:hover {
  border-bottom: 2px #344b60 solid;
  padding-bottom: 0;
}
.home_link_txt a:hover {
  border-bottom: 2px #fff solid;
  padding-bottom: 0;
}
#kontakt-top li a span, .socials_top .telefon a span {
  display: inline-block;
  width: 20px;
}
.buchen a {
  color: #2e5889;
}
.menu-open .buchen {
  visibility: hidden;
}
#kontakt-top {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  margin-right: 3vw;
}
#kontakt-top li {
  margin-right: 3vw;
  float: left;
}
#kontakt-top li a {
  color: #606162;
  position: relative;
  padding-left: 45px;
  line-height: 20px;
  font-size: 20px;
  font-family: "Calps-Light";
}
.menu-open #kontakt-top li a {
  color: #fff;
}
.tel a::before, .kontakt a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 23px;
  bottom: 0;
  -webkit-mask: url(img/telefon.svg) no-repeat;
  mask: url(img/telefon.svg) no-repeat;
  background-color: #676762;
}
.kontakt a::before {
  -webkit-mask: url(img/onlinetermin.svg) no-repeat;
  mask: url(img/onlinetermin.svg) no-repeat;
}
.menu-open .tel a::before, .menu-open .kontakt a::before {
  background-color: #fff;
}
.socials_top {
  position: fixed;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
}
.socials_top ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.socials_top ul li {
  margin-top: 2vh;
  line-height: 1;
}
.menu-socials-container li {
  float: left;
}
/*************
* Main Menu  *
*************/
.navigation-panel {
    position: fixed;
    width: 100vw;
    background-color: transparent;
    z-index: 8;
    padding: 0;
    top: -100%;
    display: flex;
    align-items: center;
    transition: background-color 0.6s cubic-bezier(0.65, 0.005, 0.35, 0.995);
    margin: 0;
    color: #fff;
    padding-top: 12vh;
}
.navigation-panel h3 {
  color: #fff;
  font-size: 25px;
  text-transform: inherit;
  margin-bottom: 10px;
}
.menu-open .navigation-panel {
  top: 0;
  background-color: #a9163ae3;
}
.nav-inner {
  position: relative;
  width: 100%;
}
.navigation-panel ul {
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.navigation-panel ul li a {
  padding: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: all .2s ease-in-out;
}
.navigation-panel ul li a:hover {
  padding-left: 10px;
}
@keyframes MenuFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    ;
  }
}
.show-menu .nav-inner {
  animation: MenuFadeIn .8s linear .6s;
  animation-fill-mode: both;
}
.mainmenu {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.65, 0.005, 0.35, 0.995) 0.4s;
}
.menu-open .mainmenu {
  opacity: 1;
}
.mainmenu-l, .mainmenu-r, .mainmenu-m{
    margin-bottom: 5vh
}
/**************
* Headslider  *
**************/
.slider-header .slider-wrapper {}
.pagingInfo-headslider {
  position: absolute;
  bottom: 5vh;
  right: 10vh;
  color: #fff;
}
.pagingInfo-headslider::before {
  content: '';
  position: absolute;
  top: 0;
  left: -4vw;
  height: calc(100% + 12vh);
  width: 1px;
  background-color: #fff;
  transform: rotate(10deg);
  bottom: -10vh;
}
.claim {
  font-size: 3vw;
  line-height: 1;
  font-family: "Calps-Medium";
  text-transform: uppercase;
  margin-bottom: 10vh;
  padding-left: 1.7vw;
}
.claim span {
  display: block;
  padding-left: .4vw;
}
.page-template-home .headslider .fill {
  height: 100vh;
  flex: 1 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.page-template-home .headslider .slick-active .fill {
  animation: SliderFadeout 5s ease-in-out;
  animation-fill-mode: none, backwards;
  transform: scale(1.04);
}
@keyframes SliderFadeout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.04);
  }
}
.slider-header {
  position: relative;
}
.headslider .fill {
  height: 75vh;
  flex: 1 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navigator {
  display: flex;
  justify-content: space-between;
  left: 3vw;
  font-size: 1.3vw;
  align-items: center;
  width: 19vw;
  line-height: 1;
}
.navigator .counter {
  color: #fff;
  display: flex;
  align-items: center;
}
.navigator .counter-start {
  width: 22px;
}
.navigator .counter-line {
  width: 5vw;
  height: 1px;
  background-color: #fff;
  margin: 0 10px;
  align-self: flex-end;
}
.slider-control {
  line-height: 1;
  font-size: 1px;
}
.control-prev {
  width: 35px;
  height: 35px;
  background: url("img/pfeil_kasten_links_rot.svg") no-repeat left center/contain;
  cursor: pointer;
  display: inline-block;
  margin-right: 1vw;
}
.control-next {
  width: 35px;
  height: 35px;
  background: url("img/pfeil_kasten_rechts_rot.svg") no-repeat center right/contain;
  cursor: pointer;
  display: inline-block;
  transition: all 0.6s ease 0s;
}
.slider-header .headlider-control-prev {
  background: url("img/pfeil_kasten_links.svg") no-repeat left center/contain;
}
.slider-header .headlider-control-next {
  background: url("img/pfeil_kasten_rechts.svg") no-repeat center right/contain;
}
.werteslider-control .control-prev {
  background: url("img/pfeil_kasten_links.svg") no-repeat left center/contain;
}
.werteslider-control .control-next {
  background: url("img/pfeil_kasten_rechts.svg") no-repeat center right/contain;
}
/********************
* textbox-readmore  *
********************/
.textbox-readmore {
  text-align: center;
}
.textbox-readmore ul {
  list-style-type: none;
  padding-left: 0;
  border-top: 1px solid #000;
}
.textbox-readmore ul li {
  border-bottom: 1px solid #000;
}
.textbox-readmore ul li a {
  margin: 1vh 0;
  display: block;
}
/********************
* Section Selector  *
********************/
.section.selector {
  margin: 0;
}
.selector_txt_r span, .selector_txt_l span {
  font-size: 3vw;
  text-transform: uppercase;
  font-family: "Calps-Medium";
  display: block;
}
/************************
* Section Content Home  *
************************/
.page-template-home .section.content {
  margin: 10vh 0;
}
.page-template-home .section.content .container, .page-template-service .section.content .container {}
.page-template-home .section.content h3 {
  margin-bottom: 7.5vh;
}
/************
* Zitat     *
************/
.section.zitat .container {
  max-width: 65vw;
}
.section.zitat {
  text-align: center;
  font-size: 2vw;
  color: rgba(29, 54, 93, .6);
}
/*****************************
* Section Services Slider    *
*****************************/
.section.services {
  position: relative;
}
.section.services h4 {
  font-size: 3.3vw;
}
.section.services .services-txt {
  margin-bottom: 10vh;
}
/*******************
* introduction     *
*******************/
.section.introduction {
  padding: 10vh 0;
}
.section.introduction h2 {
  text-align: right;
}
.team-left span, .team-right span {
  display: block;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-family: "Calps-Medium";
}
.team-left {
  text-align: right;
}
/*****************************
* Section Impression Slider  *
*****************************/
.section.footer-impression {
  position: relative;
}
.footer-impression-wrapper {
  position: relative;
}
.footer-impression-txt {
  margin: 10vh auto;
}
.footer-impression-wrapper .slick-list {
  padding-left: 35vw;
}
.footer-impression-wrapper .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: 45vh;
  margin-right: 10px;
  width: auto;
}
.footer-impression-wrapper .controls {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(35vw - 10px);
  height: 100%;
  background-color: rgb(180, 39, 109, .85);
}
.impression-slider-control {
  position: absolute;
  right: 3vw;
  bottom: 2.5vh;
  display: flex;
  justify-content: space-between;
  font-size: 1.3vw;
  align-items: center;
  width: 16vw;
}
.impression-control {
  line-height: 1;
}
.impression-slider-control .counter {
  color: #fff;
  display: flex;
  align-items: center;
}
.impression-slider-control .counter-line {
  width: 5vw;
  height: 1px;
  background-color: #fff;
  margin: 0 10px;
}
/***************
* Newsslider   *
***************/
.section.news {
  margin: 20vh 0;
}
.news-slider-img .slick-list {
  padding-left: 25vw;
}
.newsslider-txt-wrapper {
  padding: 0 5vw;
}
.newsslider-txt-wrapper .read-more-wrapper {
  margin-top: 5vh;
}
.section.news .navigator {
  position: absolute;
  left: 25vw;
  bottom: -70px;
}
.section.news .navigator .counter {
  color: #a9163a;
}
.section.news .navigator .counter-line {
  background-color: #a9163a;
}
/***************
* Werte        *
***************/
.section.werte {
  background-color: #a9163a;
}
.werte a, .werte a:hover {
  color: #fff;
}
/***************
* Call         *
***************/
.section.call2action {
  background-color: #606162;
  color: #fff;
  padding: 5vh 0;
  margin: 10vh 0 0 0;
}
.section.call2action a, .section.call2action a:hover {
  color: #fff;
  font-family: "Calps-Medium";
}
.call2action-inner span a {
  display: block;
  font-size: 3vw;
  color: #fff;
}
/******************
* Footer-Section  *
******************/
.section.wrapper-footer {
  padding: 5vh 0 5vh;
  color: #606162;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.section.wrapper-footer::before {
  content: '';
  position: absolute;
  left: 35vw;
  height: 100vh;
  width: 1px;
  background-color: #606162;
  transform: rotate(10deg) translateY(-50%);
}
.section.wrapper-footer .widget_text {
  margin-bottom: 10vh;
}
.section.wrapper-footer ul {
  list-style-type: none;
  padding-left: 0;
}
.adresse-left {
  display: block;
  float: left;
  margin-right: 5vw;
  max-width: 50%;
}
/*******************
*  Success         *
*******************/
.success_wrapper {
  margin-top: 5vh;
}
.success_wrapper ul {
  list-style-type: none;
  padding-left: 20px;
}
.success_wrapper ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}
/******************
* Page            *
******************/
.page .section.content h2 {
  text-align: left;
}
/******************
* Services        *
******************/
.content-inner {
  margin: 0 0 0 2vw;
  border-left: 1px solid #a9163a;
  padding: 5vh 0 0 6vw;
  overflow: hidden;
}
.start-content img {
  margin: 5vh 0;
  padding: 5vh 0;
  border-top: 1px solid #a9163a;
  border-bottom: 1px solid #a9163a;
}
.content-inner h3.subheadline {
  max-width: 55vw;
  margin-bottom: 10vh;
}
.content-inner .box-grey {
  background-color: #ececec;
  height: 100%;
  padding: 2vw;
}
.content-inner .second-content {
  margin-top: 20vh;
}
.benefit-services {
  padding: 10vh 6vw 5vh 0;
}
.marginalmenu {
  margin-top: 5vh;
  margin-left: 2vw;
}
.sticky-top.marginalmenu {
  top: 10vh;
  z-index: 5;
}
.marginalmenu ul {
  list-style-type: none;
  padding-left: 0;
}
.marginalmenu ul li {
  margin: 2vh 0;
}
.marginalmenu ul a {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  padding-left: 5vw;
}
.marginalmenu ul a.curent {
  font-family: "Calps-Medium";
}
.marginalmenu .menu-spacer {
  position: absolute;
  width: 4vw;
  margin-right: 1vw;
  display: block;
  max-width: 4vw;
  left: 0;
}
.marginalmenu .menu-spacer::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 1px solid #a9163a;
  width: 2vw;
}
.benefit-accordeon-inner {
  padding: 2vw;
}
.benefit-accordeon-inner h4 {
  margin-top: 4vh;
  margin-bottom: 0;
  font-size: 22px;
}
.benefit-accordeon-inner h4:first-of-type {
  margin-top: 0;
}
.benefit-accordeon.ui-accordion {
  background-color: #f9f9f9;
}
.benefit-accordeon-inner .col-md-6 {
  margin-bottom: 5vh;
}
.benefit-accordeon-inner ul {
  list-style-type: none;
  padding-left: 20px;
}
.benefit-accordeon-inner ol.two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 4vw;
  -webkit-column-count: 2;
  -webkit-column-gap: 4vw;
  column-count: 2;
  column-gap: 4vw;
}
.benefit-accordeon-inner ol.two-columns li {
  margin-bottom: 5vh;
}
.benefit_img_container {
  text-align: center;
  margin-bottom: 2vw;
}
.service_caption{
    font-family: "Calps-Medium";
    font-size: 30px;
    margin-bottom: 5vh;
}
.benefit_img_container img {
  max-width: 60%;
}
.benefit-accordeon-inner ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}
.benefit-accordeon.ui-accordion .ui-accordion-content {
  background-color: #f9f9f9;
  border-top: 0;
  overflow: auto;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  border-bottom: 20px solid #fff;
  padding: 0;
  font-family: "Calps-Light";
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
  color: #606162;
}
.benefit-accordeon.ui-accordion .ui-accordion-header {
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin-top: 0;
  min-height: 0;
  padding: 15px 40px 15px 2vw;
  position: relative;
  text-align: left;
  outline: none;
  border-bottom: solid 5px #fff;
  margin-bottom: 0;
  line-height: 1.5;
  color: #606162;
  font-size: 2vw;
  transition: background-color 0.3s cubic-bezier(0.65, 0.005, 0.35, 0.995);
}
/****************
* Leitfaden     *
****************/
.leitfaden-wrapper {
  margin: 10vh 7vw 10vh 0;
}
.leitfadenslider {
  margin-top: 5vh;
}
.leitfadenwrapper {
  background-color: #ececec;
  padding: 2vw;
  margin-right: 3vw;
}
.leitfaden-navigator {
  margin-top: 5vh;
}
/****************
* Team          *
****************/
.teammember-wrapper {
  margin-top: 10vh;
  margin-right: 7vw;
}
.teammember {
  margin-top: 2vh;
}
.teammember h3 {
  font-size: 2vw;
  margin-bottom: 0;
}
.teammember-links ul, .manager-txt ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1vh;
}
.teammember-links ul {
  display: inline-block;
  margin: 1vh 0;
}
.teammember-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.teammember-links ul li, .manager-txt ul li {
  float: left;
}
a.linkedin, a.xing, .linkedin a, .xing a {
  width: 30px;
  height: 30px;
  background: url("img/linkedin_kasten.svg") no-repeat left center/contain;
  cursor: pointer;
  display: inline-block;
  margin-right: 1vw;
  text-indent: -999999px
}
a.xing, .xing a {
  background: url("img/xing_kasten.svg") no-repeat left center/contain;
}
a.show-more-info {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  text-indent: -999999px;
  position: relative;
  border: 1px solid #a9163a;
}
a.show-more-info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("img/kreuz.svg") no-repeat center/65%;
  transition: all 500ms ease-out;
}
.teammember.open-show-more a.show-more-info::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.teammember .more-info {
  overflow: hidden;
  max-height: 0;
  transition: opacity 0.5s;
  opacity: 0;
}
.teammember.open-show-more .more-info {
  max-height: 100%;
  transition: opacity 0.5s;
  background-color: #f4f4f4;
  padding: 0;
  opacity: 1;
}
.teammember-inner {
  margin-bottom: 6vh;
  padding-right: 2vw;
}
.ma-tab.ui-accordion {
    margin-top: 0 !important;
}
.ma-tab.ui-accordion .ui-accordion-header:first-of-type {
    border-top: none;
}
.ma-tab.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: .5em;
    left: auto;
    background: transparent url("img/kreuz_weiss_fett.svg") no-repeat center/contain;
    width: 20px;
    height: 20px;
    transition: all 1s;
}
.ma-tab.ui-accordion .ui-accordion-content {
    padding: .5em;
}
.ma-tab ul li::before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
}
.ma-tab ul li {
    line-height: inherit;
}
.ma-tab ul {
    list-style-type: none;
    padding-left: 20px;
}
/****************
* Managing      *
****************/
.managing-entry {
  width: 25vw;
  margin-right: 7vw;
  margin-left: auto;
  margin-bottom: 5vh;
}
.manager-slide {
  position: relative;
}
.manager-slide::before {
  display: block;
  width: 100%;
  background-color: #a9163a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: calc(100% - 10vh);
  z-index: -1;
}
.manager-img {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  width: 50%;
  display: block;
  padding-bottom: 10vh;
  background-color: #fff;
  height: 100%;
  z-index: 999999;
  float: left;
}
.manager-txt h3 {
  color: #fff;
}

.manager-txt h3.ifus::after {
    content: '';
    position: absolute;
    width: 5vw;
    height: 5vw;
    right: -5vw;
    top: 50%;
    background: url(img/IFUS-Logo.png) no-repeat right center/contain;
    transition: all 300ms ease-out;
    transform: translateY(-50%);
}
.manager-txt h3.ifus.ifus2::after {
    background: url(img/IFUS-Logo2.png) no-repeat right center/contain;
}
.manager-txt.open-show-more h3.ifus::after {
    right: 0;
}
.manager-txt a.linkedin {
  background: url("img/linkedin_kasten_weiss.svg") no-repeat left center/contain;
}
.manager-txt a.xing {
  background: url("img/xing_kasten_weiss.svg") no-repeat left center/contain;
}
.navigator.manager-navigator {
  margin-top: 2vh;
}
.manager-txt {
  width: 25vw;
  padding-top: 15vh;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 7vw;
  transition: all 500ms ease-out 300ms;
}
.manager-txt.open-show-more {
  width: 100%;
  padding-top: 15vh;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #a9163a;
  top: 0;
  padding: 4vw;
  transition: all 500ms ease-out;
}
.manager-ueber-mich {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 300ms ease-out;
}
.manager-ueber-mich a{
  color: #fff;
}

.manager-txt.open-show-more .manager-ueber-mich {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 300ms ease-out 800ms;
  margin-bottom: 2vh;
}
.manager-txt .read-more {
  position: absolute;
  left: 0;
  bottom: 5vh;
}
.manager-txt.open-show-more .read-more {
  left: inherit;
  bottom: 5vh;
  right: 2vw;
  text-indent: -999999px;
  padding: 10px;
  width: 30px;
  height: 30px;
  background: url("img/kreuz_management.svg") no-repeat center/60%;
}
.manager-txt.open-show-more .read-more::before {
  display: none;
}
/****************
* GSAP Stuff    *
****************/
.scroll-effect {
  opacity: 0;
  transform: translate3d(0px, 100px, 0px);
}
.scroll-effect.long {
  opacity: 0;
  transform: translate3d(0px, 250px, 0px);
}
/****************
* Blog          *
****************/
.blog-index {
  margin-right: 7vw;
}
.blog-teaser-wrapper {
  padding-right: 2vw;
}
.blog-teaser-txt {
  margin: 5vh 2vw 10vh;
}
.read-more-wrapper {
  margin-top: 2vh;
}
.blog-teaser-txt h3 {
  font-size: 2vw;
}
.blog-pagination {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.blog-pagination a {
  display: inline-block;
  padding: 8px 75px 8px 15px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  position: relative;
  color: #a9163a;
  border: 1px solid #a9163a;
  line-height: 1;
  margin-right: 2vw;
}
.blog-pagination .page-item-direction.page-item-prev a {
  padding: 8px 15px 8px 75px;
}
.blog-pagination a::before {
  content: '';
  width: 40px;
  height: 100%;
  background: transparent url("img/einfacher_pfeil_rechts_rot.svg") no-repeat right center/contain;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}
.blog-pagination .page-item-direction.page-item-prev a::before {
  background: transparent url("img/einfacher_pfeil_links_rot.svg") no-repeat right center/contain;
  top: 0;
  right: inherit;
  left: 15px;
}
/*****************
* Kontakt        *
*****************/
.map {
  height: 35vh;
}
h3.contact-hl {
  font-size: 2vw;
  color: #a9163a;
  text-transform: none;
}
.page-template-kontakt .section.content .adresse {
  margin-bottom: 5vh;
}
/*****************
* Formular Stuff *
*****************/
.wpcf7 {
  max-width: 100%;
  margin: 0;
}
.page-template-kontakt .section.content .wpcf7 {
  margin-top: 10vh !important;
}
.wpcf7-form .col {
  margin-bottom: 20px;
}
.wpcf7 textarea, .wpcf7 textarea.wpcf7-validation-errors, textarea.form-control {
  height: 100px;
}
.float-label-control {
  position: relative;
  margin-bottom: 1.5em;
}
.grey-box {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #dbdcdf;
  padding: 25px;
}
.wpcf7-form-control-wrap {
  margin: 1vh 0px;
  display: block;
}
.call2action .wpcf7-form-control-wrap {
    margin: 10px 0px;
    display: block;
}
.call2action .wpcf7 .wpcf7-form p{
    margin-bottom: 5px;
}
.wpcf7-form-control-wrap.grund {
  margin: 0 0px 2vh;
}
span.wpcf7-list-item {
  margin: 0;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type="color"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="month"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 input[type="week"], .wpcf7 select, .wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 0 10px;
  border: none;
  border: 1px solid #fff;
  border-radius: 0px;
  outline: none;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  text-shadow: none;
}
.page-template-kontakt .content-inner .wpcf7 input, .page-template-kontakt .content-inner .wpcf7 textarea {
  border: 1px solid #606162;
  color: #606162;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type="color"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 input[type="datetime-local"]:focus, .wpcf7 input[type="datetime"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="file"]:focus, .wpcf7 input[type="month"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="range"]:focus, .wpcf7 input[type="search"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="time"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="week"]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  text-shadow: none;
}
.page-template-kontakt .content-inner .wpcf7 input:focus, .page-template-kontakt .content-inner .wpcf7 textarea:focus {
  border: 1px solid #606162;
  color: #606162;
  border-color: #606162;
}
.form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type="color"]::placeholder, .wpcf7 input[type="date"]::placeholder, .wpcf7 input[type="datetime-local"]::placeholder, .wpcf7 input[type="datetime"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="file"]::placeholder, .wpcf7 input[type="month"]::placeholder, .wpcf7 input[type="number"]::placeholder, .wpcf7 input[type="range"]::placeholder, .wpcf7 input[type="search"]::placeholder, .wpcf7 input[type="tel"]::placeholder, .wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="time"]::placeholder, .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="week"]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
  color: #ffffff;
  opacity: 1;
  background-color: transparent;
  text-transform: inherit;
}
.page-template-kontakt .content-inner .form-control::placeholder, .page-template-kontakt .content-inner .wpcf7 input::placeholder, .page-template-kontakt .content-inner .wpcf7 textarea::placeholder {
  color: #606162;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type="submit"], .wpcf7 input:disabled[type="submit"], .btn-outline-primary, .wpcf7 input[type="submit"], .btn-outline-primary:hover, .wpcf7 input:hover[type="submit"], .wpcf7 input:not(:disabled):not(.disabled):active[type="submit"], .wpcf7 input:focus[type="submit"] {
  outline: none;
  background-color: transparent;
  width: auto;
  font-family: "Calps-Light";
  text-transform: uppercase;
  text-transform: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  border: 1px solid #fff;
  margin-top: 15px;
  border-radius: 0;
  position: relative;
  text-align: center;
  min-width: 10vw;
  font-size: 22px;
  line-height: 1;
  height: inherit;
}
.page-template-kontakt .content-inner .wpcf7 input:disabled[type="submit"], .page-template-kontakt .content-inner .btn-outline-primary, .page-template-kontakt .content-inner .wpcf7 input[type="submit"] {
  border: 1px solid #606162;
  color: #606162;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
  padding: 0 10px;
  font-size: 15px;
}
.call2action.alternate .wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
}
.btn-outline-primary:disabled {
  opacity: .5;
}
.wpcf7-not-valid {
  border-bottom: 1px solid #e10d0d !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 3vh 0;
  border-width: 1px;
}
.float-label-control::-webkit-input-placeholder {
  color: transparent;
}
.float-label-control:-moz-placeholder {
  color: transparent;
}
.float-label-control::-moz-placeholder {
  color: transparent;
}
.float-label-control:-ms-input-placeholder {
  color: transparent;
}
.wpcf7-list-item-label {
  font-size: 13px;
  width: 95%;
  display: block;
  float: right;
}
.wpcf7-list-item-label a {
  text-decoration: underline;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show > input.dropdown-toggle:focus[type="submit"], .wpcf7 input:not(:disabled):not(.disabled).active:focus[type="submit"], .wpcf7 input:not(:disabled):not(.disabled):active:focus[type="submit"] {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.form-group, .wpcf7 .wpcf7-form p {
    margin-bottom: 0;
}
/***************
* FAQ* 
/**************/
.page-template-faq .section.benefit {
  margin-top: 5vh;
}
/**********
**Overlays 
/**********/
.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default, .ui-accordion .ui-widget-header .ui-state-default {}
.ui-accordion .ui-accordion-header-active.ui-state-active, .ui-accordion .ui-accordion-header:hover {
  background-color: #ececec;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  line-height: 1;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 4px;
  padding: .5em .5em .5em .7em;
  min-height: 0; /* support: IE7 */
  font-size: 20px;
  margin-bottom: 0;
  border-radius: 0;
  color: #007f99;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  left: auto;
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
  background-position: right center;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
}
.ui-icon-triangle-1-s {
  background: transparent url("img/minus_akkordeon.svg") no-repeat center/contain;
}
.ui-icon-triangle-1-e {
  background: transparent url("img/plus_akkordeon.svg") no-repeat center/contain;
}
.ui-accordion .ui-state-default.ui-accordion-content-active {
  border-bottom: none;
}
.ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: inherit;
  border: none;
  background: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  line-height: 1.7;
  font-family: "Calps-Light";
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.ui-accordion .ui-accordion-content ul li {
  line-height: inherit;
}
.ui-accordion .ui-accordion-header {
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin-top: 0;
  min-height: 0;
  padding: 10px 40px 10px 0;
  position: relative;
  line-height: 27px;
  text-align: left;
  outline: none;
  border-bottom: solid 1px transparent;
  margin-bottom: 0;
  color: #fff;
}
.ui-accordion .ui-accordion-header {
  color: #000;
  border-bottom: 1px #000 solid;
}
.ui-accordion .ui-accordion-header span {
  font-weight: normal;
}
.overlay-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: .6;
}
/*************
*  Hamburger *
*************/
.wrapper-hamburgermenu {
  display: flex;
  align-items: flex-end;
}
.hamburger-wrapper a.tel {
  color: #fff;
  margin-right: 5vw;
}
.hamburger-wrapper {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.hamburger-wrapper .menu-txt {
  display: block;
  max-width: 40px;
  margin-right: 20px;
  color: #fff;
  text-transform: uppercase;
}
.scroll-sticky .hamburger-wrapper .menu-txt {
  color: #606162;
}
.menu-open.scroll-sticky .hamburger-wrapper .menu-txt {
  color: #fff;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  position: relative;
  z-index: 99999;
  padding-top: 6px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}
.scroll-sticky .hamburger.is-active .hamburger-inner, .scroll-sticky .hamburger.is-active .hamburger-inner::before, .scroll-sticky .hamburger.is-active .hamburger-inner::after, .scroll-sticky .hamburger-inner, .scroll-sticky .hamburger-inner::before, .scroll-sticky .hamburger-inner::after {
  background-color: #606162;
}
.menu-open.scroll-sticky .hamburger.is-active .hamburger-inner, .menu-open.scroll-sticky .hamburger.is-active .hamburger-inner::before, .menu-open.scroll-sticky .hamburger.is-active .hamburger-inner::after, .menu-open.scroll-sticky .hamburger-inner, .menu-open.scroll-sticky .hamburger-inner::before, .menu-open.scroll-sticky .hamburger-inner::after {
  background-color: #fff;
}
.scroll-sticky .hamburger-wrapper a.tel {
  color: #606162;
}
.menu-open.scroll-sticky .hamburger-wrapper a.tel {
  color: #ffffff;
}
.hamburger-box {
  width: 40px;
  padding-top: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 39px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
* Habmurger Collapse
*/
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.open .hamburger--collapse .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.open .hamburger--collapse .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}
.open .hamburger--collapse .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg)
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.open .hamburger--collapse-r .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg)
}
.open .hamburger--collapse-r .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}
.open .hamburger--collapse-r .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(90deg)
}
.wrapper-hamburgermenu {
  color: #fff;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f7af07;
}
.slick-dots li button::before {
  color: #475d74
}
.open.hamburger--collapse .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.open.hamburger--collapse .hamburger-inner::before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg);
}
.open.hamburger--collapse .hamburger-inner::after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0;
}
/**************
* Spezial Nav *
**************/
.spezialnav-hl {
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}
.spezialnav-hl h3 {
  font-size: 40px;
  color: #3e3e3e;
  position: absolute;
  right: -10vw;
  top: 0;
  display: inline-block;
}
.spezialnav-hl h3::before {
  content: " ";
  border-top: 2px solid #000;
  width: 80px;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -150px;
  transform: rotate(-45deg);
}
.special-nav-container {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.special-nav-container .image {
  position: absolute;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.special-nav-container .image.active {
  z-index: 4;
  opacity: 1;
}
.special-nav-container .special-nav {
  height: 75vh;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 33.333%;
  transition: .3s;
}
.special-nav-container .special-nav h4 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 25px;
}
.special-nav-container .special-nav:hover {
  background: rgba(0, 0, 0, .45);
  backdrop-filter: blur(6px);
}
.special-nav-container .special-nav .image-bg {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.special-nav .service-txt {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 100px;
  transition: all .5s ease 0s;
}
.special-nav .logo-icon {
  background: transparent url(img/w_p.svg) no-repeat center/contain;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  opacity: 0;
}
.special-nav-container .special-nav:hover .service-txt {
  bottom: inherit;
  top: 10%;
  transition: all .5s ease 0s;
}
.special-nav .service-line {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 45%;
  bottom: 30%;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.special-nav .service-line::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #fff;
  transform: rotate(10deg);
}
.special-nav .service-more {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 10%;
  opacity: 0;
}
.special-nav-container .special-nav:hover .service-more, .special-nav:hover .service-line, .special-nav:hover .logo-icon {
  visibility: visible;
  opacity: 1;
}
.special-nav .service-more a.read-more {
  border: 1px solid #fff;
  color: #fff;
}
/**********
**Overlays 
/**********/
.ui-accordion {
  margin-top: 5vh !important;
}
.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default, .ui-accordion .ui-widget-header .ui-state-default {
  border: none;
  border-bottom: 1px solid #c4c6c8;
  background: none;
  font-weight: normal;
}
.ui-accordion .ui-accordion-header-active.ui-state-active {
  border-bottom: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  line-height: 1;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 4px;
  padding: .5em .5em .5em .7em;
  min-height: 0; /* support: IE7 */
  font-size: 18px;
  margin-bottom: 0;
  border-radius: 0;
  color: #5e5750;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 2vw;
  left: auto;
  background: transparent url("img/kreuz_weiss_fett.svg") no-repeat center/contain;
  width: 40px;
  height: 40px;
  transition: all 1s;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-s {
  transform: rotate(45deg);
}
.ui-accordion .ui-state-default.ui-accordion-content-active {
  border-bottom: none;
}
.ui-accordion .ui-accordion-content ul li {
  line-height: inherit;
}
.ui-accordion .ui-accordion-header:first-of-type {
  border-top: solid 5px #fff;
}
.ui-accordion .ui-accordion-header span {
  font-weight: normal;
}
.ui-accordion .ui-accordion-header {
  font-size: 2.5vw;
}
/********************
/* MMenu            *
/*******************/
.mm-menu.mm-theme-black {
  background: #a9163a;
  border-color: #a9163a;
  color: rgba(255, 255, 255, 1);
}
.mm-menu.mm-theme-black a, .mm-menu.mm-multiline .mm-listview > li > span {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-family: "Calps-Medium";
}
.sub-menu.mm-listview a {
  font-size: 24px;
  font-family: "Calps-Light";
}
.mm-panels {
  margin-top: 15vh;
}
.mm-panels, .mm-panels > .mm-panel {
  background: transparent;
}
a.mm-title {
  display: none;
}
.mm-navbar {
  border: none;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: none;
}
.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after, .mm-menu.mm-theme-black .mm-listview > li .mm-next::after, .mm-menu.mm-theme-black .mm-btn::after, .mm-menu.mm-theme-black .mm-btn::before {
  border-color: #fff;
}
.mm-listview > li > a, .mm-listview > li > span {
  padding: 10px 10px 10px 15px;
}
/**********************
/* Verlauf            *
/*********************/
/**********************
/*Responsive Stuff    *
/*********************/
.headlines h3.desktop-only.marginal-hl {
  font-size: 26px;
}
.site-info-mobil, .mobile-service-icon, #nav-mobile, .mobil-only, .footer1mobil, .fill.mobil, .footer1-mobil {
  display: none;
}
html.mm-blocking, body.menu-open, html.mm-blocking body {
  overflow: auto;
}
#service_img_5910, #service_img_5912, #service_img_5930{
	max-width: 60%;
}
#service_img_5631, #service_img_5924, #service_img_5926 {
    max-width: 100%;
}
#service_img_5924{
	max-width: 80%;
}
#service_img_5930{
	max-width: 40%;
}
#service_img_6212{
	max-width: 100%;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}
@media screen and (max-height: 800px) and (orientation:landscape) {
  .mainmenu:nth-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) {}
@media (max-width: 1600px) {
  .manager-txt.open-show-more {
    padding: 1vw;
  }
  .manager-img {
    padding-bottom: 15vh;
  }
  .marginalmenu ul a {
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}
@media (max-width: 1400px) {
  .manager-txt.open-show-more .manager-ueber-mich {
    line-height: 1.2;
  }
  .manager-img {
    padding-bottom: 20vh;
  }
  .navigator {
    width: 22vw;
  }
  .special-nav-container .special-nav h4 {
    font-size: 25px;
  }
  .scroll-sticky header .logo {
    height: 5vh;
  }
    .manager-txt.open-show-more h3.ifus::after {
    top: 0;
    transform: none;
}
}
@media (max-width: 1300px) {
  .h2, h2, .navigator {
    font-size: 22px;
  }
  .h3, h3 {
    font-size: 35px;
  }
  .container {
    max-width: 90vw;
  }
  .news-slider-img .slick-list {
    padding-left: 15vw;
  }
  .wpcf7-list-item-label {
    width: 90%;
  }
  .section.wrapper-footer::before {
    display: none;
  }
	.benefit_img_container img {
  max-width: 80%;
}
.manager-txt h3.ifus::after {
    width: 75px;
    height: 75px;
    top: 0;
    transform: none;
    right: 0;
}
}
@media (max-width: 1200px) {
  .news-slider-img .slick-list {
    padding-left: 5vw;
  }
  .content-inner {
    padding: 5vh 2vw;
  }
  .content-inner h3.subheadline {
    max-width: 55vw;
    margin-bottom: 5vh;
  }
  .managing-entry {
    width: 100%;
  }
  .manager-txt.open-show-more > p {
    margin-bottom: 0;
  }
  .leitfaden-wrapper {
    margin: 10vh 0 10vh 0;
  }
  .benefit-services {
    padding: 10vh 0 5vh 0;
  }
  .manager-img {
    clip-path: none;
    width: 100%;
    display: block;
    background-color: #fff;
    height: inherit;
    z-index: inherit;
    float: none;
    padding-bottom: 0;
  }
  .manager-txt {
    width: 100%;
    padding-top: 0;
    color: #fff;
    height: inherit;
    position: relative;
    right: inherit;
    transition: all 500ms ease-out 300ms;
    padding: 2vw;
    display: block;
  }
  .manager-txt ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1vh;
    display: inline-block;
    margin-bottom: 0;
  }
  .manager-txt .read-more {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    left: inherit;
  }
  .manager-txt.open-show-more {
    position: relative;
  }
  .manager-txt.open-show-more .read-more {
    bottom: 2vw;
    right: 2vw;
  }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .leitfadenslider h4 {
    font-size: 24px;
  }
	#service_img_5450, service_caption_5450{
		display: none;
	}
}
@media (max-width: 994px) {
  .benefit-accordeon.ui-accordion .ui-accordion-header, .teammember h3, h3.contact-hl, .blog-teaser-txt h3 {
    font-size: 24px;
  }
  .news-slider-img .slick-list {
    padding-left: 0;
  }
  .section.news .navigator {
    left: 15px;
    bottom: 0;
  }
  .navigator {
    width: 220px;
  }
  .menu-open .navigation-panel, .navigation-panel, a.read-more.back, .headlines h3.desktop-only.marginal-hl {
    display: none;
  }
  .mm-menu.mm-offcanvas.mm-opened {
    display: block;
    z-index: 7;
  }
  .content-inner {
    padding: 5vh 0;
    border: none;
    margin: 0 calc(5vw + 15px);
  }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .benefit-services {
    padding: 10vh 0 5vh 0;
  }
  .content-inner h3.subheadline {
    max-width: 100%;
  }
  .teammember-wrapper {
    margin-top: 10vh;
    margin-right: -15px;
  }
  .teammember-inner {
    margin-bottom: 5vh;
    padding-right: 15px;
  }
  .claim {
    font-size: 25px;
    margin-bottom: 2vh;
  }
  .pagingInfo-headslider {
    bottom: 5vh;
    right: 5vw;
  }
  .blog-teaser-wrapper {
    padding-right: 0;
  }
  .marginalmenu .menu-spacer {
    position: absolute;
    width: 55px;
    margin-right: 5px;
    display: block;
    max-width: inherit;
    left: 0;
  }
  .marginalmenu ul a {
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
    padding-left: 65px;
  }
  .sticky-top.marginalmenu {
    top: inherit;
    z-index: inherit;
    margin: 0 calc(5vw + 15px) 5vh;
    position: relative;
  }
  .headlines {
    margin-top: 5vh;
  }
  .marginalmenu ul {
    display: inline-block;
    border-top: 1px solid #a9163a;
  }
  .marginalmenu ul li {
    margin: 0;
    border-bottom: 1px solid #a9163a;
    padding: 10px;
  }
  .rightimage {
    margin-top: 5vh;
  }
  .adresse {
    margin-top: 10vh;
  }
  .marginalmenu ul a {
    hyphens: none;
  }
  .headlines h3.dektop-only.marginal-hl {
    display: none;
}
  .headlines h3.mobil-only.marginal-hl {
    display: block;
    font-size: 24px;
    margin: 2vh 0;
  }
	#service_img_5825, #service_img_5926, #service_caption_5825, #service_caption_5926{
		display: none;
	}
	.service_caption{
    font-size: 20px;
		margin-bottom: 20px;
}
}
@media (max-width: 768px) {
  .service-line, .special-nav .logo-icon {
    display: none;
  }
  .wrapper-footer .logo {
    width: 20vw;
    height: 10vw;
  }
  .adresse-left {
    margin-right: 0;
    width: 50%;
  }
  .footer3-widget {
    margin-bottom: 5vh;
  }
  .section.news .navigator {
    right: calc(5vw + 15px);
    bottom: -42px;
    left: inherit;
  }
  .newsslider-txt-wrapper {
    padding: 2vh calc(5vw + 15px) 0;
  }
  .section.news {
    margin: 10vh 0;
  }
  .logo {
    width: 25vw;
  }
  .scroll-sticky header .logo {
    height: 5vh;
  }
  .headslider .fill {
    height: 50vh;
  }
  .page-template-home .headslider .fill {
    height: 70vh;
  }
  .special-nav-container .image, .special-nav-container .special-nav:hover .service-txt::after {
    display: none;
  }
  .special-nav-container .special-nav .image-bg {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .special-nav-container .special-nav h4 {
    font-size: 24px;
    position: absolute;
    width: 100%;
    bottom: inherit;
    margin-bottom: 0;
    top: 25px;
  }
  .special-nav-container .special-nav {
    width: 100%;
    z-index: inherit;
    margin-bottom: 15px;
    height: 35vh;
  }
  .special-nav .service-txt {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .special-nav-container .special-nav:hover .service-txt {
    top: 0;
  }
  .special-nav-container .special-nav:hover h4 {
    bottom: 80px;
    transition: all 0.2s linear;
  }
  .special-nav-container .special-nav .service-more {
    margin-bottom: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
  }
  .special-nav .service-txt a {
    width: auto;
  }
  .special-nav-container .special-nav h4::before {
    width: 24%;
    margin-left: -12%;
  }
  .section.services .services-txt {
    margin-bottom: 5vh;
  }
  .navigator .counter-line {
    width: 30px;
  }
  .navigator .counter {
    margin-right: 25px;
  }
  .navigator {
    width: auto;
  }
  .werte-wrapper {
    margin-bottom: 5vh;
  }
  .page-template-home .section.content h3 {
    margin-bottom: 2.5vh;
  }
  .blog-index {
    margin-right: -15px;
  }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .benefit_img_container img, #service_img_5910, #service_img_5912, #service_img_5930 {
    max-width: 100%;
    margin-bottom: 5vh;
  }
  .marginalmenu .menu-spacer::after {
    width: 25px;
  }
    .manager-txt.open-show-more {
    padding: 15px;
}
    .manager-txt.open-show-more .read-more {
    bottom: 18px;
    right: 15px;
}
	#service_img_5631, #service_img_5924 {
    display: none;
}
  .manager-txt h3.ifus::after {
    width: 65px;
    height: 65px;
}
	
}
@media (max-width: 576px) {
  body, .benefit-accordeon.ui-accordion .ui-accordion-content {
    font-size: 19px;
    line-height: 1.3;
  }
  .section {
    margin: 5vh 0;
  }
  .container {
    max-width: 100%;
  }
  .newsslider-txt-wrapper {
    padding: 5vh 15px 0;
  }
  .section.news .navigator {
    right: 15px;
	  bottom: -8vh;
  }
  .footer1-widget, #nav_menu-26 {
    display: none;
  }
  .footer1-mobil {
    display: block;
  }
  .section.wrapper-footer .widget_text {
    margin-bottom: 0;
  }
  .footer2-widget {
    margin: 5vh 0;
  }
  .wrapper-footer .logo {
    width: 50vw;
    height: 30vw;
  }
  .call2action-inner span a {
    font-size: 55px;
  }
  .section.call2action {
    padding: 5vh 0;
    margin-top: 5vh;
  }
  .hamburger-wrapper a.tel {
    width: 30px;
    height: 30px;
    background: url("img/phone.svg") no-repeat left center/contain;
    cursor: pointer;
    display: inline-block;
    margin-right: 25px;
    text-indent: -999999px;
  }
  .scroll-sticky .hamburger-wrapper a.tel {
    background: url("img/phone_rot.svg") no-repeat left center/contain;
  }
  .menu-open.scroll-sticky .hamburger-wrapper a.tel {
    background: url("img/phone.svg") no-repeat left center/contain;
  }
  .headslider .fill {
    height: 50vh;
  }
  .page-template-home .headslider .fill {
    height: 70vh;
  }
  .content-inner {
    margin: 0 15px;
    padding: 0;
  }
  .pagingInfo-headslider {
    bottom: 15px;
    right: 15px;
  }
  .claim {
    font-size: 25px;
    margin-bottom: 2vh;
  }
  .benefit-services {
    padding: 5vh 0;
  }
  .blog-teaser-txt {
    margin: 0;
    background-color: #f9f9f9;
    padding: 2vh 2vw 2vh;
  }
  .blog-pagination {
    margin: 5vh 0;
  }
  .sticky-top.marginalmenu {
    margin: 0 15px 5vh;
  }
  .adresse {
    margin-top: 5vh;
  }
  .hamburger-wrapper .menu-txt {
    margin-right: 15px;
  }
  .benefit-accordeon-inner .row {
    margin: 2vw;
  }
  .benefit-accordeon-inner .col-md-6 {
    padding: 0;
    margin-bottom: 25px;
  }
  .benefit-accordeon-inner h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
  }
  .benefit-accordeon-inner h4:first-of-type {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .marginalmenu ul {
    display: block;
  }
  .manager-txt {
    padding: 15px 15px 20px;
  }
  .manager-txt .read-more {
    right: 15px;
    bottom: 23px;
  }
  .blog-teaser-wrapper {
    margin-bottom: 5vh;
  }
  .two-columns{
	-moz-column-count: inherit !important;
    -moz-column-gap: 0;
    -webkit-column-count: inherit !important;
    -webkit-column-gap: 0;
    column-count:inherit !important;
    column-gap: 0;
}   	 
  }
}
@media (max-width: 376px) {}
@media (orientation: landscape) {
  .fill.desktop {
    display: block;
  }
  .fill.mobil {
    display: none;
  }
}
@media (orientation: portrait) {
  .fill.desktop {
    display: none;
  }
  .fill.mobil {
    display: block;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.error404 .header_image{
    height: 15vh;
    background-color: #606162;
}