
/* default styles for extension "tx_gomaps" */
		.tx-go-maps-ext img {
			max-width: none;
		}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay .slide > img {
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  opacity: 1;
  visibility: hidden;
  background: #1b222a; }

#swipebox-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1; }

#swipebox-slider {
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  padding: 60px 0; }

@media (min-width: 992px) {
  #swipebox-slider {
    padding: 90px 0; } }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  position: relative; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide > img, .swipebox-video-container, .swipebox-inline-container, .swipebox-iframe-container, .swipebox-ajax-container {
  display: inline-block;
  max-height: 100%;
  max-width: calc(100% - 20px);
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

@media (min-width: 992px) {
  #swipebox-slider .slide > img, .swipebox-video-container, .swipebox-inline-container, .swipebox-iframe-container, .swipebox-ajax-container {
    max-width: calc(100% - 180px); } }

.slide .swipebox-iframe-container, .slide .swipebox-inline-container, .slide .swipebox-ajax-container {
  height: 100% !important;
  width: calc(100% - 20px); }

@media (min-width: 992px) {
  .swipebox-iframe-container, .swipebox-inline-container, .swipebox-ajax-container {
    width: calc(100% - 180px); } }

.swipebox-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none; }

.swipebox-inline-container, .swipebox-ajax-container {
  background: #fff;
  overflow: auto;
  overflow-x: hidden; }

.swipebox-ajax-container {
  background: #fff;
  text-align: left;
  line-height: 1.5rem;
  cursor: auto;
  white-space: normal;
  overflow: auto;
  max-width: 1100px; }

@media (min-width: 992px) {
  html .swipebox-ajax-container {
    overflow-x: hidden; } }

.swipebox-inline-container video {
  width: 100%;
  height: calc(100vh - 180px);
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

#swipebox-slider .slide > img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 60px;
  line-height: 60px;
  width: 100%; }

@media (min-width: 992px) {
  #swipebox-bottom-bar, #swipebox-top-bar {
    height: 90px;
    line-height: 90px; } }

#swipebox-bottom-bar {
  bottom: 0px; }

#swipebox-top-bar {
  top: 0px; }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px; }

@media (min-width: 992px) {
  #swipebox-title {
    line-height: 90px; } }

@media (max-width: 767px) {
  #swipebox-title {
    width: calc(100vw - 84px - 30px);
    position: absolute;
    right: 10px;
    bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  #swipebox-title {
    width: calc(100vw - 84px - 30px);
    position: absolute;
    right: 10px;
    bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right; } }

#swipebox-prev, #swipebox-next, #swipebox-close, #swipebox-download, #swipebox-share {
  border: 1px solid #2f3c44;
  background-repeat: no-repeat;
  text-decoration: none !important;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 38px;
  top: 0;
  -webkit-transition: 0.15s ease-In;
  -moz-transition: 0.15s ease-In;
  -ms-transition: 0.15s ease-In;
  transition: 0.15s ease-In;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-close, #swipebox-download {
  background: none; }

@media (min-width: 992px) {
  #swipebox-prev, #swipebox-next, #swipebox-close, #swipebox-download, #swipebox-share {
    width: 50px;
    height: 50px;
    line-height: 48px; }

  #swipebox-close:hover, #swipebox-download:hover {
    background: #2f3c44; }

  #swipebox-share:hover, #swipebox-share.open {
    background: #2f3c44;
    border-color: #2f3c44; } }

@media (max-width: 767px) {
  #swipebox-prev {
    left: 10px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #swipebox-prev {
    left: 10px !important; } }

#swipebox-button-container {
  right: 49px;
  top: 10px;
  height: 40px;
  position: absolute; }

@media (min-width: 992px) {
  #swipebox-button-container {
    right: 69px;
    height: 50px;
    top: 20px; } }

#swipebox-button-container > * {
  float: left; }

#swipebox-share {
  background: #2f3c44;
  border-color: #2f3c44;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal; }

#swipebox-counter {
  line-height: 60px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem; }

@media (min-width: 992px) {
  #swipebox-counter {
    line-height: 90px;
    left: 50%;
    margin-left: -50px;
    text-align: center; } }

.swipebox-current {
  color: #fff; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  position: absolute;
  left: 10px;
  bottom: 10px;
  top: auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal; }

#swipebox-next {
  position: absolute;
  left: 49px;
  top: auto;
  bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal; }

.swipebox-just-one-item #swipebox-prev, .swipebox-just-one-item #swipebox-next {
  display: none; }

@media (min-width: 992px) {
  #swipebox-prev, #swipebox-next {
    border: none;
    position: fixed;
    font-size: 24px;
    bottom: auto;
    left: 0;
    top: 50%;
    width: 90px;
    height: calc(100vh - 180px);
    line-height: calc(100vh - 180px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  #swipebox-next {
    left: auto;
    right: 0px; } }

#swipebox-close {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal; }

@media (min-width: 992px) {
  #swipebox-close {
    top: 20px;
    right: 20px; } }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-download {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal; }

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

.share-container {
  background: rgba(11, 26, 35, 0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 100;
  -webkit-transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
  -moz-transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
  -ms-transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
  transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s; }

.share-container.act {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease 0s, visibility 0s 0s;
  -moz-transition: opacity 0.15s ease 0s, visibility 0s 0s;
  -ms-transition: opacity 0.15s ease 0s, visibility 0s 0s;
  transition: opacity 0.15s ease 0s, visibility 0s 0s; }

.share-container .share-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -75%);
  -moz-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  opacity: 0;
  -webkit-transition: 0.25s ease 0s;
  -moz-transition: 0.25s ease 0s;
  -ms-transition: 0.25s ease 0s;
  transition: 0.25s ease 0s; }

.share-container.act .share-content {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.25s ease 0.15s; }

.share-container .title {
  font-size: 1rem;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 1.5rem;
  text-align: center; }

.share-container .share-content ul, .share-container .share-content li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none; }

.share-container .share-content ul {
  text-align: center;
  font-size: 0px;
  width: 300px;
  display: block; }

.share-container .share-content li {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin-right: 1px;
  cursor: pointer;
  transition: 0.15s ease; }

.share-container .share-content li.facebook:hover {
  background: #5b74a8; }

.share-container .share-content li.twitter:hover {
  background: #1da1f2; }

.share-container .share-content li.googleplus:hover {
  background: #da4a38; }

.share-container .share-content li:last-of-type {
  margin-right: 0px; }

.share-container .share-content li a {
  display: block;
  height: 70px;
  position: relative;
  text-decoration: none; }

.share-container .share-content li a:before {
  content: "\e900";
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal; }

.share-container .share-content li.twitter a:before {
  content: "\e906";
  font-size: 27px; }

.share-container .share-content li.googleplus a:before {
  content: "\e901";
  font-size: 30px; }

.description-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 50;
  transition: opacity 0.25s ease 0.3s, visibility 0s 0.55s;
  white-space: normal;
  line-height: 1.5em;
  text-align: left;
  color: #fff; }

.description-container.act {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease 1s, visibility 0s 0s; }

.description-container span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 1.5rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30px);
  width: 100%; }
/* Skin 
 --------------------------*/
#swipebox-bottom-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px; }
/* Effects */
/* HugeInc Start */
#swipebox-overlay.hugeInc {
  opacity: 0;
  visibility: hidden;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  transition: opacity 0.25s 0.55s, visibility 0s 0.9s; }

#swipebox-overlay.hugeInc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s 0s, visibility 0s 0s; }

#swipebox-overlay.hugeInc #swipebox-container {
  opacity: 0;
  transform: translateY(-5%) rotateX(15deg);
  transition: transform 0.3s 0s, opacity 0.3s 0s; }

#swipebox-overlay.hugeInc.open #swipebox-container {
  opacity: 1;
  transform: rotateX(0deg);
  transition: transform 0.3s 0.25s, opacity 0.3s 0.25s; }

#swipebox-overlay.hugeInc.close #swipebox-container {
  transform: translateY(5%) rotateX(-15deg);
  transition: transform 0.3s 0.25s, opacity 0.3s 0.25s; }

#swipebox-overlay.hugeInc #swipebox-button-container, #swipebox-overlay.hugeInc #swipebox-close, #swipebox-overlay.hugeInc #swipebox-counter, #swipebox-overlay.hugeInc #swipebox-title {
  opacity: 0;
  transition: opacity 0.25s 0s; }

#swipebox-overlay.hugeInc.open #swipebox-button-container, #swipebox-overlay.hugeInc.open #swipebox-close, #swipebox-overlay.hugeInc.open #swipebox-counter, #swipebox-overlay.hugeInc.open #swipebox-title {
  opacity: 1;
  transition: opacity 0.25s 0.5s; }

#swipebox-overlay.hugeInc #swipebox-prev {
  opacity: 0;
  left: -90px;
  transition: 0.25s 0s; }

#swipebox-overlay.hugeInc.open #swipebox-prev {
  opacity: 1;
  left: 0px;
  transition: 0.25s 0.6s; }

#swipebox-overlay.hugeInc #swipebox-next {
  opacity: 0;
  right: -90px;
  transition: 0.25s 0s; }

#swipebox-overlay.hugeInc.open #swipebox-next {
  opacity: 1;
  right: 0px;
  transition: 0.25s 0.6s; }
/* HugeInc Ende */
/* Slide Down Start */
#swipebox-overlay.slideDown {
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s 0.7s; }

#swipebox-overlay.slideDown.open {
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out; }

#swipebox-overlay.slideDown #swipebox-container {
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.3s ease 0s; }

#swipebox-overlay.slideDown.open #swipebox-container {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.3s ease 0.3s; }

#swipebox-overlay.slideDown #swipebox-button-container, #swipebox-overlay.slideDown #swipebox-close, #swipebox-overlay.slideDown #swipebox-counter, #swipebox-overlay.slideDown #swipebox-title {
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.25s ease 0.15s; }

#swipebox-overlay.slideDown.open #swipebox-button-container, #swipebox-overlay.slideDown.open #swipebox-close, #swipebox-overlay.slideDown.open #swipebox-counter, #swipebox-overlay.slideDown.open #swipebox-title {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.25s ease 0.5s; }

#swipebox-overlay.slideDown #swipebox-prev, #swipebox-overlay.slideDown #swipebox-next {
  opacity: 0;
  margin-top: -200px;
  transition: 0.25s 0s; }

#swipebox-overlay.slideDown.open #swipebox-prev, #swipebox-overlay.slideDown.open #swipebox-next {
  opacity: 1;
  margin-top: 0px;
  transition: 0.25s 0.6s; }
/* Slide Down Ende */
/* Scale Start */
#swipebox-overlay.scale {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }

#swipebox-overlay.scale.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s; }
/* Scale Ende */
/* Door Start */
#swipebox-overlay.door {
  visibility: hidden;
  width: 0.001% !important;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.2s 0.4s, visibility 0s 0.6s; }

#swipebox-overlay.door.open {
  visibility: visible;
  width: 100% !important;
  transition: width 0.2s; }

#swipebox-overlay.door #swipebox-container {
  opacity: 0;
  transition: opacity 0.3s 0.2s; }

#swipebox-overlay.door.open #swipebox-container {
  opacity: 1;
  transition-delay: 0.3s; }

#swipebox-overlay.door.close #swipebox-container {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }

#swipebox-overlay.door #swipebox-prev {
  opacity: 0;
  left: -90px;
  transition: 0.25s 0s; }

#swipebox-overlay.door.open #swipebox-prev {
  opacity: 1;
  left: 0px;
  transition: 0.25s 0.5s; }

#swipebox-overlay.door #swipebox-next {
  opacity: 0;
  right: -90px;
  transition: 0.25s 0s; }

#swipebox-overlay.door.open #swipebox-next {
  opacity: 1;
  right: 0px;
  transition: 0.25s 0.5s; }
/* Door Ende */
/* Simple Genie Start */
#swipebox-overlay.simpleGenie {
  visibility: hidden;
  transform: translateY(60%) scale(0);
  transition: transform 0.4s, visibility 0s 0.4s; }

#swipebox-overlay.simpleGenie.open {
  visibility: visible;
  transform: translateY(0%) scale(1);
  transition: transform 0.4s; }
/* Simple Genie Ende */
/* Content Scale Start */
/* Content Scale Ende */
a.ajax {
  position: relative;
  display: block; }

a.ajax span.image_zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  text-indent: -999em;
  overflow: hidden;
  transition: 0.25s ease;
  opacity: 0; }
  a.ajax span.image_zoom:before {
    font-family: 'default';
    font-weight: normal;
    font-style: normal;
    content: "\1f50d";
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    text-indent: 0px; }

a.ajax:hover span.image_zoom {
  opacity: 1; }

.swipebox-ajax-container {
  outline: none; }

.swipebox-ajax-container::-webkit-scrollbar {
  width: 15px; }

.swipebox-ajax-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #ddd; }

.swipebox-ajax-container::-webkit-scrollbar-thumb {
  background-color: rgba(181, 0, 49, 1);
  outline: 1px solid rgba(181, 0, 49, 1); }

@media (min-width: 768px) {
    .impressum .realization-row .realization-logo{
        height: auto !important;
    }
    
    .impressum .realization-row .realization-content {
        padding: 70px 20px !important;
    
    }
}

.impressum .realization-row {
    left: 50%;
    /*.translate(-50%);*/
    background-color: #eaeaea;
    /*padding: 0 20px 20px;*/
    margin: 0;
}

.impressum .realization-row .realization-logo{
    background-color: #EEEEEE;
    position:relative;
    height: 100px;
}

.impressum .realization-row .realization-logo img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.impressum .realization-row .realization-logo .gowest-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    /*.translate(-50%, -50%);*/
    margin: 0;
    height: auto;
    width: 190px;

}

.impressum .realization-row .realization-content {
    padding: 25px 20px;
}

.impressum .realization-row .realization-content ul{
    margin:0;
}

.impressum .realization-row .realization-content .realization-address {
    padding-bottom: 10px;
}

.impressum .realization-content .bank span {
    font-weight: bold;
}

.impressum .consumers-link {
    margin-bottom: 20px;
}

.impressum .row  {
    margin-bottom: 35px;
    padding-left: 0;
    padding-bottom: 0;
}

.impressum .row h2 {
    margin-bottom: 0;
}


