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

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Exo-Black;
  src: url(../font/Exo-Black.ttf);
}

@font-face {
  font-family: Exo-BlackItalic;
  src: url(../font/Exo-BlackItalic.ttf);
}

@font-face {
  font-family: Exo-Bold;
  src: url(../font/Exo-Bold.ttf);
}

@font-face {
  font-family: Exo-BoldItalic;
  src: url(../font/Exo-BoldItalic.ttf);
}

@font-face {
  font-family: Exo-ExtraBold;
  src: url(../font/Exo-ExtraBold.ttf);
}

@font-face {
  font-family: Exo-ExtraBoldItalic;
  src: url(../font/Exo-ExtraBoldItalic.ttf);
}

@font-face {
  font-family: Exo-ExtraLight;
  src: url(../font/Exo-ExtraLight.ttf);
}

@font-face {
  font-family: Exo-ExtraLightItalic;
  src: url(../font/Exo-ExtraLightItalic.ttf);
}

@font-face {
  font-family: Exo-Italic;
  src: url(../font/Exo-Italic.ttf);
}

@font-face {
  font-family: Exo-Light;
  src: url(../font/Exo-Light.ttf);
}

@font-face {
  font-family: Exo-LightItalic;
  src: url(../font/Exo-LightItalic.ttf);
}

@font-face {
  font-family: Exo-Medium;
  src: url(../font/Exo-Medium.ttf);
}

@font-face {
  font-family: Exo-MediumItalic;
  src: url(../font/Exo-MediumItalic.ttf);
}

@font-face {
  font-family: Exo-Regular;
  src: url(../font/Exo-Regular.ttf);
}

@font-face {
  font-family: Exo-SemiBold;
  src: url(../font/Exo-SemiBold.ttf);
}

@font-face {
  font-family: Exo-SemiBoldItalic;
  src: url(../font/Exo-SemiBoldItalic.ttf);
}

@font-face {
  font-family: Exo-Thin;
  src: url(../font/Exo-Thin.ttf);
}

@font-face {
  font-family: Exo-ThinItalic;
  src: url(../font/Exo-ThinItalic.ttf);
}

@font-face {
  font-family: BadScript-Regular;
  src: url(../font/BadScript-Regular.ttf);
}

body {
  background-image: url(../img/bg_all.jpg);
  font-family: Exo-Regular;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Exo-Bold;
  font-weight: normal !important;
}

#noscript {
  z-index: 10000000;
  background-image: url(../img/bg_footer.jpg);
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 0px;
  position: absolute;
}

.noscript_v1 {
  border: 0px solid red;
  width: 800px;
  height: 100px;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -50px;
  color: #666;
}

.noscript_v1 hr {
  border-bottom: 1px solid #444;
  margin-top: 10px;
  margin-left: 150px;
  margin-right: 170px;
}

.noscript_v1 span {
  font-style: italic;
  margin-right: 8px;
  color: #999;
}

.img-fluid {
  max-width: 100%;
  display: block;
  margin: 15px auto;
}

/* TOP - Header */
#facebook_bt {
  position: absolute;
  top: -5px;
  right: 30px;
  display: inline-block;
  cursor: pointer;
  border: 0px solid red;
  text-decoration: none;
  background: #0e4480;
  color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 10;
}

#facebook_bt:hover {
  background: #ffdc2a;
  color: #776612;
}

#facebook_bt span {
  display: block;
}

#go_to_menu {
  position: absolute;
  top: -5px;
  right: 30px;
  display: inline-block;
  cursor: pointer;
  border: 0px solid red;
  background-image: url(../img/go_to_navi.png);
  width: 70px;
  height: 68px;
  text-indent: -9999px;
  display: none;
}

#header {
}

#top_all {
  border: 0px solid red;
  background-image: url(../img/bg_header_all.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  width: 100%;
}

#top_main {
  width: 960px;
  margin: 0 auto;
  border: 0px solid red;
}

#top_main_left {
  width: 300px;
  border: 0px solid blue;
  float: left;
  position: relative;
}

#top_main_right {
  width: 650px;
  border: 0px solid green;
  float: left;
  position: relative;
  margin-left: 300px;
}

#top_main_left h1 a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-indent: -9999px;
  background-image: url(../img/logo_top.png);
  width: 291px;
  height: 285px;
  position: absolute;
  z-index: 100;
}

.responsive_logo {
  display: none;
}

