/************************************************
 Stylesheet: Global Stylesheet
 *************************************************/
/******************************************************************
 Stylesheet: Mixins & Constants Stylesheet
 This is where you can take advantage of Sass' great features:
 Mixins & Constants.
 ******************************************************************/
/*********************
 TOOLS
 *********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
 COLORS
 *********************/
/*********************
 TYPOGRAPHY
 *********************/
/*
 @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 */
/*
 .sidebar {
 width: 60%;
 float: left;
 margin: 0 2% 0 0;
 @include bp-small {
 width: 100%;
 float: none;
 margin: 0;
 }
 }	
 */
/*
 .fade {
 @include opacity(.4);
 }
 */
/*********************
 CSS3 GRADIENTS.
 *********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* order radius */
/* list reset*/
/* transparency rgba */
/*--------------------------------------------------------------*/
/* All SASS Variables */
/*--------------------------------------------------------------*/
/*** Colors ***/
/*** Fonts ***/
@font-face {
  font-family: "Walsheim Light";
  src: url("../fonts/GT-Walsheim-Light.eot");
  src: url("../fonts/GT-Walsheim-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/GT-Walsheim-Light.woff") format('woff'), url("../fonts/GT-Walsheim-Light.ttf") format('truetype'), url("../fonts/GT-Walsheim-Light.svg#Walsheim Light") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Walsheim Medium";
  src: url("../fonts/GT-Walsheim-Medium.eot");
  src: url("../fonts/GT-Walsheim-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/GT-Walsheim-Medium.woff") format('woff'), url("../fonts/GT-Walsheim-Medium.ttf") format('truetype'), url("../fonts/GT-Walsheim-Medium.svg#Walsheim Medium") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 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-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus: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: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* 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: "\2022";
  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 */
/*--------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  background: #fff;
  font-family: "Walsheim Light", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper {
  flex: 1;
}
.grid-container {
  max-width: 40.625rem;
  padding: 0;
}
.page-id-11 .grid-container {
  max-width: 45.9375rem;
}
@media only screen and (max-width: 30em) {
  .grid-container {
    padding: 0 15px;
  }
}
.content {
  margin-top: 3.125rem;
  padding-bottom: 30px;
}
@media only screen and (max-width: 30em) {
  .content {
    margin-top: 1.25rem;
  }
}
/*********************
 HEADER
 *********************/
.header {
  width: 100%;
  border-bottom: 2px solid #eae44c;
}
.header .logo {
  position: absolute;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
  top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 30em) {
  .header .logo {
    top: 30px;
  }
  .header .logo img {
    width: 140px;
  }
}
.header .headerSlider {
  z-index: 5;
  height: 18.4375rem;
}
.header .headerSlider .slide {
  height: 295px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .headerSliderMobile {
  height: 10rem;
}
.header .headerSliderMobile .slide {
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
}
.menuTrigger {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 110;
  cursor: pointer;
}
.greenBlock {
  width: 19.375rem;
  background: #f9f8db;
  padding: 1.25rem 0.8125rem;
  border-top: 1px solid #542d00;
  border-bottom: 1px solid #542d00;
  font-size: 1rem;
  line-height: 1.375rem;
}
.greenBlock.oZeit {
  margin-right: 0.9375rem;
}
@media only screen and (max-width: 30em) {
  .greenBlock.oZeit {
    float: none;
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}
.greenBlock.oZeit p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
}
.greenBlock.oZeit table {
  border: 0;
}
.greenBlock.oZeit table thead, .greenBlock.oZeit table tbody {
  border: 0;
  background: transparent;
}
.greenBlock.oZeit table thead tr td, .greenBlock.oZeit table tbody tr td {
  padding: 2px 0;
}
.greenBlock.oZeit table thead tr:nth-child(even), .greenBlock.oZeit table tbody tr:nth-child(even) {
  background: transparent;
}
.greenBlock.aktuell {
  float: right;
}
.greenBlock.aktuell p {
  margin-bottom: 1.25rem;
}
.greenBlock.aktuell p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 30em) {
  .greenBlock.aktuell {
    float: none;
    width: 100%;
  }
}
.partnerBlock {
  clear: both;
  height: 10.5rem;
  margin-bottom: 1.875rem;
}
.partnerBlock .partnerLeft {
  width: 19.375rem;
  height: 10.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  float: left;
}
@media only screen and (max-width: 30em) {
  .partnerBlock .partnerLeft {
    float: none;
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}
.partnerBlock .partnerLeft a {
  display: block;
  width: 19.375rem;
  height: 10.5rem;
}
.partnerBlock .partnerRight {
  float: right;
  width: 19.375rem;
  height: 10.5rem;
  background: #f9f8db;
  padding: 1.25rem 0.8125rem;
  border-top: 1px solid #542d00;
  border-bottom: 1px solid #542d00;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 30em) {
  .partnerBlock .partnerRight {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}
.teamBlock {
  width: 14.0625rem;
  margin-right: 1.875rem;
  float: left;
}
.teamBlock:nth-child(3n) {
  margin-right: 0;
}
.teamBlock .teamImg {
  border-bottom: 1px solid #542d00;
}
.teamBlock .teamTxt {
  padding-top: 1.125rem;
  height: 9.375rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 30em) {
  .mapWrap {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .mapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*********************
 TYPOGRAFIE
 *********************/
h1 {
  font-family: "Walsheim Light", sans-serif;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #542d00;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 30em) {
  h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
h2 {
  font-size: 1rem;
  color: #542d00;
  text-transform: uppercase;
  font-family: "Walsheim Medium", sans-serif;
}
p {
  margin-bottom: 2.3125rem;
}
strong, b {
  font-family: "Walsheim Medium", sans-serif;
  font-weight: normal;
}
a, a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  color: #000;
  text-decoration: none;
}
/*********************
 SIDEBARS & ASIDES
 *********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
/*********************
 PAGE NAVI STYLES
 *********************/
.menuWrap {
  margin-top: -2px;
}
@media only screen and (max-width: 30em) {
  #main-menu {
    display: none;
  }
}
#main-menu .menu.medium-horizontal {
  justify-content: center;
}
#main-menu .menu.medium-horizontal li a {
  font-family: "Walsheim Medium", sans-serif;
  color: #542d00;
  font-size: 1.0625rem;
  text-decoration: none;
  border-top: 2px solid transparent;
}
@media only screen and (max-width: 30em) {
  #main-menu .menu.medium-horizontal li a {
    border-top: 0px;
    border-bottom: 1px solid #542d00;
  }
}
#main-menu .menu.medium-horizontal li a:hover {
  border-top: 2px solid #542d00;
}
@media only screen and (max-width: 30em) {
  #main-menu .menu.medium-horizontal li a:hover {
    border-top: 0px solid #542d00;
  }
}
#main-menu .menu.medium-horizontal li.active a {
  background: transparent;
  border-top: 2px solid #542d00;
}
@media only screen and (max-width: 30em) {
  #main-menu .menu.medium-horizontal li.active a {
    border-top: 0px;
    border-bottom: 2px solid #542d00;
  }
}
/*********************
 FOOTER STYLES
 *********************/
.footer {
  border-top: 1px solid #eae44c;
}
.footer .copyright {
  font-size: 0.9375rem;
  padding: 0.625rem 0;
}
.to-top {
  background: #eae44c;
  /* The Fallback */
  background: rgba(234, 228, 76, 0.75);
  display: none;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  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;
}
/*********************
 IMAGE GALLERY STYLES
 *********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery::before, .gallery::after {
  content: ' ';
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.gallery dl:last-child:not(:first-child) {
  float: right;
}
/** Slider */
.metaslider .flexslider .flex-direction-nav li a {
  background-image: none;
  width: 60px !important;
  height: 60px !important;
  /*
   -webkit-transition: 0;
   -moz-transition: 0;
   transition: 0;
   */
}
@media only screen and (max-width: 30em) {
  .metaslider .flexslider .flex-direction-nav li a {
    width: 40px !important;
    height: 40px !important;
  }
}
.metaslider .flex-direction-nav a.flex-next {
  background-image: url(../images/arrowRight.svg) !important;
}
.metaslider .flex-direction-nav a.flex-prev {
  background-image: url(../images/arrowLeft.svg) !important;
}
.slick-prev, .slick-next {
  display: none !important;
}
