/* cmsms stylesheet: Feststadl-MagnificPopup modified: 10.02.2017 11:14:14 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; 
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}
/* cmsms stylesheet: Feststadl-mainNav modified: 10.02.2017 11:14:08 */
/* Hauptnavigation */#main-nav-wrap {position: relative;z-index: 1000;}#main-nav-wrap .navbar-header {margin-left: 0;margin-right: 0;}.navbar.navbar-default {border: none;padding: 0;margin: 0;background: #fff;/* padding-top: 30px; */}.navbar .navbar-wrap {background: #534745;position: relative;}.navbar .navbar-wrap .container {position: relative;padding: 0;}#main-nav {border: none;padding-top: 32px;position: relative;z-index: 1;}#main-nav ul.navbar-nav {position: relative;margin: 0;}#main-nav ul.navbar-nav > li > a {padding: 10px 10px;/* border-bottom: 1px solid #f6f0eb;background: #534745; */color: #f6f0eb;font-family: 'Roboto', sans-serif;font-weight: 200;font-size: 20px;line-height: 30px;-webkit-transition: background 0.3s ease-in-out;-moz-transition: background 0.3s ease-in-out;-o-transition: background 0.3s ease-in-out;transition: background 0.3s ease-in-out;width: 100%;}#main-nav ul.navbar-nav > li > a:hover,#main-nav ul.navbar-nav > li:hover > a,#main-nav ul.navbar-nav > li > a.menuactive {background: #dfd6ce;color: #534745;}.navbar-header {position: relative;z-index: 2;}/* MainNav Level 2 */#main-nav ul.navbar-nav li ul {display: none;text-align: left;z-index: 1;padding-left: 0px;}#main-nav ul.navbar-nav li ul li a {background-color: rgba(0,0,0,0.2);padding-left: 20px;font-size: 16px;}#main-nav ul.navbar-nav li.menuactive ul {display: block;}#main-nav ul.navbar-nav li ul li.menuactive ul li {display: block;}#main-nav ul.navbar-nav li ul li.menuactive ul li a {font-size: 16px;line-height: 30px;padding-left: 30px;display: block;}/* toggle Button */#header .navbar-default .navbar-toggle {border: none;background: none;color: #fff;/* margin-top: 25px; */-webkit-border-radius: 0 0 0 0;border-radius: 0 0 0 0;}#header .navbar-default .navbar-toggle:hover {background-color: transparent;}/* Special Hamburger Styles */.hamburger {padding: 5px 5px 0px 5px;/* display: inline-block; */cursor: pointer;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: #fff;text-transform: none;background-color: transparent;border: 0;margin: 10px auto;overflow: visible;}.hamburger .hamburger-box {width: 35px;height: 24px;display: block;float: left;position: relative;}.hamburger .menu-text {display: block;float: left;font-size: 18px;line-height: 24px;margin-right: 10px;}.hamburger .hamburger-inner {display: block;top: 50%;margin-top: -2px;}.hamburger .hamburger-inner,.hamburger .hamburger-inner:before,.hamburger .hamburger-inner:after {width: 35px;height: 4px;background-color: #fff;border-radius: 4px;position: absolute;transition-property: -webkit-transform;transition-property: transform;transition-property: transform, -webkit-transform;transition-duration: 0.15s;transition-timing-function: ease;}.hamburger .hamburger-inner {transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}.hamburger .hamburger-inner:before,.hamburger .hamburger-inner:after {content: "";display: block;}.hamburger .hamburger-inner:before {top: -10px;transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;}.hamburger .hamburger-inner:after {bottom: -10px;transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);}/* active state */.hamburger.is-active .hamburger-inner {-webkit-transform: rotate(225deg);transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}.hamburger.is-active .hamburger-inner:before {top: 0;opacity: 0;transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;}.hamburger.is-active .hamburger-inner:after {bottom: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);}/* special Hamburger End*/@media (min-width: 768px) {#main-nav {padding-top: 0;}#main-nav ul.navbar-nav {text-align: center;float: right;}#main-nav ul.navbar-nav > li > a {border: none;width: auto;padding: 10px 11px 10px 10px;}.nav > li {display: inline-block;}#main-nav ul.navbar-nav > li > a:hover,#main-nav ul.navbar-nav > li > a.menuactive {background: #dfd6ce;}/* MainNav Level 2 */#main-nav ul.navbar-nav li ul {position: absolute;top: 50px;width: 250px;display: block;padding-left: 0;}#main-nav ul.navbar-nav li:last-child ul {right: 0;}#main-nav ul.navbar-nav li:hover ul,#main-nav ul.navbar-nav li:hover ul li {display: block;}#main-nav ul.navbar-nav li ul li {display: block;}#main-nav ul.navbar-nav li ul li a,#main-nav ul.navbar-nav li ul li.menuactive a {border: none !important;background: #534745;font-size: 18px;line-height: 40px;padding-left: 10px;display: block;text-align: left;width: 100%;-webkit-transition: max-height 0.3s ease-in;-moz-transition: max-height 0.3s ease-in;-o-transition: max-height 0.3s ease-in;transition: max-height 0.3s ease-in;max-height: 0;overflow: hidden;padding: 0 10px;margin: 0 0 1px 0;white-space: nowrap;}#main-nav ul.navbar-nav li:hover ul li a {max-height: 50px;}#main-nav ul.navbar-nav li ul li a:hover,#main-nav ul.navbar-nav li ul li.menuactive a {background: #dfd6ce;border: none;color: #534745;}}@media (min-width: 992px) {.navbar .navbar-wrap .container {padding-left: 15px;padding-right: 15px;}#main-nav {padding-left: 315px;}.navbar-default .navbar-toggle {float: none;}#main-nav ul.navbar-nav > li > a {font-size: 24px;}}
/* cmsms stylesheet: Feststadl-Slickslider modified: 10.02.2017 11:13:37 */
/* Image Slider */
#main-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
        margin: 0 auto;
}