.grander_slogan {
  text-align: center;
  font-size: 20px;
  margin-top: 0px;
}

.grander_slogan h2 {
  font-family: BadScript-Regular;
  font-size: 25px;
  color: #333;
  width: 603px;
  height: 89px;
  position: relative;
  top: 35px;
  left: 30px;
}

.grander_slogan h2 span {
  border: 0px solid red;
  font-size: 20px;
}

.tele_adress_box {
  margin-top: 60px;
  border: 0px solid red;
  position: relative;
  top: -23px;
}

.tele_adress_box p {
  font-size: 18px;
  text-align: right;
}

.tele_adress_box p span {
  font-size: 20px;
  display: inline-block;
  padding: 0px 10px;
  color: #0b3960;
}

#tele_adress_box_v1 {
  padding-top: 3px;
  font-size: 18px;
  border: 0px solid blue;
}

#tele_adress_box_v2 {
  padding-top: 30px;
  color: #fff;
  font-size: 16px;
}

#tele_adress_box_v2 a {
  text-decoration: none;
  color: #fff;
}

#tele_adress_box_v2 a:hover {
  text-decoration: underline;
}

#slider_all {
  border: 0px solid blue;
  position: relative;
  top: -8px;
}

/* NAVI */
#navigation {
  border: 0px solid red;
  background-image: url(../img/navi_bg_all.png);
  width: 987px;
  margin: 0 auto;
  height: 108px;
  z-index: 1000;
  position: relative;
}

#navigation ul {
  list-style-type: none;
  display: inline-block;
  margin-left: 85px;
  border: 0px solid red;
}

#navigation ul li {
  float: left;
  margin-left: 0px;
}

.navi_main {
  display: inline-block;
  color: #fff;
  border: 0px solid red;
  font-size: 18px;
  text-decoration: none;
  font-family: Exo-Light;
  padding: 27px 20px;
}

.navi_main:hover {
  background-color: #0b4a7f;
}

#aktiv_link {
  background-color: #0b4a7f;
}

#home_bt {
  position: absolute;
  top: 13px;
  left: 15px;
  border: none;
  outline: none;
}

#home_bt img {
  border: none;
  outline: none;
}

.menu_italian {
  border: 0px solid red;
  font-size: 18px;
}

#trigger-overlay {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: none;
  border: none;
  background: #1265ac;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  color: #fff;
  position: relative;
  z-index: 100000;
  padding: 20px 0px;
  border: 0px solid red;
}

#trigger-overlay span {
  display: inline-block;
  position: relative;
  top: 2px;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 101, 172, 0.9);
  z-index: 1000;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 10000;
  cursor: pointer;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 100%;
  padding-top: 150px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow-y: scroll;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;

  position: relative;

  padding-bottom: 150px;
}

.overlay ul li {
  display: block;
  /*height: 20%;*/

  position: relative;
}

.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  font-size: 2em;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .overlay ul li a {
    font-size: 20px;
  }
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #e3fcb1;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

/* CONTENT ALL */
#content_all {
  border: 0px solid red;
  width: 935px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  top: -27px;
  padding-top: 40px;
  padding-bottom: 70px;
  -webkit-box-shadow: 0 0 2px 2px #828282;
  box-shadow: 0 0 2px 2px #828282;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.headline_h1 {
  background-image: url(../img/headline_bg_yellow.png);
  width: 546px;
  height: 88px;
  border: none;
  display: inline-block;
  position: relative;
  left: -27px;
}

.headline_h1 h1 {
  border: 0px solid red;
  font-size: 24px;
  font-family: Exo-SemiBold;
  padding: 15px 50px;
}

.headline_h1 h2 {
  border: 0px solid red;
  font-size: 22px;
  font-family: Exo-SemiBold;
  padding: 15px 50px;
}

.headline_h1 h4 {
  font-size: 24px;
  font-family: Exo-SemiBold;
  padding: 15px 50px;
}

.content_all_left {
  border: 0px solid green;
  width: 600px;
  float: left;
}

.content_all_right {
  border: 0px solid red;
  width: 320px;
  float: left;
  margin-left: 5px;
}

