@charset "UTF-8";
/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
*********************/
/*
element {
     @include background-opacity(#333, 0.5);
}
*/
/*
.fade {
  @include opacity(.4);
}
*/
/*********************
FONTS
*********************/
/*
@include font-face("MyFont", "path/to/MyFont", $style: normal, $weight: normal);
*/
/*********************
REM UMWANDLUNG
*********************/
/*
.demo {
  font-size: rem(24px); // Simple
  padding: rem(5px 10px); // Multiple values
  border-bottom: rem(1px solid black); // Multiple mixed values
  box-shadow: rem(0 0 2px #ccc, inset 0 0 5px #eee); // Comma-separated values
  text-shadow: rem(1px 1px) #eee, rem(-1px) 0 #eee; // Alternate use
}
*/
/* breakpoints (wie foundation) */
/*
.sidebar {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}	
	
*/
/*********************
Margin/Padding
*********************/
.m0 {
  margin: 0px;
}
.p0 {
  padding: 0px;
}
.mt0 {
  margin-top: 0px;
}
.pt0 {
  padding-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.pl0 {
  padding-left: 0px;
}
.mr0 {
  margin-right: 0px;
}
.pr0 {
  padding-right: 0px;
}
.m5 {
  margin: 5px;
}
.p5 {
  padding: 5px;
}
.mt5 {
  margin-top: 5px;
}
.pt5 {
  padding-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.pl5 {
  padding-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.pr5 {
  padding-right: 5px;
}
.m10 {
  margin: 10px;
}
.p10 {
  padding: 10px;
}
.mt10 {
  margin-top: 10px;
}
.pt10 {
  padding-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pl10 {
  padding-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.pr10 {
  padding-right: 10px;
}
.m15 {
  margin: 15px;
}
.p15 {
  padding: 15px;
}
.mt15 {
  margin-top: 15px;
}
.pt15 {
  padding-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.pl15 {
  padding-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.pr15 {
  padding-right: 15px;
}
.m20 {
  margin: 20px;
}
.p20 {
  padding: 20px;
}
.mt20 {
  margin-top: 20px;
}
.pt20 {
  padding-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.pl20 {
  padding-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.pr20 {
  padding-right: 20px;
}
.m25 {
  margin: 25px;
}
.p25 {
  padding: 25px;
}
.mt25 {
  margin-top: 25px;
}
.pt25 {
  padding-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.pl25 {
  padding-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.pr25 {
  padding-right: 25px;
}
.m30 {
  margin: 30px;
}
.p30 {
  padding: 30px;
}
.mt30 {
  margin-top: 30px;
}
.pt30 {
  padding-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pl30 {
  padding-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.pr30 {
  padding-right: 30px;
}
.m35 {
  margin: 35px;
}
.p35 {
  padding: 35px;
}
.mt35 {
  margin-top: 35px;
}
.pt35 {
  padding-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.pl35 {
  padding-left: 35px;
}
.mr35 {
  margin-right: 35px;
}
.pr35 {
  padding-right: 35px;
}
.m40 {
  margin: 40px;
}
.p40 {
  padding: 40px;
}
.mt40 {
  margin-top: 40px;
}
.pt40 {
  padding-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.pl40 {
  padding-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.pr40 {
  padding-right: 40px;
}
.m45 {
  margin: 45px;
}
.p45 {
  padding: 45px;
}
.mt45 {
  margin-top: 45px;
}
.pt45 {
  padding-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.pl45 {
  padding-left: 45px;
}
.mr45 {
  margin-right: 45px;
}
.pr45 {
  padding-right: 45px;
}
.m50 {
  margin: 50px;
}
.p50 {
  padding: 50px;
}
.mt50 {
  margin-top: 50px;
}
.pt50 {
  padding-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.pl50 {
  padding-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.pr50 {
  padding-right: 50px;
}
.m75 {
  margin: 75px;
}
.p75 {
  padding: 75px;
}
.mt75 {
  margin-top: 75px;
}
.pt75 {
  padding-top: 75px;
}
.mb75 {
  margin-bottom: 75px;
}
.pb75 {
  padding-bottom: 75px;
}
.ml75 {
  margin-left: 75px;
}
.pl75 {
  padding-left: 75px;
}
.mr75 {
  margin-right: 75px;
}
.pr75 {
  padding-right: 75px;
}
.m100 {
  margin: 100px;
}
.p100 {
  padding: 100px;
}
.mt100 {
  margin-top: 100px;
}
.pt100 {
  padding-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.ml100 {
  margin-left: 100px;
}
.pl100 {
  padding-left: 100px;
}
.mr100 {
  margin-right: 100px;
}
.pr100 {
  padding-right: 100px;
}
/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* order radius */
/* list reset*/
/*********************
Centering
*********************/
/*
.parent {
  position: relative;
}
.child {
  @include centerer;
} 
*/
/*--------------------------------------------------------------*/
/* All SASS Variables */
/*--------------------------------------------------------------*/
/*** Colors ***/
/*** Fonts ***/
/*** Margin-Padding ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*--------------------------------------------------------------*/
/* Layout */
/*--------------------------------------------------------------*/
body {
  background: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.25rem;
  color: #3c3c3c;
}
.page-id-11 body {
  overflow: hidden;
}
.headerImg {
  z-index: 0;
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 39.9375em) {
  .headerImg {
    height: 280px;
  }
}
.headerImg .headerClaim {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.headerImg .headerClaim h1 {
  display: none;
  font-size: 80px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
@media only screen and (max-width: 39.9375em) {
  .headerImg .headerClaim h1 {
    font-size: 40px;
    padding: 20px;
  }
}
.grid-container {
  max-width: 1100px;
}
.content {
  padding-top: 50px;
  padding-bottom: 10px;
}
.home .content {
  padding-bottom: 0;
}
/*********************
HEADER
*********************/
.header {
  background: #fff;
  width: 100%;
  height: 150px;
  z-index: 100;
}
@media only screen and (max-width: 39.9375em) {
  .header {
    height: 100px;
  }
}
.header .top-bar, .header .top-bar ul {
  background: transparent;
  padding: 0;
}
.header .top-wrap .logo {
  margin-top: 50px;
}
.header .top-wrap .logo a {
  border: 0;
}
.header .top-wrap .logo a img {
  width: 200px;
}
@media only screen and (max-width: 39.9375em) {
  .header .top-wrap .logo {
    margin-top: 10px;
  }
  .header .top-wrap .logo a img {
    width: 150px;
  }
}
.mobileTrigger {
  position: absolute;
  right: 20px;
}
.mobileTrigger button {
  width: 30px;
}
.mobileTrigger button:after {
  background: #000;
  -webkit-box-shadow: 0 10px 0 #000, 0 20px 0 #000;
  box-shadow: 0 10px 0 #000, 0 20px 0 #000;
}
.mobileTrigger button:hover:after {
  background: #dadada;
  -webkit-box-shadow: 0 10px 0 #dadada, 0 20px 0 #dadada;
  box-shadow: 0 10px 0 #dadada, 0 20px 0 #dadada;
}
/*********************
NAVIGATION
*********************/
.no-js  ul {
  display: none;
}
.nav-wrap {
  margin: 10px 0 0 85px;
}
.dropdown.menu {
  width: 130px;
}
.dropdown.menu li a {
  font-weight: 400;
  font-size: 1.25rem;
  padding: 5px 0;
  color: #3c3c3c;
  display: inline-block;
  border: 0;
}
.dropdown.menu li.blau a {
  color: #1779ba;
}
.dropdown.menu li.active a, .dropdown.menu li:hover a, .dropdown.menu li.is-active a {
  background: transparent;
  color: #F18442;
}
.dropdown.menu li .submenu {
  top: 44px;
  border: 0;
  background: #fff;
}
.dropdown.menu li .submenu li {
  border-bottom: 1px solid #dadada;
}
.dropdown.menu li .submenu li a {
  padding: 5px 23px;
  color: #000;
  font-weight: 300;
}
.dropdown.menu li .submenu li.active a, .dropdown.menu li .submenu li:hover a {
  color: #F18442;
}
.accordion-menu.menu li {
  border-bottom: 1px solid #dadada;
}
.accordion-menu.menu li a {
  font-weight: 700;
  font-size: 1.25rem;
  color: #3c3c3c;
  border: 0;
}
.accordion-menu.menu li a:hover {
  color: #F18442;
}
.accordion-menu.menu li.blau a {
  color: #1779ba;
}
.accordion-menu.menu li.active a, .accordion-menu.menu li.is-active a {
  background: transparent;
  color: #F18442;
}
.accordion-menu.menu li.active ul li a, .accordion-menu.menu li.is-active ul li a {
  color: #000;
}
.accordion-menu.menu li .submenu-toggle:focus {
  outline: 0;
}
.accordion-menu.menu li .submenu li a, .accordion-menu.menu li ul li a {
  font-weight: 300;
  color: #000;
}
.accordion-menu.menu li .submenu li.active a, .accordion-menu.menu li .submenu li:hover a, .accordion-menu.menu li ul li.active a, .accordion-menu.menu li ul li:hover a {
  color: #F18442;
}
.accordion-menu.menu li .submenu li:last-child, .accordion-menu.menu li ul li:last-child {
  border: 0;
}
.off-canvas {
  background: #fff;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after, .submenu-toggle::after {
  border: 0;
  content: url(../images/arrow-down.svg);
  width: 10px;
  height: 10px;
  margin-top: -10px;
  right: 7px;
}
.dropdown.menu.medium-vertical > li.opens-right > a::after {
  border: 0;
  content: url(../images/arrow-down.svg);
  width: 10px;
  height: 10px;
  right: 7px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover:after, .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.is-active > a:after, .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.active a:after {
  content: url(../images/arrow-down-o.svg);
}
.submenu-toggle[aria-expanded=true]::after {
  content: url(../images/arrow-down-o.svg);
  margin-top: 20px;
}
.header-mail {
  padding: 10px;
}
.header-mail a i {
  padding-right: 3px;
}
.menu-search {
  margin-top: 10px;
  padding: 0 10px;
}
.menu-search input {
  display: inline-block;
  width: 60%;
}
.menu-search button {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.menu-search .mob-mail {
  border: 0;
}
/*********************
TYPOGRAFIE
*********************/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans Condensed', sans-serif;
}
h1 {
  font-size: 3.125rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
h2 {
  font-size: 3.125rem;
  color: #000;
  margin: 50px 0 20px;
}
@media only screen and (max-width: 39.9375em) {
  h2 {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
h3 {
  font-size: 1.875rem;
  color: #000;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 39.9375em) {
  h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
h4 {
  font-size: 1.5rem;
  color: #000;
}
p {
  margin-bottom: 1.25rem;
}
a, a:active, a:hover, a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
a:active, a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 0px solid #000;
}
strong {
  font-weight: 700;
}
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
/*********************
BLOCKS
*********************/
.intro {
  padding: 0 10%;
  font-size: 24px;
}
@media only screen and (max-width: 39.9375em) {
  .intro {
    padding: 0;
  }
}
.termin {
  width: 100%;
  height: 1500px;
  border: 0;
}
.block-akkordion .accordion {
  background: #fff;
}
.block-akkordion .accordion li {
  border-bottom: 1px solid #dadada;
}
.block-akkordion .accordion li .accordion-title {
  border: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  padding-left: 0;
}
.block-akkordion .accordion li .accordion-title:before {
  content: url(../images/arrow-down.svg);
  width: 20px;
  height: 20px;
}
.block-akkordion .accordion li .accordion-title:hover {
  background: transparent;
  color: #F18442;
  outline: 0;
}
.block-akkordion .accordion li .accordion-title:hover:before {
  content: url(../images/arrow-down-o.svg);
  width: 20px;
  height: 20px;
}
.block-akkordion .accordion li .accordion-title:focus {
  background: transparent;
  outline: 0;
}
.block-akkordion .accordion li .accordion-content {
  border: 0;
  padding: 20px 0;
}
.block-akkordion .accordion li .accordion-content .btnWrap {
  margin: 30px 0;
  text-align: right;
}
.block-akkordion .accordion li .accordion-content .btnWrap a.button {
  background: #fff;
  color: #F18442;
  font-weight: 700;
  border: 0;
  border: 1px solid #F18442;
  padding: 10px 20px;
  transition: all 0.5s ease;
}
.block-akkordion .accordion li .accordion-content .btnWrap a.button:hover {
  color: #fff;
  background: #F18442;
  border: 1px solid #fff;
}
.block-akkordion .accordion li.is-active .accordion-title {
  color: #F18442;
}
.block-akkordion .accordion li.is-active .accordion-title:before {
  content: url(../images/totop.svg);
  width: 20px;
  height: 20px;
}
.block-team {
  margin-bottom: 50px;
}
.block-team .cell {
  margin-bottom: 50px;
}
.block-team .cell .bild {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
.block-team .cell .bild a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.block-team .cell h3 {
  text-align: center;
  margin-bottom: 0;
}
.block-team .cell h3 a {
  border: 0;
}
.block-team .cell .funktion, .block-team .cell .email {
  text-align: center;
}
.block-team .cell .email {
  margin-bottom: 10px;
}
.block-dl {
  margin-bottom: 50px;
}
.block-dl .cell {
  border: 1px solid #dadada;
  margin-bottom: 50px;
  text-align: center;
}
.block-dl .cell .iconWrap i {
  color: #F18442;
}
.block-dl .cell h3 {
  margin: 30px 0 20px;
}
@media only screen and (max-width: 39.9375em) {
  .block-dl .cell h3 br {
    display: none;
  }
}
.block-preise .cell {
  border: 1px solid #dadada;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 50px;
}
.block-preise .cell h3 {
  font-size: 35px;
  margin-bottom: 20px;
}
.block-preise .cell .preis {
  margin-bottom: 30px;
  text-align: left;
}
.block-preise .cell .preis .chf {
  color: #F18442;
  padding: 0 5px;
  font-weight: 700;
}
.block-preise .cell .preis .amount {
  color: #F18442;
  font-size: 2.1875rem;
  font-weight: 700;
}
.block-preise .cell .text {
  margin-bottom: 30px;
}
.block-preise .cell .text ul {
  margin-left: 22px;
}
.block-preise .cell .text ul li span {
  color: #F18442;
  font-size: 16px;
}
.block-preise .cell .btnWrap {
  position: absolute;
  bottom: 25px;
  left: 15px;
}
.block-preise .cell .btnWrap a {
  background: #fff;
  color: #F18442;
  font-weight: 700;
  border: 0;
  border: 1px solid #F18442;
  padding: 10px 20px;
  transition: all 0.5s ease;
}
.block-preise .cell .btnWrap a:hover {
  color: #fff;
  background: #F18442;
  border: 1px solid #fff;
}
.wp-block-button a.wp-block-button__link {
  background: #fff;
  color: #F18442;
  font-weight: 700;
  border: 0;
  border: 1px solid #F18442;
  padding: 10px 20px;
  transition: all 0.5s ease;
}
.wp-block-button a.wp-block-button__link:hover {
  color: #fff;
  background: #F18442;
  border: 1px solid #fff;
}
.wp-block-image.fullsize {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 0;
}
.block-testimonials {
  margin-bottom: 50px;
}
.block-testimonials .testimonials .slide .zitat {
  text-align: center;
  font-size: 26px;
  font-style: italic;
}
.block-testimonials .testimonials .slide .zitat .name {
  font-size: 18px;
  font-style: normal;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 40px;
  background: #dadada;
  padding: 50px 0;
}
.footer h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.footer .times {
  text-align: center;
}
@media only screen and (max-width: 39.9375em) {
  .footer .times {
    text-align: left;
  }
}
.footer .social {
  text-align: right;
}
@media only screen and (max-width: 39.9375em) {
  .footer .social {
    text-align: left;
  }
}
.footer .social .sm a {
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
  color: #3c3c3c;
  border: 0;
}
.footer .social .sm a:hover {
  color: #F18442;
}
.footer .social .impr {
  margin-top: 30px;
}
.to-top {
  background-color: transparent;
  display: none;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border: 0;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}
.byline {
  color: #999;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background-color: #14679e;
  color: #fefefe;
}
.search-result article {
  border-bottom: 1px solid #F18442;
  padding-bottom: 30px;
}
.pagination .current {
  background: #fff;
  color: #F18442;
  font-weight: 700;
  border: 0;
  border: 1px solid #F18442;
}
.pagination a, .pagination button {
  text-decoration: none;
  border: 0;
}
/*********************
Forms
*********************/
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 20px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline, div.wpforms-container-full .wpforms-form .choices .choices__list--single {
  font-size: 18px;
}
/*********************
PLUGIN STYLES
*********************/
.mapWrap {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.mapWrap iframe, .mapWrap object, .mapWrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 39.9375em) {
  .terminWrap {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .terminWrap iframe {
    height: 100%;
    width: 100%;
    min-width: 100%;
    width: 100px;
  }
}
h2.cd-timeline-item-title {
  font-size: 35px;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background: #fff;
  color: #F18442;
  font-weight: 700;
  border: 0;
  border: 1px solid #F18442;
  padding: 10px 20px;
  transition: all 0.5s ease;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  color: #fff;
  background: #F18442;
  border: 1px solid #fff;
}
