/* @group CSS Reset */
.wbe4Wrapper .tableArticle img.imgArticle {
  width: 300px !important;
  padding-right: 5%;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
video,
.wp-video {
  text-align: center;
  margin: 0 auto 40px;
}
body {
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 100%;
  font-size: 1em;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  border: none !important;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* @end */
/* @group Typography */
/* Listen */
.rtbs_content ul {
  max-width: 720px;
  margin: 20px auto !important;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-align: left;
}
.rtbs_content ul li {
  padding: 12px 0;
  font-size: 18px;
  /* border-bottom: 1px solid @greyLight10; */
  padding-left: 40px;
  color: #656565;
  position: relative;
}
.rtbs_content ul li:before {
  background: url('../img/sprite.png') no-repeat;
  width: 15px;
  height: 12px;
  background-position: 0 -100px;
  position: absolute;
  content: "";
  margin-left: -30px;
  margin-top: 5px;
}
.rtbs_content ul li:nth-child(5n+1) {
  /* border-top: 1px solid @greyLight10; */
}
.Preis {
  font-size: 50px;
  color: #3F3F3F;
  margin-top: 50px;
  margin-bottom: 45px;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #656565;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* @end */
/* @group Elements */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* @end */
/* @group Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/* @end */
/* @group Scrollbars */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: rgba(64, 64, 64, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(64, 64, 64, 0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.5);
}
/* @end */
/* @group Navigation */
/* @group Links */
*:focus {
  outline: 0;
}
a {
  color: #3F3F3F;
  text-decoration: none;
}
a:visited {
  color: #3F3F3F;
}
a:hover,
a:focus,
a:active {
  color: #000000;
}
.entry-content a:link {
  border-bottom: none;
  color: #000000;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
  color: #000000;
  border-bottom: 1px solid #888;
  padding-bottom: 1px;
}
.entry-content a:hover img {
  border-bottom: none !important;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
/* @end */
/* @group Menu */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation.scrolled {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  height: 65px;
  z-index: 100000 !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation.scrolled .menuSlider {
  display: block;
  z-index: 10000000 !important;
  position: absolute;
  position: fixed;
  /* display: none; */
  width: 300px;
  height: 100%;
  background-color: #3F3F3F;
  top: 0;
  left: -300px;
  padding: 25px 25px 25px 60px;
}
.main-navigation.scrolled .menuSlider .menuClose {
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 35px;
}
.main-navigation.scrolled .menuSlider .menuClose .menuCloseIcon {
  background: url('../img/sprite.png') no-repeat;
  background-position: -500px -200px;
  width: 14px;
  height: 12px;
  float: left;
  margin-right: 25px;
  margin-top: 4px;
}
.main-navigation.scrolled .menuSlider .menu-hauptmenu-container ul li a,
.main-navigation.scrolled .menuSlider .menu-hauptmenu-en-container ul li a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 50px;
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
.main-navigation.scrolled .menuSlider .menu-hauptmenu-container ul li a:hover,
.main-navigation.scrolled .menuSlider .menu-hauptmenu-en-container ul li a:hover {
  color: #CCCCCC;
}
.main-navigation.scrolled .burger {
  background: transparent url('../img/burgerScrolled.gif') no-repeat top left;
  background-size: cover;
  width: 50px;
  height: 45px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation.scrolled .burger:hover {
  background: transparent url('../img/burgerScrolled.gif') no-repeat top left;
  background-size: cover;
}
.main-navigation.scrolled .burger .burgerTxt {
  padding: 12px 0 0 65px;
  opacity: 0;
  display: inline-block;
}
.main-navigation.scrolled .logo {
  width: 136px;
  height: 22px;
  text-align: center;
  background: url('../img/logoStickyHeader.gif') no-repeat;
  background-size: cover;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  top: 20px;
  opacity: 0;
  cursor: pointer;
}
.main-navigation.scrolled .buchen {
  right: 0;
  float: right;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 0;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.menuSlider .current_page_item a {
  color: #aaaaaa !important;
}
/* Small menu. */
.menu-toggle {
  display: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* @end */
/* @end */
/* @group Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* @end */
/* @group Alignments & Clearings */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/* @end */
/* @group Widgets */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
  display: none;
}
/* @end */
/* @group Content */
/* @group Posts & Pages */
.sticky {
  display: block;
}
.hentry {
  margin: 80px 0 200px;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.page-content p,
.entry-content p,
.entry-summary p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px !important;
  color: #656565;
}
.page-content h1,
.entry-content h1,
.entry-summary h1,
.page-content h2,
.entry-content h2,
.entry-summary h2,
.page-content h3,
.entry-content h3,
.entry-summary h3,
.page-content h4,
.entry-content h4,
.entry-summary h4,
.page-content h5,
.entry-content h5,
.entry-summary h5,
.page-content h6,
.entry-content h6,
.entry-summary h6 {
  text-align: center;
  max-width: 780px !important;
  margin: 0 auto;
}
.page-content h2,
.entry-content h2,
.entry-summary h2 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 90px auto 30px;
}
.page-content h3,
.entry-content h3,
.entry-summary h3 {
  font-size: 19px;
}
.page-content .btn,
.entry-content .btn,
.entry-summary .btn {
  text-align: center;
  margin: 60px 0;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page-content .btn.grey a,
.entry-content .btn.grey a,
.entry-summary .btn.grey a {
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #3F3F3F;
  padding: 15px 90px;
  display: inline-block !important;
}
.page-content .btn.grey a:hover,
.entry-content .btn.grey a:hover,
.entry-summary .btn.grey a:hover {
  background-color: #656565;
  border-bottom: none !important;
}
.page-content img.size-full,
.entry-content img.size-full,
.entry-summary img.size-full {
  margin-bottom: 25px;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.en #masthead .main-navigation.top .buchen {
  background: url('../img/booking.png');
  background-size: cover;
}
.en #masthead .main-navigation.top .buchen:hover {
  background: url('../img/bookingHover.png');
  background-size: cover;
  cursor: pointer;
}
.en #masthead .main-navigation.scrolled .buchen {
  background: none;
}
.en #masthead .main-navigation.scrolled .buchen:hover {
  background: none;
  cursor: pointer;
}
#masthead .aktion {
  background-color: #D72382;
  position: fixed;
  right: 0;
  top: 35%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 50px;
  margin: -33px;
  z-index: 1000000000;
}
#masthead .aktion:hover {
  background-color: #FFD200;
}
#masthead .aktion p {
  padding: 10px 20px;
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 35px;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
#masthead .aktion p a {
  color: #FFFFFF;
}
#masthead .aktion p a:hover {
  cursor: pointer;
}
#masthead .main-navigation.top {
  display: block;
  position: fixed;
  top: 40px;
  left: 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  height: 85px;
  z-index: 100;
}
#masthead .main-navigation.top .menuSlider {
  display: block;
  z-index: 10000 !important;
  position: absolute;
  position: fixed;
  /* display: none; */
  width: 300px;
  height: 100%;
  background-color: #3F3F3F;
  top: 0;
  left: -300px;
  padding: 60px 25px 25px 60px;
}
#masthead .main-navigation.top .menuSlider .menuClose {
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 35px;
}
#masthead .main-navigation.top .menuSlider .menuClose .menuCloseIcon {
  background: url('../img/closeMenu.png') no-repeat;
  background-size: cover;
  width: 14px;
  height: 12px;
  float: left;
  margin-right: 25px;
  margin-top: 4px;
}
#masthead .main-navigation.top .menuSlider .menu-hauptmenu-container ul li a,
#masthead .main-navigation.top .menuSlider .menu-hauptmenu-en-container ul li a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 50px;
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
#masthead .main-navigation.top .menuSlider .menu-hauptmenu-container ul li a:hover,
#masthead .main-navigation.top .menuSlider .menu-hauptmenu-en-container ul li a:hover {
  color: #CCCCCC;
}
#masthead .main-navigation.top .burger {
  background: transparent url('../img/burger.png') no-repeat top left;
  background-size: cover;
  width: 50px;
  height: 45px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#masthead .main-navigation.top .burger:hover {
  background: transparent url('../img/burgerHover.png') no-repeat top left;
  background-size: cover;
}
#masthead .main-navigation.top .burger .burgerTxt {
  padding: 12px 0 0 65px;
  opacity: 0;
  display: inline-block;
}
#masthead .main-navigation.top .logo {
  width: 136px;
  height: 22px;
  text-align: center;
  background: url('../img/logoStickyHeader.gif') no-repeat;
  background-size: cover;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  top: 30px;
  opacity: 0;
}
#masthead .main-navigation.top .buchen {
  background: transparent url('../img/buchen.png') no-repeat top left;
  background-size: cover !important;
  width: 83px;
  height: 83px;
  right: 0;
  float: right;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 28px 0;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#masthead .main-navigation.top .buchen:hover {
  background: transparent url('../img/buchenHover.png') no-repeat top left;
  background-size: cover;
}
#masthead .main-navigation.top .buchen .buchenTxt {
  opacity: 0;
}
#masthead .main-navigation.top .buchen.buchenClose {
  background: transparent url('../img/buchenClose.png') no-repeat top left !important;
  background-size: cover !important;
}
#masthead .main-navigation.top .buchen.buchenClose:hover {
  background: transparent url('../img/buchenClose.png') no-repeat top left !important;
  background-size: cover !important;
}
#masthead .featuredImage {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -100;
}
#masthead .featuredImage .layer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  z-index: 10;
}
#masthead .featuredImage img.wp-post-image {
  width: 100%;
}
#masthead .slideshow {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
#masthead .slideshow .layer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  z-index: 10;
}
#masthead .site-branding {
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
#masthead .site-branding h1.site-title {
  display: none;
}
#masthead .site-branding h2.site-description {
  color: #FFFFFF;
  margin: 0;
  line-height: 1 !important;
  font-weight: normal;
  font-family: 'SabonLTPro-BoldItalic', serif;
}
#masthead .site-branding h2.site-description.home {
  font-size: 160px;
  position: absolute !important;
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: block;
}
#masthead .site-branding h2.site-description.page {
  display: none;
  font-size: 160px;
  position: absolute;
  width: 100%;
  text-align: center;
}
#masthead .site-branding a {
  width: 168px;
  margin: 0 auto;
  display: block;
}
#masthead .site-branding a img.header-image {
  width: 168px;
  height: 55px;
  text-align: center;
}
#content {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  z-index: 1000;
}
.home #main h1.entry-title {
  display: none;
}
.home #main p {
  width: 780px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px;
}
.home .wp-tiles-container .wp-tiles-tile {
  opacity: 0;
  letter-spacing: 0 !important;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page #main h1.entry-title,
.single #main h1.entry-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.page #main .entry-content p,
.single #main .entry-content p {
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.page #main .entry-content .downloadPdf,
.single #main .entry-content .downloadPdf {
  margin-top: 35px;
  margin-bottom: 35px;
}
.page #main .entry-content .downloadPdf a .downloadIcon,
.single #main .entry-content .downloadPdf a .downloadIcon {
  background: transparent url('../img/sprite.png');
  background-position: -100px 0;
  width: 50px;
  height: 63px;
  margin: 20px auto;
}
.page #main .entry-content .downloadPdf a:hover,
.single #main .entry-content .downloadPdf a:hover {
  color: #3F3F3F;
}
.page #main .entry-content .downloadPdf a:hover .downloadIcon,
.single #main .entry-content .downloadPdf a:hover .downloadIcon {
  background: transparent url('../img/sprite.png');
  background-position: -700px -300px;
}
.page #main .entry-content .downloadPdf p:last-of-type,
.single #main .entry-content .downloadPdf p:last-of-type {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.page #main .entry-content .slider-wrapper,
.single #main .entry-content .slider-wrapper {
  margin: 0 auto 50px;
}
/* @group Aktionen */
.page-template-tmpl-buchen #content {
  background-color: transparent !important;
}
.page-template-tmpl-buchen-php header#masthead {
  display: block;
  position: relative;
}
.aktionenWrapper {
  width: 100%;
  z-index: 1000;
  display: block;
  margin-top: -200px;
}
.aktionenWrapper .aktionen {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.aktionenWrapper .aktionen .widget {
  width: 31.3%;
  float: left;
  margin: 0;
  background-color: #EDEDED;
  padding: 2%;
  align-items: stretch;
  -webkit-align-items: stretch;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.aktionenWrapper .aktionen .widget:first-of-type:hover {
  background-color: #A0CD87;
}
.aktionenWrapper .aktionen .widget:first-of-type:hover h4,
.aktionenWrapper .aktionen .widget:first-of-type:hover p {
  color: #FFFFFF;
}
.aktionenWrapper .aktionen .widget:nth-of-type(2) {
  margin: 0 3%;
}
.aktionenWrapper .aktionen .widget:nth-of-type(2):hover {
  background-color: #5FC3F0;
}
.aktionenWrapper .aktionen .widget:nth-of-type(2):hover h4,
.aktionenWrapper .aktionen .widget:nth-of-type(2):hover p {
  color: #FFFFFF;
}
.aktionenWrapper .aktionen .widget:last-of-type:hover {
  background-color: #D72382;
}
.aktionenWrapper .aktionen .widget:last-of-type:hover h4,
.aktionenWrapper .aktionen .widget:last-of-type:hover p {
  color: #FFFFFF;
}
.aktionenWrapper .aktionen .widget h4.widget-title {
  font-size: 21px;
  margin: 0;
}
.aktionenWrapper .aktionen .widget p.simple-image img {
  width: 100%;
}
.aktionenWrapper .aktionen .widget p {
  font-size: 17px;
}
.aktionenWrapper .aktionen .widget p.more {
  margin-bottom: 15px;
}
.aktionenWrapper .aktionen .widget p.more a {
  background-color: #3F3F3F;
  padding: 12px 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.aktionenWrapper .aktionen .widget p.more a :hover {
  background-color: #656565;
}
/* @end Aktionen */
/* @group Templates */
#tile-251,
#tile-247,
#tile-248,
#tile-249,
#tile-250 {
  cursor: pointer;
}
.home .entry-content {
  padding-top: 40px;
}
.home .slideshow .slider-wrapper .nivo-directionNav {
  display: none;
}
.home .slideshow .startBuchenWrap {
  width: 100%;
  bottom: -50px;
  position: absolute;
  z-index: 1000;
}
.home .slideshow .startBuchenWrap #startBuchen {
  background-color: #EDEDED;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 60px;
}
.home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen {
  padding-top: 20px;
}
.home .slideshow .startBuchenWrap #startBuchen .row .anreise,
.home .slideshow .startBuchenWrap #startBuchen .row .abreise,
.home .slideshow .startBuchenWrap #startBuchen .row .zimmer,
.home .slideshow .startBuchenWrap #startBuchen .row .erwachsene,
.home .slideshow .startBuchenWrap #startBuchen .row .kinder,
.home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen {
  float: left;
  width: 14.6%;
  margin: 0 1%;
}
.home .slideshow .startBuchenWrap #startBuchen .row .anreise label,
.home .slideshow .startBuchenWrap #startBuchen .row .abreise label,
.home .slideshow .startBuchenWrap #startBuchen .row .zimmer label,
.home .slideshow .startBuchenWrap #startBuchen .row .erwachsene label,
.home .slideshow .startBuchenWrap #startBuchen .row .kinder label,
.home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen label {
  display: block;
  font-size: 13px;
}
.home .slideshow .startBuchenWrap #startBuchen .row .anreise input.datepicker,
.home .slideshow .startBuchenWrap #startBuchen .row .abreise input.datepicker,
.home .slideshow .startBuchenWrap #startBuchen .row .zimmer input.datepicker,
.home .slideshow .startBuchenWrap #startBuchen .row .erwachsene input.datepicker,
.home .slideshow .startBuchenWrap #startBuchen .row .kinder input.datepicker,
.home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen input.datepicker {
  border: none !important;
  border-radius: 0 !important;
  width: 100%;
  background: #FFFFFF url('../img/bg_datepicker.png') no-repeat center right 10px;
  background-size: 26px 26px;
  padding: 8px 10px;
  cursor: pointer;
}
.home .slideshow .startBuchenWrap #startBuchen .row .anreise select,
.home .slideshow .startBuchenWrap #startBuchen .row .abreise select,
.home .slideshow .startBuchenWrap #startBuchen .row .zimmer select,
.home .slideshow .startBuchenWrap #startBuchen .row .erwachsene select,
.home .slideshow .startBuchenWrap #startBuchen .row .kinder select,
.home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  width: 100%;
  display: block;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 10px;
  background: #FFFFFF url('../img/bg_selectDropdown.png') no-repeat center right 5px;
  background-size: 26px 26px;
}
.home .slideshow .startBuchenWrap #startBuchen .row .anreise input[type="submit"],
.home .slideshow .startBuchenWrap #startBuchen .row .abreise input[type="submit"],
.home .slideshow .startBuchenWrap #startBuchen .row .zimmer input[type="submit"],
.home .slideshow .startBuchenWrap #startBuchen .row .erwachsene input[type="submit"],
.home .slideshow .startBuchenWrap #startBuchen .row .kinder input[type="submit"],
.home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen input[type="submit"] {
  border: none !important;
  border-radius: 0 !important;
  color: #FFFFFF;
  background-color: #3F3F3F;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  letter-spacing: 1px;
  width: 100%;
  padding: 11px !important;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.home .slideshow .startBuchenWrap #startBuchen .row .anreise input[type="submit"]:hover,
.home .slideshow .startBuchenWrap #startBuchen .row .abreise input[type="submit"]:hover,
.home .slideshow .startBuchenWrap #startBuchen .row .zimmer input[type="submit"]:hover,
.home .slideshow .startBuchenWrap #startBuchen .row .erwachsene input[type="submit"]:hover,
.home .slideshow .startBuchenWrap #startBuchen .row .kinder input[type="submit"]:hover,
.home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen input[type="submit"]:hover {
  background-color: #656565;
}
.home .wp-tiles-tile a[href*="#"] {
  cursor: default !important;
}
.home .wp-tiles-tile .tileHover {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.2);
  position: absolute;
  top: 0;
  z-index: 10;
}
.home .wp-tiles-tile:hover .tileHover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.home .wp-tiles-tile .wp-tiles-tile-wrapper {
  padding: 20px !important;
  position: relative;
  height: 100%;
}
.home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline {
  color: #FFFFFF !important;
  font-size: 27px;
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: 0;
  font-family: 'SabonLTPro-Italic', serif;
}
.home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline h4.wp-tiles-byline-title {
  font-size: 24px;
  cursor: pointer;
}
.home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline .gridMore {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer !important;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline .gridMore a {
  color: #FFFFFF !important;
}
.home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline .gridMore a:hover {
  border-bottom: none !important;
}
.page-template-tmpl-haeuser .entry-content {
  padding-bottom: 120px;
}
.page-template-tmpl-haeuser .entry-content h2,
.page-template-tmpl-haeuser .entry-content h3,
.page-template-tmpl-haeuser .entry-content h4,
.page-template-tmpl-haeuser .entry-content h5,
.page-template-tmpl-haeuser .entry-content h6 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn {
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  margin: 0 2px;
  background: url('../img/sprite.png');
  cursor: pointer !important;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn:hover {
  cursor: pointer;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn .zimmerTypTxt {
  display: none;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn.typXL {
  background-position: -400px -200px;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn.typL {
  background-position: -300px -200px;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn.typM {
  background-position: -200px -200px;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn.typS {
  background-position: -100px -200px;
}
.page-template-tmpl-haeuser .entry-content .zimmerBtn.typXS {
  background-position: 0 -200px;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  margin-top: 90px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper:first-of-type {
  margin-top: 0;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper [class*="aq_span"] {
  margin-left: 0 !important;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-230 .aq-block-aq_text_block {
  background-color: #E10A2D;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-568 .aq-block-aq_text_block {
  background-color: #E10A2D;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-235 .aq-block-aq_text_block {
  background-color: #5FC3F0;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-570 .aq-block-aq_text_block {
  background-color: #5FC3F0;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-236 .aq-block-aq_text_block {
  background-color: #A0CD87;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-571 .aq-block-aq_text_block {
  background-color: #A0CD87;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-237 .aq-block-aq_text_block {
  background-color: #FFD200;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-572 .aq-block-aq_text_block {
  background-color: #FFD200;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-238 .aq-block-aq_text_block {
  background-color: #D72382;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-573 .aq-block-aq_text_block {
  background-color: #D72382;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-239 .aq-block-aq_text_block {
  background-color: #D8D8D8;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper#aq-template-wrapper-574 .aq-block-aq_text_block {
  background-color: #D8D8D8;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block {
  /*opacity: 0;*/
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-first:first-of-type {
  float: left;
  max-width: 300px;
  height: 100%;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-first:first-of-type * {
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-block-aq_text_block {
  float: right;
  max-width: 620px;
  height: auto;
  width: 620px;
  height: 100%;
  position: relative;
}
.page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-block-aq_text_block .aq-block-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  padding: 0 !important;
  color: #FFFFFF;
  font-size: 28px;
  letter-spacing: 0;
  font-family: 'SabonLTPro-Italic', serif;
}
.page-template-tmpl-service .entry-content img.alignnone {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-template-tmpl-service .entry-content h2,
.page-template-tmpl-service .entry-content h3,
.page-template-tmpl-service .entry-content h4,
.page-template-tmpl-service .entry-content h5,
.page-template-tmpl-service .entry-content h6 {
  padding-top: 50px;
  border-top: 1px solid #EDEDED;
  padding-bottom: 20px;
  font-size: 20px;
}
.page-template-tmpl-service .entry-content ul {
  max-width: 720px;
  margin: 0 auto !important;
  text-align: left;
  list-style: none;
  padding-bottom: 45px;
}
.page-template-tmpl-service .entry-content ul li {
  font-size: 18px;
  padding-left: 40px;
  color: #656565;
  position: relative;
}
.page-template-tmpl-service .entry-content ul li:before {
  background: url('../img/sprite.png') no-repeat;
  width: 15px;
  height: 12px;
  background-position: 0 -100px;
  position: absolute;
  content: "";
  margin-left: -30px;
  margin-top: 5px;
}
.page-template-tmpl-news #content {
  margin-bottom: 100px;
}
.page-template-tmpl-news h1.aktuellesPageTitle {
  padding-top: 80px;
}
.page-template-tmpl-news .entry-content.intro {
  border-bottom: none !important;
}
.page-template-default .navigation,
.page-template-tmpl-news .navigation,
.single .navigation {
  text-align: center;
  padding-top: 50px;
}
.page-template-default .navigation .newer,
.page-template-tmpl-news .navigation .newer,
.single .navigation .newer,
.page-template-default .navigation .older,
.page-template-tmpl-news .navigation .older,
.single .navigation .older {
  margin: 0 10px;
}
.page-template-default img.aktuellesThumb,
.page-template-tmpl-news img.aktuellesThumb,
.single img.aktuellesThumb {
  max-width: 620px;
  width: 100%;
  height: auto;
}
.page-template-default .entry-content,
.page-template-tmpl-news .entry-content,
.single .entry-content {
  border-bottom: 1px solid #EDEDED;
}
.page-template-default .entry-content.aktuellesTeaser,
.page-template-tmpl-news .entry-content.aktuellesTeaser,
.single .entry-content.aktuellesTeaser {
  margin-bottom: 0 auto;
  padding: 20px;
}
.page-template-default .entry-content.sticky,
.page-template-tmpl-news .entry-content.sticky,
.single .entry-content.sticky {
  background-color: #f1f1f1;
  border: 1px solid #ccc !important;
}
.page-template-default .entry-content figure,
.page-template-tmpl-news .entry-content figure,
.single .entry-content figure {
  margin: 20px auto !important;
}
.page-template-default .entry-content a img.literaturThumb,
.page-template-tmpl-news .entry-content a img.literaturThumb,
.single .entry-content a img.literaturThumb {
  border: 1px solid #cccccc;
}
.page-template-default .entry-content a:hover > img.literaturThumb,
.page-template-tmpl-news .entry-content a:hover > img.literaturThumb,
.single .entry-content a:hover > img.literaturThumb {
  border-bottom: none !important;
}
.page-template-default .entry-content .nivoSlider .nivo-caption,
.page-template-tmpl-news .entry-content .nivoSlider .nivo-caption,
.single .entry-content .nivoSlider .nivo-caption {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
.page-template-default .entry-content ul,
.page-template-tmpl-news .entry-content ul,
.single .entry-content ul {
  max-width: 720px;
  margin: 20px auto !important;
  text-align: left;
}
.page-template-default .entry-content ul li,
.page-template-tmpl-news .entry-content ul li,
.single .entry-content ul li {
  padding: 12px 0;
  font-size: 18px;
  padding-left: 40px;
  color: #656565;
  position: relative;
}
.page-template-default .entry-content ul li:before,
.page-template-tmpl-news .entry-content ul li:before,
.single .entry-content ul li:before {
  background: url('../img/sprite.png') no-repeat;
  width: 15px;
  height: 12px;
  background-position: 0 -100px;
  position: absolute;
  content: "";
  margin-left: -30px;
  margin-top: 5px;
}
.page-template-default .entry-content img.alignnone,
.page-template-tmpl-news .entry-content img.alignnone,
.single .entry-content img.alignnone {
  opacity: 0;
}
.page-template-default .entry-content h2,
.page-template-tmpl-news .entry-content h2,
.single .entry-content h2,
.page-template-default .entry-content h3,
.page-template-tmpl-news .entry-content h3,
.single .entry-content h3,
.page-template-default .entry-content h4,
.page-template-tmpl-news .entry-content h4,
.single .entry-content h4,
.page-template-default .entry-content h5,
.page-template-tmpl-news .entry-content h5,
.single .entry-content h5,
.page-template-default .entry-content h6,
.page-template-tmpl-news .entry-content h6,
.single .entry-content h6 {
  padding-top: 50px;
  border-top: 1px solid #EDEDED;
  padding-bottom: 20px;
  font-size: 20px;
}
.page-template-default .entry-content h2.aktuellesHead,
.page-template-tmpl-news .entry-content h2.aktuellesHead,
.single .entry-content h2.aktuellesHead,
.page-template-default .entry-content h3.aktuellesHead,
.page-template-tmpl-news .entry-content h3.aktuellesHead,
.single .entry-content h3.aktuellesHead,
.page-template-default .entry-content h4.aktuellesHead,
.page-template-tmpl-news .entry-content h4.aktuellesHead,
.single .entry-content h4.aktuellesHead,
.page-template-default .entry-content h5.aktuellesHead,
.page-template-tmpl-news .entry-content h5.aktuellesHead,
.single .entry-content h5.aktuellesHead,
.page-template-default .entry-content h6.aktuellesHead,
.page-template-tmpl-news .entry-content h6.aktuellesHead,
.single .entry-content h6.aktuellesHead {
  border-top: none !important;
  padding-top: 0px !important;
  margin: 50px auto 0px !important;
}
.page-template-default .entry-content .wpcf7-form,
.page-template-tmpl-news .entry-content .wpcf7-form,
.single .entry-content .wpcf7-form,
.page-template-default .entry-content .haet-cleverreach-form,
.page-template-tmpl-news .entry-content .haet-cleverreach-form,
.single .entry-content .haet-cleverreach-form {
  padding-bottom: 45px;
}
.page-template-default .entry-content .wpcf7-form span,
.page-template-tmpl-news .entry-content .wpcf7-form span,
.single .entry-content .wpcf7-form span,
.page-template-default .entry-content .haet-cleverreach-form span,
.page-template-tmpl-news .entry-content .haet-cleverreach-form span,
.single .entry-content .haet-cleverreach-form span {
  display: block;
}
.page-template-default .entry-content .wpcf7-form span.label,
.page-template-tmpl-news .entry-content .wpcf7-form span.label,
.single .entry-content .wpcf7-form span.label,
.page-template-default .entry-content .haet-cleverreach-form span.label,
.page-template-tmpl-news .entry-content .haet-cleverreach-form span.label,
.single .entry-content .haet-cleverreach-form span.label {
  margin-bottom: 0;
}
.page-template-default .entry-content .wpcf7-form span.wpcf7-form-control-wrap,
.page-template-tmpl-news .entry-content .wpcf7-form span.wpcf7-form-control-wrap,
.single .entry-content .wpcf7-form span.wpcf7-form-control-wrap,
.page-template-default .entry-content .haet-cleverreach-form span.wpcf7-form-control-wrap,
.page-template-tmpl-news .entry-content .haet-cleverreach-form span.wpcf7-form-control-wrap,
.single .entry-content .haet-cleverreach-form span.wpcf7-form-control-wrap {
  margin: 5px auto 30px;
}
.page-template-default .entry-content .wpcf7-form input,
.page-template-tmpl-news .entry-content .wpcf7-form input,
.single .entry-content .wpcf7-form input,
.page-template-default .entry-content .haet-cleverreach-form input,
.page-template-tmpl-news .entry-content .haet-cleverreach-form input,
.single .entry-content .haet-cleverreach-form input {
  border: 1px solid #EDEDED !important;
  padding: 12px !important;
  display: block;
  width: 100%;
  max-width: 460px !important;
  text-align: center;
  font-family: 'OfficinaSansITCStd-Book', sans-serif !important;
  margin: 0 auto;
  margin-bottom: 25px;
}
.page-template-default .entry-content .wpcf7-form button[type="submit"],
.page-template-tmpl-news .entry-content .wpcf7-form button[type="submit"],
.single .entry-content .wpcf7-form button[type="submit"],
.page-template-default .entry-content .haet-cleverreach-form button[type="submit"],
.page-template-tmpl-news .entry-content .haet-cleverreach-form button[type="submit"],
.single .entry-content .haet-cleverreach-form button[type="submit"] {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  background-color: #3f3f3f;
  padding: 15px 90px;
  display: inline-block !important;
  text-shadow: none;
  margin-top: 25px;
}
.page-template-default .entry-content .wpcf7-form input[type="submit"],
.page-template-tmpl-news .entry-content .wpcf7-form input[type="submit"],
.single .entry-content .wpcf7-form input[type="submit"],
.page-template-default .entry-content .haet-cleverreach-form input[type="submit"],
.page-template-tmpl-news .entry-content .haet-cleverreach-form input[type="submit"],
.single .entry-content .haet-cleverreach-form input[type="submit"] {
  margin-top: 25px;
}
.page-template-default .entry-content .slider-wrapper,
.page-template-tmpl-news .entry-content .slider-wrapper,
.single .entry-content .slider-wrapper {
  max-width: 620px;
  margin: 0 auto;
}
.page-template-default .entry-content .slider-wrapper .layer,
.page-template-tmpl-news .entry-content .slider-wrapper .layer,
.single .entry-content .slider-wrapper .layer {
  display: none;
}
.page-template-default .entry-content .slider-wrapper .nivo-controlNav,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-controlNav,
.single .entry-content .slider-wrapper .nivo-controlNav {
  bottom: -50px;
}
.page-template-default .entry-content .slider-wrapper .nivo-controlNav .nivo-control,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-controlNav .nivo-control,
.single .entry-content .slider-wrapper .nivo-controlNav .nivo-control {
  color: transparent;
  background-image: transparent url('../img/sprite.png');
  background-position: -500px 0;
  margin: 0 2px;
  padding: 4px 5px;
  overflow: hidden;
  font-size: 2px;
}
.page-template-default .entry-content .slider-wrapper .nivo-controlNav .nivo-control.active,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-controlNav .nivo-control.active,
.single .entry-content .slider-wrapper .nivo-controlNav .nivo-control.active {
  background-image: transparent url('../img/sprite.png');
  background-position: -400px 0;
}
.page-template-default .entry-content .slider-wrapper .nivo-directionNav,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-directionNav,
.single .entry-content .slider-wrapper .nivo-directionNav {
  text-indent: -9999;
}
.page-template-default .entry-content .slider-wrapper .nivo-directionNav a,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-directionNav a,
.single .entry-content .slider-wrapper .nivo-directionNav a {
  opacity: 0.55;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-default .entry-content .slider-wrapper .nivo-directionNav a:hover,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-directionNav a:hover,
.single .entry-content .slider-wrapper .nivo-directionNav a:hover {
  border-bottom: none !important;
  opacity: 1;
}
.page-template-default .entry-content .slider-wrapper .nivo-directionNav .nivo-prevNav,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-directionNav .nivo-prevNav,
.single .entry-content .slider-wrapper .nivo-directionNav .nivo-prevNav {
  background-image: url('../img/sprite.png');
  background-position: -300px 0px;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  margin-left: 25px;
}
.page-template-default .entry-content .slider-wrapper .nivo-directionNav .nivo-nextNav,
.page-template-tmpl-news .entry-content .slider-wrapper .nivo-directionNav .nivo-nextNav,
.single .entry-content .slider-wrapper .nivo-directionNav .nivo-nextNav {
  background-image: url('../img/sprite.png');
  background-position: -200px 0px;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  margin-right: 25px;
}
.page-template-tmpl-zimmer .hentry {
  margin: 0 0 70px;
}
.page-template-tmpl-zimmer .content-area {
  position: relative;
  width: 100%;
}
.page-template-tmpl-zimmer .content-area .entry-content .hotel_preisliste tr td.column-1 img:hover {
  cursor: pointer;
}
.page-template-tmpl-zimmer .content-area .entry-content .ribbon {
  background-color: #3F3F3F;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  position: absolute;
  z-index: 100;
  right: 90px;
  top: -60px;
}
.page-template-tmpl-zimmer .content-area .entry-content .ribbon:hover {
  background-color: #656565;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.page-template-tmpl-zimmer .content-area .entry-content .ribbon .ribbonTxt {
  color: #FFFFFF;
  margin-top: 35px;
  font-size: 16px;
}
.page-template-tmpl-zimmer .content-area .entry-content .ribbon .Preis {
  color: #FFFFFF;
  font-size: 22px;
  margin-top: -5px;
}
.page-template-tmpl-zimmer .content-area .entry-content .nivoSlider {
  margin-top: 50px;
}
.page-template-tmpl-zimmer .content-area .entry-content .nivoSlider .nivo-caption {
  bottom: none !important;
  top: 0 !important;
  padding: 30px 50% 30px 30px !important;
  text-align: left;
  font-size: 20px;
  background: url('../img/bg_slideshowCaption.png') repeat-x top left;
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
.page-template-tmpl-zimmer .content-area .entry-content .zimmerBtn {
  text-align: center;
  display: inline-block;
  width: 10px;
  height: 22px;
  text-indent: -9999px;
  margin: 0 2px;
}
.page-template-tmpl-zimmer .content-area .entry-content .zimmerBtn.hausBlau {
  background-color: #5FC3F0;
}
.page-template-tmpl-zimmer .content-area .entry-content .zimmerBtn.hausGelb {
  background-color: #FFD200;
}
.page-template-tmpl-zimmer .content-area .entry-content .zimmerBtn.hausRot {
  background-color: #E10A2D;
}
.page-template-tmpl-zimmer .content-area .entry-content .zimmerBtn.hausGruen {
  background-color: #A0CD87;
}
.page-template-tmpl-zimmer .content-area .entry-content .zimmerBtn.hausPink {
  background-color: #D72382;
}
.page-template-tmpl-zimmer .content-area .entry-content .zimmerBtn.hausZweiteHeimat {
  background-color: #EDEDED;
}
.page-template-tmpl-lieblingsadressen .aq-template-wrapper .aq-block-aq_editor_block {
  border-top: 1px solid #EDEDED;
  padding-top: 35px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-template-tmpl-lieblingsadressen .aq-template-wrapper .aq-block-aq_editor_block img {
  margin-top: 35px;
}
.page-template-tmpl-lieblingsadressen .aq-template-wrapper .aq-block-aq_editor_block:nth-last-child(-n+2) {
  border-bottom: 1px solid #EDEDED;
}
.page-template-tmpl-buchen #content {
  padding-top: 40px;
  padding-bottom: 100px;
  max-width: 100%;
}
.page-template-tmpl-buchen #masthead .featuredImage .layer {
  display: none !important;
}
.page-template-tmpl-buchen #quickbooker {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.page-template-tmpl-buchen #sod-drawer-plugin {
  display: none !important;
}
/* @end */
.customerAlliance {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.scrollTop {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 25px;
  position: relative;
  background-color: #FFFFFF;
}
.scrollTop a.top .arrowTop {
  background: #FFFFFF url('../img/sprite.png') no-repeat;
  background-position: 0 0;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  margin-left: 10px;
}
#colophon {
  color: #FFFFFF;
  background-color: #3F3F3F;
  text-align: left;
}
#colophon .site-info {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#colophon .site-info .widget {
  float: left;
  margin-right: 39px;
}
#colophon .site-info .widget:last-of-type {
  margin-right: 0;
}
#colophon .site-info .widget h4.widget-title {
  font-size: 19px;
  margin: 25px 0 2px 0;
  color: #FFFFFF;
}
#colophon .site-info .widget .textwidget {
  font-size: 18px;
}
#colophon .site-info .widget .textwidget a {
  color: #FFFFFF;
}
#colophon .site-info .widget .textwidget a:hover {
  color: #CCCCCC;
}
/* @group Sticky Footer */
html,
body {
  height: 100%;
}
#page {
  display: table;
  height: 100%;
  width: 100%;
}
.block {
  display: table-row;
  height: 1px;
}
.push {
  height: auto;
}
/* @end */
/* @end */
/* @group Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/* @end */
/* @group Comments */
#comments {
  display: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* @end */
/* @group Contact Form 7 */
.wpcf7 p:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.wpcf7 .wpcf7-response-output {
  max-width: 460px;
  margin: 30px auto !important;
  font-size: 17px;
  padding: 15px !important;
}
.wpcf7 input {
  font-size: 17px !important;
  margin: 0 auto !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  padding: 12px !important;
  width: 100%;
  max-width: 460px !important;
  text-align: center;
  font-family: 'OfficinaSansITCStd-Book', sans-serif !important;
}
.wpcf7 input[type="submit"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  color: #FFFFFF;
  background-color: #3F3F3F;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: auto !important;
  padding: 15px 90px;
  text-transform: uppercase !important;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #656565;
  cursor: pointer;
}
.wpcf7 p {
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.wpcf7 p .label {
  padding-bottom: 10px;
  display: block;
}
.wpcf7 p .wpcf7-not-valid-tip {
  font-family: 'OfficinaSansITCStd-Book', sans-serif !important;
}
/* @end */
/* @group Tablepress */
.tablepress tbody td,
.tablepress tfoot th {
  border: none !important;
}
.tablepress {
  font-size: 18px;
  max-width: 960px;
  margin: 30px auto 0;
}
.tablepress caption {
  display: none;
}
.tablepress.aktion,
.tablepress.aktionExt {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  width: 600px;
  margin-bottom: 60px;
}
.tablepress.aktion tr,
.tablepress.aktionExt tr {
  padding: 40px 0;
  border-bottom: 1px solid #EDEDED;
}
.tablepress.aktion tr td,
.tablepress.aktionExt tr td {
  vertical-align: middle;
}
.tablepress.aktion tr td.column-1,
.tablepress.aktionExt tr td.column-1 {
  padding: 15px 0 10px;
  width: 75%;
}
.tablepress.aktion tr td.column-1 img,
.tablepress.aktionExt tr td.column-1 img {
  width: 90px;
  height: 90px;
  margin-top: 0 !important;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
}
.tablepress.aktion tr td.column-2,
.tablepress.aktionExt tr td.column-2 {
  width: 25%;
  padding-left: 30px;
  text-align: right !important;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.tablepress.aktionExt tr.row-1 td {
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
.tablepress.aktionExt tr.row-2 td.column-2,
.tablepress.aktionExt tr.row-3 td.column-2,
.tablepress.aktionExt tr.row-4 td.column-2,
.tablepress.aktionExt tr.row-5 td.column-2,
.tablepress.aktionExt tr.row-6 td.column-2,
.tablepress.aktionExt tr.row-2 td.column-3,
.tablepress.aktionExt tr.row-3 td.column-3,
.tablepress.aktionExt tr.row-4 td.column-3,
.tablepress.aktionExt tr.row-5 td.column-3,
.tablepress.aktionExt tr.row-6 td.column-3 {
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.tablepress.aktionExt tr td.column-2,
.tablepress.aktionExt tr td.column-3 {
  width: 25% !important;
  min-width: 100px;
}
.tablepress.literatur_lesungen tr {
  padding: 0 0 40px 0;
}
.tablepress.literatur_lesungen tr td {
  vertical-align: middle;
}
.tablepress.literatur_lesungen tr td.column-1 {
  padding: 25px 0 0;
}
.tablepress.literatur_lesungen tr td.column-1 img {
  width: 90px;
  height: 90px;
  margin-top: 0 !important;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
}
.tablepress.literatur_lesungen tr td.column-2 {
  padding-left: 30px;
  font-size: 16px !important;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif !important;
}
.tablepress.literatur_lesungen tr td.column-3 {
  padding-left: 30px;
  font-size: 16px !important;
}
.tablepress.literatur_lesungen tr td.column-4 {
  padding: 15px 0 15px 30px;
  font-size: 16px !important;
}
.tablepress.literatur_lesungen tr td.column-5 a {
  font-size: 16px !important;
  text-align: center;
  padding: 8px 20px;
  background-color: #3f3f3f;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.tablepress.literatur_lesungen tr td.column-5 a:hover {
  border-bottom: none !important;
  background-color: #656565;
}
.tablepress.hotel_preisliste {
  border-bottom: 1px solid #EDEDED;
}
.tablepress.hotel_preisliste tr {
  border-top: 1px solid #EDEDED !important;
  padding: 40px 0;
}
.tablepress.hotel_preisliste tr td {
  vertical-align: middle;
}
.tablepress.hotel_preisliste tr td.column-1 {
  padding: 25px 0 0;
}
.tablepress.hotel_preisliste tr td.column-1 img {
  width: 70px;
  height: 95px;
  margin-top: 0 !important;
}
.tablepress.hotel_preisliste tr td.column-2 {
  padding-left: 30px;
}
.tablepress.hotel_preisliste tr td.column-3 {
  text-align: center;
  color: #E10A2D;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
  font-size: 21px;
}
.tablepress.hotel_preisliste tr td.column-3 .rabatt {
  border: 1px solid #EDEDED;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: block;
  padding: 5px;
}
.tablepress.hotel_preisliste tr td.column-4 {
  text-align: right;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
/* @end */
/* @group Buchen Extension */
#ui-datepicker-div {
  display: none;
}
.ui-widget {
  background: #FFFFFF;
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 10px !important;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  display: none;
  font-family: 'OfficinaSansITCStd-Book', sans-serif !important;
}
.ui-datepicker-header {
  border: none !important;
  background: transparent !important;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}
.ui-datepicker-header .ui-state-hover {
  background: transparent !important;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none !important;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: .4em !important;
  margin-bottom: .3em !important;
  color: #3F3F3F;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 15px !important;
  border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url('../img/sprite.png');
  background-position: -600px -300px;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -500px -300px;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  padding: 10px;
  color: #656565;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  border: none !important;
}
.ui-datepicker td {
  background: transparent;
  border: none !important;
  padding: 0;
}
td .ui-state-default {
  background: transparent !important;
  border: none !important;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 16px;
}
.ui-state-disabled {
  opacity: 1;
  color: #D8D8D8;
}
.ui-state-disabled .ui-state-default {
  color: #D8D8D8 !important;
}
td .ui-state-active,
td .ui-state-hover {
  background: #3F3F3F !important;
  color: #FFFFFF !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
  padding: 10px !important;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 22px !important;
}
.ui-corner-all {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.top .zimmerBuchenWrap {
  top: 140px;
  z-index: 100000000;
}
.top .zimmerBuchenWrap .arrow {
  right: 30px;
}
.scrolled .zimmerBuchenWrap {
  top: 85px;
  z-index: 100000000;
}
.scrolled .zimmerBuchenWrap .arrow {
  right: 20px;
}
.zimmerBuchenWrap {
  width: 500px;
  position: fixed;
  right: 59px;
  opacity: 0;
  display: none;
}
.zimmerBuchenWrap .arrow {
  background: red;
  width: 27px;
  height: 13px;
  background: url('../img/sprite.png');
  background-position: 0 -300px;
  position: absolute;
  top: -12px;
}
.zimmerBuchenWrap #zimmerBuchen {
  background-color: #EDEDED;
  padding: 10px 20px 5px 20px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
.zimmerBuchenWrap #zimmerBuchen label {
  font-size: 13px;
  text-transform: none !important;
}
.zimmerBuchenWrap #zimmerBuchen input {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer;
}
.zimmerBuchenWrap #zimmerBuchen input[type="submit"] {
  width: 96%;
  margin: 0 2%;
  color: #FFFFFF;
  background-color: #3F3F3F;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 15px 10px !important;
  letter-spacing: 1px;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.zimmerBuchenWrap #zimmerBuchen input[type="submit"]:hover {
  background-color: #656565;
}
.zimmerBuchenWrap #zimmerBuchen .row {
  width: 100%;
  margin-bottom: 20px !important;
}
.zimmerBuchenWrap #zimmerBuchen .row .anreise,
.zimmerBuchenWrap #zimmerBuchen .row .abreise {
  width: 46%;
  float: left;
  margin: 0 2%;
  position: relative;
}
.zimmerBuchenWrap #zimmerBuchen .row .anreise input,
.zimmerBuchenWrap #zimmerBuchen .row .abreise input {
  width: 100%;
  background: #FFFFFF url('../img/bg_datepicker.png') no-repeat center right 10px;
  background-size: 26px 26px;
}
.zimmerBuchenWrap #zimmerBuchen .row ul.details {
  width: 100%;
}
.zimmerBuchenWrap #zimmerBuchen .row ul.details li {
  float: left;
  width: 29.3%;
  margin: 0 2%;
}
.zimmerBuchenWrap #zimmerBuchen .row ul.details li label {
  width: 100%;
  display: block;
}
.zimmerBuchenWrap #zimmerBuchen .row ul.details li select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  width: 100%;
  display: block;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 10px;
  background: #FFFFFF url('../img/bg_selectDropdown.png') no-repeat center right 5px;
  background-size: 26px 26px;
}
/* @end */
/* @end */
/* @group Infinite Scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/* @end */
/* @group Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* @group Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
  color: #888;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/* @end */
/* @group Gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* @end */
/* @end */
/* @group Plugins */
/* @group Side Panel */
#sod-drawer-plugin.right,
#sod-drawer-plugin.left {
  width: 300px;
  height: auto !important;
  top: 10% !important;
  border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  font-family: 'OfficinaSansITCStd-Book', sans-serif !important;
}
#sod-drawer-plugin .tag p {
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 0 !important;
  margin-bottom: 23px !important;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif !important;
}
#sod-drawer-plugin.right #sod-drawer-handle,
#sod-drawer-plugin #sod-drawer-handle.black,
#sod-drawer-plugin.right #sod-drawer-handle.black {
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-top-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
}
#sod-drawer-handle {
  text-shadow: none !important;
  border: none !important;
  top: 20% !important;
  position: absolute !important;
}
#sod-drawer-plugin.left .content,
#sod-drawer-plugin.right .content {
  margin: 20px !important;
}
#sod-drawer-plugin.right .full {
  margin: 0 !important;
  padding: 0 !important;
}
#sod-drawer-plugin,
#sod-drawer-plugin h1,
#sod-drawer-plugin h2,
#sod-drawer-plugin h3,
#sod-drawer-plugin h4,
#sod-drawer-plugin h5,
#sod-drawer-plugin h6,
#sod-drawer-plugin p,
#sod-drawer-plugin span,
#sod-drawer-plugin li {
  font-family: 'OfficinaSansITCStd-Book', sans-serif !important;
}
#sod-drawer-plugin p.more {
  text-align: center;
  text-transform: uppercase;
}
#sod-drawer-plugin p.more a {
  background-color: #3F3F3F;
  display: block;
  padding: 10px;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif !important;
}
#sod-drawer-plugin p.more a:hover {
  background-color: #656565;
}
/* @end */
/* @group Tab Set */
.rtbs {
  text-align: center;
}
.rtbs .rtbs_content {
  border-top: none !important;
  background: #FFFFFF !important;
  padding: 45px 30px 14px;
}
.rtbs .rtbs_content h1 {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.rtbs .rtbs_content p {
  margin-bottom: 25px !important;
}
.rtbs .rtbs_content .slider-wrapper {
  max-width: 940px;
  margin: 90px auto !important;
  position: relative;
}
.rtbs .rtbs_content .slider-wrapper .nivoSlider {
  display: block;
}
.rtbs .rtbs_content .slider-wrapper .layer {
  display: none;
}
.rtbs .rtbs_content .slider-wrapper .nivo-directionNav {
  text-indent: -9999;
}
.rtbs .rtbs_content .slider-wrapper .nivo-directionNav a {
  opacity: 0.55;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtbs .rtbs_content .slider-wrapper .nivo-directionNav a:hover {
  border-bottom: none !important;
  opacity: 1;
}
.rtbs .rtbs_content .slider-wrapper .nivo-directionNav .nivo-prevNav {
  background-image: url('../img/sprite.png');
  background-position: -600px -200px;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  margin-left: 25px;
}
.rtbs .rtbs_content .slider-wrapper .nivo-directionNav .nivo-nextNav {
  background-image: url('../img/sprite.png');
  background-position: -700px -200px;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  margin-right: 25px;
}
.rtbs .rtbs_menu {
  text-align: center;
  margin-top: -55px;
}
.rtbs .rtbs_menu ul li {
  background-image: url('../img/bg_zimmerTabs.png');
  background-size: contain;
  background-color: transparent !important;
  font-size: 26px;
  margin: 12px !important;
  border-radius: 100%;
  width: 84px;
  height: 84px;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
.rtbs .rtbs_menu ul li a {
  padding: 22px 26px !important;
  color: #3F3F3F;
  width: 83px;
  height: 83px;
  background-color: transparent !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.rtbs .rtbs_menu ul li a.active {
  color: #FFFFFF;
}
.rtbs .rtbs_menu ul li > a.active {
  background-image: url('../img/bg_zimmerTabsActive.png');
  background-size: contain;
  width: 84px;
  height: 84px;
  color: #FFFFFF;
}
.rtbs .rtbs_menu ul li.current {
  border: none !important;
  background-image: url('../img/bg_zimmerTabsActive.png');
  background-size: contain;
  width: 84px;
  height: 84px;
}
.rtbs .rtbs_menu ul li.current a {
  background: none !important;
}
/* @end */
/* @group Simple Social Icons */
.simple-social-icons ul li a {
  border: 2px solid #FFFFFF !important;
  margin-top: 25px;
}
.simple-social-icons ul li a:hover {
  border: 2px solid #CCCCCC !important;
}
/* @end */
/* @group Nivo Slider */
.slider-wrapper {
  position: relative;
}
.slider-wrapper .nivo-main-image {
  height: auto !important;
}
.slider-wrapper .nivo-controlNav {
  position: absolute;
  bottom: 10%;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slider-wrapper .nivo-controlNav a.nivo-control {
  color: transparent;
  background-image: url('../img/sprite.png');
  background-position: -700px 0;
  margin: 0 2px;
  padding: 4px 5px;
  overflow: hidden;
  font-size: 2px;
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.slider-wrapper .nivo-controlNav a.nivo-control.active {
  background-image: url('../img/sprite.png');
  background-position: -600px 0;
}
/* @end */
/* @group Lightbox */
#lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#lightbox .lightboxContent {
  width: 720px;
  height: 340px;
  background-color: #FFFFFF;
  color: #656565;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
}
#lightbox .lightboxContent .imgBox {
  width: 225px;
  height: 100%;
  background-image: url('../img/teaser_newsletter.jpg');
  background-size: contain;
  float: left;
}
#lightbox .lightboxContent .teaser {
  width: 495px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#lightbox .lightboxContent .teaser .closeLightbox {
  width: 14px;
  height: 12px;
  display: block;
  float: right;
  background-image: url('../img/closeIcon.png');
  background-size: contain;
}
#lightbox .lightboxContent .teaser .closeLightbox:hover {
  cursor: pointer;
  opacity: 0.6;
}
#lightbox .lightboxContent .teaser h3 {
  font-size: 25px;
  margin: 10px auto 0;
}
#lightbox .lightboxContent .teaser p {
  font-size: 18px;
}
#lightbox .lightboxContent .teaser p.message-error,
#lightbox .lightboxContent .teaser p.cleverreach-error-message {
  margin: 5px 0 5px 0 !important;
  font-size: 14px;
}
#lightbox .lightboxContent .teaser p.message-success {
  color: green;
}
#lightbox .lightboxContent .teaser label {
  float: left;
}
#lightbox .lightboxContent .teaser input#haet-cleverreach-nachname,
#lightbox .lightboxContent .teaser input#haet-cleverreach-vorname,
#lightbox .lightboxContent .teaser label {
  display: none !important;
  width: 0 !important;
}
#lightbox .lightboxContent .teaser .type-email {
  float: left;
  width: 61%;
  margin-right: 3%;
}
#lightbox .lightboxContent .teaser .type-submit {
  width: 35%;
  float: left;
}
#lightbox .lightboxContent .teaser .haet-cleverreach .haet-cleverreach-field-wrap {
  margin-bottom: 0 !important;
}
#lightbox .lightboxContent .teaser input {
  border: 1px solid #EDEDED !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 6px 8px;
  width: 100%;
}
#lightbox .lightboxContent .teaser button[type="submit"] {
  border: none !important;
  border-radius: 0 !important;
  color: #FFFFFF;
  background-color: #3F3F3F;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  letter-spacing: 1px;
  padding: 11px !important;
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
  width: 100%;
}
/* @end */
/* @end */
/* @group Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .main-navigation.scrolled .menuSlider .menuClose .menuCloseIcon,
  .page-template-tmpl-haeuser .entry-content .zimmerBtn,
  .rtbs .rtbs_content .slider-wrapper .nivo-directionNav .nivo-nextNav,
  .rtbs .rtbs_content .slider-wrapper .nivo-directionNav .nivo-prevNav,
  .page-template-default .entry-content .slider-wrapper .nivo-directionNav .nivo-nextNav,
  .page-template-default .entry-content .slider-wrapper .nivo-directionNav .nivo-prevNav,
  .page #main .entry-content p .downloadPdf .downloadIcon,
  .page #main .entry-content p .downloadPdf .downloadIcon:hover,
  .rtbs_content ul li:before,
  .page-template-tmpl-service .entry-content ul li:before,
  .scrollTop a.top .arrowTop,
  .slider-wrapper .nivo-controlNav a.nivo-control,
  .slider-wrapper .nivo-controlNav a.nivo-control.active,
  .page-template-default .entry-content .slider-wrapper .nivo-controlNav .nivo-control.active,
  .page-template-default .entry-content .slider-wrapper .nivo-controlNav .nivo-control,
  .zimmerBuchenWrap .arrow,
  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    background-image: url('../img/sprite@2x.png');
    background-size: 800px 500px;
  }
}
/* @end */
/* @group Media Queries */
/* Minimum width of 1360 pixels (laptops 15")
------------------------------------------------------------------------------------ */
/* Minimum width of 1260 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media all and (max-width: 1260px) {
  #masthead .site-branding h2.site-description.home {
    font-size: 125px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper {
    height: 260px;
    max-width: 780px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-first:first-of-type {
    max-width: 260px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-block-aq_text_block {
    width: 500px;
  }
  .page-template-tmpl-buchen #content,
  #colophon .site-info,
  .scrollTop,
  .customerAlliance,
  .page-content,
  .entry-content,
  .entry-summary {
    max-width: 780px;
  }
}
/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media all and (max-width: 1024px) {
  #masthead .site-branding h2.site-description.home {
    font-size: 105px;
  }
  .page #main .entry-content p {
    max-width: 680px;
  }
  .page-template-tmpl-news .entry-content.aktuellesTeaser,
  #colophon .site-info,
  .scrollTop,
  .customerAlliance,
  .page-content,
  .entry-content,
  .entry-summary {
    max-width: 900px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper {
    height: 200px;
    max-width: 680px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-first:first-of-type {
    max-width: 200px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-block-aq_text_block {
    width: 460px;
    margin-left: 20px;
  }
}
/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media all and (max-width: 768px) {
  .page-template-tmpl-zimmer .content-area .entry-content .ribbon {
    display: none;
  }
  .tablepress.literatur_lesungen tr td.column-2,
  .tablepress.literatur_lesungen tr td.column-3,
  .tablepress.literatur_lesungen tr td.column-4 {
    padding-left: 8px !important;
  }
  #masthead .site-branding h2.site-description.home {
    font-size: 75px;
  }
  .page-template-tmpl-news .entry-content.aktuellesTeaser,
  .page-template-tmpl-buchen #content,
  #colophon .site-info,
  .scrollTop,
  .customerAlliance,
  .page #main .entry-content p,
  .page-content,
  .entry-content,
  .entry-summary {
    max-width: 650px;
    margin: 0 auto;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper {
    height: 150px;
    max-width: 460px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-first:first-of-type {
    max-width: 150px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-block-aq_text_block {
    width: 290px;
    margin-left: 20px;
  }
  .page-template-tmpl-lieblingsadressen .aq-template-wrapper .aq_span6 {
    width: 100%;
  }
  .page-template-tmpl-service .aq-template-wrapper .aq_span6 {
    width: 100%;
  }
  .tablepress.hotel_preisliste tr td {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .tablepress.hotel_preisliste tr td.column-1 {
    padding: 30px 0 0;
  }
  .tablepress.hotel_preisliste tr td.column-3 .rabatt {
    margin: 0 auto;
  }
  .tablepress.literatur_lesungen tr td {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .tablepress.literatur_lesungen tr td.column-5 {
    margin-bottom: 30px;
  }
  .tablepress.literatur_lesungen tr td.column-5 a {
    width: 140px !important;
    margin: 0 auto !important;
  }
  .tablepress.literatur_lesungen tr td.column-1 img.size-full {
    margin: 0 !important;
    display: inline;
  }
  .tablepress.aktion {
    width: 100%;
  }
  .tablepress.aktion tr td {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .tablepress.aktion tr td.column-1,
  .tablepress.aktion tr td.column-2 {
    width: 100%;
    text-align: center !important;
  }
  .tablepress.aktion tr td.column-1 {
    padding: 20px 0 0px;
  }
  .tablepress.aktion tr td.column-2 {
    padding: 0 0 20px;
  }
  .rtbs .rtbs_content .slider-wrapper {
    margin: 60px auto;
  }
  .rtbs_content ul {
    max-width: 100%;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    list-style: none;
    padding: 0;
  }
  .rtbs_content ul li:nth-child(5n+1) {
    border-top: none;
  }
  .rtbs .rtbs_menu {
    margin-top: -42px;
  }
  .rtbs .rtbs_menu ul li {
    background-image: url('../img/bg_zimmerTabs.png');
    background-size: contain;
    font-size: 26px;
    margin: 12px !important;
    width: 60px;
    height: 60px;
  }
  .rtbs .rtbs_menu ul li a {
    padding: 13px 18px !important;
    width: 60px;
    height: 60px;
  }
  .rtbs .rtbs_menu ul li > a.active {
    background-image: url('../img/bg_zimmerTabs.png');
    background-size: contain;
    width: 60px;
    height: 60px;
  }
  .rtbs .rtbs_menu ul li.current {
    width: 60px;
    height: 60px;
  }
  .home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline h4.wp-tiles-byline-title {
    font-size: 20px;
  }
  .home .entry-content {
    padding-top: 0;
  }
  #tile-265,
  #tile-293 {
    display: none !important;
  }
  .home .slideshow .startBuchenWrap #startBuchen {
    max-width: 500px;
  }
  .home .slideshow .startBuchenWrap #startBuchen .row .anreise,
  .home .slideshow .startBuchenWrap #startBuchen .row .abreise {
    width: 48%;
    margin: 0 1% 4%;
  }
  .home .slideshow .startBuchenWrap #startBuchen .row .erwachsene,
  .home .slideshow .startBuchenWrap #startBuchen .row .kinder,
  .home .slideshow .startBuchenWrap #startBuchen .row .zimmer,
  .home .slideshow .startBuchenWrap #startBuchen .row .BTNpruefen {
    width: 23%;
  }
  .home .slideshow .startBuchenWrap {
    bottom: -105px;
    padding: 20px;
  }
  .home .hentry {
    margin: 140px 0 100px;
  }
  .hentry {
    margin: 80px 0 50px;
  }
}
@media all and (max-width: 680px) {
  .page-template-tmpl-buchen #content,
  #colophon .site-info,
  .scrollTop,
  .customerAlliance,
  .page #main .entry-content p,
  .page-content,
  .entry-content,
  .entry-summary {
    max-width: 460px;
  }
  #colophon .site-info aside.widget {
    width: 100% !important;
    text-align: center;
    margin-right: 0 !important;
    float: none !important;
  }
  #colophon .site-info aside.widget.simple-social-icons ul.alignright {
    float: none !important;
  }
  #colophon .site-info aside.widget.simple-social-icons ul.alignright li {
    width: 100% !important;
  }
  .home .slideshow .startBuchenWrap {
    display: none;
  }
  .hentry,
  .home .hentry {
    margin: 60px 0;
  }
  .zimmerBuchenWrap {
    width: 100% !important;
    left: 0;
    right: 0;
    top: 145px;
  }
  .zimmerBuchenWrap .arrow {
    right: 90px;
  }
}
/* Minimum width of 480 pixels (smartphones landscape)
------------------------------------------------------------------------------------ */
@media all and (max-width: 480px) {
  #lightbox {
    display: none;
  }
  #sod-drawer-plugin p a img {
    display: none;
  }
  .hentry {
    padding: 0;
    margin: 40px 0 0;
  }
  .slider-wrapper .nivo-controlNav,
  #masthead .site-branding h2.site-description.home {
    display: none;
  }
  .page-template-tmpl-news .entry-content.aktuellesTeaser,
  .page-template-tmpl-buchen #content,
  #colophon .site-info,
  .page #main .entry-content p,
  .page-content,
  .entry-content,
  .entry-summary {
    max-width: 280px;
  }
  .scrollTop,
  .customerAlliance {
    max-width: 240px;
  }
  .page-template-tmpl-haeuser .entry-content .aq-template-wrapper .aq-block.aq-first:first-of-type {
    display: none;
  }
  #masthead .main-navigation.top .menuSlider,
  .main-navigation.scrolled .menuSlider {
    padding: 40px 25px 25px 40px;
    width: 260px;
  }
  .main-navigation.scrolled .menuSlider .menu-hauptmenu-container ul li a,
  #masthead .main-navigation.top .menuSlider .menu-hauptmenu-container ul li a {
    line-height: 40px;
  }
  .wp-tiles-tile {
    left: 0 !important;
    width: 100% !important;
  }
  .wp-tiles-tile#tile-388 {
    display: none !important;
  }
  .wp-tiles-tile#tile-390 {
    display: none !important;
  }
  .wp-tiles-tile#tile-224 {
    left: 150px !important;
  }
  .wp-tiles-tile#tile-229 {
    display: none !important;
  }
  .wp-tiles-tile#tile-224 {
    display: none !important;
  }
  .wp-tiles-tile#tile-227 {
    display: none !important;
  }
  .wp-tiles-tile#tile-228 {
    display: none !important;
  }
  .wp-tiles-tile#tile-336 {
    display: none !important;
  }
  .wp-tiles-tile#tile-252 {
    display: none !important;
  }
  .hentry,
  .home .hentry {
    margin: 60px 0;
  }
  #masthead .main-navigation.top {
    padding-left: 20px;
    padding-right: 20px;
  }
  #masthead .main-navigation.top .logo {
    opacity: 0;
  }
  #masthead .site-branding {
    margin-top: 40px;
  }
  .zimmerBuchenWrap .arrow {
    right: 50px;
  }
  .rtbs .rtbs_menu {
    margin-top: 20px;
  }
  .rtbs .rtbs_menu ul li {
    background-image: url('../img/bg_zimmerTabs.png');
    background-size: contain;
    font-size: 26px;
    margin: 8px !important;
    width: 40px;
    height: 40px;
  }
  .rtbs .rtbs_menu ul li a {
    padding: 4px 9px !important;
    width: 40px;
    height: 40px;
  }
  .rtbs .rtbs_menu ul li > a.active {
    background-image: url('../img/bg_zimmerTabs.png');
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  .rtbs .rtbs_menu ul li.current {
    width: 40px;
    height: 40px;
  }
}
/* @end */
/* @group Touch Devices Header */
.mobileDevice .home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline {
  font-size: 15px !important;
}
.mobileDevice .home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline h4.wp-tiles-byline-title {
  font-size: 15px !important;
}
.mobileDevice .home .wp-tiles-tile .wp-tiles-tile-wrapper .wp-tiles-byline .gridMore {
  font-size: 12px !important;
  margin-top: 0;
}
.mobileDevice #masthead .site-branding {
  margin-top: 20px;
}
.mobileDevice.home #masthead .site-branding {
  padding-top: 20px !important;
}
.mobileDevice .top .zimmerBuchenWrap {
  top: 60px;
}
.mobileDevice .top .zimmerBuchenWrap .arrow {
  right: 45px;
}
.mobileDevice .slideshow,
.mobileDevice #page,
.mobileDevice #masthead .featuredImage {
  margin-top: 60px;
}
.mobileDevice #masthead .main-navigation.top .burger {
  margin-top: 8px;
}
.mobileDevice #masthead .main-navigation.top .burger .burgerTxt {
  padding: 13px 0 0 50px;
  font-size: 15px;
}
.mobileDevice #masthead .main-navigation.top .buchen {
  background: none !important;
  padding: 20px 0 !important;
  font-size: 15px !important;
}
.mobileDevice #masthead .main-navigation.top .buchen.buchenClose,
.mobileDevice #masthead .main-navigation.top .buchen.buchenClose:hover {
  background: none !important;
}
.mobileDevice #site-navigation,
.mobileDevice #masthead .main-navigation.top {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
}
.mobileDevice #masthead .main-navigation.top .buchen .buchenTxt,
.mobileDevice #masthead .main-navigation.top .burger .burgerTxt {
  opacity: 1 !important;
}
.mobileDevice #masthead .main-navigation.top .burger {
  background: transparent url('../img/burgerScrolled.gif') no-repeat top left;
  background-size: cover;
}
.mobileDevice #masthead .main-navigation.top .logo {
  display: none;
  opacity: 1;
}
/* @end */
/* @group WBE4 */
#quickbooker {
  font-family: 'OfficinaSansITCStd-Book', sans-serif !important;
}
/* @end */
/* @group Platzhalter */
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.growFirst {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.growEffect {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.8s ease-in-out forwards;
  animation: scaleUp 0.8s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.noTransition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.sabonItalic {
  font-family: 'SabonLTPro-Italic', serif;
}
.sabonItalicBold {
  font-family: 'SabonLTPro-BoldItalic', serif;
}
.officinaBook {
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
}
.officinaBold {
  font-family: 'OfficinaSansITCStd-Bold', sans-serif;
}
/* @end */
.qbHidden {
  display: none;
}