/* CONTENT LINKS ALL */
.content_links {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.content_links a {
  border: 0px solid red;
  display: block;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: url(../img/bg_blue_noise.jpg);
  font-size: 20px;
  letter-spacing: 1px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.content_links a span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  left: 10px;
  font-weight: 100;
}

.content_links a:hover {
  background-image: url(../img/bg_yellow_noise.jpg);
  color: #333;
}

/* Index - Box Start */
.box_start {
  border: 0px solid red;
  padding: 5px 0px 5px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-right: 40px;
  margin-left: 20px;
}

.box_start p span {
  font-style: italic;
}

.box_start h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.box_start a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #1164ab;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.box_start a:hover {
  background-color: #0e4e84;
}

/* VOLLMONDSAUNA NÄCHTE */
.vollmondsauna_content {
  border: 0px solid red;
  margin-right: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.vollmondsauna_content p {
  text-align: justify;
}

.vollmondsauna_date span {
  display: block;
  padding: 5px 0px;
  font-family: Exo-Bold;
  text-align: center;
}

.mondschein-aufpreis {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.content-covid {
  text-align: left;
  margin-bottom: 30px;
  padding: 20px;
}

.content-covid p {
  padding: 3px 0;
}

.link-covid {
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #1466af;
  color: #1466af;
  text-decoration: none;
  margin-left: 40px;
}

@media (max-width: 1024px) {
  .content-covid {
    text-align: center;
  }

  .link-covid {
    margin-left: 0px;
  }
}

.link-covid:hover {
  color: #fff;
  background: #1466af;
}

.herbstsauna_content {
  border: 0px solid red;
  margin-right: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.hightlight_content {
  border: 0px solid red;
  margin: 40px 20px;
}

.hightlight_content img {
  max-width: 70% !important;
}

@media (max-width: 768px) {
  .hightlight_content img {
    max-width: 100% !important;
  }
}

.hersbtsauna_left {
  width: 48%;
  float: left;
  padding: 1%;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 2%;
}

.preise_info_herbstsauna {
  display: block;
  padding: 5px;
  margin: 0px 0px;
  text-align: center;
  font-family: Exo-Bold;
  font-size: 120%;
}

.preise_info_herbstsauna-v2 {
  display: block;
  padding: 5px;
  margin: 0px 0px;
  text-align: center;
}

.preise_info_herbstsauna p {
  margin-bottom: 10px;
}

.preise_info_herbstsauna span {
  display: inline-block;
}

/* ZWEI BAEDER */
.zwei-baeder-box {
  margin-top: 20px;
}

.zwei-baeder-box img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.zwei-baeder-box h2 {
  text-align: center;
  font-size: 32px;
  color: #0e93d0;
}

.zwei-baeder-box h3 {
  text-align: center;
}

.zwei-baeder-box h2 span {
  display: inline-block;
  padding: 15px 10px;
  font-family: Exo-SemiBold;
  font-size: 24px;
  color: #fff;
  background: #0e93d0;
}

.zwei-baeder-box .txt-start {
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
}

.zweikarten-box {
  width: 88%;
  margin: 0 auto;
}

.zweikarten-box p {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 1px dotted #0e93d0;
  color: #0e93d0;
  font-size: 18px;
}

.zweikarten-box p span {
  display: inline-block;
  font-family: Exo-Bold;
  float: right;
}

@media (max-width: 1024px) {
  .zweikarten-box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .zweikarten-box p span {
    display: block;
    float: none;
  }
}

.info-txt {
  text-align: center;
  padding: 5px 20px;
}

.text-center {
  text-align: center;
}

/* TAUERNSAAL */
.info_tauernsaal {
  font-size: 26px;
  text-align: center;
  display: block;
  border: 0px solid red;
  padding: 20px 0px;
  margin-bottom: 100px;
  margin-top: 59px;
}

.tauernsaal_content {
}

.tauernsaal_kontakt {
  padding: 0px 30px;
}

.tauernsaal_kontakt a {
  text-decoration: none;
  color: #333;
}

.tauernsaal_kontakt a:hover {
  text-decoration: underline;
}

/* BOX  Aktuell */
.box_aktuell_all {
  width: 318px;
  position: relative;
}

.box_aktuell_top {
  background-image: url(../img/box_akt_top.png);
  height: 14px;
  background-repeat: no-repeat;
}

.box_aktuell_middle {
  background-image: url(../img/box_aktu_mid.png);
  background-repeat: repeat-y;
  padding: 0px 15px;
}

.box_aktuell_bottom {
  background-image: url(../img/box_aktu_bottom.png);
  height: 57px;
}

.aktuelles_box_view {
  border: 0px solid red;
  margin-bottom: 30px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
}

.aktuelles_box_view h2 {
  text-align: right;
  font-size: 20px;
  font-family: Exo-Bold;
  margin-bottom: 5px;
}

.aktuelles_box_view p {
  padding: 0px 0px;
  margin-top: 10px;
  text-align: right;
}

.date_all {
  border: 0px solid red;
  font-size: 12px;
  text-align: right;
  display: none;
}

.date_all span {
  display: inline-block;
  margin: 0px 1px;
}

#paging {
  border: 0px solid red;
  text-align: right;
  margin-bottom: 30px;
  display: none;
}

#paging a {
  display: inline-block;
  border: 0px solid red;
  padding: 5px 0px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  background-color: #1164ab;
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
}

#paging a:hover {
  background-color: #0e4e84;
}