#main-slider img {
	display: block;
	height: auto;
	width: 100%;
}

#main-slider .slick-slides a.btn {
	background: rgba(255,255,255,0.8);
	font-size: 22px;
	width: 100%;
	border: 2px solid ;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}

#main-slider .slick-slides figcaption {
  display: none;
}

/* Slick */
.slick-slider {
  /* max-height: 950px; */
  max-height: 85vh;
}

.slick-prev,
.slick-next
{
        display: none !important;
        background: url('/img/slider-arrows.png') no-repeat 0 0;
        background-size: 100% auto;
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	width: 25px;
	height: 60px;
	margin-top: -30px;
	padding: 0;

	cursor: pointer;
        overflow: hidden;
	color: transparent;
	border: none;
	outline: none;
	z-index: 1;
        opacity: .6;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
        opacity: 1;
}
.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: .25;
}

.slick-prev:before,
.slick-next:before {
        font-family: 'FontAwesome';
	font-size: 35px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 25px;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-prev:before {
	/* content: ''; */
}
[dir='rtl'] .slick-prev:before {
	/* content: ''; */
}

.slick-next {
	right: 25px;
        background-position: 0 -60px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.slick-next:before {
	/* content: ''; */
}
[dir='rtl'] .slick-next:before {
	/* content: ''; */
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: 30px;

    display: none !important;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    text-align: center;

    opacity: .5;
    background: #fff;
    border-radius: 50%;
    z-index: 100;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #fff;
}
.slick-slider .item.slick-slide {
  max-height: 250px;
}
.slick-slider .item.slick-slide img {
  margin: 0 auto;
  max-height: 250px;
  width: auto;
}
/* slick-slides-room */
.slick-slides-room  .item img {
  cursor: pointer;
  cursor: zoom-in;
}

.slick-lightbox .slick-slider {
  max-height: none;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  display: block !important;
}

/* Media Queries */
@media (min-width: 480px) {	
	#main-slider .slick-slides a.btn {
		width: 350px;
	}
}
@media (min-width: 768px) {
  #main-slider .slick-slides figcaption {
    background: #fff;
    border: 1px solid #c3b9b0;
    background: rgba(255,255,255,0.65);
    -webkit-box-shadow: 0 0 8px 5px rgba(255,255,255,0.2);
    box-shadow: 0 0 8px 5px rgba(255,255,255,0.2);
    padding: 15px;
    font-size: 16px;
    color: #443f3a;
    position: absolute;
    right: 10%;
    top: 10%;
    display: block;
    text-align: center;
  }
  #main-slider .slick-slides figcaption h1,
  #main-slider .slick-slides figcaption h2,
  #main-slider .slick-slides figcaption h3 {
    font-size: 35px;
    margin: 0 0 10px; 0;
  }
  #main-slider .slick-slides figcaption p {
    margin: 0;
  }
  .slick-prev,
  .slick-next {
    display: block !important;
  }
  /* Show dots */
  .slick-dots { display: block !important; }
}

@media (min-width: 992px) {
  #main-slider {
     max-height: 630px;
     max-width: 1250px;
  }
  #main-slider .slick-slides figcaption h1,
  #main-slider .slick-slides figcaption h2,
  #main-slider .slick-slides figcaption h3 {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  #main-slider .slick-slides figcaption {
    right: 10%;
    top: auto;
    bottom: 12%;
  }
}

