/*
 ==============================
 VARIABLE
 ==============================
 */
/* === FONTS === */
@font-face {
  font-family: "Signika";
  src: url("../fonts/Signika-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Signika";
  src: url("../fonts/Signika-Bold.ttf");
  font-weight: bold;
}
/* === COLORS === */
/* === WIDTHS === */
/* === STYLE === */
/* === TRANSITIONS === */
/* === MIXINS === */
/*
 ==============================
 GENERAL
 ==============================
 */
body, html {
  color: #334;
  background: linear-gradient(90deg, #19415f, #1e506e, #1e506e, #19415f);
  font-family: "Signika", "Open Sans", sans-serif;
}
body.single-post, html.single-post {
  background: #f0f0f0;
}
.wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
}
.wrap.narrow {
  max-width: 720px;
}
.single main {
  margin-top: 50px;
}
.page .error404 main {
  top: 0;
  padding: 0;
  height: 90vh;
  display: flex;
  align-items: center;
}
.page .error404 main .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 50%;
}
.page .error404 main .wrap .horizontal-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page .error404 main .wrap .title-404 {
  font-size: 5em;
  font-weight: bold;
  background-color: #d2a63e;
  border-radius: 0.1em;
  padding: 0 0.3em;
  margin: 0 auto;
  max-width: 100%;
}
.page .error404 main .wrap .icon-404 {
  margin: 0 auto;
  width: 200px;
  max-width: 100%;
}
.page .error404 main .wrap .message-404 {
  text-align: center;
  max-width: 480px;
  font-weight: bold;
  color: #fff;
}
.page .error404 main .wrap .message-404 a {
  color: #d2a63e;
}
.page .error404 main .wrap .message-404 a:hover {
  text-decoration: underline;
}
.seperator {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
a {
  color: inherit;
}
.overflow-wrap {
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.invisible {
  display: none;
}
pre {
  color: inherit;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*
 ==============================
 HEADER
 ==============================
 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #d2a63e;
  background: #fff;
  text-transform: uppercase;
}
header .navigation-wrap {
  text-align: center;
}
.home header {
  margin: 0 auto;
  top: 0;
  color: #fff;
  background: transparent;
}
.home header .logo:hover {
  transition-delay: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
header .wrap {
  max-width: 100%;
}
header.scroll {
  background: #fff;
  color: #d2a63e;
}
.home header.scroll {
  background: #fff;
}
header .logo {
  transition-delay: 0 !important;
}
header .contact-button {
  position: absolute;
  left: 30px;
  top: 30px;
  text-transform: none;
  color: inherit;
  border-color: inherit;
}
header .contact-button:hover {
  border-color: transparent;
}
header.scroll .contact-button:hover {
  color: #fff;
}
.menu-panel .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-top: 100px;
  font-size: 1.2rem;
}
.menu-panel ul {
  letter-spacing: 1px;
}
.menu-panel a, .menu-panel .pseudo-anchor {
  display: inline-block;
}
.menu-panel a:hover, .menu-panel .pseudo-anchor:hover {
  cursor: pointer;
  color: #d2a63e;
}
.menu-panel .submenu-navigation-container {
  line-height: 2.5em;
  width: 100%;
  text-transform: uppercase;
}
.menu-panel .submenu-navigation-container li {
  padding: 5px;
  font-size: 1.2em;
  vertical-align: top;
  line-height: 1.2;
  margin-bottom: 10px;
}
.menu-panel .submenu-navigation-container li ul {
  display: none;
  text-transform: none;
}
.menu-panel .submenu-navigation-container li ul li {
  font-size: 0.75em;
  margin: 0;
}
.menu-panel .submenu-navigation-container .menu-item-has-children.active .pseudo-anchor:before {
  content: "";
  -webkit-transform: rotate(45deg) translate(4px, -4px);
  -moz-transform: rotate(45deg) translate(4px, -4px);
  -ms-transform: rotate(45deg) translate(4px, -4px);
  -o-transform: rotate(45deg) translate(4px, -4px);
  transform: rotate(45deg) translate(4px, -4px);
}
.menu-panel .submenu-navigation-container .menu-item-has-children.active .pseudo-anchor:after {
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-panel .submenu-navigation-container .menu-item-has-children .pseudo-anchor {
  position: relative;
}
.menu-panel .submenu-navigation-container .menu-item-has-children .pseudo-anchor:before, .menu-panel .submenu-navigation-container .menu-item-has-children .pseudo-anchor:after {
  transition: 100ms;
  position: absolute;
  top: 12px;
  right: -15px;
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background: currentColor;
}
.menu-panel .submenu-navigation-container .menu-item-has-children .pseudo-anchor:before {
  content: "";
  -webkit-transform: rotate(-45deg) translate(4px, 4px);
  -moz-transform: rotate(-45deg) translate(4px, 4px);
  -ms-transform: rotate(-45deg) translate(4px, 4px);
  -o-transform: rotate(-45deg) translate(4px, 4px);
  transform: rotate(-45deg) translate(4px, 4px);
}
.menu-panel .submenu-navigation-container .menu-item-has-children .pseudo-anchor:after {
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-panel .menu-grundmenue-container .menu {
  margin-top: 10vh;
  font-size: 1.2em;
}
.menu-panel .menu-grundmenue-container .menu li {
  display: inline-block;
}
.menu-panel .menu-grundmenue-container .menu li a, .menu-panel .menu-grundmenue-container .menu li .pseudo-anchor {
  padding: 20px;
  display: inline-block;
}
.menu-panel li {
  vertical-align: middle;
  font-weight: bold;
  z-index: 10;
}
.menu-panel li a {
  padding: 0 10px;
  transition-delay: 0;
}
.menu-panel li a:hover, .menu-panel li .pseudo-anchor:hover, .menu-panel .logo:hover {
  transition-delay: 0;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.list ul {
  list-style: none;
  padding-left: 0.8em;
}
.list li:before {
  content: "\00b7";
  margin: 0 0.5em 0 -0.8em;
}
.hero {
  z-index: 0;
  margin-top: 90px;
  width: 100%;
  height: 40vh;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.page-andreas-zaiss .hero, .page-id-303 .hero, .teambuilding-und-coaching-andreas-zaiss .hero {
  background-position-y: 25%;
  color: #334;
}
.page-andreas-zaiss .hero .section-title, .page-andreas-zaiss .hero .carousel-title, .page-andreas-zaiss .hero .section-subtitle, .page-id-303 .hero .section-title, .page-id-303 .hero .carousel-title, .page-id-303 .hero .section-subtitle, .teambuilding-und-coaching-andreas-zaiss .hero .section-title, .teambuilding-und-coaching-andreas-zaiss .hero .carousel-title, .teambuilding-und-coaching-andreas-zaiss .hero .section-subtitle {
  text-align: left;
  margin-bottom: initial;
}
.home .hero {
  height: 10vh;
  position: fixed;
  top: 0;
  z-index: -1;
}
.hero .wrap {
  height: 100%;
  position: relative;
}
.hero .hero-text {
  bottom: 50px;
  position: absolute;
  width: calc(100% - 40px);
  max-width: 800px;
}
#caption-carousel {
  position: absolute;
  top: 0vh;
  width: 100%;
}
#caption-carousel .skew {
  bottom: -40%;
  -webkit-backdrop-filter: url(#duotone) contrast(130%) saturate(50%);
  backdrop-filter: url(#duotone) contrast(130%) saturate(50%);
}
#caption-carousel .skew .unskew {
  padding: 40vh 0;
}
#caption-carousel .carousel-inner {
  width: 100%;
  top: 0;
  bottom: initial;
}
#caption-carousel .carousel-inner q {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}
#caption-carousel .carousel-item {
  height: 100vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#caption-carousel .carousel-caption {
  max-width: 720px;
  font-size: 3em;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  bottom: initial;
  top: 50vh;
  left: 50%;
  right: -30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#caption-carousel .carousel-control-next, #caption-carousel .carousel-control-prev {
  top: 50vh;
}
.scroll-down {
  display: none;
  position: fixed;
  text-align: center;
  opacity: 0.3;
  bottom: 50px;
  width: 100%;
}
.scroll-down a {
  padding-top: 60px;
  display: block;
  color: #fff;
  font-size: 0.75rem;
}
.scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10a 3s infinite;
  animation: sdb10a 3s infinite;
  box-sizing: border-box;
}
/* NATÜRLICHE SCROLLRICHTUNG */
@-webkit-keyframes sdb10a {
  0% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10a {
  0% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* === LOGO === */
.logo {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1rem;
  padding: 1rem;
}
.logo svg {
  transition: 100ms;
  vertical-align: middle;
  width: 1em;
  height: 0.9em;
}
.home .logo svg {
  font-size: 6rem;
}
.logo svg, .scroll .logo svg, .home .scroll .logo svg {
  font-size: 3.5rem;
}
.logo .name {
  display: none;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 20px;
  vertical-align: middle;
  margin-bottom: 0;
}
.home .logo .name {
  color: #fff;
}
.logo .name, .home .scroll .logo .name {
  color: #c6c6c5;
}
.scroll .logo .name {
  display: inline-block;
}
.home .cls-1, .home .cls-2 {
  fill: #fff;
}
.cls-1, .home .scroll .cls-1 {
  fill: #d2a63e;
}
.cls-2, .home .scroll .cls-2 {
  fill: #218ccc;
}
/* === BREAD === */
.bread {
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  position: absolute;
  z-index: 1100;
}
.home .bread {
  top: 50px;
}
.bread, .scroll .bread {
  top: 35px;
}
.bread:before, .bread:after {
  transition: 300ms;
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  position: absolute;
  background-color: currentColor;
}
.bread:before {
  -webkit-transform: translate(0, 5px) rotate(0);
  -moz-transform: translate(0, 5px) rotate(0);
  -ms-transform: translate(0, 5px) rotate(0);
  -o-transform: translate(0, 5px) rotate(0);
  transform: translate(0, 5px) rotate(0);
}
.bread:after {
  -webkit-transform: translate(0, 20px) rotate(0);
  -moz-transform: translate(0, 20px) rotate(0);
  -ms-transform: translate(0, 20px) rotate(0);
  -o-transform: translate(0, 20px) rotate(0);
  transform: translate(0, 20px) rotate(0);
}
#menu-state {
  display: none;
}
#menu-state:checked ~ .caption-carousel .carousel-caption, #menu-state:checked ~ .caption-carousel .carousel-control-prev, #menu-state:checked ~ .caption-carousel .carousel-control-next {
  opacity: 0;
}
#menu-state:checked ~ .scroll-down {
  opacity: 0;
  transition: 300ms;
}
#menu-state:checked ~ header.scroll, body:not(.home) #menu-state:checked ~ header {
  background: none;
}
#menu-state:checked ~ header.scroll .cls-1, body:not(.home) #menu-state:checked ~ header .cls-1, #menu-state:checked ~ header.scroll .cls-2, body:not(.home) #menu-state:checked ~ header .cls-2, #menu-state:checked ~ header.scroll .logo .name, body:not(.home) #menu-state:checked ~ header .logo .name {
  fill: #fff;
  color: #fff;
}
#menu-state:checked ~ header .bread:before, #menu-state:checked ~ header .bread:after {
  background: #fff;
}
#menu-state:checked ~ header .bread .top, #menu-state:checked ~ header .bread:before {
  -webkit-transform: translate(0, 10px) rotate(-45deg);
  -moz-transform: translate(0, 10px) rotate(-45deg);
  -ms-transform: translate(0, 10px) rotate(-45deg);
  -o-transform: translate(0, 10px) rotate(-45deg);
  transform: translate(0, 10px) rotate(-45deg);
}
#menu-state:checked ~ header .bread .bottom, #menu-state:checked ~ header .bread:after {
  -webkit-transform: translate(0, 10px) rotate(-135deg);
  -moz-transform: translate(0, 10px) rotate(-135deg);
  -ms-transform: translate(0, 10px) rotate(-135deg);
  -o-transform: translate(0, 10px) rotate(-135deg);
  transform: translate(0, 10px) rotate(-135deg);
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  color: #334;
  font-size: 0.75em;
  margin: 10px;
  transition: 500ms;
}
.cookie-banner .container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 7px 10px rgba(0, 0, 0, 0.1);
}
.cookie-banner .container .flex-left {
  max-width: calc(100% - 160px);
}
.cookie-banner .container .more-info {
  color: #d2a63e;
}
.cookie-banner .container .more-info:hover {
  text-decoration: underline;
}
.cookie-banner.accepted {
  bottom: -200px;
}
.cc-revoke, .cc-window {
  font-family: inherit;
  font-size: 0.875rem;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 10px !important;
}
@media screen and (max-width: 480px) {
  .cookie-banner .container {
    display: block;
  }
  .cookie-banner .container .flex-left {
    max-width: 100%;
  }
  .cookie-banner .container .flex-right {
    text-align: left;
    margin-top: 1em;
  }
}
/*
 ==============================
 MAIN
 ==============================
 */