.headline_h2 {
  background-image: url(../img/headline_v2_bg.png);
  width: 392px;
  height: 88px;
  position: relative;
  left: -34px;
}

.headline_h2 h2 {
  font-size: 24px;
  font-family: Exo-SemiBold;
  padding: 15px 50px;
  text-align: right;
}

/* OEFFNUNGSZEITEN */
.oeffnungs_box {
  margin-bottom: 40px;
  text-align: center;
}

.oeffnungs_box h3 {
  text-align: center;
  padding-right: 10px;
  margin-bottom: 10px;
  font-family: Exo-Bold;
}

.oeffnungszeiten {
  margin-top: 10px;
}

.oeffnungszeiten strong {
  display: inline-block;
  margin-left: 0px;
  font-size: 14px;

  font-family: Exo-Italic;
}

.oeffnungszeiten span {
  display: block;
  margin-left: 0px;
  font-size: 18px;
  font-family: Exo-Bold;
}

.oeffnungszeitenv2 {
  margin-top: 10px;
}

.oeffnungszeitenv2 span {
  display: inline-block;
  font-size: 17px;
}

.oeffnungszeiten_sub {
  font-size: 14px;
}

.oeffnungs_info {
  text-align: center;
  padding-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.oeffnungs_ruhe {
  text-align: center;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.oeffnungs_ruhev2 {
  text-align: left;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.oeffnungs_ruhev2 span {
  font-family: Exo-Bold;
}

.oeffnungs_restaurant {
  margin-top: 5px;
  padding-top: 10px;
  text-align: center;
}

/* TEMPERATUR BOX */
.temp_box_all {
  position: relative;
  top: -15px;
  margin-bottom: 10px;
}

.temp_box_left {
  width: 48%;
  float: left;
  border: 0px solid blue;
  margin-left: 1%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.temp_box_right {
  width: 48%;
  float: right;
  border: 0px solid yellow;
  margin-right: 1%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.temp_view {
  border: 0px solid red;
  text-align: center;
  margin-bottom: 0px;
}

.temp_view_txt {
  padding: 10px;
  font-size: 18px;
}

.temp_view_txt p {
  display: block;
  padding: 0px 0px;
  background: #1466af;
  color: #fff;
  padding: 10px 0px;
  margin-top: 10px;
}

/* GRANDER BOX */
.grander_box {
  padding: 0px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px solid red;
  text-align: center;
  border: 0px solid red;
}

.grander_box_left {
  width: 290px;
  border: 0px solid blue;
  display: inline-block;
  float: left;
  margin-left: 20px;
  padding: 10px 0px;
  background-image: url(../img/bg_yellow_noise.jpg);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.grander_box_middle {
  width: 290px;
  border: 0px solid blue;
  margin-left: 10px;
  display: inline-block;
  float: left;
  padding: 10px 0px;
  background-image: url(../img/bg_yellow_noise.jpg);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.grander_box_right {
  width: 290px;
  border: 0px solid blue;
  margin-left: 10px;
  display: inline-block;
  float: left;
  padding: 10px 0px;
  background-image: url(../img/bg_yellow_noise.jpg);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.grander_box p {
  border: 0px solid green;
}

.grander_box a {
  display: block;
  border: 0px solid red;
  margin: 30px 150px 20px 150px;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  background-image: url(../img/bg_blue_noise.jpg);
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.grander_box a:hover {
  background-image: url(../img/bg_yellow_noise.jpg);
  color: #333;
}

/* VIDEOBOX */
.videobox {
  margin: 20px 0px 20px 0px;
}

.videobox .responsive_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videobox .responsive_video iframe {
  position: absolute;
  top: 0;
  left: 2%;
  width: 94%;
  height: 100%;
  padding: 1%;
  border: 1px solid #ccc;
}

/* SPORTCENTER */
#sportcenter_content {
}

#sportcenter_content h2 {
  border: 0px solid red;
  padding: 10px 15px;
  font-family: Exo-SemiBold;
  text-align: center;
}

.sportcenter_box {
  border: 0px solid red;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  margin: 20px 10px 5px 10px;
}

.sportcenter_left {
  width: 300px;
  border: 0px solid blue;
  float: left;
}

.sportcenter_right {
  width: 600px;
  border: 0px solid green;
  float: left;
}

.sportcenter_box a {
  border: none;
  outline: none;
}

.sportcenter_box img {
  border: none;
  outline: none;
}

.sportcenter_left img {
  margin-left: 30px;
}

.sportcenter_right p {
  margin-top: 100px;
}

/* LOGO PARTNER */
.logo_partner {
  border: 0px solid red;
  margin-top: 20px;
  border-top: 0px solid #ccc;
  padding-top: 10px;
  margin: 0px 10px;
}

.logo_partner a {
  outline: none;
  border: none;
  outline: none;
  border: none;
  border: 0px solid red;
  display: inline-block;
}

.logo_partner a img {
  border: none;
  outline: none;
}

.logo_partner_v1 {
  margin-left: 60px;
  margin-top: 20px;
}

.logo_partner_v2 {
  margin-left: 40px;
}

.logo_partner_v3 {
  margin-left: 40px;
}

.logo_partner_v4 {
  margin-top: 40px;
  margin-left: 60px;
}

.logo_partner_v5 {
  margin-left: 60px;
}

.img_support_logo_leiste {
  display: block;
  margin: 20px auto;
  width: 96%;
}

/* MASSGE */
.massage_left {
  border: 0px solid red;
  width: 400px;
  float: left;
  margin-left: 60px;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.massage_right {
  border: 0px solid green;
  width: 360px;
  float: left;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.m_v1 {
  padding: 0px 40px;
}

.m_v2 {
  padding: 0px 70px 0px 60px;
}

.m_v3 {
  padding: 0px 60px;
  font-family: Exo-Bold;
  margin-top: 20px;
}

.m_v2 a {
  text-decoration: none;
  color: #333;
}

.m_v2 a:hover {
  border-bottom: 1px solid #333;
}

/* CONTENT MAIN - Erlebnisbad */
.content_main {
}

.content_main h3 {
  padding: 10px 20px;
}

.content_main p {
  padding: 10px 40px 10px 30px;
  text-align: justify;
}

/* CONTENT GALLERY */
.content_gallery {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0px solid red;
  margin: 20px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.content_gallery a {
  outline: none;
  border: none;
  margin-left: 30px;
  margin-bottom: 10px;
}

.content_gallery a img {
  border: none;
  outline: none;
}

.content_gallery a img:hover {
}

.content_gallery h4 {
  font-family: Exo-SemiBold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.content_gallery_v2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content_gallery_v2 a {
  outline: none;
  margin: 2%;
  width: 94%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
  padding: 1%;
}

.content_gallery_v2 a:hover {
  border: 1px solid #f0d100;
}

.content_gallery_v2 a img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.content_gallery_v2 h4 {
  font-family: Exo-SemiBold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.content_gallery_v3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content_gallery_v3 a {
  outline: none;
  border: 1px solid #ccc;
  display: inline-block;
  width: 46%;
  margin: 2%;
  padding: 1%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content_gallery_v3 a:hover {
  border: 1px solid #f0d100;
}

.content_gallery_v3 a img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.content_gallery_v3 h4 {
  font-family: Exo-SemiBold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.responsive_img {
  outline: none;
  margin: 2%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
  padding: 10px;
  border: 1px solid red;
}

.responsive_img:hover {
  border: 1px solid #f0d100;
}

.repsonsive_img img {
  display: block;
}

/* TEAM */
#content_team {
}

#team_left {
  border: 0px solid red;
  width: 450px;
  float: left;
  margin-left: 10px;
}

#team_right {
  border: 0px solid blue;
  width: 450px;
  float: left;
  margin-left: 10px;
}

.team_box {
  margin-bottom: 40px;
  border: 0px solid red;
  margin-left: 0px;
  margin-right: 10px;
  padding: 1%;
  width: 48%;
  margin: 1%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.team_box img {
  max-width: 80%;
  display: block;
  margin: 15px auto;
}

.team_box p {
  text-align: center;
}

.team_box p span {
  display: inline-block;
  font-size: 20px;
  margin-top: 5px;
}

/* NEWS ALL */
.news_main {
  text-align: center;
  padding: 15px;
  background: #f4f4f4;
  margin: 10px 0px 20px 0px;
  border-top: 2px solid #0b4a7f;
  border-bottom: 3px solid #0b4a7f;
}

.news_main p {
  text-align: justify;
  margin: 10px 0px;
}

.news_main span {
  margin-top: 20px;
  display: inline-block;
  font-style: italic;
  font-family: Exo-Bold;
}

.news_main a {
  display: inline-block;
  padding: 10px 15px;
  background: #0b4a7f;
  color: #fff;
  text-decoration: none;
}

.news_main a:hover {
  background: #333;
}

/* PREISLISTE */
.preise_content {
  padding: 10px 20px;
}

.preise_content h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
}

.preise_box {
  border: 0px solid red;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 50px;
}

.preise_box h4 {
  margin-top: 10px;
  color: #666;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 5px;
}

.preise_txt {
  display: inline-block;
  border: 0px solid blue;
  width: 600px;
  font-size: 18px;
  padding: 10px 15px;
  margin-left: 0px;
  background-image: url(../img/noise_f4f4f4.jpg);
  -webkit-box-shadow: 0px 1px 5px 0px #ccc;
  position: relative;
  -moz-box-shadow: 0px 1px 5px 0px #ccc;
  box-shadow: 0px 1px 5px 0px #ccc;
}

.preise_txt span {
  display: inline-block;
  font-size: 14px;
  text-align: right;
  border: 0px solid blue;
  width: 200px;
  position: absolute;
  right: 10px;
  top: 13px;
}

.preise_zahl {
  display: inline-block;
  border: 0px solid green;
  width: 100px;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 15px 15px;
  background-image: url(../img/bg_blue_noise.jpg);
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.preise_melanie {
  display: inline-block;
  border: 0px solid green;
  width: 100px;
  font-size: 20px;
  margin-bottom: 20px;
  background-image: url(../img/bg_blue_noise.jpg);
  color: #fff;
  position: relative;
  top: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.preise_melanie a {
  outline: none;
  display: inline-block;
  border: 0px solid red;
  padding: 5px 25px;
  position: relative;
  left: 5px;
}

.preise_melanie a img {
  outline: none;
  display: inline-block;
  border: 0px solid red;
  position: relative;
  top: 3px;
}

.preise_zahl span {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 10px;
}

.massage_min {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
}

.preise_zahl p {
  font-size: 18px;
  border: 0px solid red;
  position: absolute;
  top: 15px;
  left: 20px;
}

.preise_txt_info {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  border-top: 1px solid #fad725;
  border-bottom: 1px solid #fad725;
  padding: 10px 0px;
}

.preise_txt_info_ktn {
  text-align: center;
  padding: 10px;
  background-image: url(../img/bg_blue_noise.jpg);
  color: #fff;
}

/* RESTAURANT  */
#content_restaurant {
  border: 0px solid red;
}

.info_box_badwirtin {
  margin: 0px 40px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
}

.info_box_badwirtin span {
  font-size: 20px;
  font-style: italic;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.info_box_badwirtin_v2 {
  margin: 0px 40px;
  text-align: center;
}

.info_box_badwirtin_v2 a {
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background-image: url(../img/bg_blue_noise.jpg);
  padding: 15px 20px;
  font-size: 20px;
  -webkit-box-shadow: 0px 1px 5px 0px #ccc;
  -moz-box-shadow: 0px 1px 5px 0px #ccc;
  box-shadow: 0px 1px 5px 0px #ccc;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.info_box_badwirtin_v2 a:hover {
  -webkit-box-shadow: 0px 1px 5px 0px #1b1b1b;
  -moz-box-shadow: 0px 1px 5px 0px #1b1b1b;
  box-shadow: 0px 1px 5px 0px #1b1b1b;
}

.info_box_badwirtin_v2 h3 {
  font-size: 25px;
  text-align: center;

  margin-top: 20px;
  padding-top: 15px;
}
.copyright {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.info_box_badwirtin_v2 p {
  text-align: center;
}

.info_box_badwirtin_v2 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  background-image: url(../img/bg_yellow_noise.jpg);
  color: #333;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

#content_restaurant hr {
  margin: 40px 40px 30px 40px;
}

#content_restaurant h1 {
  margin: 20px 40px;
  font-size: 28px;
  font-family: Exo-Bold;
}

.speisen_view {
  border: 0px solid red;
  margin: 20px 40px;
  padding: 10px 15px;
  position: relative;
  -webkit-box-shadow: 0 0 2px 2px #ccc;
  box-shadow: 0 0 2px 2px #ccc;
}

.speisen_view h2 {
  margin-bottom: 5px;
}

.beschreibung_de_txt {
  font-size: 18px;
  border: 0px solid red;
  margin-right: 85px;
}

.beschreibung_e_txt {
  margin-top: 3px;
  font-style: italic;
}

.speisen_view h3 {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  background-image: url(../img/bg_yellow_noise.jpg);
  font-size: 20px;
}

.speisen_view h3 span {
  display: inline-block;
  font-family: Exo-Bold;
  font-size: 16px;
  margin-right: 5px;
}

.info_box_speisen_view {
  margin: 0px 25px;
  font-size: 16px;
  text-align: center;
  border: 0px solid red;
}

.img-outer {
  border: 0px solid red;
  text-align: center;
}

.img-outer img {
  display: inline-block;
  max-width: 100%;
  margin: 15px 30px;
}

/* UMBAU */
.umbau_all {
  border: 0px solid red;
  margin-bottom: 20px;
}

.umbau_all h2 {
  text-align: center;
}

.umbau_all p {
  padding: 1%;
  text-align: justify;
}

.umbau_pics {
  width: 48%;
  float: left;
  margin: 1%;
  border: 1px solid #ccc;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.umbau_pics img {
  display: block;
  width: 100%;
}

.umbau_left {
  width: 48%;
  float: left;
  margin: 1%;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.umbau_right {
  width: 48%;
  float: left;
  margin: 1%;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* KONTAKT */
#googleMap {
  width: 100%;
  height: 400px;
  margin: 2% 0px;
}

#google_maps_karte {
  border: 0px solid red;
  display: inline-block;
  padding: 15px;
  margin-left: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(../img/noise_f4f4f4.jpg);
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.kontakt_box {
  padding: 20px;
  border: 0px solid red;
}

.kontakt_box p {
  width: 350px;
  border: 0px solid blue;
  display: inline-block;
  float: left;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 50px;
  background-image: url(../img/noise_f4f4f4.jpg);
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.kontakt_box p span {
  display: inline-block;
  font-size: 20px;
  width: 250px;
  padding: 10px 15px;
}

.kontakt_box a {
  text-decoration: none;
  color: #333;
}

.kontakt_box a:hover {
  text-decoration: underline;
}

/* IMPRESSUM */
#impressum_content {
  padding: 20px 40px;
}

#impressum_content hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}

.impressum_box {
  padding: 20px;
  border: 0px solid red;
}

.impressum_box p {
  width: 320px;
  border: 0px solid blue;
  display: inline-block;
  float: left;
  margin-left: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  background-image: url(../img/noise_f4f4f4.jpg);
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.impressum_box p span {
  display: inline-block;
  font-size: 18px;
  width: 80px;
  border: 0px solid red;
}

.impressum_box a {
  text-decoration: none;
  color: #333;
}

.impressum_box a:hover {
  text-decoration: underline;
}

/* FOOTER */
#footer {
  border: 0px solid black;
  padding-bottom: 0px;
  position: relative;
  background-image: url(../img/bg_blue_noise.jpg);
  padding-bottom: 20px;
  height: 185px;
}

#footer_main_all {
  border: 0px solid red;
  position: absolute;
  height: 220px;
  width: 100%;
  top: -60px;
  background-image: url(../img/bg_yellow_noise.jpg);
  border-top: 1px solid #d6b922;
}

#footer_content {
  width: 980px;
  margin: 0 auto;
}

#footer_content_left {
  width: 320px;
  float: left;
  background-image: url(../img/footer_line.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 210px;
  border: 0px solid red;
  margin-top: 10px;
}

#footer_content_middle {
  width: 320px;
  float: left;
  background-image: url(../img/footer_line.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 210px;
  border: 0px solid red;
  margin-top: 10px;
}

#footer_content_right {
  width: 320px;
  float: left;
  border: 0px solid red;
}

#footer_content_left h3 {
  font-family: Exo-Bold;
  font-size: 18px;
}

#footer_content_left h4 {
  font-family: Exo-Light;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6b922;
  font-size: 14px;
  margin-right: 15px;
  padding-bottom: 5px;
}

#footer_content_left p {
  margin-bottom: 10px;
}

#footer_content_left p span {
  display: inline-block;
  width: 70px;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}

#footer_content_left p a {
  text-decoration: none;
  color: #333;
  padding: 5px 5px;
}

#footer_content_left p a:hover {
  background-color: #1164ab;
  color: #fff;
}

#footer_content_middle h3 {
  font-family: Exo-Bold;
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6b922;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
}

#footer_content_middle p {
  margin-bottom: 10px;
}

#footer_content_middle p span {
  display: inline-block;
  width: 40px;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}

#footer_content_middle p a {
  text-decoration: none;
  color: #333;
  padding: 5px 5px;
}