/* Special medie Query for small Height Res */
@media screen and ( min-height: 1100px ){
  .slick-slider {
	max-height: 950px;
  }
}

/* Slick Lightbox */
.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}
/* cmsms stylesheet: Feststadl-Standard modified: 23.07.2024 11:26:03 */
body {font-family: 'Roboto', sans-serif;color: #534745;font-size: 16px;line-height: 1.5;}h1,h2,h3,h4 {color: #534745;font-family: 'Great Vibes', cursive;}/* metaRow */#metaRow {background: #f6f0eb;color: #cac1c0;padding-bottom: 45px;}#metaRow ul,#metaRow ul li {list-style-type: none;}#metaRow ul {padding: 12px 0;margin: 0;font-size: 16px;}#metaRow a {color: #cac1c0;text-align: right;}#metaRow a:hover {color: #534745;text-decoration: none;}#metaRow ul li {display: inline-block;}#metaRow ul li:first-child {margin-right: 20px;}#metaRow ul li a {display: block;line-height: 20px;padding: 5px 0px;}/* Logo */.logo-wrap {padding: 0;position: absolute;top: -45px;right: 0;left: 0;bottom: auto;margin: auto;width: 180px;}#logo {padding: 0;}#logo img {background: #534745;display: block;max-width: 180px;height: auto;/* -webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-o-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out; */}/* leftCol */#quickInquiry {border: 1px solid #534745;background: #cac1c0;}/* Rozha Headings */#quickInquiry .heading,a#quickInquiryLink,.box-teaser h2 {background: #534745;font-family: 'Rozha One', serif;text-transform: uppercase;color: #fff;line-height: 50px;font-size: 30px;width: 100%;margin: 0;text-align: center;}a#quickInquiryLink:hover {text-decoration: none;}#quickInquiry hr {border-color: #534745;margin-top: 5px;margin-bottom: 5px;}#quickInquiry .row-input {padding: 5px 15px;margin: 0;}#quickInquiry .error_message#quickInquiry ul {padding: 0;}#quickInquiry label {font-weight: normal;}#quickInquiry .form-group {margin-bottom: 10px;}#quickInquiry .link-overview {display: block;text-align: center;padding: 5px 0;color: #534745;}#quickInquiry .submit {clear: both;border-top: 1px solid #534745;padding: 0 15px;}#quickInquiry input[type=submit] {margin-top: 10px;}#leftCol .box {background: #cac1c0;color: #534745;font-style: italic;padding: 15px;font-size: 20px;margin-bottom: 40px;}#leftCol .box .title {display: block;margin-bottom: 15px;}/* Content */#content-col {background: #fff;position: relative;margin-bottom: 30px;}#content {padding-top: 30px;}#content h1 {margin: 0 0 20px 0;}#content h2,#content h3,#content h4 {margin: 20px 0 10px 0;}#content h1,#content .h1 {font-size: 30px;}#content ul {padding-left: 15px;}/* only GG Detail Template ? */#top-content {padding: 20px 0;}/* News */.NewsSummary {border: 1px solid #cac1c0;margin-bottom: 30px;}.NewsSummary .NewsSummaryTextBlock {padding: 15px;}.NewsSummary h2 {margin-bottom: 10px;}.NewsSummary h2,.NewsSummary h2 a {font-size: 24px;}.NewsSummary h3,.NewsSummary h3 a {font-size: 18px;font-style: italic;}.NewsSummary h2 .only-text {display: none;}.NewsSummary ul {padding-left: 20px;}#NewsPostDetailContent .alert,.NewsSummary alert {margin: 15px 0 0 0;display: block;}.NewsSummary .btn-more {margin: 10px 10px 0 10px;width: auto;}#NewsPostDetailReturnLink {margin: 30px 0;}/* Teaser Boxen */.box-teaser {background-color: #cac1c0;border: 1px solid #cac1c0;overflow: hidden;margin-bottom: 30px;}.box-teaser .teaser-content {position: relative;width: 100%;}.box-teaser h2 {background-color: #cac1c0;color: #534745;line-height: 60px;}.box-teaser:hover h2 {background-color: #534745;color: #fff;}.box-teaser .btn {position: absolute;display: block;width: 90%;top: auto;right: 0;bottom: 10px;left: 0;margin: auto;z-index: 1;}.box-teaser .caption {background: #f6f0eb;background: rgba(246,240,235,0.9);position: absolute;display: block;width: 100%;top: auto;right: 0;bottom: -200px;left: 0;margin: auto;padding: 15px 15px 60px 15px;}.box-teaser:hover .caption {bottom: 0;}/* specialContentLeft */#specialContentLeft {background: #534745;color: #fff;position: relative;margin: 20px 0 50px 0;padding-top: 25px;padding-bottom: 25px;overflow: hidden;}#specialContentLeft h1,#specialContentLeft h2,#specialContentLeft h3,#specialContentLeft h4 {color: #fff;}.specialContentLeftImgWrap {position: absolute;display: none;right: 0;top: 0;height: 100%;min-height: 100%;overflow: hidden;}.specialContentLeftImg {position: relative;width: auto;height: 100%;opacity: 0.5;}#specialContentLeft .shadow-fake {display: block;width: 45%;height: 100%;position: absolute;left: 0;top: 0;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDc0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNTM0NzQ1IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background: -moz-linear-gradient(left,  rgba(83,71,69,1) 0%, rgba(83,71,69,0.99) 1%, rgba(255,255,255,0) 100%);background: -webkit-linear-gradient(left,  rgba(83,71,69,1) 0%,rgba(83,71,69,0.99) 1%,rgba(255,255,255,0) 100%);background: linear-gradient(to right,  rgba(83,71,69,1) 0%,rgba(83,71,69,0.99) 1%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#534745', endColorstr='#00ffffff',GradientType=1 );}/* Teaser Left and Right */#teaserLeft,#teaserRight {margin-bottom: 30px;}/* Footer */#footer {background: #534745;font-style: italic;color: #fff;padding: 30px 0;line-height: 30px;}#footer h3,#footer a {color: #fff;}#footer h3 {margin: 0 0 15px 0;}#footer ul {padding-left: 0px;}#footer ul,#footer ul li {list-style-type: none;}#footer ul > li > ul > li {padding-left: 20px;}#footer .goldgrid-row {font-size: 0.8em;color: #fff;font-weight: 300;}#footer .goldgrid-row a {color: #a6915c;}/* Helper Classes */.img-resp {width: 100%;height: auto;max-width: 100%;}.no-padding {padding: 0;}.margin-bottom {margin-bottom: 25px;}.form-btn-row {margin-top: 10px;}.transition-all {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}.clear-before::before,.clear-before:before {clear: both;content: "";display: block;}.text-xs {font-size: 12px;}.text-sm {font-size: 14px;}/* Responsive iframe and Video */iframe {border: none;}.iframeWrapper,.videoWrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}.iframeWrapper iframe,.videoWrapper iframe {border: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.iframeWrapper.trust-you-frame {min-height: 1770px;}/* Tiny MCE Classes */.img.img-left,.img.img-right {display: block;float: none;width: 100%;max-width: 100%;/* width: 100%; */height: auto;margin: 0 0 15px 0;}/* Image Fix */.box-teaser .image-fix {height: 170px;width: 100%;position: relative;overflow: hidden;}.box-teaser .image-fix img {bottom: 0;left: 0;margin: auto;height: auto;width: 100%;max-width: 768px;position: absolute;right: 0;top: 0;display: block;}/* Cookie Bar */#cookie-bar {background:#111111; background: rgba(0,0,0,0.8); height:auto; line-height:35px; color:#eeeeee; text-align:center; padding:3px 0;}#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;z-index:110;}#cookie-bar.fixed.bottom {bottom:0; top:auto;}#cookie-bar p {margin:0; padding:0;}#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:0 6px; margin-left:8px;}#cookie-bar .cb-enable {background:#ad4938; border: 1px solid #782112; color: #fff;}#cookie-bar .cb-enable:hover {background:#ad4938;}#cookie-bar .cb-disable {background:#1c6b18;}#cookie-bar .cb-disable:hover {background:#1c6b18;}#cookie-bar .cb-policy {border: 1px solid #fff; color: #fff;}#cookie-bar .cb-policy:hover {background:#fff; color: #000;}/* Form */.error_message {border: 5px solid red;margin-bottom: 20px;}.error_message ul,.error_message li {list-style-type: none;color: red;}fieldset {border: 0;padding: 0;}label {font-size: 0.9em;margin-bottom: 2px;display: block;}.required.fb_invalid {color: red;}.cms_form .trenner {border-top: 1px solid #ccc;padding-top: 10px;}.cms_dropdown {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555555;background-color: #ffffff;background-image: none;border: 1px solid #cccccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}.cms_dropdown:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}.cms_dropdown::-moz-placeholder {color: #999999;opacity: 1;}.cms_dropdown:-ms-input-placeholder {color: #999999;}.cms_dropdown::-webkit-input-placeholder {color: #999999;}.cms_form input[type=submit] {padding: 10px 20px;background-color: #ad4938;border: 1px solid #782112;color: #fff;cursor:pointer;display: block;width: 100%;position: relative;}.cms_form input[type=submit]:hover {background-color: #973d2e;border-color: #782112;}#content .cms_form textarea {display: block;width: 100%;}/* Anfrage Form *//* Overwriting / Extending Bootstrap */.navbar-default {background: none;border: none;margin: 0;}.navbar-nav > li {float: none;}.navbar-default .navbar-toggle {background: #fff;float: right;margin: 8px 10px;padding: 8px;border-radius: 0;border: 2px solid ;}.navbar-default .navbar-toggle .icon-bar {background: ;}.btn {border-radius: 0;font-size: 18px;font-style: normal;}.btn-primary {background-color: #ad4938;border-color: #782112;}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active:hover,.btn-primary.active:hover,.btn-primary:active:focus,.btn-primary.active:focus,.btn-primary:active.focus,.btn-primary.active.focus {background-color: #973d2e;border-color: #782112;}.btn-info {background-color: #cac1c0;border-color: #534745;color: #534745;}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active:hover,.btn-info.active:hover,.btn-info:active:focus,.btn-info.active:focus,.btn-info:active.focus,.btn-info.active.focus {background-color: #534745;border-color: #534745;color: #fff;}.btn-e-mail:before {content: "";font-family: FontAwesome;display: inline-block;font-style: normal;padding-right: 5px;}p.lead {font-size: 20px;font-style: italic;}/* Thumbnails */.thumbnail {border-radius: 0;border-color: #cdcdcd;padding: 0;color: #626262;-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);}.thumbnail .caption {padding: 10px;}.thumbnail .caption h3 {margin: 0 0 5px 0;font-size: 16px;display: block;}.thumbnail .caption h3 a {color: #626262;}.thumbnail .text-xs {font-size: 11px;}.thumbnail .gg-kontingente {margin: 0 0 5px 0;display: block;}.thumbnail .klassifizierung-wrap {display: block;}/* Modals */.modal-dialog {width: 65%;}.modal h4 {font-size: 24px;}#standard-modal .modal-dialog {width: 100%;max-width: 768px;}#standard-modal .modal-body {/* Image Content */padding: 0;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;overflow: hidden;}/* Media Queries */@media (min-width: 480px) {}@media (min-width: 768px) {#metaRow {padding-bottom: 0px;}#metaRow ul {float: right;}#metaRow ul li {display: block;}#metaRow ul li:first-child {margin-right: 0px;}#content h1,#content .h1 {font-size: 36px;}/* Helper Classes */.padding-right {padding-right: 15px;}.padding-left {padding-left: 15px;}/* Tiny MCE Classes */.img.img-left {float: left !important;max-width: 350px;margin: 0 15px 15px 0;}.img.img-right {float: right !important;max-width: 350px;margin: 0 0 15px 15px;}/* Logo */.logo-wrap {padding: 0;width: 220px;height: 67px;top: -55px;}#logo {padding: 0;}#logo img {display: block;max-width: 220px;}#main-nav-wrap.is_stuck .logo-wrap {top: 0;max-width: 200px;height: 60px;z-index: 2;}#main-nav-wrap.is_stuck #logo img {background: none;max-width: 200px;}#quickInquiry {margin-top: -91px;}#quickInquiry .heading {line-height: 90px;}/* Content */.box-teaser h2 {font-size: 22px;}#content-col { }.box-teaser {margin-bottom: 0;}/* Image Fix */.box-teaser .image-fix {height: 120px;}/* specialContentLeft */#specialContentLeft {overflow: hidden;margin: 50px 0;max-width: 100%;/* max-height: 600px; */}.specialContentLeftImg {float: right;}.specialContentLeftImgWrap {display: block;}}@media (min-width: 992px) {/* Logo */.logo-wrap {width: 315px;height: 96px;top: -78px;}#logo img {max-width: 315px;}#content h1,#content .h1 {font-size: 45px;}.box-teaser h2 {font-size: 30px;}/* Image Fix */.box-teaser .image-fix {height: 160px;}.specialContentLeftImgWrap {max-width: 75%;}.specialContentLeftImg {width: 100%;height: auto;}/* Tiny MCE Classes */.img.img-left {max-width: 200px;}.img.img-right {max-width: 200px;}}@media (min-width: 1200px) {/* Image Fix */.box-teaser .image-fix {height: 200px;}/* Tiny MCE Classes */.img.img-left {max-width: 350px;}.img.img-right {max-width: 350px;}}