main {
  top: 0;
  padding: 92px 0 150px;
  z-index: 100;
}
.home main {
  z-index: 100;
  padding: 0;
  color: #fff;
}
.page:not(.home) main {
  padding: 150px 0;
  color: #fff;
}
.page:not(.home) main .section-title, .page:not(.home) main .carousel-title, .page:not(.home) main .section-subtitle {
  margin-bottom: 50px;
}
.page:not(.home) main article {
  background-color: #fff;
  color: #334;
  font-size: 0.875rem;
  padding: 50px;
}
.page-termine main, .page-andreas-zaiss main, .page-coaching-und-beratung-andreas-zaiss main {
  padding-top: 0;
}
.page-termine main .section-title, .page-termine main .carousel-title, .page-termine main .section-subtitle, .page-andreas-zaiss main .section-title, .page-andreas-zaiss main .carousel-title, .page-andreas-zaiss main .section-subtitle, .page-coaching-und-beratung-andreas-zaiss main .section-title, .page-coaching-und-beratung-andreas-zaiss main .carousel-title, .page-coaching-und-beratung-andreas-zaiss main .section-subtitle {
  text-align: left;
}
.team-member {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.team-member img {
  width: 150px;
  border-radius: 150px;
  margin: 0 2rem 0 0;
}
.team-member p:last-child {
  margin-bottom: 0;
}
.teaser-team {
  line-height: 1.3;
}
.teaser-team .gallery-overflow .team-member {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.teaser-team .gallery-overflow .team-member:hover {
  transition: 100ms;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.teaser-team .gallery-overflow .team-member img {
  min-width: 150px;
  margin: 0;
}
/* === START === */
.parallax-window {
  position: relative;
  min-height: 100vh;
  background: transparent;
}
.section-title, .carousel-title, .section-subtitle {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.carousel-title {
  margin: 0.2em 0;
  line-height: 1.2;
}
.section-subtitle {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.termin-liste .card {
  min-width: 150px;
  display: inline-block;
  text-align: center;
}
.start-content .wrap {
  max-width: 720px;
}
.start-content h1 {
  font-weight: bold;
  text-transform: uppercase;
}
.start-content p {
  margin: 0;
}
section {
  position: static;
  padding: 100px 0;
}
.karte {
  border-radius: 0.25rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 7px 10px rgba(0, 0, 0, 0.1);
  border: none;
}
.karte.solid {
  display: block;
  padding: 50px;
}
.karte.solid:not(:last-child) {
  margin: 0 0 100px;
}
.section-hero {
  margin: -50px;
  border-radius: 0.25rem;
  width: calc(100% + 100px);
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
}
.about .section-hero {
  padding: 50px;
  color: #fff;
  box-sizing: border-box;
  background-position: 50% 25%;
}
.about .section-hero .about-teaser-title {
  color: #334;
}
.about .section-hero .about-teaser {
  display: inline-block;
  color: #334;
  width: calc(50% - 50px);
}
.about .section-hero p {
  margin: 0;
}
.icon-wrap {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px 100px 20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.icon-wrap .icon-container {
  display: inline-block;
  text-align: center;
}
.icon-wrap .icon-container:hover {
  color: #d2a63e;
}
.icon-wrap .service-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.icon-overflow {
  min-width: 720px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-title-offset {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}
/* === SEMINAR ANMELDUNG === */
.sign-up-checkbox {
  position: absolute;
  opacity: 0;
}
.container-contact100 {
  padding: 50px;
  background: #fff;
  display: none;
  border-top: 1px solid #f0f0f0;
}
.contact100-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact100-form-title {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  color: #334;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 45px;
}
/*----------[ Input ]----------*/
.wrap-input100 {
  width: 100%;
  position: relative;
  margin-bottom: 1.2em;
}
.the_label {
  padding-top: 11px;
}
.label-input100 {
  font-size: 13px;
  color: #334;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
}
.rs1 {
  width: calc((100% - 4px) / 2);
}
.rs2-3 {
  width: calc((100% - 4px) / 3 * 2);
}
.rs1-3 {
  width: calc((100% - 4px) / 3);
}
.input100 {
  margin: 5px 0;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 1rem;
  color: #334;
  line-height: 1.2;
  padding: 0.75em;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
}
.input100.wpcf7-not-valid {
  border: 1px solid #cc5c69;
}
input[type="checkbox"] {
  width: initial;
  display: inline-block;
  height: initial;
  margin-top: 20px;
}
span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item input {
  margin: 0 0.5em 0 0;
}
.wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: initial;
}
.wpcf7-list-item-label a {
  color: #d2a63e;
}
.wpcf7-list-item-label a:hover {
  text-decoration: underline;
}
.wpcf7-acceptance {
  display: block;
  margin: 5px 0 20px;
}
textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 15px;
}
.btn-hide-validate {
  display: none;
  position: absolute;
  color: #c6c6c5;
  top: 0.75em;
  right: -0.75em;
}
.print-container {
  margin: 50px -10px -10px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.print-container:hover {
  color: #d2a63e;
}
.print-container span {
  font-size: 0.75rem;
  vertical-align: middle;
}
.print-container i {
  font-size: 1.5rem;
  vertical-align: middle;
}
.required-explain {
  color: #999;
  font-size: 0.75rem;
  margin: 10px 0;
  width: 100%;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7-response-output {
  margin: 50px -50px -50px;
  padding: 10px 15px;
  font-size: 0.75em;
  border: none;
  color: #fff;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  background-color: #e33434;
}
div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #19ba78;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: none;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  color: #c6c6c5;
  margin: 16px 20px 0;
  -webkit-transform-origin: 50% 53%;
  -moz-transform-origin: 50% 53%;
  -ms-transform-origin: 50% 53%;
  -o-transform-origin: 50% 53%;
  transform-origin: 50% 53%;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
div.wpcf7 .ajax-loader:before {
  content: "\f1ce";
}
/* === CAROUSEL === */
.carousel-indicators {
  bottom: 130px;
}
#caption-carousel .carousel-indicators {
  bottom: 200px;
}
#testimonial-carousel .carousel-indicators {
  bottom: -10px;
}
.carousel-indicators li {
  height: 2px;
}
.carousel-indicators:not(.active):hover {
  cursor: pointer;
}
.carousel-control-next, .carousel-control-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.carousel-control-next span, .carousel-control-prev span {
  background-image: none;
}
.carousel-control-next span::before, .carousel-control-prev span::before {
  position: absolute;
  content: "";
  padding: 12px;
  /* Arrow size */
  box-shadow: 2px -2px 0 2px #fff inset;
  -webkit-box-shadow: 2px -2px #fff inset;
  -moz-box-shadow: 2px -2px #fff inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  margin: -6px 0 0 -30px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 45px;
}
#caption-carousel .carousel-control-next, #caption-carousel .carousel-control-prev {
  width: 20%;
  z-index: 500;
}
.carousel-control-next .carousel-control-next-icon::before, .carousel-control-prev .carousel-control-next-icon::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.carousel-control-next .carousel-control-prev-icon::before, .carousel-control-prev .carousel-control-prev-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-control-next {
  right: calc(50% - 540px);
}
#caption-carousel .carousel-control-next {
  right: 0;
}
.carousel-control-prev {
  left: calc(50% - 540px);
}
#caption-carousel .carousel-control-prev {
  left: 0;
}
/* === TEASER === */
.teaser-angebote {
  color: #fff;
}
.teaser-angebote .wrap {
  max-width: 720px;
}
.teaser-angebote .teaser-item {
  transition: 100ms;
}
.teaser-angebote .teaser-item p {
  margin: 0;
}
.teaser-angebote .teaser-item a {
  padding: 50px;
}
.teaser-angebote .teaser-item .teaser-caption {
  bottom: 140px;
  width: calc(100% - (2 * 20px) - (2 * 50px) - 15px);
}
.teaser-angebote .teaser-item:nth-child(even) a, .teaser-angebote .teaser-item:nth-child(odd) a {
  display: flex;
  align-items: center;
}
.teaser-angebote .teaser-item:nth-child(even) a {
  flex-direction: row;
}
.teaser-angebote .teaser-item:nth-child(even) .teaser-caption {
  margin-left: 50px;
  text-align: left;
}
.teaser-angebote .teaser-item:nth-child(odd) a {
  flex-direction: row-reverse;
}
.teaser-angebote .teaser-item:nth-child(odd) .teaser-caption {
  margin-right: 50px;
  text-align: right;
}
.teaser-angebote .teaser-item:hover {
  background: #fff;
  color: #19415f;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.teaser-angebote h2 {
  font-family: "Signika";
  font-weight: bold;
  margin: 20px 0;
}
.teaser-angebote h6, .teaser-angebote .h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.875em;
  margin: 0 0 20px;
}
.teaser {
  top: 20vh;
  position: relative;
}
.teaser-icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.teaser-gradient {
  width: calc(100% - 40px);
  max-width: 1080px;
  border-radius: 0.25rem;
  height: 50vh;
  bottom: 100px;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1080px) {
  .teaser-carousel .teaser-item {
    padding: 20px 20px 100px;
  }
}
.round {
  margin: 20px 10px 20px 0;
  font-size: 0.75em;
  padding: 0;
  background-color: transparent;
  border: none;
}
.round:hover {
  background-color: transparent;
}
.discover-more .round:hover:after {
  border: 1px solid darkolivegreen;
  background-color: darkolivegreen;
}
.get-in-contact .round:hover:after {
  background-color: #fff;
  color: #333;
}
.round a {
  display: block;
  width: 100%;
  height: 100%;
}
.round a:after {
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.discover-more .round a:after {
  content: "Mehr Erfahren";
  border: 1px solid #d2a63e;
  background-color: #d2a63e;
}
.get-in-contact .round a:after {
  content: "Kontakt Aufnehmen";
  background-color: transparent;
  border: 1px solid #fff;
}
.teaser-blog {
  color: #19415f;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
.teaser-blog .section-title, .teaser-blog .carousel-title, .teaser-blog .section-subtitle {
  margin-bottom: 25px;
}
.teaser-blog .teaser-item {
  transition: 100ms;
  background: #fff;
  margin: 10px;
  min-width: calc(960px / 4);
  flex: 1 1 100%;
  flex-wrap: wrap;
}
.teaser-blog .teaser-item:hover {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.teaser-blog .teaser-item > * {
  display: flex;
  width: 100%;
  height: 100%;
}
.teaser-blog .teaser-item p {
  margin: 0;
}
.teaser-blog .teaser-item small {
  color: #999;
  display: block;
}
.teaser-blog .teaser-item .thumbnail-img {
  position: relative;
  display: flex;
  align-content: center;
  width: 100%;
  overflow: hidden;
}
.teaser-blog .teaser-item .thumbnail-img img {
  margin: 0;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #c6c6c5;
  display: inline-block;
  vertical-align: middle;
}
.teaser-blog .teaser-item .post-category {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.75rem;
  color: #999;
}
.teaser-blog .teaser-item .post-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.teaser-blog .teaser-item .post-excerpt {
  margin-bottom: 2rem;
}
.teaser-blog .teaser-item *:nth-last-child(2) {
  flex: 1;
}
.teaser-blog .teaser-item p {
  font-size: 0.875rem;
}
.teaser-blog .teaser-caption {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.teaser-blog .teaser-caption _:-ms-lang(x), .teaser-blog .teaser-caption {
  display: block;
}
.post-author {
  display: flex;
  align-items: center;
}
.post-author .post-author-image {
  border-radius: 50%;
  overflow: hidden;
}
.post-author .post-author-image img {
  margin: 0;
}
.single-post article h1, .single-team-members article h1 {
  font-size: 2rem;
}
.single-post article h2, .single-team-members article h2 {
  font-size: 1.5rem;
}
.single-post article h3, .single-team-members article h3 {
  font-size: 1.25rem;
}
.single-post article h4, .single-team-members article h4 {
  font-size: 1.125rem;
}
.single-post article h5, .single-team-members article h5 {
  font-size: 1rem;
}
.single-post article h6, .single-team-members article h6 {
  font-size: 0.875rem;
}
.single-post article .post-author .post-author-image {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}
.single-team-members .post-author {
  margin-bottom: 50px;
}
.single-team-members .post-author h1 {
  margin-bottom: 0;
}
.single-team-members .post-author .post-author-image {
  width: 150px;
  height: 150px;
  margin-right: 2rem;
}
@media all and (max-width: 840px) {
  .single-team-members .post-author .post-author-image {
    width: 100px;
    height: 100px;
    margin-right: 1rem;
  }
}
@media all and (max-width: 680px) {
  .single-team-members .post-author .post-author-image {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
  }
}
.gallery-wrap {
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 840px) {
  .gallery-wrap {
    left: 0;
  }
}
@media all and (max-width: 680px) {
  .gallery-wrap {
    padding: 20px 0;
    left: 0;
  }
}
.wrap.narrow .gallery-wrap {
  left: calc(((1280px / 2) - (640px / 2)) - 50vw);
}
@media all and (max-width: 1480px) {
  .wrap.narrow .gallery-wrap {
    left: calc((640px / 2) - 50vw);
  }
}
@media all and (max-width: 680px) {
  .wrap.narrow .gallery-wrap {
    padding: 20px 0;
    left: 0;
  }
}
.gallery-wrap .teaser-item {
  min-width: calc(960px / 4);
  width: 100%;
  max-width: 480px;
  flex: 1 1 100%;
  display: flex;
  align-self: stretch;
}
.gallery-overflow {
  display: inline-flex;
  align-items: center;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  margin-left: calc(50vw - 960px / 2);
}
.gallery-overflow:after {
  content: '';
  min-width: calc(50vw - 960px / 2);
  height: 1px;
}
.gallery-overflow.align-start {
  align-items: flex-start;
}
.gallery-overflow.justify-space-between {
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .gallery-overflow {
    margin-left: 20px;
  }
  .gallery-overflow:after {
    min-width: 20px;
  }
}
.wrap.narrow .gallery-overflow {
  margin-left: calc(50vw - 720px / 2);
  transition: 300ms;
}
.wrap.narrow .gallery-overflow.narrow {
  margin-left: calc(50vw - 720px / 2);
  transition: 300ms;
}
.wrap.narrow .gallery-overflow:after {
  min-width: calc(50vw - 720px / 2);
}
@media all and (max-width: 1480px) {
  .wrap.narrow .gallery-overflow, .wrap.narrow .gallery-overflow.narrow {
    margin-left: 100px;
  }
}
@media all and (max-width: 840px) {
  .wrap.narrow .gallery-overflow, .wrap.narrow .gallery-overflow.narrow {
    margin-left: 20px;
  }
}
.gallery-overflow .clipped-image-container {
  margin: 0;
  margin-right: 20px;
}
.gallery-overflow .open-dropdown-button {
  margin-right: 20px;
}
.gallery-overflow .open-dropdown-button:last-child, .gallery-overflow .open-dropdown-button .clipped-image-container {
  margin-right: 0;
}
.gallery-overflow .gallery-item {
  border-radius: 5px;
  margin-right: 20px;
}
@media screen and (max-width: 480px), screen and (max-height: 480px) {
  .gallery-overflow .gallery-item {
    height: 300px;
  }
}
.gallery-overflow .gallery-padding {
  border-right: calc(50vw - (1280px / 2) - 20px) solid transparent;
}
@media all and (max-width: 1480px) {
  .gallery-overflow .gallery-padding {
    border-right: 320px solid transparent;
  }
}
@media all and (max-width: 840px) {
  .gallery-overflow .gallery-padding {
    border-right: 2px solid transparent;
  }
}
/*
 ==============================
 FOOTER
 ==============================
 */
.skew {
  position: relative;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 100%;
  -moz-transform-origin: 100%;
  -ms-transform-origin: 100%;
  -o-transform-origin: 100%;
  transform-origin: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.skew .unskew {
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}
footer {
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
  background: transparent;
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .skew {
  background-color: #334;
  bottom: -50%;
}
footer .skew .unskew {
  padding: 100px 0;
}
footer .wrap {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
footer .wrap div {
  vertical-align: middle;
  display: inline-block;
}
footer .wrap .info {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  width: 100%;
}
footer .wrap .info .vertical-devider {
  margin: 0 0.5em;
}
footer .wrap .info .section-title, footer .wrap .info .carousel-title, footer .wrap .info .section-subtitle {
  margin: 0;
}
footer .wrap .info > div {
  display: block;
  padding: 0;
}
footer .wrap .info > div .links {
  margin: 0;
}
footer a, footer .pseudo-anchor {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
footer a:hover, footer .pseudo-anchor:hover {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
footer .fa:hover {
  color: #d2a63e;
}
/*
 ==============================
 TERMINE
 ==============================
 */
.upcoming {
  color: #fff;
  margin-right: 30px;
}
.upcoming span {
  white-space: nowrap;
}
.upcoming small {
  color: #999;
  display: block;
  line-height: 1.3;
}
.upcoming:hover {
  color: #fff;
}
.upcoming:hover small {
  color: #999;
}
.home .termin-liste .wrap, .home .weitere-termine .wrap {
  display: flex;
  align-items: center;
}
.home .termin-liste .wrap .flex-container, .home .weitere-termine .wrap .flex-container {
  display: flex;
}
.home .termin-liste .wrap .flex-container .cal-item, .home .weitere-termine .wrap .flex-container .cal-item {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0;
  border: none;
  transition: 100ms;
}
.home .termin-liste .wrap .flex-container .cal-item:hover, .home .weitere-termine .wrap .flex-container .cal-item:hover {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.home .termin-liste .wrap .flex-container .cal-item .termin-item-short-container, .home .weitere-termine .wrap .flex-container .cal-item .termin-item-short-container {
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.home .termin-liste .wrap .flex-container .cal-item .termin-item-short-container .card-text, .home .weitere-termine .wrap .flex-container .cal-item .termin-item-short-container .card-text {
  line-height: 1.3;
}
.termin-liste .cal-item, .weitere-termine .cal-item {
  padding: 20px;
  position: relative;
}
.termin-liste .cal-item.multiple-days:after, .weitere-termine .cal-item.multiple-days:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 1rem;
  border-right-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
}
.termin-liste .cal-item .termin-difference, .weitere-termine .cal-item .termin-difference {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
  padding: 15px 3px 2px 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 0.75em;
  color: #334;
}
.termin-liste .cal-item .termin-difference:hover ~ .termin-difference-tooltip, .weitere-termine .cal-item .termin-difference:hover ~ .termin-difference-tooltip {
  display: block;
}
.termin-liste .cal-item .termin-difference-tooltip, .weitere-termine .cal-item .termin-difference-tooltip {
  position: absolute;
  display: none;
  background: #fff;
  color: #334;
  padding: 15px 20% 15px 15px;
  font-size: 0.75em;
  bottom: 0;
  text-align: left;
  left: 0;
}
.home .termin-liste .cal-item, .home .weitere-termine .cal-item {
  margin: 10px;
}
.termin-liste .cal-item .termin-tag, .weitere-termine .cal-item .termin-tag {
  color: #334;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}
.home .termin-liste .cal-item .termin-tag, .home .weitere-termine .cal-item .termin-tag {
  font-size: 2rem;
}
.termin-liste .cal-item .termin-month, .weitere-termine .cal-item .termin-month {
  background-color: #d2a63e;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin: -20px -20px 20px;
}
.termin-liste, .weitere-termine {
  max-width: 720px;
  margin: 0 auto;
}
.home .termin-liste, .home .weitere-termine {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1080px;
}
.home .termin-liste .wrap, .home .weitere-termine .wrap {
  max-width: 100%;
}
.angebots-termin {
  background: #fff;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-termine .angebots-termin {
  width: 100%;
}
.angebots-termin .event-link {
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.angebots-termin .event-link .cal-item {
  transition: 100ms;
}
.angebots-termin .event-link:hover .cal-item {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.angebots-termin-info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  max-width: calc(100% - 120px);
}
.angebots-termin-info .termin-info-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}
.angebots-termin-info h6, .angebots-termin-info .h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.75em;
  margin: 0 0 5px;
}
.angebots-termin .show-more {
  margin-top: 10px;
  color: #d2a63e;
}
.angebots-termin .show-more:hover {
  text-decoration: underline;
  cursor: pointer;
}
.angebots-termin-info {
  color: #334;
}
.weitere-termine {
  margin: 20px auto 100px;
}
.weitere-termine .event-link {
  width: 100%;
  align-items: center;
}
.cal-item {
  text-align: center;
  border: 1px solid #f0f0f0;
  min-width: 150px;
  padding: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.weitere-termine .cal-item {
  min-width: 50px;
  font-size: 0.5em;
  margin: 0 20px 0 0;
  padding: 10px 10px 5px;
}
.weitere-termine .cal-item .termin-month {
  margin: -10px -10px 5px;
  padding: 6px;
}
.cal-item .event-title {
  font-size: 0.875em;
  color: #6c757d;
}
.angebots-termin .flex-left {
  min-width: calc(100% - 160px);
}
.flex-left .event-link {
  width: 100%;
}
.flex-right {
  text-align: right;
}
.angebots-termin .flex-right {
  padding: 20px;
}
.button-round, .button-round-big {
  border: 1px solid #d2a63e;
  color: #d2a63e;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}
.button-round-big {
  font-size: 1rem;
  padding: 8px 15px;
  margin: 20px 0 0;
}
input.button-round-big {
  background-color: #fff;
}
.button-round:hover, .button-round-big:hover {
  color: #fff;
  background: #d2a63e;
  cursor: pointer;
  text-decoration: none;
}
input.button-round, input.button-round-big {
  background-color: #fff;
}
.termin-description {
  margin-top: 20px;
  display: block;
}
/*
 ==============================
 ANGEBOT
 ==============================
 */
.angebot-container {
  margin: 100px 0;
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}
.angebot-background {
  width: 50%;
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
}
.angebot-container .list {
  padding: 40px;
  display: inline-block;
  width: calc(100% - 80px);
  background-color: #fff;
  margin-left: 100%;
}
.angebot-container .image {
  display: none;
}
.page-angebote .card {
  min-width: 40%;
  margin-bottom: 35px;
  border: none;
  opacity: 1;
}
.card-background {
  width: 100%;
  height: 300px;
  background-size: cover;
  border-radius: 0.25rem 0.25rem 0 0;
  background-position: 50% 50%;
}
.related-container {
  color: #fff;
}
.related-posts .card-background {
  height: 100px;
}
.related-posts .card-title {
  margin: 0;
}
.related-posts {
  display: flex;
  justify-content: space-between;
}
.related-posts .related-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  transition: 100ms;
}
.related-posts .related-item:hover {
  background: #fff;
  color: #19415f;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.related-posts .related-item a {
  padding: 20px;
  display: inline-block;
}
.related-posts h6, .related-posts .h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 0.75em;
  margin: 20px 0 0;
}
.related-icon {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
}
/* FLAT DESIGN */
.karte, .card-background, .section-hero, .teaser-gradient {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
/*
 ==============================
 REFERENZEN
 ==============================
 */
.reference-link {
  display: inline-block;
  width: 100%;
}
.reference-list-item {
  margin: 50px 0;
}
.thumbnail-img {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.reference-textblock {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 360px);
  margin-left: 50px;
}
.reference-topic {
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #d2a63e;
  text-transform: uppercase;
}
.reference-title {
  font-weight: bold;
}
.continue {
  color: #d2a63e;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.reference-list li:hover .continue::after {
  margin-left: 8px;
}
.continue::after {
  content: "\2192";
  margin-left: 6px;
}
.reference-list p {
  margin: 0;
}
.back-to-references {
  color: #d2a63e;
  text-align: center;
  display: block;
}
.back-to-references:hover::before {
  margin-left: -2px;
  margin-right: 12px;
}
.back-to-references::before {
  content: "\2190";
  margin-right: 10px;
}
/*
 ==============================
 ARTIKEL
 ==============================
 */
article {
  color: #334;
}
article a {
  color: #218ccc;
}
article a:hover {
  text-decoration: underline;
  color: #218ccc;
}
.single main article .wrap {
  padding: 50px;
  background: #fff;
  max-width: 720px;
}
article .angebot-title {
  text-align: center;
  margin-bottom: 50px;
}
article .angebot-title h1 {
  font-weight: bold;
}
article .angebot-title h3 {
  color: #999;
}
.article-icon {
  position: relative;
  width: 200px;
  height: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 50vh;
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
  margin: 50px 0;
}
.topic {
  text-transform: uppercase;
  color: #d2a63e;
  margin-bottom: 1em;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.4;
}
.topic.small {
  font-size: 0.75rem;
}
.title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.subtitle-frame {
  margin: 0 0 50px 0;
  padding: 1rem;
  background-color: #fff;
  font-size: 1.25em;
}
.subtitle {
  font-weight: normal;
  color: #d2a63e;
  line-height: 1.5;
}
article li, .flowing-text li {
  padding-left: 1em;
  list-style-type: none;
}
article li::before, .flowing-text li::before {
  margin: 0 0.5em 0 -1em;
  content: "\2022";
}
img {
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}
.flowing-text a {
  text-decoration: underline;
  color: #d2a63e;
}
/*
 ==============================
 ÜBER MICH
 ==============================
 */
.about-img {
  width: 100px;
  height: 150px;
  margin-right: 30px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}
.about article {
  background: #fff;
  padding: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
section.about {
  padding-top: 0;
}
/*
 ==============================
 KONTAKT
 ==============================
 */
.contact-section .karte {
  background: #fff;
  color: #334;
}
.contact-sheet {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: -350px;
  margin-bottom: -100px;
  overflow: hidden;
}
.contact-sheet .wrap {
  position: relative;
  max-width: 480px;
}
.contact-sheet .wrap .contact-block {
  pointer-events: all;
  position: absolute;
  background: #fff;
  padding: 50px 50px 100px;
  width: calc(100% - 40px);
  top: calc(330px + 2.5vw);
  transition: 300ms;
  border: 1px solid #f0f0f0;
}
.contact-sheet .wrap .contact-block.visible {
  top: 0;
}
.contact-sheet .wrap .contact-block a {
  color: inherit;
  text-decoration: none;
}
.contact-sheet .wrap .contact-block a:hover {
  color: #d2a63e;
}
.contact-sheet .wrap .contact-block .cross {
  position: absolute;
  top: 40px;
  right: 55px;
  padding: 20px;
  cursor: pointer;
}
.contact-sheet .wrap .contact-block .cross:before, .contact-sheet .wrap .contact-block .cross:after {
  content: "";
  width: 1.5rem;
  height: 2px;
  position: absolute;
  background: #334;
}
.contact-sheet .wrap .contact-block .cross:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-sheet .wrap .contact-block .cross:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.hp, .hp-message {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.menu-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 800;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-panel .wrap {
  max-width: initial;
  opacity: 0;
}
.links {
  margin: 50px 0;
}
#menu-state:checked ~ .menu-panel {
  background: linear-gradient(90deg, #19415f, #1e506e, #1e506e, #19415f);
  pointer-events: auto;
}
#menu-state:checked ~ .menu-panel .wrap {
  opacity: 1;
}
_::-webkit-full-page-media, _:future, :root #menu-state:checked ~ .menu-panel {
  background: linear-gradient(90deg, rgba(25, 65, 95, 0.7), rgba(30, 80, 110, 0.7), rgba(30, 80, 110, 0.7), rgba(25, 65, 95, 0.7));
  -webkit-backdrop-filter: blur(20px);
}
.menu-panel .wrap {
  height: 62%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 50% calc(38vh - 160px);
  -moz-transform-origin: 50% calc(38vh - 160px);
  -ms-transform-origin: 50% calc(38vh - 160px);
  -o-transform-origin: 50% calc(38vh - 160px);
  transform-origin: 50% calc(38vh - 160px);
}
#menu-state:checked ~ .menu-panel .wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.contact {
  cursor: pointer;
}
.mail-hover {
  cursor: default;
}
.m_container {
  opacity: 0;
  display: block;
  height: 1em;
}
.fa {
  margin: 0.5em;
}
/*
 ==============================
 TESTIMONIALS
 ==============================
 */
.testimonials {
  padding-top: 0;
}
.testimonial-carousel .testimonial-karte {
  padding: 50px;
  padding-bottom: 20px;
  font-size: 1rem;
  margin-top: 20px;
  min-height: 370px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.testimonial-carousel .testimonial-karte _:-ms-lang(x), .testimonial-carousel .testimonial-karte {
  display: block;
}
.testimonial-carousel .testimonial-karte blockquote {
  margin-bottom: 0.5em;
}
.testimonial-carousel .testimonial-karte blockquote:before {
  content: "»";
}
.testimonial-carousel .testimonial-karte blockquote:after {
  content: "«";
}
.testimonial-carousel .testimonial-karte cite {
  display: block;
  font-weight: bold;
}
.testimonial-carousel .testimonial-karte cite:before {
  content: "— ";
}
.testimonial-carousel .testimonial-karte small {
  display: block;
}
.testimonial-carousel .testimonial-karte .button-round, .testimonial-carousel .testimonial-karte .button-round-big {
  display: inline-block;
  margin-top: 1em;
}
/*
 ==============================
 MEDIA QUERY
 ==============================
 */
@media all and (max-width: 1080px) {
  .home .termin-liste .wrap, .home .weitere-termine .wrap {
    display: block;
  }
  .the-overflow {
    padding: 0 20px;
    min-width: 720px;
  }
  .the-overflow .flex-container .cal-item:first-child {
    margin-left: 0;
  }
  .the-overflow .flex-container .cal-item:last-child {
    margin-right: 0;
  }
  .overflow-wrap {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .team-member {
    flex-direction: column;
    align-items: flex-start;
  }
  .team-member img {
    width: 100px;
    margin: 0 1rem 0 0;
  }
  .teaser-team .gallery-overflow .team-member img {
    min-width: 100px;
    margin: 0;
  }
}
@media all and (max-width: 720px) {
  .home .logo svg {
    font-size: 3.5rem;
  }
  .home .bread {
    top: 35px;
  }
  .logo .name, .scroll .logo .name {
    display: none;
  }
  .start-content {
    padding: 50px 35px;
  }
  .teaser-angebote {
    color: #fff;
  }
  .teaser-angebote .teaser-item {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .teaser-angebote .teaser-item a {
    padding: 35px;
  }
  .teaser-angebote .teaser-item .teaser-icon {
    width: 50px;
    height: 50px;
  }
  .teaser-angebote .teaser-item .teaser-caption {
    width: calc(100% - (2 * 50px) - 15px);
  }
  .about .section-hero {
    padding: 20px 20px 100px;
  }
  .about .section-hero .about-teaser {
    display: none;
  }
  .hero {
    height: 20vh;
    min-height: 150px;
  }
  .single main article .wrap {
    padding: 35px;
  }
  #caption-carousel .carousel-caption {
    font-size: 2em;
  }
  h1, .section-title, .carousel-title, .section-subtitle {
    font-size: 1.5em;
  }
  .angebot-title h3 {
    font-size: 1em;
  }
  .contact-sheet .wrap .contact-block {
    color: #334;
    padding: 35px 35px 100px;
  }
  .contact-sheet .wrap .contact-block .cross {
    top: 25px;
    right: 40px;
  }
  .termin-liste .cal-item {
    padding: 10px;
    min-width: 80px;
    vertical-align: top;
  }
  .termin-liste .cal-item .termin-item-short-container {
    padding: 10px !important;
  }
  .termin-liste .cal-item .termin-item-short-container .card-text {
    line-height: 1.3;
  }
  .home .termin-liste .cal-item {
    margin: 10px;
  }
  .home .termin-liste .cal-item a {
    padding: 10px;
  }
  .termin-liste .cal-item .termin-tag {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
  }
  .home .termin-liste .cal-item .termin-tag {
    font-size: 1.5rem;
  }
  .termin-liste .cal-item .termin-month {
    font-size: 0.75em;
    background-color: #d2a63e;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: -10px -10px 10px;
  }
  .termin-liste .flex-right {
    padding-left: 0;
  }
  .container-contact100 {
    padding: 35px;
  }
  div.wpcf7-response-output {
    margin: 35px -35px -35px;
  }
  footer .unskew {
    padding: 50px 0;
  }
  footer .wrap {
    display: block;
    padding: 0 35px;
    text-align: center;
  }
  footer .wrap div {
    display: inline-block;
    width: 100%;
  }
  footer .wrap .info {
    display: block;
  }
  footer .wrap .info .vertical-devider {
    margin: 0 0.7em;
  }
  footer .wrap .info .flex-left {
    padding: 20px 0;
  }
  footer .wrap .info .flex-left > span {
    display: inline-block;
    width: initial;
  }
  footer .wrap .info .flex-right {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .wrap {
    padding: 0 10px;
  }
  .page main article, .testimonial-carousel .testimonial-karte {
    padding: 20px;
  }
  main {
    padding: 68px 0 150px;
  }
  .logo svg, .scroll .logo svg, .home .scroll .logo svg {
    font-size: 2.5rem;
  }
  .menu-panel .wrap {
    font-size: 0.875rem;
  }
  .menu-panel .menu-grundmenue-container .menu {
    margin-top: 5vh;
  }
  .bread, .scroll .bread {
    top: 25px;
  }
  h1, .section-title, .carousel-title, .section-subtitle {
    font-size: 1.25em;
  }
  .angebot-title h3 {
    font-size: 0.875em;
  }
  article .angebot-title {
    margin-bottom: 35px;
  }
  .article-icon {
    margin: 0;
    height: 150px;
    background-size: 70px;
  }
  .start-content {
    padding: 35px 20px;
  }
  .single main article .wrap {
    padding: 20px;
  }
  .hero {
    margin-top: 60px;
  }
  .teaser-icon {
    display: block;
    margin: 0 0 20px;
  }
  .teaser-angebote .teaser-item:nth-child(even) a, .teaser-angebote .teaser-item:nth-child(odd) a {
    display: block;
    padding: 20px;
  }
  .teaser-angebote .teaser-item:nth-child(even) a .teaser-caption, .teaser-angebote .teaser-item:nth-child(odd) a .teaser-caption {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  .karte.solid {
    margin: 0 0 50px;
  }
  .contact-sheet .wrap .contact-block {
    padding: 20px 20px 100px;
  }
  .contact-sheet .wrap .contact-block .cross {
    top: 10px;
    right: 25px;
  }
  .angebots-termin {
    display: block;
  }
  .container-contact100 {
    padding: 20px;
  }
  div.wpcf7-response-output {
    margin: 20px -20px -20px;
  }
  .page-impressum article, .page-agb article, .page-datenschutz article {
    padding: 20px;
  }
  footer .unskew {
    padding: 35px 0;
  }
  footer .wrap {
    padding: 0 20px;
  }
  footer .wrap .info {
    display: block;
  }
  footer .wrap .info .flex-left > span {
    display: block;
  }
  footer .wrap .info .copyright .vertical-devider {
    display: none;
  }
  .menu-subheadline {
    display: none;
  }
}
@media all and (max-width: 320px) {
  .angebots-termin-info {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }
}
@media all and (max-height: 720px) {
  .hero {
    height: 20vh;
    min-height: 200px;
    margin-top: 70px;
  }
  footer .unskew {
    padding: 70px 0 50px;
  }
}
@media all and (max-height: 720px) and (max-width: 480px) {
  footer .unskew {
    padding: 35px 0;
  }
}
@media all and (max-height: 480px) {
  .logo svg, .scroll .logo svg, .home .scroll .logo svg {
    font-size: 2.5rem;
  }
  .logo .name {
    font-size: 1.5rem;
  }
  .bread, .scroll .bread {
    top: 25px;
  }
  .menu-panel .wrap {
    font-size: 0.875rem;
  }
  .menu-panel .menu-grundmenue-container .menu {
    margin-top: 5vh;
  }
  article .angebot-title {
    margin-bottom: 35px;
  }
  .article-icon {
    margin: 0;
    height: 150px;
    background-size: 70px;
  }
}
@media print {
  body {
    font-family: sans-serif;
    color: black;
    background: none;
  }
}
/*
 ==============================
 FLOW
 ==============================
 */
/*
 .flow {
 transition: none;
 opacity: 0;
 }
 .flow header .logo {
 transform: translateY(-100px);
 transition: none;
 opacity: 0;
 }
 .flow .wrap .overview-container, .flow .card, .flow .flowing-text, .flow .carousel {
 transform: translateY(100px);
 transition: none;
 opacity: 0;
 }
 .flow header li, .flow header .logo, .flow header .bread, .flow .hero {
 transform: translateY(-20px);
 transition: none;
 opacity: 0;
 }
 .flow .parallax-mirror {
 transition: none;
 opacity: 0;
 }
 */
/*
 ==============================
 TRANSITIONS
 ==============================
 */
body, .hero, .wrap .overview-container, .bread, .stroke, .m_container, .card, .flowing-text, .carousel, .menu-panel, #menu-state:checked ~ .menu-panel, .menu-panel .wrap, #menu-state:checked ~ .menu-panel .wrap, .wrap .overview-container:nth-child(1), .wrap .overview-container:nth-child(2), .wrap .overview-container:nth-child(3), .wrap .overview-container:nth-child(4), .wrap .overview-container:nth-child(5) {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0, 1);
  transition-property: transform, opacity, height, top, left, margin, padding, width, -webkit-backdrop-filter;
}
header, header .logo, header .wrap, .scroll .wrap, #menu-state:checked ~ header .wrap, .bread, .outer, .inner, .overview-container .overview, .horizontal.logo, .scroll .horizontal.logo, .navigation-wrap li, #menu-state:checked ~ header li, #menu-state:checked ~ header, header li:nth-child(1), header li:nth-child(2), header li:nth-child(3), header li:nth-child(4), header li:nth-child(5), header li:nth-child(6), #menu-state:checked ~ header li:nth-child(1), #menu-state:checked ~ header li:nth-child(2), #menu-state:checked ~ header li:nth-child(3), #menu-state:checked ~ header li:nth-child(4), #menu-state:checked ~ header li:nth-child(5), #menu-state:checked ~ header li:nth-child(6) {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0, 1);
  transition-property: transform, opacity, height, top, left, margin, padding, width;
}
header {
  transition-property: background-color;
}
header li, #menu-state:checked ~ header li {
  transition-property: transform, opacity;
}
header .wrap, .scroll .wrap, #menu-state:checked ~ header .wrap {
  transition-delay: 0;
}
@media screen and (max-width: 820px) {
  header .wrap, .scroll .wrap {
    transition-delay: 300ms;
    transition-property: height;
  }
}
header .logo, #menu-state:checked ~ header, .carousel {
  transition-delay: 200ms;
}
.wrap .overview-container:nth-child(1), .card-deck .card:nth-child(1) {
  transition-delay: 200ms;
}
.wrap .overview-container:nth-child(2), .card-deck .card:nth-child(2) {
  transition-delay: 330ms;
}
.wrap .overview-container:nth-child(3), .card-deck .card:nth-child(3) {
  transition-delay: 460ms;
}
.wrap .overview-container:nth-child(4), .card-deck .card:nth-child(4) {
  transition-delay: 590ms;
}
.wrap .overview-container:nth-child(5), .card-deck .card:nth-child(5) {
  transition-delay: 720ms;
}
header .headerMenuLeft li:nth-child(2) {
  transition-delay: 300ms;
}
header .headerMenuRight li:nth-child(1) {
  transition-delay: 350ms;
}
header .headerMenuLeft li:nth-child(1), header .headerMenuRight li:nth-child(2) {
  transition-delay: 400ms;
}
header .menu-grundmenue-container li:nth-child(1) {
  transition-delay: 100ms;
}
header .menu-grundmenue-container li:nth-child(2) {
  transition-delay: 150ms;
}
header .menu-grundmenue-container li:nth-child(3) {
  transition-delay: 200ms;
}
header .menu-grundmenue-container li:nth-child(4) {
  transition-delay: 250ms;
}
#menu-state:checked ~ header li:nth-child(1) {
  transition-delay: 250ms;
}
#menu-state:checked ~ header li:nth-child(2) {
  transition-delay: 200ms;
}
#menu-state:checked ~ header li:nth-child(3) {
  transition-delay: 150ms;
}
#menu-state:checked ~ header li:nth-child(4) {
  transition-delay: 100ms;
}
/*
 ==============================
 NO JAVASCRIPT
 ==============================
 */
.no-js header li:hover {
  box-shadow: inset 0 -2px 0 0 currentColor;
}
@media screen and (max-width: 820px) {
  .no-js header li:hover {
    box-shadow: none;
  }
}
/*
 ==============================
 INTERNET EXPLORER
 ==============================
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-panel .wrap {
    margin: 0;
  }
}
/*
 ==============================
 UTILITIES
 ==============================
 */
.flex {
  display: flex;
  flex: 1 1 auto;
}
.flex-10 {
  flex-basis: 10%;
}
.flex-20 {
  flex-basis: 20%;
}
.flex-30 {
  flex-basis: 30%;
}
.flex-40 {
  flex-basis: 40%;
}
.flex-50 {
  flex-basis: 50%;
}
.flex-60 {
  flex-basis: 60%;
}
.flex-70 {
  flex-basis: 70%;
}
.flex-80 {
  flex-basis: 80%;
}
.flex-90 {
  flex-basis: 90%;
}
.flex-100 {
  flex-basis: 100%;
}