#footer_content_middle p a:hover {
  background-color: #1164ab;
  color: #fff;
}

#footer_content_right img {
  position: relative;
  left: 70px;
  top: 10px;
  border: none;
  outline: none;
}

#footer_content_right h3 {
  position: relative;
  left: 25px;
  font-family: Exo-Light;
}

#sub_navi {
}

#sub_navi ul {
  list-style-type: none;
}

#sub_navi ul li {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 7px;
}

#sub_navi ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border: 0px solid red;
  padding: 5px 10px;
  font-weight: 100;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

#sub_navi ul li a:hover {
  background-color: #125791;
}

#back_to_top {
  border: 0px solid red;
  z-index: 100;
  position: absolute;
  top: -110px;
  right: 30px;
  background-image: url(../img/back_to_top.png);
  width: 55px;
  height: 64px;
  text-indent: -9999px;
  cursor: pointer;
}

/* SELECT LANGUAGE PANEL*/
/* sliding panel */
#select_lang_box {
  position: absolute;
  top: 15px;
  left: 10px;
  border: 0px solid red;
  z-index: 1000;
}

#select_lang_box a {
  background-color: #1164ab;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#select_lang_box a:hover {
  background-color: #0e4e84;
}

#toppanel {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#panel {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: auto;
  color: #999999;
  background-image: url(../img/bg_all.jpg);
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.close {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #333;
  border-top: 1px dotted #333;
  padding: 10px 0px;
  margin: 0px 30%;
}