/****************** IMPRESSUM ENDE ******************/
.overviewItem {
  overflow: hidden; }
  .gutter-small .overviewItem {
    padding-bottom: 2px; }
  .gutter-none .overviewItem {
    padding-bottom: 0px; }
  .gutter-default .overviewItem {
    padding-bottom: 20px; }
  .overviewItem article {
    position: relative;
    padding-top: 100%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    /*filter: grayscale(100%);*/ }
    .overviewItem article:before {
      content: "";
      position: absolute;
      display: block;
      overflow: hidden;
      width: 100%;
      height: 50%;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000',GradientType=0);
      /* IE6-9 */ }
    @media (min-width: 768px) {
  .overviewItem article {
    position: relative;
    padding-top: 150%; } }
    .overviewItem article > a {
      z-index: 30;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-indent: -9999em; }
    .overviewItem article .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .overviewItem article .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'; }
    .overviewItem article .text {
      z-index: 10;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .overviewItem article .text .inner {
        position: absolute;
        left: 50%;
        bottom: 50px;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        .overviewItem article .text .inner h2 {
          font-size: 19px;
          font-size: 1.1875rem;
          font-weight: 400;
          line-height: normal; }
          @media (min-width: 1302px) {
  .overviewItem article .text .inner h2 {
    font-size: 30px;
    font-size: 1.875rem; } }
        .overviewItem article .text .inner * {
          color: #fff;
          text-align: center; }
    .overviewItem article:hover .text {
      /*background: rgba($primary-color, 0.9);*/ }
    .overviewItem article:hover .image {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.sectionContentBeforeFooter {
  position: relative;
  margin-bottom: 3rem;
  display: block;
  overflow: hidden;
  padding-bottom: 3rem;
  width: 100vw;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (min-width: 1500px) {
  .sectionContentBeforeFooter {
    width: calc(100vw - 120px); } }
  .sectionContentBeforeFooter > section > header {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
  .sectionContentBeforeFooter > section > header {
    margin-bottom: 5rem; } }
  .sectionContentBeforeFooter > section > header > h2 {
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
  .sectionContentBeforeFooter > section > header > h2 {
    font-size: 24px;
    font-size: 1.5rem; } }
    @media (min-width: 992px) {
  .sectionContentBeforeFooter > section > header > h2 {
    font-size: 45px;
    font-size: 2.8125rem; } }
    @media (min-width: 1302px) {
  .sectionContentBeforeFooter > section > header > h2 {
    font-size: 45px;
    font-size: 2.8125rem; } }
  .sectionContentBeforeFooter section {
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
  .sectionContentBeforeFooter section {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0; } }
    @media (min-width: 992px) {
  .sectionContentBeforeFooter section {
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-bottom: 6.25rem; } }
    @media (min-width: 1302px) {
  .sectionContentBeforeFooter section {
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-bottom: 6.25rem; } }
  .sectionContentBeforeFooter section:before {
    content: "";
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 50%;
    width: 100vw;
    display: block;
    overflow: hidden;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/bg-textur.png);
    background-repeat: repeat;
    background-position: 0 0; }
  @media (min-width: 768px) {
  .sectionContentBeforeFooter .overviewItem:nth-child(1) {
    margin-top: 70px; }
  .sectionContentBeforeFooter .overviewItem:nth-child(3) {
    margin-top: 130px; } }
  .sectionContentBeforeFooter .flickity-button {
    width: 50px;
    height: 50px;
    left: 50% !important;
    margin-left: -80px;
    border-radius: 0;
    display: block;
    opacity: 1;
    top: auto;
    bottom: -90px;
    background: none;
    border: 5px solid rgba(94, 95, 98, 0.5);
    border-radius: 100%;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    .sectionContentBeforeFooter .flickity-button:before {
      content: "\e92b";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      width: 60px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: #3a4245;
      font-size: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (min-width: 992px) {
  .sectionContentBeforeFooter .flickity-button:before {
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 30px; } }
    .sectionContentBeforeFooter .flickity-button:hover {
      opacity: 0.75;
      background: none; }
    .sectionContentBeforeFooter .flickity-button.previous:before {
      margin-left: 20px; }
    .sectionContentBeforeFooter .flickity-button.next {
      right: auto;
      left: 50%;
      margin-left: 30px; }
      .sectionContentBeforeFooter .flickity-button.next:before {
        content: "\e92c";
        margin-left: -17px; }
    .sectionContentBeforeFooter .flickity-button svg {
      display: none; }

body.herzenslust .overviewRooms .overviewItem article .text .inner header:before {
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-icon.svg); }

@media (min-width: 768px) {
    .overviewRooms .overviewItem:first-of-type {
      margin-left: 1px; } }
  @media (max-width: 767px) {
    .overviewRooms .overviewItem article {
      position: relative;
      padding-top: 120%; } }
    .overviewRooms .overviewItem article:hover .text {
      background: none; }
    .overviewRooms .overviewItem article:hover .image {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      filter: grayscale(0%); }
    .overviewRooms .overviewItem article:before {
      content: "";
      position: absolute;
      display: block;
      overflow: hidden;
      width: 100%;
      height: 50%;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+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+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000',GradientType=0);
      /* IE6-9 */ }
    .overviewRooms .overviewItem article:after {
      content: "";
      position: absolute;
      display: block;
      overflow: hidden;
      width: 100%;
      height: 50%;
      left: 0;
      top: 0;
      z-index: 1;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,0+100 */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0);
      /* IE6-9 */ }
    @media (min-width: 768px) {
    .overviewRooms .overviewItem article.large {
      position: relative;
      padding-top: 100%; } }
    .overviewRooms .overviewItem article .text .inner {
      bottom: auto;
      top: 40px; }
      @media (min-width: 768px) {
  .overviewRooms .overviewItem article .text .inner {
    top: 20px; } }
      @media (min-width: 992px) {
  .overviewRooms .overviewItem article .text .inner {
    top: 40px; } }
      .overviewRooms .overviewItem article .text .inner header {
        display: none; }
      .overviewRooms .overviewItem article .text .inner header h2 {
        color: rgba(181, 0, 49, 1) !important;
        font-size: 22px;
        font-size: 1.375rem; }
        @media (min-width: 768px) {
  .overviewRooms .overviewItem article .text .inner header h2 {
    font-size: 18px;
    font-size: 1.125rem; } }
        @media (min-width: 992px) {
  .overviewRooms .overviewItem article .text .inner header h2 {
    font-size: 22px;
    font-size: 1.375rem; } }
      .overviewRooms .overviewItem article .text .inner header h2:first-line {
        color: #464545;
        font-size: 30px;
        font-size: 1.875rem;
        word-spacing: 100vw; }
        @media (min-width: 768px) {
  .overviewRooms .overviewItem article .text .inner header h2:first-line {
    font-size: 24px;
    font-size: 1.5rem; } }
        @media (min-width: 992px) {
  .overviewRooms .overviewItem article .text .inner header h2:first-line {
    font-size: 30px;
    font-size: 1.875rem; } }
      .overviewRooms .overviewItem article .text .inner header:before {
        content: "";
        position: relative;
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 30px;
        overflow: hidden;
        z-index: 1;
        background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/tauernherz-logo-small.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
    .overviewRooms .overviewItem article .buttons {
      position: absolute;
      left: 20px;
      bottom: 20px;
      width: calc(100% - 40px);
      z-index: 100; }
    .overviewRooms .overviewItem article .btn {
      margin: 0;
      width: 140px;
      padding: 0px;
      position: relative;
      width: calc(50% - 5px);
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 1302px) {
  .overviewRooms .overviewItem article .btn {
    width: 150px; } }
      .overviewRooms .overviewItem article .btn:last-of-type {
        margin-left: 10px; }
        @media (min-width: 1302px) {
  .overviewRooms .overviewItem article .btn:last-of-type {
    width: calc(100% - 150px - 20px);
    margin-left: 20px; } }
      .overviewRooms .overviewItem article .btn span {
        line-height: 1.2em;
        position: absolute;
        left: 0%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        padding: 0 5px; }
    @media (min-width: 992px) {
        .overviewRooms .overviewItem article.large .btn:last-of-type {
          margin-left: 20px; } }
      @media (min-width: 992px) {
    .overviewRooms .overviewItem article.large .btn {
      width: calc(50% - 10px); } }
    @media (min-width: 768px) and (max-width: 991px) {
  .overviewRooms .overviewItem article.small .btn {
    width: 100%;
    margin: 2px 0 0 0;
    height: 38px;
    line-height: 38px; } }
    .overviewRooms .overviewItem article .info {
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 65px;
      width: calc(100% - 40px);
      z-index: 100;
      line-height: 1.25rem; }
      @media (min-width: 992px) {
  .overviewRooms .overviewItem article .info {
    bottom: 70px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px; } }
    @media (min-width: 768px) {
      .overviewRooms .overviewItem article.small .info {
        bottom: 95px; } }
      @media (min-width: 768px) {
    .overviewRooms .overviewItem article.small .info {
      bottom: 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
    .overviewRooms .overviewItem article.small .info {
      bottom: 90px; } }
    @media (min-width: 768px) and (max-width: 991px) {
  .overviewRooms .overviewItem article .roomLogo {
    width: 200px; }
    .overviewRooms .overviewItem article .roomLogo img, .overviewRooms .overviewItem article .roomLogo svg {
      width: 100%;
      height: auto;
      display: block; } }
/* ###################### Overview Jobs ###################### */
.overviewJobs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  padding: 50px;
  background-color: #f5f5f5; }
  @media (min-width: 992px) {
  .overviewJobs {
    grid-template-columns: 1fr 1fr; } }
  .overviewJobs .jobContainer {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .overviewJobs .jobContainer .jobIcon {
      width: 120px;
      height: auto;
      margin: auto; }
    .overviewJobs .jobContainer .jobTitle {
      flex-grow: 0; }
      .overviewJobs .jobContainer .jobTitle .summary {
        color: rgba(181, 0, 49, 1); }
      .overviewJobs .jobContainer .jobDescription {
        flex-grow: 1; }
    .overviewJobs .jobContainer .btn {
      flex-grow: 0;
      margin-left: auto !important;
      margin-right: auto !important;
      display: block;
      width: fit-content; }

/* SMART SEARCH START */
.smart-search {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media (min-width: 992px) {
  .smart-search {
    margin-bottom: 100px;
    margin-bottom: 6.25rem; } }
  .smart-search .success {
    margin-top: 1.5rem; }
    .smart-search .success span {
      color: rgba(181, 0, 49, 1); }
    .smart-search .success .count {
      font-size: 2rem; }
  .smart-search .error {
    margin-top: 1.5rem; }
    .smart-search .error span {
      color: #eb6c62; }
    .smart-search .error .count {
      font-size: 2rem; }
  .smart-search .width {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .smart-search .search-results:after {
    content: "";
    display: table;
    width: 100%; }
  .smart-search > header {
    margin-top: 1.5rem; }

.smart-search .search-field .smart-search-form {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-bottom: 1.5rem; }
  .smart-search .search-field .smart-search-form input:not(#submit) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e6e8;
    background: #f9fafb;
    color: #7a7a7a;
    z-index: 3;
    padding: 0 20px;
    font-size: 1rem; }
    .smart-search .search-field .smart-search-form input:not(#submit):focus {
      border-color: #abb4bc; }
  .smart-search .search-field .smart-search-form input#autocomplete-fill {
    z-index: 1; }
  .smart-search .search-field .smart-search-form #submit {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    width: 50px;
    height: 50px;
    border: none;
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    background: none;
    color: #abb4bc;
    padding: 0px;
    font-size: 25px;
    font-size: 1.5625rem;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease; }
    .smart-search .search-field .smart-search-form #submit:hover {
      color: rgba(181, 0, 49, 1); }
  .smart-search .search-field .smartsearch-suggestions {
    list-style: none;
    text-align: center;
    line-height: 0px;
    margin: 0px 0px 1.5rem 0px;
    padding: 0px; }
  .smart-search .search-field .smartsearch-suggestions li {
    margin: 5px;
    display: inline-block; }
  .smart-search .search-field .ui-menu.ui-autocomplete {
    padding: 0; }
  .smart-search .search-field .ui-menu.ui-autocomplete .ui-menu-item-wrapper {
    border: none;
    padding: 0 20px;
    line-height: 40px;
    color: #7a7a7a;
    font-size: 1rem; }
    .smart-search .search-field .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
      background: #e1e6e8; }

.smart-search .search-result-item:not(.highPriority) article {
  border-bottom: 1px solid #e1e6e8;
  position: relative;
  background: none;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  padding: calc(2 * 20px) calc(2 * 20px) calc(2 * 20px - 1.5rem); }
  .smart-search .search-result-item:not(.highPriority) article:hover {
    background: #e1e6e8; }
  .smart-search .search-result-item:not(.highPriority) article header {
    margin: 0px; }
  .smart-search .search-result-item:not(.highPriority) article header h2 {
    margin: 0; }
  .smart-search .search-result-item:not(.highPriority) article .url {
    margin-bottom: 1.5rem;
    opacity: 0.8;
    font-style: italic;
    color: rgba(181, 0, 49, 1); }
  .smart-search .search-result-item:not(.highPriority) article .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -999em;
    overflow: hidden; }

.smart-search .search-result-item.highPriority article {
  background: rgba(181, 0, 49, 1); }
  .smart-search .search-result-item.highPriority article img {
    width: 100%;
    height: auto; }
  .smart-search .search-result-item.highPriority article picture {
    display: block; }
  .smart-search .search-result-item.highPriority article .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -999em;
    overflow: hidden; }
  .smart-search .search-result-item.highPriority article header {
    margin: 0; }
  .smart-search .search-result-item.highPriority article header h2 {
    color: #fff;
    margin: 0; }
  .smart-search .search-result-item.highPriority article header .subtitle {
    color: #fff; }
  .smart-search .search-result-item.highPriority article .text {
    padding: calc(2 * 20px);
    color: #fff; }
/* SMART SEARCH ENDE */

/*! jQuery UI - v1.12.1 - 2019-01-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_444444_256x240.png')}.ui-widget-header .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_444444_256x240.png')}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_555555_256x240.png')}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_ffffff_256x240.png')}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_777620_256x240.png')}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_cc0000_256x240.png')}.ui-button .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_777777_256x240.png')}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.frame-type-teaser {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
  .frame-type-teaser {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }
  @media (min-width: 992px) {
  .frame-type-teaser {
    margin-bottom: 80px;
    margin-bottom: 5rem; } }
  @media (min-width: 1302px) {
  .frame-type-teaser {
    margin-bottom: 80px;
    margin-bottom: 5rem; } }
  .frame-type-teaser.frame-space-after-small {
    margin-bottom: calc(1.5rem - 2px); }
  .frame-type-teaser.frame-space-after-none {
    margin-bottom: 0px; }
  .frame-type-teaser.gutter-small {
    margin-bottom: 48px;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 48px;
    margin-bottom: 3rem; } }
    @media (min-width: 992px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 98px;
    margin-bottom: 6.125rem; } }
    @media (min-width: 1302px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 98px;
    margin-bottom: 6.125rem; } }
    .frame-type-teaser.gutter-small.frame-space-after-small {
      margin-bottom: calc(1.5rem - 2px); }
    .frame-type-teaser.gutter-small.frame-space-after-none {
      margin-bottom: 0px; }
  .frame-type-teaser.gutter-none {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
    @media (min-width: 768px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }
    @media (min-width: 992px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 100px;
    margin-bottom: 6.25rem; } }
    @media (min-width: 1302px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 100px;
    margin-bottom: 6.25rem; } }
    .frame-type-teaser.gutter-none.frame-space-after-small {
      margin-bottom: calc(1.5rem - 2px); }
    .frame-type-teaser.gutter-none.frame-space-after-none {
      margin-bottom: 0px; }
  .frame-type-teaser div[class*="col-"] {
    display: flex; }

.usp {
  background: #fff;
  padding: 30px;
  padding: 1.875rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0px;
  color: #7a7a7a; }
  @media (min-width: 768px) {
  .usp {
    padding: 30px;
    padding: 1.875rem; } }
  @media (min-width: 992px) {
  .usp {
    padding: 50px;
    padding: 3.125rem; } }
  @media (min-width: 1302px) {
  .usp {
    padding: 50px;
    padding: 3.125rem; } }
  .usp > a {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -99999em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .usp h2 {
    margin-bottom: 1.5rem;
    color: rgba(181, 0, 49, 1); }
  .usp p:last-of-type {
    margin-bottom: 0px; }
  .usp .icon {
    height: 60px;
    position: relative;
    margin-bottom: 1.5rem; }
    .usp .icon img {
      width: 100%;
      height: 100%;
      opacity: 0.2;
      -webkit-transition: 0.25s ease;
      -moz-transition: 0.25s ease;
      -ms-transition: 0.25s ease;
      -o-transition: 0.25s ease;
      transition: 0.25s ease;
      object-fit: contain; }
  .usp:hover .icon img {
    opacity: 1; }
  .gutter-small .usp {
    margin-bottom: 2px; }
  .gutter-none .usp {
    margin-bottom: 0px; }

.ce-table {
  padding: 0;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  width: 99.9999%;
  color: #7a7a7a;
  position: relative;
  font-size: 12px; }
  @media (min-width: 992px) {
  .ce-table {
    font-size: 1rem; } }
  .ce-table th, .ce-table td {
    text-align: center;
    margin: 0;
    padding: 0.5rem;
    background-clip: border-box;
    background: #fff;
    border: 1px solid #ddd; }
    .tx-goprices .ce-table th, .tx-goprices .ce-table td {
      background: #f4f4f4; }
    .ce-table th.plain, .ce-table td.plain {
      background: none !important;
      border: none !important; }
    .ce-table th.text-left, .ce-table td.text-left {
      text-align: left; }
    .ce-table th.text-right, .ce-table td.text-right {
      text-align: right; }
    .ce-table th.text-center, .ce-table td.text-center {
      text-align: center; }
    .ce-table th.text-justify, .ce-table td.text-justify {
      text-align: justify; }
  .ce-table thead th {
    background: rgba(181, 0, 49, 1);
    border: 1px solid #efefef;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px 10px; }
    @media (min-width: 992px) {
  .ce-table thead th {
    font-size: 18px; } }
    .tx-goprices .ce-table thead th {
      background: #f4f4f4;
      border-color: #ddd; }
    .ce-table thead th.plain {
      background: none !important;
      border: none !important; }
  .ce-table.plain {
    width: auto !important; }
    .ce-table.plain th, .ce-table.plain td {
      background: none;
      border: none;
      text-align: left; }
    .ce-table.plain thead th {
      background: none;
      color: #7a7a7a; }
  .ce-table.striped tbody tr:nth-of-type(odd) th, .ce-table.striped tbody tr:nth-of-type(odd) td {
    background: #e9e9e9; }
  .ce-table tbody th {
    background: #fff;
    border: 1px solid #ddd;
    color: #7a7a7a;
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-transform: uppercase; }
    @media (min-width: 768px) {
  .ce-table tbody th {
    font-size: 16px; } }
    @media (min-width: 992px) {
  .ce-table tbody th {
    font-size: 18px; } }
    .ce-table tbody th small {
      text-transform: none; }

.tx-goprices .ce-table tbody td {
  font-family: Open Sans;
  font-size: 18px;
  position: relative; }
  @media (min-width: 992px) {
  .tx-goprices .ce-table tbody td {
    font-size: 22px; } }
  .tx-goprices .ce-table tbody td span {
    position: absolute;
    left: 50%;
    width: calc(100% - 20px);
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.tx-goprices thead th:first-of-type {
  border-left: none;
  border-top: none; }

.tx-goprices thead th.active {
  border-top: 4px solid rgba(94, 95, 99, 1); }

.tx-goprices .ce-table th a {
  text-decoration: none;
  color: rgba(94, 95, 99, 1); }

.ce-table caption {
  caption-side: bottom;
  font-size: 12px;
  line-height: 2em;
  text-align: right;
  color: #7a7a7a; }

.table-container {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.5em;
  position: relative;
  z-index: 0; }

.table-container.scroll {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1.5em; }

.table-container table {
  margin-bottom: 0;
  font-size: 1em; }

.table-container > table.switchable {
  position: relative; }

.table-container > table.switchable tr > th:first-child, .table-container > table.switchable tr > td:first-child {
  position: absolute;
  left: 0;
  max-width: 50%;
  z-index: 1000; }

.table-container > table.switchable tr > th, .table-container > table.switchable tr > td {
  position: relative;
  max-width: 50%;
  display: block;
  float: left;
  border-left-width: 0;
  width: 50%;
  color: #7a7a7a; }

@media (min-width: 992px) {
  .table-container > table.switchable tr > th, .table-container > table.switchable tr > td {
    width: 25%; } }

.table-container > table.switchable tr > td, .table-container > table.switchable tr > th {
  -webkit-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -moz-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -ms-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -o-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  transition: left 0.5s ease-in-out, background 0.25s ease 0.25s; }

.table-container .controls .prev, .table-container .controls .next {
  position: absolute;
  width: 45px;
  height: 45px !important;
  border-radius: 50%;
  top: 138px;
  background: rgba(181, 0, 49, 1);
  z-index: 1000;
  text-decoration: none;
  text-indent: -19999px;
  cursor: pointer; }
  .table-container .controls .prev.inactive, .table-container .controls .next.inactive {
    opacity: 0.5;
    cursor: default;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.table-container .controls .prev {
  left: 25%;
  margin-left: -23px; }

.table-container .controls .next {
  left: 50%;
  margin-left: -23px; }

.table-container .controls .prev:before, .table-container .controls .next:before {
  top: 50%;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  font-size: 20px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  position: absolute;
  width: 20px;
  z-index: 10;
  background: none;
  border-radius: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #fff; }

.table-container .controls .prev:before {
  content: "\2c2";
  margin-left: -2px; }

.table-container .controls .next:before {
  content: "\2c3"; }

@media (max-width: 991.98px) {
  .table-container .controls {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px; }
    .table-container .controls .prev {
      margin: 0;
      left: 0;
      top: 0px; }
    .table-container .controls .next {
      margin: 0;
      left: 55px;
      top: 0px; } }

.tx-goprices .table-container .controls ul li {
  background: #fff;
  border: 5px solid rgba(94, 95, 98, 0.5);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }
  @media (max-width: 991.98px) {
    .tx-goprices .table-container .controls ul li.next {
      left: 100px; } }
  .tx-goprices .table-container .controls ul li:before {
    content: "\e92b";
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    color: #3a4245;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 8px; }
  .tx-goprices .table-container .controls ul li:hover {
    opacity: 0.75; }
  .tx-goprices .table-container .controls ul li.next:before {
    content: "\e92c";
    margin-left: -30px; }

.ce-uploads {
  list-style: none;
  padding: 0;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 1px; }
  .ce-uploads li {
    margin: 0;
    list-style: none;
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 40px;
    float: none;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ddd; }
    .ce-uploads li:before {
      display: none; }
    .ce-uploads li a {
      color: rgba(181, 0, 49, 1);
      text-decoration: none;
      transition: color 0.25s ease;
      position: relative;
      overflow: hidden; }
      .ce-uploads li a:before {
        content: "\e925";
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        color: rgba(181, 0, 49, 1);
        width: 34px;
        height: 34px;
        font-size: 34px;
        line-height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
  .ce-uploads li a:before {
    display: none; } }
    .ce-uploads li a[type="application/pdf"]:before {
      content: "\e922"; }
    .ce-uploads li a[type="image/jpeg"]:before {
      content: "\e921"; }
    .ce-uploads li a[type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"]:before {
      content: "\e924"; }
    .ce-uploads li a[type="application/vnd.ms-office"]:before {
      content: "\e920"; }
    .ce-uploads li a[type="application/zip"]:before {
      content: "\e925"; }
  .ce-uploads .filename {
    white-space: nowrap;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 3rem;
    font-size: 1rem;
    color: rgba(181, 0, 49, 1);
    font-weight: normal;
    text-transform: none; }
    @media (max-width: 767px) {
  .ce-uploads .filename {
    padding-left: 0px; } }
    .ce-uploads .filename span {
      width: 32px;
      height: 40px;
      line-height: 40px;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
  .ce-uploads .filename span {
    display: none; } }
  .ce-uploads .filedownload span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: right;
    position: relative;
    font-size: 24px;
    color: rgba(181, 0, 49, 1);
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal; }
  .ce-uploads .filesize {
    text-align: center;
    font-weight: normal;
    font-size: 1rem;
    font-weight: 300; }
    @media (max-width: 767px) {
  .ce-uploads .filesize {
    display: none; } }
  .ce-uploads .filetype {
    text-align: center;
    color: rgba(181, 0, 49, 1);
    font-weight: 300;
    font-size: 1rem; }
  .ce-uploads .head {
    display: flex; }
    .ce-uploads .head * {
      color: rgba(181, 0, 49, 1);
      font-size: 13px;
      font-size: 0.8125rem;
      letter-spacing: 1px;
      font-weight: bold;
      padding-left: 0px; }
  .ce-uploads .filedescription {
    letter-spacing: 0px;
    color: #999;
    text-transform: none;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: -5px;
    padding-left: 3rem; }
    @media (max-width: 767px) {
  .ce-uploads .filedescription {
    padding-left: 0px; } }

body.herzenslust blockquote::after {
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-hearts.svg); }
  body.herzenslust blockquote .inner::before {
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-icon.svg); }
  body.herzenslust blockquote .inner::after {
    color: rgba(181, 0, 49, 1); }

blockquote {
  padding: 50px 0;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
  font-family: 'Liana W01 Regular';
  font-weight: 400;
  color: #5e5f62;
  margin: 0;
  border: 15px solid #f5f5f5;
  text-align: center !important;
  width: 100%; }
  @media (min-width: 992px) {
  blockquote {
    position: relative;
    width: calc(100vw - 120px);
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
  blockquote:after {
    content: "";
    position: absolute;
    top: -35px;
    right: 15px;
    height: 80px;
    width: 80px;
    color: rgba(94, 95, 99, 1);
    display: block;
    overflow: hidden;
    z-index: 1;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/hearts.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  @media (min-width: 992px) {
    blockquote:after {
      width: 120px;
      height: 150px;
      right: 55px; } }
  blockquote .inner {
    position: relative;
    padding: 0 20px;
    max-width: 830px;
    margin: 0 auto; }
  blockquote .inner:before {
    content: "";
    position: relative;
    width: 125px;
    height: 85px;
    color: rgba(94, 95, 99, 1);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/tauernherz-logo-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 1.5rem; }
  blockquote .inner:after {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    content: "\e929";
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: rgba(94, 95, 99, 1);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    margin-top: 1.5rem;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

blockquote p {
  margin: 0;
  text-align: center !important;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.5rem; }
  @media (min-width: 992px) {
  blockquote p {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 3rem; } }

blockquote footer {
  font-size: 0.8125rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #777;
  text-align: center;
  margin: 0;
  padding: 0;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 1.5rem; }

blockquote footer:before {
  content: "-";
  margin-right: 1ex; }

blockquote footer:after {
  content: "-";
  margin-left: 1ex; }

#sitelinks {
  padding: 20px 0px;
  background: none;
  border-top: 2px solid #dbdbdb; }
  #sitelinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    line-height: 0px;
    text-align: center; }
  #sitelinks li {
    display: inline-block;
    font-size: 1rem;
    line-height: 2em;
    color: rgba(94, 95, 99, 1);
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    padding: 0 20px; }
    #sitelinks li:last-of-type::after {
      display: none; }
    #sitelinks li a {
      -webkit-transition: 0.25s ease;
      -moz-transition: 0.25s ease;
      -ms-transition: 0.25s ease;
      -o-transition: 0.25s ease;
      transition: 0.25s ease; }
      #sitelinks li a:before {
        display: none; }
    #sitelinks li a:hover {
      color: rgba(181, 0, 49, 1); }
  #sitelinks a {
    text-transform: uppercase;
    color: rgba(94, 95, 99, 1);
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    font-size: 1rem; }

.tabs {
  position: relative; }
  .tabs .canvas {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0 0 0;
    position: relative;
    top: -1px; }
    .tabs .canvas .row > div > :last-child > :last-child {
      margin-bottom: 1.5rem !important; }
  .tabs .pager {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block; }
    @media (min-width: 992px) {
  .tabs .pager::-webkit-scrollbar {
    height: 4px;
    opacity: 0; }
  .tabs .pager::-webkit-scrollbar-track {
    background: #ddd; }
  .tabs .pager::-webkit-scrollbar-thumb {
    background-color: rgba(181, 0, 49, 1);
    outline: 1px solid rgba(181, 0, 49, 1);
    cursor: pointer; } }
    .tabs .pager ul {
      text-align: left;
      white-space: nowrap;
      font-size: 0px;
      width: auto;
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .tabs .pager ul li {
        display: inline-block;
        margin-right: 5px; }
        .tabs .pager ul li:last-of-type {
          margin-right: 60px; }
      .tabs .pager ul a {
        display: block;
        font-weight: bold;
        letter-spacing: 1px;
        color: #ddd;
        text-decoration: none;
        padding: 0 20px;
        line-height: 44px;
        border: 1px solid transparent;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -ms-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.8125rem;
        border-radius: 0px 0px 0 0; }
      .tabs .pager ul li:hover a {
        color: rgba(181, 0, 49, 1); }
      .tabs .pager ul li.act a {
        border: 1px solid #ddd;
        color: rgba(181, 0, 49, 1); }
        .tabs .pager ul li.act a:before {
          content: "";
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0px;
          bottom: -1px;
          display: block;
          background: #fff; }
          .colAjax .tabs .pager ul li.act a:before {
            background: #fff; }
  .tabs .prev-next {
    width: 60px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    display: block;
    z-index: 10;
    display: none; }
    .colAjax .tabs .prev-next {
      background: #fff; }
    .tabs .prev-next.act {
      display: block; }
    .tabs .prev-next > * {
      width: 30px;
      height: 100%;
      cursor: pointer;
      display: block;
      float: left;
      position: relative; }
      .tabs .prev-next > *:before {
        content: "\2c2";
        width: 25px;
        height: 25px;
        font-size: 1rem;
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        color: #ddd;
        line-height: 25px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -ms-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease; }
      .tabs .prev-next > *:hover::before {
        color: rgba(181, 0, 49, 1); }
    .tabs .prev-next > .next:before {
      content: "\2c3"; }

.accordion, .foldable {
  position: relative; }
  .accordion .canvas .row > div > :last-child > :last-child, .foldable .canvas .row > div > :last-child > :last-child {
    margin-bottom: 1.5rem !important; }
  .accordion .slideContainer, .foldable .slideContainer {
    overflow: hidden;
    border-bottom: 1px solid #ddd; }
    .accordion .slideContainer:first-of-type, .foldable .slideContainer:first-of-type {
      border-top: 1px solid #ddd; }
    .accordion .slideContainer > header, .foldable .slideContainer > header {
      margin: 0;
      padding: 1.5rem 3rem 1.5rem 0;
      cursor: pointer;
      display: block;
      position: relative; }
      .accordion .slideContainer > header h2, .foldable .slideContainer > header h2 {
        font-size: 18px;
        font-size: 1.125rem;
        font-style: italic;
        color: #999; }
        @media (min-width: 992px) {
  .accordion .slideContainer > header h2, .foldable .slideContainer > header h2 {
    font-size: 26px;
    font-size: 1.625rem; } }
      .accordion .slideContainer > header:before, .foldable .slideContainer > header:before {
        content: "\2b";
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        position: absolute;
        right: 10px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        color: rgba(181, 0, 49, 1);
        font-size: 1rem;
        line-height: 25px;
        text-align: center;
        transform-origin: center center;
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -ms-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease; }
      .accordion .slideContainer > header.act::before, .foldable .slideContainer > header.act::before {
        -moz-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        color: rgba(181, 0, 49, 1); }
    .accordion .slideContainer:hover > header:before, .foldable .slideContainer:hover > header:before {
      color: rgba(181, 0, 49, 1); }

.accordion .slideContainer > header.act:before {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0; }

#footer {
  background: #fff;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  z-index: 140;
  position: relative;
  color: #fff;
  margin: 0; }
  @media (min-width: 768px) {
  #footer {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem; } }
  @media (min-width: 992px) {
  #footer {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem; } }
  @media (min-width: 1302px) {
  #footer {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem; } }
  #footer a {
    color: #7a7a7a;
    text-decoration: none; }
    #footer a:hover {
      color: rgba(181, 0, 49, 1); }

body.herzenslust .address .org {
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-logo.svg); }
  .menuWrap body.herzenslust .address .org {
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-logo.svg); }

.address {
  color: #7a7a7a;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  text-align: center; }
  .address .org {
    display: block;
    width: 200px;
    height: 130px;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/tauernherz-logo-neu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -19999px;
    font-size: 0;
    margin: 0 auto 20px;
    padding-bottom: 2px; }
  .menuWrap .address .org {
    width: 280px;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/logo-mit-slogan.svg); }
  .address a {
    text-decoration: none;
    color: #7a7a7a;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
  .address a span {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    width: 80px;
    text-transform: uppercase;
    font-weight: bold; }
  .address a:hover {
    color: rgba(181, 0, 49, 1); }
  .address .split {
    display: inline-block;
    padding: 0 10px; }

#address .org {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.1em;
  margin: 0 0 1.5rem;
  display: block;
  font-family: Open Sans;
  font-weight: 400; }
  @media (min-width: 992px) {
    #address .org {
      font-size: 50px;
      font-size: 3.125rem; } }
  #address address {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    line-height: 1.5em;
    overflow: hidden;
    margin: 0;
    font-style: normal; }
  #address address a {
    color: #fff;
    text-decoration: none; }
  #address .adr0 {
    display: inline-block;
    float: left;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.8); }
  #address .adr0 > *:after {
    content: ".";
    display: inline-block;
    margin: 0 1ex; }
  #address .adr0 > *:last-of-type::after {
    display: none; }
  @media (min-width: 1302px) {
    #address .adr0 {
      width: auto; }
      #address .adr0 > * {
        display: inline-block;
        line-height: 50px;
        float: left; } }
  #address .adr1 {
    text-align: left;
    display: block;
    float: left;
    margin: 1.5rem 0;
    width: 100%;
    line-height: 2em; }
  #address .adr1 > * {
    display: block;
    opacity: 1; }
  @media (min-width: 1302px) {
    #address .adr1 {
      width: auto;
      margin: 0;
      float: right; }
      #address .adr1 > * {
        display: inline-block;
        line-height: 50px;
        margin-left: 35px; } }
  #address .tel, #address .fax, #address .email {
    position: relative;
    padding-left: 30px; }
  #address .tel:before, #address .fax:before, #address .email:before {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    display: inline-block;
    color: #fff;
    padding-right: 0.625rem;
    font-size: 1.25rem;
    position: absolute;
    top: 0px;
    left: 0px; }
  #address .tel:before {
    content: "\2706"; }
  #address .fax:before {
    content: "\1f5b7"; }
  #address .email:before {
    content: "\2709"; }
  #address a {
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease; }
  #address a:hover {
    opacity: 0.8; }

body.herzenslust .beforeFooter {
  background: #5e5f63; }
  body.herzenslust .beforeFooter > .row > div:nth-child(1) .head:before {
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-phone.svg); }
  body.herzenslust .beforeFooter > .row > div:nth-child(2) .head::before {
    color: white; }
  body.herzenslust .beforeFooter > .row > div:nth-child(3) .head::before {
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-bell.svg); }
  body.herzenslust .beforeFooter > .row > div::after {
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-hearts.svg); }

.beforeFooter {
  position: relative;
  background: #5e5f62;
  padding: 50px 0;
  width: 100vw;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .beforeFooter > .row {
    margin: 0; }
  @media (min-width: 1500px) {
  .beforeFooter {
    width: calc(100vw - 120px); } }
  .beforeFooter > .row > div {
    text-align: center; }
  .beforeFooter > .row > div .head {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
    .beforeFooter > .row > div .head {
      height: 100px; } }
    @media (min-width: 1302px) {
    .beforeFooter > .row > div .head {
      height: 140px; } }
  .beforeFooter > .row > div .head:before {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    z-index: 1;
    color: #fff;
    margin: 0 auto; }
    @media (min-width: 768px) {
    .beforeFooter > .row > div .head:before {
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .beforeFooter > .row > div:nth-child(1) .head:before {
    content: "";
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 50px;
    height: 90px; }
    @media (min-width: 1302px) {
      .beforeFooter > .row > div:nth-child(1) .head:before {
        width: 60px;
        height: 140px; } }
  .beforeFooter > .row > div:nth-child(2) .head:before {
    content: "\e92a";
    color: rgba(94, 95, 99, 1);
    width: 63px; }
    @media (min-width: 1302px) {
      .beforeFooter > .row > div:nth-child(2) .head:before {
        width: 125px;
        height: 100px;
        font-size: 80px;
        line-height: 100px; } }
  .beforeFooter > .row > div:nth-child(3) .head:before {
    content: "";
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/bell.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 80px;
    height: 60px; }
    @media (min-width: 1302px) {
      .beforeFooter > .row > div:nth-child(3) .head:before {
        width: 120px;
        height: 100px; } }
  .beforeFooter > .row > div:after {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    content: "";
    position: relative;
    display: block;
    width: 60px;
    height: 80px;
    z-index: 1;
    color: #fff;
    margin: 40px auto;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/hearts-footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    @media (min-width: 768px) {
    .beforeFooter > .row > div:after {
      display: none; } }
    @media (min-width: 992px) {
    .beforeFooter > .row > div:after {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -20px;
      margin: 0;
      display: block; } }
  .beforeFooter > .row > div:nth-child(3)::after {
    display: none; }
  .beforeFooter a:not(.btn-primary) {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none; }
  @media (min-width: 768px) {
    .beforeFooter a:not(.btn-primary) {
      line-height: 42px; } }
  @media (min-width: 1302px) {
    .beforeFooter a:not(.btn-primary) {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px; } }
  .beforeFooter a {
    margin-right: 0;
    width: auto;
    padding: 0 20px; }
  @media (min-width: 768px) {
    .beforeFooter a {
      letter-spacing: 1px;
      padding: 0 10px; } }
  @media (min-width: 992px) {
    .beforeFooter a {
      letter-spacing: 2px;
      padding: 0 20px; } }

.toTop {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #5e5f62;
  z-index: 800;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear, background 0.25s linear;
  -moz-transition: opacity 0.25s linear, background 0.25s linear;
  -ms-transition: opacity 0.25s linear, background 0.25s linear;
  -o-transition: opacity 0.25s linear, background 0.25s linear;
  transition: opacity 0.25s linear, background 0.25s linear;
  border: 2px solid #5e5f62;
  border-radius: 100%; }
  .toTop:before {
    content: "\e931";
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 45px;
    width: 15px;
    height: 35px;
    line-height: 25px;
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    margin-top: 24px; }
  .toTop:hover {
    background: #fff; }

/*! Flickity v2.2.1
 https://flickity.metafizzy.co
 ---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

#gowest {
  display: block;
  height: 45px;
  line-height: 3.5em;
  background: #fff;
  font-size: 0.75rem;
  text-align: right;
  text-decoration: none;
  color: #595959;
  font-family: 'Segoe Ui', 'Droid Sans', Arial, sans-serif;
  font-weight: normal; }
  #gowest.grey {
    background: #eee; }
  #gowest.blue {
    background: #324458;
    color: #fff; }
  #gowest span {
    display: inline-block;
    text-indent: 999em;
    overflow: hidden;
    width: 104px;
    height: 20px;
    margin-left: 3.438rem;
    position: relative; }
    #gowest span img {
      width: 104px;
      height: 20px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-indent: 0; }

/*****************************************/
/* Soft Scale */
/*****************************************/
.fxSoftScale .navOutNext {
  -webkit-animation: goCycleScaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxSoftScale .navInNext {
  -webkit-animation: goCycleScaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxSoftScale .navOutPrev {
  -webkit-animation: goCycleScaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxSoftScale .navInPrev {
  -webkit-animation: goCycleScaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: scale(1.2);
    opacity: 0; } }

@keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-webkit-keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9); }

  to {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -moz-transform: scale(0.9); }

  to {
    opacity: 1;
    -moz-transform: scale(1); } }

@-ms-keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -ms-transform: scale(0.9); }

  to {
    opacity: 1;
    -ms-transform: scale(1); } }

@keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -webkit-transform: scale(0.9); } }

@-moz-keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -moz-transform: scale(0.9); } }

@-ms-keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -ms-transform: scale(0.9); } }

@keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes goCycleScaleUpDown {
  from {
    -webkit-transform: scale(1.2); }

  to {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes goCycleScaleUpDown {
  from {
    -moz-transform: scale(1.2); }

  to {
    opacity: 1;
    -moz-transform: scale(1); } }

@-ms-keyframes goCycleScaleUpDown {
  from {
    -ms-transform: scale(1.2); }

  to {
    opacity: 1;
    -ms-transform: scale(1); } }

@keyframes goCycleScaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sociallinks {
  margin-top: 1.5rem;
  text-align: center; }
  .sociallinks .head {
    color: rgba(94, 95, 99, 1);
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }
  .sociallinks ul {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height: 0px; }
    .sociallinks ul li {
      display: inline-block;
      margin: 0 5px 0 5px; }
      .sociallinks ul li a {
        width: 30px;
        height: 30px;
        display: block;
        text-indent: -999em;
        overflow: hidden;
        border-radius: 0%;
        background: transparent;
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -ms-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease;
        color: #7a7a7a;
        text-decoration: none; }
        .sociallinks ul li a:before {
          font-family: 'default';
          font-weight: normal;
          text-indent: 0;
          font-style: normal;
          text-indent: 0;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-size: 20px;
          color: rgba(94, 95, 99, 1);
          display: block;
          -webkit-transition: 0.25s ease;
          -moz-transition: 0.25s ease;
          -ms-transition: 0.25s ease;
          -o-transition: 0.25s ease;
          transition: 0.25s ease; }
        .sociallinks ul li a[href*="facebook"]:before {
          content: "\e900"; }
        .sociallinks ul li a[href*="twitter"]:before {
          content: "\e906"; }
        .sociallinks ul li a[href*="google"]:before {
          content: "\e901";
          font-size: 24px; }
        .sociallinks ul li a[href*="instagram"]:before {
          content: "\e932"; }
        .sociallinks ul li a[href*="pinterest"]:before {
          content: "\e903"; }
        .sociallinks ul li a[href*="youtube"]:before {
          content: "\e90c"; }
        .sociallinks ul li a:hover:before {
          color: rgba(181, 0, 49, 1) !important;
          opacity: 1 !important; }

.Tx-Formhandler .row {
  clear: both; }

.formhandler-ajax-validation-result, .Tx-Formhandler .loading {
  display: none !important; }

input[type="text"], input[type="number"], input[type="email"], input[type="phone"], select, textarea {
  display: block;
  border-radius: 0px;
  -webkit-appearance: none; }

input:focus {
  outline: none; }

form {
  padding: 0;
  margin: 0;
  /***** INPUT TYPE NUMBER ******/
  /***** VISIBILITY OF DATE FIELD ******/
  /***** HONEYPOT *******/ }
  form:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both; }
  form fieldset {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0px;
    border: none; }
  form .required {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    text-indent: -999em;
    background: #abb4bc; }
  form .success .required {
    background-color: #26c281; }
  form .error .required {
    width: 44px;
    height: 44px;
    background-color: #eb6c62;
    cursor: pointer; }
    form .error .required:before {
      content: "\3f";
      font-size: 13px;
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: 0;
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      text-indent: 0;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  form .input, form .textarea, form .select, form .checkbox, form .radio, form .submit {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0; }
  form .row > div > .form-inline > .input, .frame form .row > div > .form-inline > .input, form .row > div > .form-inline > .textarea, .frame form .row > div > .form-inline > .textarea, form .row > div > .form-inline > .select, .frame form .row > div > .form-inline > .select, form .row > div > .form-inline > .checkbox, .frame form .row > div > .form-inline > .checkbox, form .row > div > .form-inline > .radio, .frame form .row > div > .form-inline > .radio, form .row > div > .form-inline > .submit, .frame form .row > div > .form-inline > .submit {
    margin-bottom: 10px !important; }
  form .select.error.focus:before {
    border-color: #eb6c62; }
  form .input:focus, form .textarea:focus, form .select:focus {
    border-color: #abb4bc; }
    form .input .label, form .textarea .label, form .select .label {
      position: absolute;
      left: 0px;
      top: 0px;
      padding: 0 10px;
      pointer-events: none; }
    form .input .label label, form .textarea .label label, form .select .label label {
      line-height: 44px;
      height: 44px;
      display: inline-block;
      color: #a0abb4; }
    form .input input, form .textarea input, form .select input, form .input textarea, form .textarea textarea, form .select textarea, form .input select, form .textarea select, form .select select {
      width: 100%;
      border: 1px solid #e1e6e8;
      margin: 0;
      padding: 0 10px;
      background: #f9fafb;
      font-size: 1em;
      height: 44px;
      line-height: 44px;
      color: #000; }
    form .input.error, form .textarea.error, form .select.error {
      border: none; }
    form .input.error .label, form .textarea.error .label, form .select.error .label {
      padding-left: 54px; }
      form .input.error .label label, form .textarea.error .label label, form .select.error .label label {
        color: #eb6c62; }
    form .input.error input, form .textarea.error input, form .select.error input, form .input.error textarea, form .textarea.error textarea, form .select.error textarea, form .input.error select, form .textarea.error select, form .select.error select {
      padding-left: 54px;
      border-color: #fbe2e0;
      background-color: #fcedeb; }
      form .input.error input:focus, form .textarea.error input:focus, form .select.error input:focus, form .input.error textarea:focus, form .textarea.error textarea:focus, form .select.error textarea:focus, form .input.error select:focus, form .textarea.error select:focus, form .select.error select:focus {
        border-color: #eb6c62; }
    form .input.success, form .textarea.success, form .select.success {
      border: none; }
    form .input.hasValue .label, form .textarea.hasValue .label, form .select.hasValue .label {
      right: 0px;
      bottom: 0px;
      left: auto;
      top: auto;
      font-size: 0.65rem;
      opacity: 0.5; }
      form .input.hasValue .label label, form .textarea.hasValue .label label, form .select.hasValue .label label {
        height: auto;
        line-height: 2.5em;
        margin: 0; }
    form .input.hasValue.date .label, form .textarea.hasValue.date .label, form .select.hasValue.date .label {
      right: 30px; }
  form .textarea textarea {
    min-height: 99px;
    overflow: auto;
    max-width: 100%;
    min-width: 100%;
    line-height: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: block; }
  form .input.date:after {
    content: "\1f4c5";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-indent: 0;
    font-size: 18px;
    color: #abb4bc; }
  form .input span.help-block, form .textarea span.help-block, form .select span.help-block, form .checkbox span.help-block, form .radio span.help-block {
    display: none; }
    form .input span.error, form .textarea span.error, form .select span.error, form .checkbox span.error, form .radio span.error {
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      line-height: 70px;
      padding: 0 20px;
      background: #eb6c62;
      margin: -80px 0 0 -10px;
      color: #fff;
      font-style: italic;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      display: none;
      height: auto;
      white-space: nowrap;
      z-index: 1; }
      form .input span.error.on, form .textarea span.error.on, form .select span.error.on, form .checkbox span.error.on, form .radio span.error.on {
        display: block; }
      form .input span.error:before, form .textarea span.error:before, form .select span.error:before, form .checkbox span.error:before, form .radio span.error:before {
        content: "";
        position: absolute;
        left: 22px;
        bottom: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #eb6c62 transparent transparent transparent; }
  form .checkbox:hover label:before {
    border-color: #abb4bc; }
    form .checkbox > * {
      min-height: 44px;
      width: 100%;
      line-height: 44px;
      vertical-align: middle;
      display: inline-block;
      position: relative; }
    form .checkbox.field-newsletter label span {
      line-height: 2em;
      font-size: 0.8em; }
    form .checkbox > small {
      line-height: 2em; }
    form .checkbox.error label:before {
      border-color: #fbe2e0;
      background-color: #fcedeb; }
    form .checkbox input {
      height: 20px;
      margin-right: 10px;
      margin-top: 10px;
      opacity: 0;
      vertical-align: top;
      width: 20px;
      position: relative;
      z-index: 100; }
    form .checkbox input:checked + span:before {
      border-color: #abb4bc; }
    form .checkbox input:checked + span:after {
      width: 20px;
      height: 20px;
      content: "\1f5f8";
      position: absolute;
      left: 5px;
      top: 24px;
      margin-top: -12px;
      cursor: pointer;
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 20px;
      color: #26c281; }
    form .checkbox label {
      margin-bottom: 0; }
    form .checkbox label span {
      display: inline-block;
      line-height: 1.5em;
      padding-top: 9px;
      width: 70%; }
    form .checkbox label:before {
      width: 20px;
      height: 20px;
      border: 1px solid #e1e6e8;
      background: #f9fafb;
      content: "";
      position: absolute;
      left: 0;
      top: 20px;
      margin-top: -10px;
      cursor: pointer; }
  form .radio.error, form .radio.success {
    background: none; }
    form .radio > * {
      height: 44px;
      line-height: 44px;
      vertical-align: middle;
      display: inline-block;
      position: relative; }
    form .radio input {
      width: 20px;
      opacity: 0;
      margin-right: 10px;
      height: auto; }
    form .radio span {
      color: #9fabb3;
      margin-right: 10px; }
    form .radio span label:before {
      width: 20px;
      height: 20px;
      border: 1px solid #e1e6e8;
      background: #f9fafb;
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -10px;
      cursor: pointer;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    form .radio span input:checked + label:before {
      border-color: #abb4bc; }
    form .radio span input:checked + label:after {
      width: 10px;
      height: 10px;
      background: #26c281;
      content: "";
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -5px;
      cursor: pointer;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    form .radio span.error span label:before {
      border-color: #fbe2e0;
      background-color: #fcedeb; }
    form .radio span:hover label:before {
      border-color: #abb4bc; }
  form .select:before {
    content: "";
    width: 50px;
    height: 44px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #f9fafb;
    z-index: 10;
    border: 1px solid #e1e6e8;
    border-left: none;
    pointer-events: none; }
    form .select.focus:before {
      border-color: #abb4bc; }
    form .select.error:before {
      border-color: #fbe2e0;
      background-color: #fcedeb; }
    form .select:after {
      content: "\2304";
      width: 12px;
      height: 12px;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -6px;
      z-index: 15;
      pointer-events: none;
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 12px;
      color: #abb4bc; }
    form .select.hasValue label {
      display: none; }
  form .radio .required, form .checkbox .required, form .radio .error, form .checkbox .error {
    display: none; }
    form .radio.error .required, form .checkbox.error .required {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #eb6c62;
      cursor: pointer; }
  form .submit .button {
    width: 100%;
    height: 44px;
    line-height: 44px; }
    form .submit .button:hover {
      opacity: 0.8; }
  form .select.hasValue .required {
    background: #26c281; }
  form .input.quantity input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    padding-bottom: 10px; }
    form .input.quantity input[type=number]::-webkit-inner-spin-button, form .input.quantity input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    form .input.quantity .label {
      text-align: center;
      width: 100%; }
    form .input.quantity.hasValue .label {
      width: 100%;
      text-align: center;
      right: 0; }
      form .input.quantity.hasValue .label label {
        position: relative;
        top: 4px; }
    form .input.quantity .quantity-button {
      width: 18px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -9px;
      font-size: 18px;
      cursor: pointer;
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      color: #abb4bc;
      -ms-user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    form .input.quantity .quantity-up {
      left: auto;
      right: 15px; }
  form .dateField {
    display: block; }
  .js form .dateField {
    display: none; }
  .js form .dateField.hasDatepicker {
    display: block; }
  form .row {
    margin-left: -5px;
    margin-right: -5px; }
    form .row > *[class*="col"] {
      padding-left: 5px;
      padding-right: 5px; }
  .js form .input.nickname {
    display: none; }

#quickform-form .input.date:after {
  content: "\2304";
  right: 35px;
  margin-top: -33px;
  font-size: 0.625rem;
  color: #abb4bc; }

#quickform_date_arrival_alt, #quickform_date_departure_alt {
  border: medium none;
  display: block !important;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 35px;
  visibility: hidden; }

optgroup option {
  display: block !important; }

.tx-go-maps {
  width: 100%;
  position: relative;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden; }
  .tx-go-maps .formcontainer {
    pointer-events: none;
    width: 100%;
    position: absolute;
    z-index: 100; }
    .tx-go-maps .formcontainer form {
      pointer-events: all;
      width: calc(100% - 40px);
      left: 0px;
      margin-bottom: 0;
      margin-top: 40px;
      margin-left: 20px;
      box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 8px 8px rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
  .tx-go-maps .formcontainer form {
    width: calc(100% - 86px);
    margin-left: 32px; } }
      @media (min-width: 992px) {
  .tx-go-maps .formcontainer form {
    width: calc(100% - 70px);
    margin-left: 35px; } }
      .tx-go-maps .formcontainer form input {
        border: none;
        height: 44px;
        line-height: 44px;
        display: block;
        padding: 5px 15px;
        float: left; }
      .tx-go-maps .formcontainer form input.js-gme-saddress {
        width: calc(100% - 43px);
        font-weight: 500;
        color: #666; }
      .tx-go-maps .formcontainer form input.js-gme-submit {
        width: 43px;
        cursor: pointer;
        background: white; }
      .tx-go-maps .formcontainer form span.lupe {
        position: absolute;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 45px;
        pointer-events: none;
        right: 40px; }
        @media (min-width: 768px) {
  .tx-go-maps .formcontainer form span.lupe {
    right: 76px; } }
        @media (min-width: 992px) {
  .tx-go-maps .formcontainer form span.lupe {
    right: 44px; } }
        .tx-go-maps .formcontainer form span.lupe:before {
          font-family: "default";
          content: "\eb44";
          font-size: 20px; }
      .tx-go-maps .formcontainer form .back {
        display: block;
        position: absolute;
        width: 43px;
        background: white;
        height: 44px;
        cursor: pointer;
        text-align: center; }
        .tx-go-maps .formcontainer form .back:before {
          content: "\2261";
          font-size: 24px;
          line-height: 45px; }
  .tx-go-maps .leftSide {
    background: #fff;
    height: auto;
    position: absolute;
    display: none; }
    .tx-go-maps .leftSide.open {
      display: block;
      z-index: 50; }
    .tx-go-maps .leftSide h2 {
      color: white;
      margin-bottom: 2rem;
      margin-left: 40px;
      margin-top: 9rem;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      hyphens: manual; }
      @media (min-width: 992px) {
  .tx-go-maps .leftSide h2 {
    color: #727376; } }
    @media (min-width: 992px) {
  .tx-go-maps .leftSide {
    min-height: calc(100vh - 122px); }
    .tx-go-maps .leftSide:before {
      content: '';
      width: 200px;
      position: absolute;
      right: -200px;
      top: 0;
      height: 100%;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000',GradientType=1);
      opacity: 0.2;
      pointer-events: none; } }
  .tx-go-maps .mapWrapper {
    min-height: 90vh;
    height: 10px;
    position: relative; }
    @media (min-width: 992px) {
  .tx-go-maps .mapWrapper {
    min-height: calc(100vh - 122px); } }
    .tx-go-maps .mapWrapper:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      pointer-events: none;
      z-index: 8;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: 0.25s ease;
      -moz-transition: 0.25s ease;
      -ms-transition: 0.25s ease;
      -o-transition: 0.25s ease;
      transition: 0.25s ease; }
  .tx-go-maps .infowindow {
    background: white;
    position: relative;
    float: left;
    display: none;
    text-align: left; }
    @media (min-width: 768px) {
    .tx-go-maps .infowindow .infowindow-content {
      height: 100%; } }
      @media (min-width: 992px) {
  .tx-go-maps .infowindow .infowindow-content {
    height: auto; } }
    .tx-go-maps .infowindow.open {
      display: block;
      z-index: 80; }
      .tx-go-maps .infowindow.open .infowindow {
        display: block;
        width: 100%; }
        .tx-go-maps .infowindow.open .infowindow .infowindow-content.no-img {
          margin-top: 100px; }
          @media (min-width: 768px) {
  .tx-go-maps .infowindow.open .infowindow .infowindow-content.no-img {
    width: 100%; } }
        .tx-go-maps .infowindow.open .infowindow .infowindow-content {
          padding: 35px; }
          @media (min-width: 768px) {
  .tx-go-maps .infowindow.open .infowindow .infowindow-content {
    width: 50%;
    float: left; } }
          @media (min-width: 992px) {
  .tx-go-maps .infowindow.open .infowindow .infowindow-content {
    width: 100%; } }
          .tx-go-maps .infowindow.open .infowindow .infowindow-content .highlight {
            font-weight: 500;
            text-transform: uppercase;
            display: inline-block;
            min-width: 20%; }
          .tx-go-maps .infowindow.open .infowindow .infowindow-content .contact {
            color: rgba(46, 65, 84, 1); }
            .tx-go-maps .infowindow.open .infowindow .infowindow-content .contact a {
              color: rgba(46, 65, 84, 1); }
              .tx-go-maps .infowindow.open .infowindow .infowindow-content .contact a:hover {
                color: rgba(46, 65, 84, 1); }
          .tx-go-maps .infowindow.open .infowindow .infowindow-content .contact-all {
            padding: 0;
            list-style: none; }
          .tx-go-maps .infowindow.open .infowindow .infowindow-content h3 {
            font-size: 1.5rem;
            margin: 0; }
          .tx-go-maps .infowindow.open .infowindow .infowindow-content .routeLink.btn {
            padding: 0 1rem;
            margin-top: 30px;
            width: calc(100% - 20px);
            text-align: center; }
            .tx-go-maps .infowindow.open .infowindow .infowindow-content .routeLink.btn a {
              text-decoration: none;
              color: white; }
    @media (min-width: 992px) {
  .tx-go-maps .infowindow {
    position: absolute;
    height: 100%;
    overflow-x: none; } }
    .tx-go-maps .infowindow .infowindow-image .noimg {
      display: block;
      width: 100%;
      height: 14%;
      background: #ebecee;
      position: absolute;
      z-index: 100; }
      .tx-go-maps .infowindow .infowindow-image img {
        width: 100%;
        height: auto; }
        @media (min-width: 768px) {
  .tx-go-maps .infowindow .infowindow-image img {
    object-fit: cover;
    height: fit-content; } }
        @media (min-width: 992px) {
  .tx-go-maps .infowindow .infowindow-image img {
    height: auto; } }
      @media (min-width: 768px) {
  .tx-go-maps .infowindow .infowindow-image {
    width: 50%;
    float: left; } }
      @media (min-width: 992px) {
  .tx-go-maps .infowindow .infowindow-image {
    width: 100%; } }
    .tx-go-maps .infowindow .infowindow-address {
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      font-weight: 500; }
    .tx-go-maps .infowindow .close {
      display: block;
      width: 42px;
      height: 42px;
      position: absolute;
      right: 3px;
      top: 3px;
      cursor: pointer; }
      .tx-go-maps .infowindow .close:before {
        content: '\e90b';
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-family: 'default';
        font-weight: normal;
        text-indent: 0em;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #fff; }
    .tx-go-maps .infowindow .button, .tx-go-maps .infowindow .button:hover, .tx-go-maps .infowindow .route, .tx-go-maps .infowindow .route:hover {
      width: 100%;
      height: 42px;
      line-height: 42px;
      padding: 0;
      text-align: center;
      background: #fff; }
      .tx-go-maps .infowindow .button:before, .tx-go-maps .infowindow .button:hover:before, .tx-go-maps .infowindow .route:before, .tx-go-maps .infowindow .route:hover:before {
        display: none; }
    .tx-go-maps .infowindow .route {
      display: none; }
    .tx-go-maps .infowindow .infowindow-content table td, .tx-go-maps .infowindow .infowindow-content table th {
      border: none;
      background: none;
      padding: 0;
      line-height: 1.87em;
      width: auto;
      padding-right: 20px; }
      .tx-go-maps .infowindow .infowindow-content table tr td:first-of-type, .tx-go-maps .infowindow .infowindow-content table tr th:first-of-type {
        width: 80px;
        font-weight: bold;
        color: #fff; }
      .tx-go-maps .infowindow .infowindow-content table a {
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none; }
    .tx-go-maps .infowindow .routeTable {
      color: #fff; }
      .tx-go-maps .infowindow .routeTable .adp, .tx-go-maps .infowindow .routeTable .adp table, .tx-go-maps .infowindow .routeTable .adp-legal {
        color: #fff; }
      .tx-go-maps .infowindow .routeTable table {
        background: rgba(255, 255, 255, 0.2); }
        .tx-go-maps .infowindow .routeTable table td, .tx-go-maps .infowindow .routeTable table th {
          color: #fff; }
      .tx-go-maps .infowindow .routeTable .adp-directions {
        line-height: 1.5em; }
        .tx-go-maps .infowindow .routeTable .adp-directions tr td:nth-of-type(1) {
          width: 30px; }
        .tx-go-maps .infowindow .routeTable .adp-directions tr td:nth-of-type(2) {
          width: 40px; }
        .tx-go-maps .infowindow .routeTable .adp-directions tr td:nth-of-type(4) {
          width: 60px;
          text-align: right; }
      .tx-go-maps .infowindow .routeTable .adp-placemark {
        border: none; }
        .tx-go-maps .infowindow .routeTable .adp-placemark tr td:nth-of-type(1) {
          width: 16%; }
  .tx-go-maps .gme-cats {
    text-decoration: none;
    list-style-type: none; }
    .tx-go-maps .gme-cats label {
      margin-left: 10px; }
  .tx-go-maps .infowindow::-webkit-scrollbar {
    width: 4px; }
  .tx-go-maps .infowindow::-webkit-scrollbar-track {
    background: #e2e2e2; }
  .tx-go-maps .infowindow::-webkit-scrollbar-thumb {
    background-color: #333438;
    outline: 1px solid #333438; }
  .tx-go-maps .locationList {
    position: absolute;
    width: 100%;
    left: 10px;
    top: 0;
    background: #fff;
    padding-left: 20px;
    overflow: auto;
    z-index: 10;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease; }
    @media (min-width: 992px) {
  .tx-go-maps .locationList {
    height: 100%;
    left: 0;
    padding: 0; } }
    .tx-go-maps .locationList.act {
      -moz-transform: translateX(0%);
      -o-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .tx-go-maps .locationList .close {
      text-transform: uppercase;
      position: relative;
      padding-left: 50px;
      font-weight: 500;
      margin-bottom: 1rem;
      display: block;
      cursor: pointer; }
      .tx-go-maps .locationList .close:before {
        content: '';
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px; }
    .tx-go-maps .locationList .gme-addresses {
      list-style: none;
      padding: 0; }
      .tx-go-maps .locationList .gme-addresses li {
        border-bottom: 1px solid #f1f1f1;
        position: relative;
        padding: 0 40px; }
        .tx-go-maps .locationList .gme-addresses li:first-of-type {
          border-top: 1px solid #f1f1f1; }
        .tx-go-maps .locationList .gme-addresses li a {
          text-decoration: none;
          color: #727376;
          position: relative;
          z-index: 1;
          padding: 1.5rem 0;
          display: block; }
          .tx-go-maps .locationList .gme-addresses li a .title {
            text-transform: uppercase;
            font-weight: normal;
            letter-spacing: 1px; }
          .tx-go-maps .locationList .gme-addresses li a .distance {
            font-weight: 500; }
        .tx-go-maps .locationList .gme-addresses li.act:before {
          content: '';
          position: absolute;
          left: -10px;
          top: 0;
          width: calc(100% + 20px);
          height: 100%;
          background: #f1f1f1;
          z-index: 0; }
        .tx-go-maps .locationList .gme-addresses li:hover {
          background: gray; }
          .tx-go-maps .locationList .gme-addresses li:hover a {
            color: white; }
  .tx-go-maps .locationList::-webkit-scrollbar {
    width: 4px; }
  .tx-go-maps .locationList::-webkit-scrollbar-track {
    background: #e2e2e2; }
  .tx-go-maps .locationList::-webkit-scrollbar-thumb {
    background-color: #333438;
    outline: 1px solid #333438; }
  @media (min-width: 992px) {
    .tx-go-maps.infowindowActive .mapWrapper {
      width: 50%;
      left: 25%; }
      .tx-go-maps.infowindowActive .mapWrapper:before {
        opacity: 1; } }
  .tx-go-maps .zoomControls {
    right: 0px;
    top: 43px;
    z-index: 7; }
  .tx-go-maps .zoomControls ul li {
    padding: 0;
    width: 42px;
    height: 42px;
    margin: 0 0 1px; }
    .tx-go-maps .zoomControls ul li span {
      width: 42px;
      height: 42px;
      display: block;
      text-align: center;
      line-height: 42px;
      color: #fff;
      overflow: hidden;
      text-indent: -9999em;
      cursor: pointer; }
      .tx-go-maps .zoomControls ul li span:before {
        content: '\2b';
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-family: 'default';
        text-indent: 0em;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px; }
    .tx-go-maps .zoomControls ul li .zoomOut span:before {
      content: '\23af'; }

.frame-type-imagegallery {
  position: relative;
  padding: 30px 0; }
  @media (min-width: 768px) {
  .frame-type-imagegallery {
    padding: 100px 0; } }
  .frame-type-imagegallery:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    overflow: hidden;
    background: #5c2540;
    z-index: -1; }
  .frame-type-imagegallery .controls {
    display: none; }
    @media (min-width: 768px) {
  .frame-type-imagegallery .controls {
    display: block;
    clear: both;
    float: none; } }
    @media (min-width: 992px) {
  .frame-type-imagegallery .controls {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-right: 20px; } }
    .frame-type-imagegallery .controls .pager {
      padding: 0px;
      list-style: none;
      float: left; }
      @media (min-width: 992px) {
  .frame-type-imagegallery .controls .pager {
    float: none;
    display: block;
    margin-bottom: 1.5rem; } }
      .frame-type-imagegallery .controls .pager li {
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2px;
        font-weight: 500;
        text-transform: uppercase;
        color: rgba(94, 95, 99, 1);
        cursor: pointer;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -ms-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease; }
        .frame-type-imagegallery .controls .pager li:hover, .frame-type-imagegallery .controls .pager li.act {
          color: #fff; }
        @media (min-width: 992px) {
  .frame-type-imagegallery .controls .pager li {
    display: block; } }
    .frame-type-imagegallery .controls .changeview {
      float: right; }
      @media (min-width: 992px) {
  .frame-type-imagegallery .controls .changeview {
    display: block;
    float: none; } }
      .frame-type-imagegallery .controls .changeview > span {
        display: inline-block;
        margin-left: 20px;
        width: 22px;
        height: 18px;
        cursor: pointer;
        position: relative; }
        @media (min-width: 992px) {
  .frame-type-imagegallery .controls .changeview > span {
    margin-left: 0px;
    margin-right: 20px; } }
        .frame-type-imagegallery .controls .changeview > span.single {
          border: 1px solid rgba(94, 95, 99, 1);
          -webkit-transition: border-color 0.2s ease;
          -moz-transition: border-color 0.2s ease;
          -ms-transition: border-color 0.2s ease;
          -o-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease; }
          .frame-type-imagegallery .controls .changeview > span.single:hover, .frame-type-imagegallery .controls .changeview > span.single.act {
            border-color: #fff; }
        .frame-type-imagegallery .controls .changeview > span.list .box {
          width: calc(50% - 1px);
          height: calc(50% - 1px);
          border: 1px solid rgba(94, 95, 99, 1);
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: border-color 0.2s ease;
          -moz-transition: border-color 0.2s ease;
          -ms-transition: border-color 0.2s ease;
          -o-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease; }
          .frame-type-imagegallery .controls .changeview > span.list .box.box-2 {
            left: auto;
            right: 0; }
          .frame-type-imagegallery .controls .changeview > span.list .box.box-3 {
            top: auto;
            bottom: 0; }
          .frame-type-imagegallery .controls .changeview > span.list .box.box-4 {
            top: auto;
            left: auto;
            right: 0;
            bottom: 0; }
          .frame-type-imagegallery .controls .changeview > span.list:hover .box, .frame-type-imagegallery .controls .changeview > span.list.act .box {
            border-color: #fff; }
  .frame-type-imagegallery .canvas {
    width: 100%;
    position: relative;
    clear: both; }
    @media (min-width: 992px) {
  .frame-type-imagegallery .canvas {
    width: calc(100% - 200px - 20px);
    display: inline-block;
    vertical-align: top; } }
  .frame-type-imagegallery .galleryitem {
    opacity: 0;
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out; }
    .frame-type-imagegallery .galleryitem.act {
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1; }
    .frame-type-imagegallery .galleryitem header h2 {
      color: #fff; }
      @media (min-width: 768px) {
  .frame-type-imagegallery .galleryitem header {
    display: none; } }
    .frame-type-imagegallery .galleryitem .video, .frame-type-imagegallery .galleryitem .image {
      position: relative;
      padding-top: 56.25%;
      background: rgba(94, 95, 99, 1);
      margin-bottom: 20px;
      width: 100%; }
      .frame-type-imagegallery .galleryitem .video video, .frame-type-imagegallery .galleryitem .image video, .frame-type-imagegallery .galleryitem .video picture, .frame-type-imagegallery .galleryitem .image picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .frame-type-imagegallery .galleryitem .video video, .frame-type-imagegallery .galleryitem .image video {
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .frame-type-imagegallery .galleryitem .video .videoTitle, .frame-type-imagegallery .galleryitem .image .videoTitle {
        color: #fff;
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 14px; }
    @media (min-width: 768px) {
    .frame-type-imagegallery .galleryitem .listview .video:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      cursor: pointer; }
    .frame-type-imagegallery .galleryitem .listview .video:before {
      content: "\e91e";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      color: #fff;
      width: 80px;
      height: 80px;
      border: 5px solid #fff;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -40px 0 0 -40px;
      z-index: 100;
      line-height: 70px;
      text-align: center;
      font-size: 20px;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .frame-type-imagegallery .galleryitem .listview .video:hover::before {
      opacity: 0.75; } }
    .frame-type-imagegallery .galleryitem .listview .image {
      cursor: pointer;
      overflow: hidden; }
      .frame-type-imagegallery .galleryitem .listview .image img {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .frame-type-imagegallery .galleryitem .listview .image:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(94, 95, 99, 1);
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .frame-type-imagegallery .galleryitem .listview .image:hover:after {
        opacity: 0; }
        .frame-type-imagegallery .galleryitem .listview .image:hover img {
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
    .frame-type-imagegallery .galleryitem .listview, .frame-type-imagegallery .galleryitem .singleview {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
      .frame-type-imagegallery .galleryitem .listview.act, .frame-type-imagegallery .galleryitem .singleview.act {
        opacity: 1; }
  @media (max-width: 767px) {
  .frame-type-imagegallery .galleryitem {
    display: block !important;
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1 !important; }
    .frame-type-imagegallery .galleryitem .listview {
      display: block !important;
      opacity: 1 !important; }

    .frame-type-imagegallery .galleryitem .singleview {
      display: none !important; } }
  .frame-type-imagegallery .flickity-viewport {
    height: 0 !important;
    position: relative;
    padding-top: 56.25%; }
    .frame-type-imagegallery .flickity-viewport .flickity-slider {
      top: 0px; }
  .frame-type-imagegallery .flickity-prev-next-button {
    color: #fff;
    width: 50px;
    height: 50px;
    margin-left: 0px;
    border-radius: 0;
    display: block;
    opacity: 1;
    background: none;
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    .frame-type-imagegallery .flickity-prev-next-button:before {
      content: "\e92b";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 60px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: #fff;
      font-size: 17px;
      position: absolute;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-left: -10px; }
    .frame-type-imagegallery .flickity-prev-next-button.next:before {
      content: "\e92c"; }
    .frame-type-imagegallery .flickity-prev-next-button:hover {
      border: 5px solid rgba(255, 255, 255, 1);
      background: none; }
    .frame-type-imagegallery .flickity-prev-next-button.previous:before {
      margin-left: 10px; }
    .frame-type-imagegallery .flickity-prev-next-button.next {
      margin-left: 30px; }
      .frame-type-imagegallery .flickity-prev-next-button.next:before {
        content: "\e92c";
        margin-left: -27px; }
    .frame-type-imagegallery .flickity-prev-next-button svg {
      display: none; }
    .frame-type-imagegallery .flickity-prev-next-button .flickity-button:before {
      content: "\e92b"; }
      @media (min-width: 992px) {
    .frame-type-imagegallery .flickity-prev-next-button .flickity-button:before {
      width: 30px;
      height: 25px;
      line-height: 25px;
      font-size: 30px; } }

.header-gallery-trigger {
  width: 65px;
  width: 4.0625rem;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2.188rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 1rem; }
  @media (min-width: 768px) {
  .header-gallery-trigger {
    width: 65px;
    width: 4.0625rem;
    height: 40px;
    height: 2.5rem; } }
  @media (min-width: 992px) {
  .header-gallery-trigger {
    width: 65px;
    width: 4.0625rem;
    height: 130px;
    height: 8.125rem; }
    .header-gallery-trigger:hover *, .header-gallery-trigger:hover *:before {
      color: rgba(183, 74, 128, 1); }

    #header.small .header-gallery-trigger {
      height: 80px;
      height: 5rem; }
      #header.small .header-gallery-trigger a span {
        opacity: 0; }
      #header.small .header-gallery-trigger i {
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  @media (min-width: 1302px) {
  .header-gallery-trigger {
    width: 65px;
    width: 4.0625rem;
    height: 130px;
    height: 8.125rem; } }
  .header-gallery-trigger.open {
    background: #5c2540; }
    .header-gallery-trigger.open a span {
      opacity: 0; }
      .header-gallery-trigger.open a i {
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .header-gallery-trigger.open a i:before {
        font-size: 20px;
        content: "\e90b";
        color: #fff; }
  .header-gallery-trigger a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 13px;
    font-size: 0.8125rem; }
    .header-gallery-trigger a span {
      display: none; }
    .header-gallery-trigger a i {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .header-gallery-trigger a i:before {
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        content: "\e927";
        color: #5e5f62;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      @media (max-width: 991.98px) {
    .header-gallery-trigger a i:before {
      color: #fff; } }
  .root176 .header-gallery-trigger {
    display: none !important; }

@media (min-width: 992px) {
  #header.invert .header-gallery-trigger:not(.open) {
    background: transparent; }
    #header.invert .header-gallery-trigger:not(.open) span, #header.invert .header-gallery-trigger:not(.open) i, #header.invert .header-gallery-trigger:not(.open) *:before, #header.invert .header-gallery-trigger:not(.open) *:after {
      color: #fff; }
    #header.invert .header-gallery-trigger:not(.open):hover span, #header.invert .header-gallery-trigger:not(.open):hover i, #header.invert .header-gallery-trigger:not(.open):hover *:before, #header.invert .header-gallery-trigger:not(.open):hover *:after {
      color: rgba(183, 74, 128, 1); } }

#header #header-gallery-container {
  display: none;
  overflow: auto; }
  @media (min-width: 768px) {
  #header #header-gallery-container {
    display: block;
    position: fixed;
    background: #5c2540;
    left: 0;
    top: 100px;
    top: 6.25rem;
    width: 100%;
    height: 0px;
    overflow: auto;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    #header #header-gallery-container.open {
      height: calc(100vh - 100px); } }
  @media (min-width: 992px) {
  #header #header-gallery-container {
    top: 130px;
    top: 8.125rem; }
    #header #header-gallery-container.open {
      height: calc(100vh - 130px); } }
  @media (min-width: 1302px) {
  #header #header-gallery-container {
    top: 130px;
    top: 8.125rem; }
    #header #header-gallery-container.open {
      height: calc(100vh - 130px); } }
  #header #header-gallery-container .container {
    position: relative;
    min-height: 100%;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 992px) {
  #header #header-gallery-container .container {
    padding-top: 100px;
    padding-top: 6.25rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem; } }
    #header #header-gallery-container .container .frame {
      margin-bottom: 0px; }
    #header #header-gallery-container .container .frame-type-imagegallery .controls .pager li:hover, #header #header-gallery-container .container .frame-type-imagegallery .controls .pager li.act {
      color: #fff; }
    #header #header-gallery-container .container .frame-type-imagegallery .controls .changeview > span.list:hover .box, #header #header-gallery-container .container .frame-type-imagegallery .controls .changeview > span.list.act .box, #header #header-gallery-container .container .frame-type-imagegallery .controls .changeview > span.single:hover, #header #header-gallery-container .container .frame-type-imagegallery .controls .changeview > span.single.act {
      border-color: #fff; }
    #header #header-gallery-container .container .controls .pager li {
      color: rgba(94, 95, 99, 1); }
    #header #header-gallery-container .container .controls .changeview > span.single {
      border: 1px solid rgba(94, 95, 99, 1); }
    #header #header-gallery-container .container .controls .changeview > span.list .box {
      border: 1px solid rgba(94, 95, 99, 1); }
    #header #header-gallery-container .container section:not(.frame-type-imagegallery) {
      display: none; }

@media (min-width: 768px) {
    #header.small #header-gallery-container {
      top: 80px;
      top: 5rem; }
      #header.small #header-gallery-container.open {
        height: calc(100vh - 80px); } }
  @media (min-width: 1302px) {
  #header.small #header-gallery-container {
    top: 80px;
    top: 5rem; }
    #header.small #header-gallery-container.open {
      height: calc(100vh - 80px); } }

.job h2 {
  margin-bottom: 12px; }
  .job .jobintro {
    padding: 0;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }
    @media (min-width: 992px) {
  .job .jobintro {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem; } }
    .job .jobintro:has(video) {
      display: grid;
      grid-template-columns: 1fr;
      gap: 50px; }
      @media (min-width: 992px) {
  .job .jobintro:has(video) {
    grid-template-columns: 1fr 1fr; } }
    .job .jobintro > div {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .job .jobintro .jobvideo {
      width: 100%; }
  .job .job-list {
    background-color: rgba(94, 95, 99, 1);
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px;
    margin-bottom: 3.125rem; }
    @media (min-width: 768px) {
  .job .job-list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 6.25rem; } }
    .job .job-list .element {
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .job .job-list .element .icon {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .job .job-list .element .icon img {
          filter: brightness(10);
          max-width: 100%;
          max-height: 100px;
          width: auto;
          height: auto; }
      .job .job-list .element p {
        margin-bottom: 0;
        text-align: center;
        line-height: 1.5;
        white-space: wrap; }
/* ###################### Benefits ###################### */
.benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding: 36px; }
  @media (min-width: 768px) {
  .benefits {
    grid-template-columns: 1fr 1fr 1fr; } }
  .benefits .element {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .benefits .element .icon {
      margin-bottom: 24px; }
      .benefits .element .icon img {
        max-width: 100%;
        max-height: 100px;
        width: auto;
        height: auto; }
    .benefits .element p {
      margin-bottom: 0;
      text-align: center;
      line-height: 1.5;
      white-space: wrap; }

body.herzenslust .frame-type-benefits header:before {
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-icon.svg); }

.frame-type-benefits header:before {
  content: "";
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 50px;
  overflow: hidden;
  z-index: 1;
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/tauernherz-logo-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 1.5rem; }
/* ###################### Apply Header Button ###################### */
#apply {
  width: 70px;
  height: 60px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background: rgba(181, 0, 49, 1);
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: medium;
  color: white; }
  #apply:hover {
    background: rgba(232, 0, 63, 1); }
  @media (min-width: 992px) {
  #apply {
    height: 100%;
    width: auto;
    padding: 0 24px;
    position: static; } }
  #apply > div {
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/Bewerbung.svg);
    height: 50px;
    width: 50px; }
  #apply > span {
    transition: opacity 0.2s ease;
    display: none; }
    @media (min-width: 992px) {
  #apply > span {
    display: block; } }

.small #apply > span {
  opacity: 0;
  height: 0; }

.full-width-image-teaser {
  position: relative;
  height: 400px; }
  @media (min-width: 992px) {
  .full-width-image-teaser {
    height: 600px; } }
  .full-width-image-teaser .image {
    position: absolute;
    height: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
    overflow: hidden;
    width: 100vw; }
    .full-width-image-teaser .image:after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.35); }
    .home .full-width-image-teaser .image:after {
      background: rgba(0, 0, 0, 0.05); }
  .full-width-image-teaser .text {
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    text-align: center;
    padding: 0 30px; }
    .full-width-image-teaser .text header .subtitle {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 2px; }
      .full-width-image-teaser .text header h2 {
        position: relative;
        color: #fff;
        margin-bottom: 1.5rem;
        font-size: 24px;
        font-size: 1.5rem; }
        @media (min-width: 992px) {
  .full-width-image-teaser .text header h2 {
    font-size: 50px;
    font-size: 3.125rem; } }
    .full-width-image-teaser .text .btn {
      min-width: 180px;
      width: auto;
      padding: 0 20px;
      margin: 0;
      height: 54px;
      line-height: 54px;
      border: 1px solid #fff;
      background: none; }
      .full-width-image-teaser .text .btn:hover {
        opacity: 0.75; }

#pagewrap {
  overflow-x: hidden; }
/* ########## KULINARIK IMAGES START ############### */
body.pid72 main > .container, body.pid49 main > .container {
  position: relative; }

.kulinarikImages {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none; }
  @media (min-width: 1350px) {
  .kulinarikImages {
    display: block; } }

.kulinarikImg01 {
  position: absolute;
  top: 400px;
  left: 0;
  width: 332px;
  height: 269px;
  display: block;
  overflow: hidden;
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/kulinarik-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.kulinarikImg02 {
  position: absolute;
  top: 150px;
  right: 0;
  width: 266px;
  height: 469px;
  display: block;
  overflow: hidden;
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/kulinarik-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
/* ########## KULINARIK IMAGES ENDE ############### */
/* ########## GPIX RUNDGÄNGE START ############### */
.media-iframe-gpixs {
  position: relative;
  padding-top: 56.25%;
  border: 7px solid rgba(181, 0, 49, 1); }
  @media (max-width: 767px) {
  .media-iframe-gpixs {
    margin-top: 160px; } }
  @media (min-width: 992px) {
  .media-iframe-gpixs {
    position: relative;
    width: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
  @media (min-width: 1302px) {
  .media-iframe-gpixs {
    padding-top: 33.333333%; } }
  .media-iframe-gpixs:before {
    content: "";
    height: 140px;
    width: 140px;
    position: absolute;
    top: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3rem;
    z-index: 1;
    pointer-events: none;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/360grad-de.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    html:lang(en) .media-iframe-gpixs:before {
      background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/360grad-en.svg); }
    @media (max-width: 767px) {
  .media-iframe-gpixs:before {
    top: -90px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
    left: 50%; } }
  .media-iframe-gpixs iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/* ########## GPIX RUNDGÄNGE ENDE ############### */
/* ########## SIGNATURE START ############### */
.signature {
  position: relative;
  width: 290px;
  height: 240px;
  background: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/signature.svg) 0 20px no-repeat;
  font-weight: bold;
  float: right;
  padding-top: 100px; }
  @media (min-width: 400px) {
  .signature {
    width: 320px;
    height: 112px;
    padding-top: 0; } }
  .signature p {
    text-align: right; }

.signature2 {
  position: relative;
  width: 200px;
  height: 130px;
  background: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/signatures.svg) 0 20px no-repeat;
  background-size: contain;
  background-position: top right;
  float: right;
  margin-top: -2.5rem; }
  @media screen and (min-width: 768px) {
  .signature2 {
    margin-right: -2.5rem; } }
/* ########## SIGNATURE ENDE ############### */
@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 992px) and (max-width: 1301px) {
  .hidden-md {
    display: none; } }

@media (min-width: 1302px) {
  .hidden-lg {
    display: none; } }
/* ########## HEADER NUR MOBIL AUF STARTPAGE START ############### */
body.home main > .container .frame-type-header.hidden-sm {
  padding-top: 50px; }
/* ########## HEADER NUR MOBIL AUF STARTPAGE ENDE ############### */
/* ########## SMARTSEARCH START ############### */
.smart-search .frame.success {
  background: none;
  border: 4px solid #f5f5f5; }
  .smart-search .success .count {
    position: relative;
    top: 5px; }
  .smart-search .search-result-item:not(.highPriority) article {
    border-bottom: 4px solid #f5f5f5 !important; }
    .smart-search .search-result-item:not(.highPriority) article:hover {
      background: #f5f5f5 !important; }
/* ########## SMARTSEARCH ENDE ############### */
/* ########## GOMAPS START ############### */
.tx-go-maps {
  border: 0 !important; }

.js-map .gm-style-iw-d {
  text-align: center; }
  .js-map .infowindow {
    width: 100%;
    text-align: center; }
    .js-map .infowindow .infowindow-content {
      text-align: center;
      padding-bottom: 20px;
      font-size: 1rem; }
  .js-map .routeLink {
    margin: 0;
    text-align: center; }
  .js-map .routeLinklink {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
  .js-map .routeLink:hover {
    background: rgba(181, 0, 49, 1);
    color: #fff; }
/* ########## GOMAPS ENDE ############### */
/* ########## BUCHUNG START ############### */
#iframeCapCorn {
  min-height: 700px; }

@media (max-width: 767px) {
  #iframeCapCorn {
    position: relative;
    width: 100vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
/* ########## BUCHUNG ENDE ############### */
.share-content a:hover:before {
  opacity: 1; }

@media (min-width: 992px) {
      .body.herzenslust .staff-container header::before {
        background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/herzenslust/herzenslust-icon.svg); } }

.staff-container {
  background-color: #f4f4f4;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 50px; }
  @media (min-width: 992px) {
  .staff-container {
    grid-template-columns: 1fr 1fr; } }
  .staff-container .text-container {
    padding: 50px;
    width: 100%; }
    @media (min-width: 992px) {
  .staff-container .text-container {
    padding: 50px 0 20px 50px;
    order: 1; } }
  .staff-container header {
    position: relative;
    display: block; }
    @media (min-width: 992px) {
  .staff-container header:before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 50px;
    overflow: hidden;
    z-index: 1;
    background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/tauernherz-logo-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom: 1.5rem; } }
    .staff-container header .summary, .staff-container header .subtitle {
      text-align: center; }
  .staff-container .img-container {
    height: auto;
    width: 100%; }
    @media (min-width: 992px) {
  .staff-container .img-container {
    order: 2; } }
    @media (max-width: 767px) {
    .staff-container .img-container img {
      position: relative; } }
      @media (min-width: 768px) and (max-width: 991px) {
  .staff-container .img-container img {
    position: relative; } }

.application-icon {
  background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/Bewerbung.svg);
  height: 100px;
  width: 100px;
  margin: 0 auto 10px auto; }

.taskforms-container .choices[data-type*=select-one]:after {
  margin-top: 0.5rem;
  right: 1.5rem; }

#roominfo {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 0px;
  padding-top: 80px; }
  @media (min-width: 768px) {
  #roominfo {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }
  @media (min-width: 992px) {
  #roominfo {
    height: 80px;
    position: relative;
    background: #fff;
    margin-top: -80px;
    text-align: left;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    padding-top: 17px; }
    #roominfo:before {
      content: "";
      width: calc(100% + 2 * 20px);
      height: 100%;
      position: absolute;
      left: -20px;
      top: 0px;
      display: block;
      background: #fff; } }
  @media (min-width: 1302px) {
  #roominfo {
    margin-bottom: 100px;
    margin-bottom: 6.25rem; } }
  #roominfo > .row > div:not(.right) {
    padding-left: 0px; }
    @media (min-width: 992px) {
  #roominfo > .row > div:not(.right) {
    padding-left: 100px; } }
  #roominfo .back, #roominfo .roomsize, #roominfo .occupancy, #roominfo .price {
    position: relative;
    z-index: 5;
    margin-right: 20px;
    display: inline-block;
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(94, 95, 99, 1); }
    #roominfo .back:before, #roominfo .roomsize:before, #roominfo .occupancy:before, #roominfo .price:before {
      content: "\e92f";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      display: inline-block;
      margin-right: 15px;
      position: relative;
      font-size: 16px;
      top: 2px;
      color: #5e5f62; }
    @media (min-width: 1302px) {
  #roominfo .back, #roominfo .roomsize, #roominfo .occupancy, #roominfo .price {
    margin-right: calc(2 * 20px); } }
  #roominfo span:last-of-type {
    margin-right: 0; }
  #roominfo .occupancy:before {
    content: "\e92e"; }
  #roominfo .price:before {
    content: "\e92d"; }
  #roominfo .back {
    text-decoration: none;
    color: #7a7a7a;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: inline-block;
    width: 170px;
    text-transform: uppercase;
    color: rgba(94, 95, 99, 1); }
    #roominfo .back:hover {
      opacity: 0.75; }
      #roominfo .back:hover:before {
        color: #7a7a7a;
        opacity: 1; }
    #roominfo .back:before {
      content: "\1f4c5"; }
    #roominfo .back:last-of-type {
      margin-right: 0; }
  @media (min-width: 992px) {
  #roominfo .right {
    text-align: right; }
  #roominfo .btn {
    margin: 0; } }
    @media (min-width: 992px) and (min-width: 1302px) {
    #roominfo .btn {
      width: 240px; } }

.tour {
  background: rgba(181, 0, 49, 1);
  padding: 40px 20px 0;
  position: relative;
  z-index: 5;
  line-height: normal;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(181, 0, 49, 1);
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: -140px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }
  @media (min-width: 992px) {
  .tour {
    position: absolute;
    left: -30px;
    bottom: 0px;
    margin-bottom: 0px;
    top: auto;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
  @media (min-width: 1400px) {
  .tour {
    left: -50px; } }
  @media (max-width: 991.98px) {
  .tour {
    position: relative;
    top: -53px;
    left: auto;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    bottom: auto;
    margin: 0 5px;
    display: inline-block; } }
  @media (max-width: 991.98px) {
    .tour.stayAtPosition {
      position: absolute;
      top: -140px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block; } }
  .tour:before {
    content: "\e930";
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    width: 60px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tour:after {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 100%; }
  .tour span {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'Liana W01 Regular';
    line-height: 2rem; }

body.room main > .container {
  padding-top: 0; }
  body.room header#title {
    padding: 0 45px; }
    @media (min-width: 768px) {
  body.room header#title {
    padding: 0 150px; } }
    body.room header#title h1 {
      font-size: 46px;
      font-size: 2.875rem;
      color: #fff;
      -webkit-text-fill-color: #fff;
      text-align: center;
      -webkit-animation: none;
      animation: none;
      font-family: 'Liana W01 Regular'; }
    @media (min-width: 992px) {
    body.room header#title h1 {
      font-size: 82px;
      font-size: 5.125rem; } }
    body.room header#title .subtitle {
      color: #fff; }
  body.room .media:before, body.room .media:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000',GradientType=1);
    /* IE6-9 fallback on horizontal gradient */ }
    body.room .media:after {
      height: 300px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
      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+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0);
      /* IE6-9 */ }
  body.room .btn {
    padding: 0 20px; }
    @media (min-width: 992px) {
  body.room .btn {
    padding: 0 8px; } }
    @media (min-width: 1302px) {
  body.room .btn {
    padding: 0 20px; } }
  @media (min-width: 992px) {
  body.room #title {
    margin-top: -70px; } }

.roomInfoContent .action-buttons {
  text-align: left !important; }
  .roomInfoContent > div:first-of-type {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
  .roomInfoContent > div:first-of-type {
    margin-bottom: 0; } }
  .roomInfoContent div.center {
    text-align: center; }
    .roomInfoContent div.center .image {
      margin: 0 auto 1.5rem; }
    .roomInfoContent div.center .image img {
      width: auto;
      height: auto; }
  .roomInfoContent .infos {
    padding-left: 2.5rem;
    margin-bottom: 1.5rem; }
  .roomInfoContent .roomsize, .roomInfoContent .occupancy, .roomInfoContent .price {
    position: relative;
    z-index: 5;
    margin-right: 20px;
    display: inline-block;
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(94, 95, 99, 1); }
    .roomInfoContent .roomsize:before, .roomInfoContent .occupancy:before, .roomInfoContent .price:before {
      content: "\e92f";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      display: inline-block;
      margin-right: 15px;
      position: relative;
      font-size: 16px;
      top: 2px;
      color: #5e5f62; }
    @media (min-width: 1302px) {
  .roomInfoContent .roomsize, .roomInfoContent .occupancy, .roomInfoContent .price {
    margin-right: calc(2 * 20px); } }
  .roomInfoContent span:last-of-type {
    margin-right: 0; }
  .roomInfoContent .occupancy:before {
    content: "\e92e"; }
  .roomInfoContent .price:before {
    content: "\e92d"; }
  .roomInfoContent ul.ce-bullets {
    list-style: none;
    padding: 0;
    margin-left: 2rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 450px) {
  .roomInfoContent ul.ce-bullets {
    columns: 2;
    -webkit-columns: 2; } }

.frame-type-roomheader .roomInfoContent > div:last-of-type .image {
  width: 100%;
  height: 100%;
  position: absolute; }

@media (max-width: 991.98px) {
  .frame-type-roomheader .roomInfoContent > div:last-of-type .image {
    position: relative;
    left: 0;
    top: 0;
    height: auto; }
    .frame-type-roomheader .roomInfoContent > div:last-of-type .objectFit {
      height: auto; }
    .frame-type-roomheader .roomInfoContent > div:last-of-type .objectFit img {
      position: relative;
      height: auto;
      opacity: 1;
      object-fit: fill;
      font-family: 'object-fit: fill;'; } }

p.action-buttons {
  margin: 0; }
  @media (min-width: 768px) {
  p.action-buttons a {
    margin-bottom: 0; } }

.frame-type-pricecontainer {
  position: relative;
  display: block;
  padding: 50px 0; }
  @media (min-width: 992px) {
  .frame-type-pricecontainer {
    padding: 100px 0; } }
  .frame-type-pricecontainer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #f4f4f4;
    display: block;
    overflow: hidden; }
  .frame-type-pricecontainer .containercaption {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 100;
    text-align: left;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
  .frame-type-pricecontainer .containercaption {
    font-size: 16px;
    font-size: 1rem;
    text-align: right; } }
  .frame-type-pricecontainer > .row {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 100; }
  @media (max-width: 767px) {
  .frame-type-pricecontainer .action-buttons {
    display: block;
    padding: 0 10px; } }
  .frame-type-pricecontainer .action-buttons {
    text-align: right !important; }
  .frame-type-pricecontainer header {
    position: relative;
    font-style: italic; }
    @media (min-width: 992px) {
  .frame-type-pricecontainer header {
    margin-bottom: -35px;
    z-index: 10; } }
    @media (min-width: 992px) {
    .frame-type-pricecontainer header h2 {
      font-size: 26px;
      font-size: 1.625rem; } }
    @media (min-width: 1302px) {
    .frame-type-pricecontainer header h2 {
      font-size: 32px;
      font-size: 2rem; } }

.room .ce-gallery picture img {
  border: 1px solid #bbb; }

.frame-type-teaserslider {
  position: relative; }
  @media (max-width: 767px) {
  .frame-type-teaserslider {
    width: calc(100vw - 0px);
    left: -10px; } }
  @media (max-width: 767px) {
    .frame-type-teaserslider.frame-container-grid {
      width: calc(100vw - 0px);
      left: 50%; } }
  .frame-type-teaserslider .itemContainer {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10; }
    .frame-type-teaserslider .itemContainer:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% + 200px);
      height: calc(100% - 100px);
      display: block;
      overflow: hidden;
      z-index: -1;
      background-image: url(/typo3conf/ext/zz_gowest_theme_tauernherz/Resources/Public/Images/bg-textur.png);
      background-repeat: repeat;
      background-position: 0 0; }
      @media (min-width: 1302px) {
  .frame-type-teaserslider .itemContainer:before {
    width: calc(100% + 200px); } }
    .frame-type-teaserslider .itemContainer:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% + 170px);
      height: calc(100% - 130px);
      display: block;
      overflow: hidden;
      z-index: -1;
      border: 5px solid #fff; }
      @media (min-width: 1302px) {
  .frame-type-teaserslider .itemContainer:after {
    width: calc(100% + 170px); } }
  .frame-type-teaserslider .itemContainer .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden; }
    @media (max-width: 991.98px) {
  .frame-type-teaserslider .itemContainer .image {
    position: relative;
    left: 0;
    top: 0;
    height: auto; }
    .frame-type-teaserslider .itemContainer .image .objectFit {
      height: auto; }
    .frame-type-teaserslider .itemContainer .image img {
      position: relative;
      height: auto;
      opacity: 1;
      object-fit: fill;
      font-family: 'object-fit: fill;'; } }
  .frame-type-teaserslider .item {
    width: 100%; }
  .frame-type-teaserslider .textneu {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin: 50px 0 150px;
    padding: 0; }
    @media (max-width: 767px) {
  .frame-type-teaserslider .textneu {
    padding: 0 10px; } }
    @media (min-width: 992px) {
  .frame-type-teaserslider .textneu {
    min-height: 710px;
    padding: 50px 30px; } }
    @media (min-width: 1302px) {
  .frame-type-teaserslider .textneu {
    min-height: 640px;
    padding: 50px 0; } }
    .frame-type-teaserslider .textneu header {
      position: relative;
      display: block; }
      .frame-type-teaserslider .textneu header .summary {
        text-align: left !important; }
        @media (max-width: 991.98px) {
  .frame-type-teaserslider .textneu header .summary {
    text-align: center !important; } }
      .frame-type-teaserslider .textneu header h2 {
        margin-bottom: 1rem; }
        @media (max-width: 991.98px) {
  .frame-type-teaserslider .textneu header h2 {
    text-align: center !important; } }
      .frame-type-teaserslider .textneu header .lead {
        text-align: left !important;
        margin-bottom: 1rem; }
        @media (max-width: 991.98px) {
  .frame-type-teaserslider .textneu header .lead {
    text-align: center !important; } }
  .frame-type-teaserslider .flickity-page-dots {
    position: absolute;
    left: 0px;
    bottom: 100px;
    width: auto; }
    @media (min-width: 768px) {
  .frame-type-teaserslider .flickity-page-dots {
    left: -10px; } }
    @media (min-width: 992px) {
  .frame-type-teaserslider .flickity-page-dots {
    bottom: 100px;
    margin-left: 30px;
    left: 50%;
    text-align: left;
    width: 500px; } }
    @media (min-width: 1302px) {
  .frame-type-teaserslider .flickity-page-dots {
    bottom: 130px;
    margin-left: 90px; } }
    .frame-type-teaserslider .flickity-page-dots .dot {
      display: inline-block;
      align-items: center;
      cursor: pointer;
      position: relative;
      width: auto;
      height: auto;
      background: none;
      margin-right: 30px;
      padding-left: 20px;
      color: rgba(94, 95, 99, 1);
      font-size: 16px;
      text-transform: uppercase;
      line-height: 30px;
      text-align: left;
      opacity: 1; }
      .frame-type-teaserslider .flickity-page-dots .dot:not(:only-of-type):before {
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        content: "\e929";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        color: rgba(94, 95, 99, 1);
        z-index: -1;
        opacity: 0.5;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
      .frame-type-teaserslider .flickity-page-dots .dot.is-selected {
        color: rgba(181, 0, 49, 1); }
        .frame-type-teaserslider .flickity-page-dots .dot.is-selected:before {
          color: rgba(181, 0, 49, 1); }
    .frame-type-teaserslider .flickity-page-dots .itemTitle {
      display: inline-block;
      width: 50%;
      color: #000;
      font-size: 16px;
      text-transform: uppercase;
      text-align: left;
      padding-left: 20px;
      color: rgba(94, 95, 99, 1); }
      @media (min-width: 992px) {
  .frame-type-teaserslider .flickity-page-dots .itemTitle {
    text-align: left; } }
  .frame-type-teaserslider .frame-type-fullwidthimageteaser {
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: -600px;
    display: none; }
    @media (min-width: 992px) {
  .frame-type-teaserslider .frame-type-fullwidthimageteaser {
    display: block; } }
    .frame-type-teaserslider .frame-type-fullwidthimageteaser .full-width-image-teaser {
      height: 1100px; }
      .frame-type-teaserslider .frame-type-fullwidthimageteaser .full-width-image-teaser picture:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        display: block;
        overflow: hidden;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
        /* IE6-9 */
        z-index: 1; }
/*
 .textneu,
 .flickity-page-dots,
 .frame-type-teaserslider .image {
 display:none !important;
 }
 .frame-type-teaserslider {
 border:1px solid red;
 width:100%;
 left:0;
 }
 .frame-type-teaserslider .itemContainer:before {
 display:none !important;
 }
 */