.close:hover {
  color: #bb7a7a;
}

#languages p {
  font-size: 20px;
  padding: 10px 0px;
  margin-top: 20px;
  margin: 20px 17% 0px 17%;
  color: #333;
}

.lang_de_en {
  text-decoration: none;
  background-color: #1164ab;
  color: #fff;
  margin: 5px 10px 20px 10px;
  padding: 10px 15px;
  display: inline-block;
}

.lang_de_en:hover {
  background-color: #0e4e84;
}

.close {
  text-decoration: none;
  color: #333;
}

.close:hover {
  color: #0e4e84;
}

/* ENDE SELECT LANGUAGE */

/* TOOLTIP */
/* 
	Required Styles
*/
#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000;
}

#aToolTip .aToolTipContent {
  position: relative;
  margin: 0;
  padding: 0;
}

/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
  background-image: url(../img/bg_blue_noise.jpg);
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 100;
  font-size: 15px;
  padding: 6px 12px;

  -moz-border-radius: 6px 0px 6px 6px;
  -webkit-border-radius: 6px 0px 6px 6px;
  -khtml-border-radius: 6px 0px 6px 6px;
  border-radius: 6px 0px 6px 6px;
  position: absolute;
}

.defaultTheme #aToolTipCloseBtn {
  display: block;
  height: 18px;
  width: 18px;
  background: url(../images/closeBtn.png) no-repeat;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: 10px;
  right: 0px;
  margin: 2px;
  padding: 4px;
}

.defaultTheme {
  background-image: url(../img/bg_blue_noise.jpg);
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 100;
  font-size: 15px;
  padding: 6px 12px;

  -moz-border-radius: 6px 0px 6px 6px;
  -webkit-border-radius: 6px 0px 6px 6px;
  -khtml-border-radius: 6px 0px 6px 6px;
  border-radius: 6px 0px 6px 6px;
  position: absolute;
}

.defaultTheme #aToolTipCloseBtn {
  display: block;
  height: 18px;
  width: 18px;
  background: url(../images/closeBtn.png) no-repeat;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: 10px;
  right: 0px;
  margin: 2px;
  padding: 4px;
}

.clear {
  clear: both;
}
