* {
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  vertical-align: baseline;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none !important;
}
body,
html {
  width: 100%;
  height: 100%;
}
p {
  padding: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.hidden {
  display: none;
}
.hundert {
  width: 100%;
}
.clear {
  clear: both;
}
.inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.relative {
  position: relative;
}
.pipe {
  margin: 0 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
a {
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:active,
a:focus,
input,
input:active,
input:focus,
input:hover {
  outline: none;
}
.pos-static {
  position: static !important;
}
.pos-relative {
  position: relative !important;
}
.divider hr {
  border: 0;
  background: none;
  border-top: solid 1px #192c28;
}
.divider {
  padding: 30px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
iframe {
  border: none;
}
body {
  overflow-x: hidden !important;
}
textarea {
  resize: vertical;
  min-height: 150px;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-fluid {
  max-width: 1920px;
}
.safariFix {
  margin-top: -1px;
  height: 1px;
  display: block;
  clear: both;
}
#uid2 h2 a {
  color: #192c28;
}
#uid2 h2 a:hover,
#uid2 h2 a:active,
#uid2 h2 a:focus {
  color: #192c28;
}
table {
  margin: 50px 0;
  font-style: italic;
}
table thead {
  font-weight: 600;
}
table thead tr {
  border-bottom: 1px solid rgba(25, 44, 40, 0.6);
}
table thead tr th {
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}
table tbody tr {
  border-bottom: 1px solid rgba(25, 44, 40, 0.6);
}
table tbody tr td {
  padding: 5px;
  vertical-align: middle;
}
#content ul {
  margin-left: 15px;
}
#content a {
  text-decoration: underline;
}
#content a:hover,
#content a:active,
#content a:focus {
  color: #192c28;
}
#content .csc-textpic-center-inner,
#content .csc-textpic-center-outer {
  float: none;
  right: 0;
}
#content .csc-textpic-center-inner figure,
#content .csc-textpic-center-outer figure {
  margin-bottom: 0;
}
#content .csc-textpic-center-inner figure img,
#content .csc-textpic-center-outer figure img {
  width: 100%;
  height: auto;
}
.tx-indexedsearch-browsebox {
  list-style: none;
  margin-left: 0 !important;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-right: 10px;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox li:first-child a,
.tx-indexedsearch-browsebox li:last-child a {
  text-decoration: none !important;
}
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#preloader .blind-top,
#preloader .blind-bottom {
  position: absolute;
  width: 100%;
  background-color: #d8dedf;
  height: 50%;
  left: 0;
}
#preloader .blind-top {
  top: 0;
  -webkit-transition: top 0.7s;
  -moz-transition: top 0.7s;
  -o-transition: top 0.7s;
  -ms-transition: top 0.7s;
  transition: top 0.7s;
}
#preloader .blind-bottom {
  bottom: 0;
  -webkit-transition: bottom 0.7s;
  -moz-transition: bottom 0.7s;
  -o-transition: bottom 0.7s;
  -ms-transition: bottom 0.7s;
  transition: bottom 0.7s;
}
#preloader.fadeout .blind-top {
  top: -50%;
}
#preloader.fadeout .blind-bottom {
  bottom: -50%;
}
#preloader.fadeout .counterload,
#preloader.fadeout .logoload,
#preloader.fadeout .lineload {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
#preloader .counterload,
#preloader .logoload,
#preloader .lineload {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#preloader .lineload {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0%;
  background-color: #192c28;
  height: 1px;
  margin-top: -0.5px;
}
#preloader .logoload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 64px;
  margin-top: -140px;
  pointer-events: none;
}
#preloader .logoload img {
  max-width: 100%;
  height: auto;
}
#preloader .counterload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 100px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: #192c28;
  text-align: center;
}
#cookie-info-1 {
  text-align: center;
  border-top: 1px solid #ccc;
  background-color: #eee;
  color: #333;
  font-size: 14px !important;
  box-sizing: border-box;
  line-height: 140%;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  max-height: 370px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}
#cookie-info-1.cookie-hide {
  max-height: 0;
  padding: 0;
  border: none;
}
#cookie-info-1 .cookie-relative {
  position: relative;
}
#cookie-info-1 a.button {
  line-height: 140%;
  background: #777;
  padding: 5px 7px;
  margin: 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  height: auto;
  width: auto;
}
#cookie-info-1 a.button:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  opacity: 1;
}
#cookie-info-1 p {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#cookie-info-1 .cookie-text-1 {
  padding: 10px 20px;
  -webkit-box-shadow: 0 10px 15px -15px #777777;
  -moz-box-shadow: 0 10px 15px -15px #777777;
  box-shadow: 0 10px 15px -15px #777777;
}
#cookie-info-1 .cookie-text-1 p {
  text-align: center;
}
#pageNotFound404 #img404 {
  margin: 150px 0;
}
#pageNotFound404 #img404 img {
  position: relative;
  left: -30px;
  width: 85%;
}
#pageNotFound404 #text404 {
  position: relative;
  float: right;
  top: -350px;
}
#pageNotFound404 #text404 h2 {
  margin-bottom: 30px !important;
}
#pageNotFound404 #text404 a.button {
  margin-top: 15px !important;
}
@media screen and (max-width: 991px) {
  #pageNotFound404 #img404 {
    margin: 100px 70px 150px 70px;
  }
  #pageNotFound404 #img404 img {
    width: 100%;
  }
  #pageNotFound404 #text404 {
    float: none;
    top: -100px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #pageNotFound404 #img404 {
    margin: 75px 25px;
  }
  #pageNotFound404 #img404 img {
    left: 0;
  }
  #pageNotFound404 #text404 {
    top: -50px;
    left: 42px;
  }
}
#uid4 .tx-powermail h3 {
  display: none;
}
#uid4 .tx-powermail legend {
  display: none;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap {
  width: 66.666%;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  #uid4 .tx-powermail fieldset .powermail_fieldwrap {
    width: 100%;
  }
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label {
  width: 30%;
  text-transform: uppercase;
  float: left;
  padding: 11.5px 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label span.mandatory {
  position: absolute;
  right: -10px;
  top: 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input,
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea {
  width: 70%;
  border: 1px solid;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input {
  height: 40px;
  padding: 0 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea {
  min-height: 200px;
  padding: 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacy {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
  margin: 25px 0 60px;
  display: block;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit {
  background-color: #192c28;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 55px;
  text-transform: uppercase;
  border: 1px solid #192c28;
  transition: all 0.5s;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit:hover {
  color: #192c28;
  background-color: #fff;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .required {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  top: -5px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacytext {
  display: block;
  margin: 10px 0px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_pflichtfelder {
  width: 100%;
  font-size: 13px;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  display: block;
  text-transform: uppercase;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled {
  margin: 0 !important;
  position: absolute;
  top: 43px;
  left: calc(30% + 5px);
  z-index: 100;
  background: #eeeeee none repeat scroll 0 0;
  list-style-type: none;
  padding: 10px;
  box-shadow: 0 0 3px 0 red;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  position: absolute;
  top: -10px;
  left: 10px;
}
/* verlaeufe */
:root {
  --base-margin-bottom-mobile: 90px !important;
}
@-moz-keyframes arrow {
  0% {
    left: 0;
  }
  50% {
    left: -7.5px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    left: 0;
  }
  50% {
    left: -7.5px;
  }
  100% {
    left: 0;
  }
}
@keyframes arrow {
  0% {
    left: 0;
  }
  50% {
    left: -7.5px;
  }
  100% {
    left: 0;
  }
}
.tns-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
  z-index: 100;
}
.tns-nav button {
  margin-right: 3.75px;
  margin-left: 3.75px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  background-color: transparent;
  content: "";
  font-size: 0;
  color: transparent;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.tns-nav button.tns-nav-active {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .tns-nav {
    top: auto;
    bottom: 10px;
  }
}
.tns-gallery > .tns-item {
  left: 0 !important;
}
.tns-normal,
.tns-fadeOut {
  z-index: 0 !important;
}
body {
  font-family: "alda", serif;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  color: #192c28;
  background-color: #e8ecec;
}
body a {
  color: #192c28;
}
body a:focus {
  color: #192c28;
}
body a:hover {
  color: #9ca4a2;
}
body a.link,
body input.link,
body .more.link,
body figcaption .link,
body a.little-link,
body .little-link,
body .link-youtube {
  padding-left: 45px;
  margin-top: 30px;
  letter-spacing: .01em;
  font-family: "Fieldwork", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #192c28;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  line-height: 100%;
}
body a.link:before,
body input.link:before,
body .more.link:before,
body figcaption .link:before,
body a.little-link:before,
body .little-link:before,
body .link-youtube:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 15px;
  background: url(../images/arrow_link.svg) no-repeat left center;
  background-size: 30px 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
body a.link:hover:before,
body input.link:hover:before,
body .more.link:hover:before,
body figcaption .link:hover:before,
body a.little-link:hover:before,
body .little-link:hover:before,
body .link-youtube:hover:before {
  -webkit-animation: arrow 0.6s ease-in;
  -moz-animation: arrow 0.6s ease-in;
  -ms-animation: arrow 0.6s ease-in;
  -o-animation: arrow 0.6s ease-in;
  animation: arrow 0.6s ease-in;
}
body a.link.back:before {
  background-image: url(../images/arrow_link_back.svg);
}
body a.link,
body .more.link,
body input.link,
body figcaption .link {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
body a.little-link,
body .little-link {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
body .link.linkbgnone {
  padding-left: 0;
}
body .link.linkbgnone:before {
  background: none !important;
}
body strong {
  font-weight: 600;
}
.button,
a.button {
  display: inline-block;
  padding: 0 30px;
  height: 45px;
  background-color: #192c28;
  border: 1px solid #192c28;
  color: #ffffff;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0;
  letter-spacing: .1em;
  text-decoration: none !important;
  font-family: "Fieldwork", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.button:hover,
a.button:hover {
  background-color: transparent;
  color: #192c28;
  border: 1px solid #192c28;
}
.Bs-BookingWidget strong,
.Bs-BookingWidget b,
.Bs-Item__Title,
.Bs-QuickInfoBar__ReservationPrice,
.Bs-Collapse__Price {
  font-weight: 400 !important;
}
.Bs-Btn-Group__Btn,
.Bs-Btn--small,
.Bs-InfoIcon,
.Bs-Fieldset legend {
  font-family: "Fieldwork", sans-serif !important;
}
.Bs-Btn:not(.Bs-Btn--small):not(.Bs-Btn-Group__Btn) {
  display: inline-block !important;
  padding: 15px 30px !important;
  background-color: #192c28 !important;
  border: 1px solid #192c28 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  letter-spacing: .1em !important;
  text-decoration: none !important !important;
  font-family: "Fieldwork", sans-serif !important;
  font-weight: 300 !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.Bs-Btn:not(.Bs-Btn--small):not(.Bs-Btn-Group__Btn):hover {
  background-color: transparent !important;
  color: #192c28 !important;
  border: 1px solid #192c28 !important;
}
.Bs-Enquiry__RoomListBox__Option__Header {
  font-weight: 400 !important;
}
a.requestButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 175px;
  background-color: #53736f;
  border: 1px solid #53736f;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  letter-spacing: .1em;
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Fieldwork", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
}
a.requestButton:hover {
  background-color: transparent;
  color: #53736f;
  border: 1px solid #53736f;
}
a.bookingButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #22312b;
  border: 1px solid #22312b;
  color: #ffffff;
  min-width: 175px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  letter-spacing: .1em;
  text-decoration: none !important;
  font-family: "Fieldwork", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a.bookingButton:hover {
  background-color: transparent;
  color: #22312b;
  border: 1px solid #22312b;
}
.hanthaModules:not(.slidertop) input:not(.button),
.nice-select,
.radio.input {
  background-color: #c2caca !important;
}
.hanthaModules:not(.slidertop) input:not(.button),
.nice-select,
.nice-select > span,
.radio.input {
  padding: 0 15px;
  margin-top: 0 !important;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: 0;
  text-transform: initial;
  height: 45px;
  color: #192c28;
  border: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
@media screen and (max-width: 991px) {
  .hanthaModules:not(.slidertop) input:not(.button),
  .nice-select,
  .nice-select > span,
  .radio.input {
    font-size: 20px;
  }
}
::-webkit-input-placeholder {
  color: #192c28;
}
:-moz-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  color: #192c28;
}
::-moz-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  color: #192c28;
}
:-ms-input-placeholder {
  color: #192c28;
}
h1,
.h1 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #8c9694;
  letter-spacing: .02em;
  font-weight: 200;
  margin-bottom: 30px;
  font-family: "Fieldwork", sans-serif;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0;
  color: #192c28;
  letter-spacing: .01em;
  margin-bottom: 30px;
  font-family: "Fieldwork", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
h4.alert-title {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #192c28;
  letter-spacing: .01em;
  margin-bottom: 45px;
  text-align: left;
  font-family: "Fieldwork", sans-serif;
}
h3,
.h3 {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0;
  color: #192c28;
  text-transform: uppercase;
  letter-spacing: .01em;
  text-align: center;
  font-weight: 200;
  margin-bottom: 30px;
  font-family: "Fieldwork", sans-serif;
}
.csc-default p {
  letter-spacing: .02em;
  margin-bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.csc-default p:last-child {
  margin-bottom: 0;
}
.csc-default .noOpacity p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.csc-default ul:not(.slides) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
h4,
.h4 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: #ffffff;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 45px;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #192c28;
  letter-spacing: .02em;
  font-weight: 700;
}
.tableh {
  margin-bottom: 60px;
}
.tableh .line {
  border-bottom: 1px solid #192c28;
}
.tableh .line .col {
  float: left;
  min-height: 1px;
  padding: 0 7.5px;
}
@media screen and (max-width: 767px) {
  .tableh .line .col {
    font-size: 14px;
  }
}
.tableh .line .col.bold {
  font-weight: 700;
  font-style: italic;
}
.tableh .line .col:first-child {
  text-align: left;
}
.tableh .line:before,
.tableh .line:after {
  content: "";
  display: table;
  clear: both;
}
.csc-space-before-90 {
  margin-top: 90px;
}
.csc-space-after-90 {
  margin-bottom: 90px;
}
.csc-space-before-45 {
  margin-top: 45px;
}
.csc-space-after-45 {
  margin-bottom: 45px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  display: inline-block;
  width: 100%;
  margin-left: 0 !important;
  border-bottom: 1px solid #565656;
  position: relative;
  text-align: center;
}
.nav-tabs > li:before {
  display: none !important;
}
.csc-default.container .nav-tabs:before,
.csc-default.container .nav-tabs:after {
  content: "";
  display: block;
  position: absolute;
  width: 500%;
  height: 1px;
  bottom: -1px;
  background-color: #565656;
}
.nav-tabs:before {
  right: 100%;
}
.nav-tabs:after {
  left: 100%;
}
.nav-tabs > li {
  margin-bottom: -1px;
  display: inline-block;
  margin-bottom: 0 !important;
}
.nav-tabs > li > a {
  margin-right: 2px;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 40px;
  position: relative;
}
.nav-tabs > li > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
.nav-tabs > li > a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.nav-tabs > li.active > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.nav-tabs > li.active > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(-45deg);
  background-color: #e8ecec;
  border-left: 1px solid #192c28;
  border-bottom: 1px solid #192c28;
}
.csc-default.layout-1 .nav-tabs > li.active > a:after,
.csc-default.layout-1 .nav-tabs > li > a:hover:after {
  background-color: #f0ede7;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  text-decoration: none;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  margin: 120px 0;
}
.tab-content > .tab-pane .layout-3 {
  background-image: url('../images/tann_wohlgefuehl.svg');
  background-size: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 130px;
}
html[lang="it"] .tab-content > .tab-pane .layout-3 {
  background-image: url('../images/tann_wohlgefuehl_it.svg');
}
html[lang="en"] .tab-content > .tab-pane .layout-3 {
  background-image: url('../images/tann_wohlgefuehl_en.svg');
}
.reiter-item > .tab-pane .layout-3 {
  background-image: url('../images/tann_wohlgefuehl.svg');
  background-size: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 130px;
}
html[lang="it"] .reiter-item > .tab-pane .layout-3 {
  background-image: url('../images/tann_wohlgefuehl_it.svg');
}
html[lang="en"] .reiter-item > .tab-pane .layout-3 {
  background-image: url('../images/tann_wohlgefuehl_en.svg');
}
@media (max-width: 991px) {
  .tab-content .reiter-item:last-child::after {
    content: ' ';
    margin-right: 15px;
    margin-left: 15px;
    padding: 0 7.5px;
    display: block;
    width: auto;
    height: 1px;
    background-color: #192c28;
  }
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.powermail_form_13 #powermail_fieldwrap_170 input#powermail_field_plz {
  width: 70%;
}
.slidertop #webcam {
  width: 100%;
  height: 650px;
  background: url(http://ritten1.it-wms.com/big_current1.jpg) no-repeat center center;
  background-size: cover;
}
#uid6 h1,
#uid3 h1 {
  display: none;
}
/* Sentres Map */
#sentres-map {
  width: 100% !important;
  height: 600px !important;
}
.oax-top-cont {
  height: 100vh;
  width: 100%;
}
/* youtube videos */
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -- */
#content {
  background-color: #e8ecec;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#content .csc-sitemap {
  text-align: center;
}
#content .csc-sitemap ul {
  list-style: none;
}
#content .csc-sitemap ul li {
  padding: 0;
}
#content .csc-sitemap ul li:before {
  background: none;
}
#content .csc-sitemap > ul > li {
  margin-top: 30px;
}
#content .csc-sitemap > ul > li > a {
  font-weight: 600;
  text-decoration: none;
  pointer-events: none;
}
#content .contenttable .detail {
  text-decoration: line-through;
}
#content ul {
  list-style: none;
  margin-left: 0;
}
#content ul li {
  position: relative;
  padding-left: 15px;
  line-height: 28px;
}
#content ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #192c28;
  top: 14px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 5px;
  height: 5px;
}
#content ul li a:hover {
  opacity: 0.8;
}
#content .nice-select ul li:before {
  display: none;
}
#content .csc-default .csc-textpic-center .csc-textpic-image {
  margin: 0 auto;
  margin-bottom: 15px;
}
#content .csc-default.layout-1 {
  background-color: #d8dedf;
}
#content .csc-default.layout-3.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image {
  position: relative;
  margin-bottom: 0;
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image a {
  display: block;
  position: relative;
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image a:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image a:hover .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image figcaption {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  line-height: 63px;
  letter-spacing: 0;
  letter-spacing: .01em;
  font-family: "Fieldwork", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image figcaption {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0;
  }
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image figcaption .link {
  margin: 0 auto;
  margin-top: 15px;
  color: #ffffff;
  display: inline-block;
}
#content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image figcaption .link:before {
  background-image: url(../images/arrow_link_white.svg);
}
#content .csc-default.layout-2 {
  position: relative;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  letter-spacing: .02em;
  text-align: center;
  display: flex;
  justify-content: center;
}
#content .csc-default.layout-2 .csc-textpic {
  padding: 120px 0;
  position: relative;
  margin-left: 23%;
  margin-right: 23%;
}
@media (max-width: 991px) {
  #content .csc-default.layout-2 .csc-textpic {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 60px 0;
  }
}
#content .csc-default.layout-7 {
  position: relative;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  letter-spacing: .02em;
  text-align: center;
}
#content .csc-default.layout-7 .csc-textpic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .csc-default.layout-7 {
  background-color: #d8dedf;
}
#content > .csc-default.imagetext {
  position: relative;
}
#content > .csc-default.imagetext .col-xs-1,
#content > .csc-default.imagetext .col-sm-1,
#content > .csc-default.imagetext .col-md-1,
#content > .csc-default.imagetext .col-lg-1,
#content > .csc-default.imagetext .col-xs-2,
#content > .csc-default.imagetext .col-sm-2,
#content > .csc-default.imagetext .col-md-2,
#content > .csc-default.imagetext .col-lg-2,
#content > .csc-default.imagetext .col-xs-3,
#content > .csc-default.imagetext .col-sm-3,
#content > .csc-default.imagetext .col-md-3,
#content > .csc-default.imagetext .col-lg-3,
#content > .csc-default.imagetext .col-xs-4,
#content > .csc-default.imagetext .col-sm-4,
#content > .csc-default.imagetext .col-md-4,
#content > .csc-default.imagetext .col-lg-4,
#content > .csc-default.imagetext .col-xs-5,
#content > .csc-default.imagetext .col-sm-5,
#content > .csc-default.imagetext .col-md-5,
#content > .csc-default.imagetext .col-lg-5,
#content > .csc-default.imagetext .col-xs-6,
#content > .csc-default.imagetext .col-sm-6,
#content > .csc-default.imagetext .col-md-6,
#content > .csc-default.imagetext .col-lg-6,
#content > .csc-default.imagetext .col-xs-7,
#content > .csc-default.imagetext .col-sm-7,
#content > .csc-default.imagetext .col-md-7,
#content > .csc-default.imagetext .col-lg-7,
#content > .csc-default.imagetext .col-xs-8,
#content > .csc-default.imagetext .col-sm-8,
#content > .csc-default.imagetext .col-md-8,
#content > .csc-default.imagetext .col-lg-8,
#content > .csc-default.imagetext .col-xs-9,
#content > .csc-default.imagetext .col-sm-9,
#content > .csc-default.imagetext .col-md-9,
#content > .csc-default.imagetext .col-lg-9,
#content > .csc-default.imagetext .col-xs-10,
#content > .csc-default.imagetext .col-sm-10,
#content > .csc-default.imagetext .col-md-10,
#content > .csc-default.imagetext .col-lg-10,
#content > .csc-default.imagetext .col-xs-11,
#content > .csc-default.imagetext .col-sm-11,
#content > .csc-default.imagetext .col-md-11,
#content > .csc-default.imagetext .col-lg-11,
#content > .csc-default.imagetext .col-xs-12,
#content > .csc-default.imagetext .col-sm-12,
#content > .csc-default.imagetext .col-md-12,
#content > .csc-default.imagetext .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
#content > .csc-default.imagetext .row {
  margin-left: 0;
  margin-right: 0;
}
#content > .csc-default.imagetext.container-fluid {
  padding: 0;
}
#content > .csc-default.imagetext > img {
  position: absolute;
  bottom: 15px;
}
#content > .csc-default.imagetext .csc-textpic-center .csc-textpic-image {
  margin-bottom: 0;
}
#content > .csc-default.imagetext > .row > div:last-child > .csc-default {
  padding: 0 120px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content > .csc-default.imagetext-0 > img {
  right: 0;
}
#content > .csc-default.imagetext-1 > img {
  left: 0;
}
#content .csc-default.layout-4 .divider,
#content .csc-default.layout-5 .divider,
#content .csc-default.layout-6 .divider {
  position: relative;
}
#content .csc-default.layout-4 .divider:after,
#content .csc-default.layout-5 .divider:after,
#content .csc-default.layout-6 .divider:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: #e8ecec;
  background-position: center center;
  background-size: 80%;
  top: 50%;
  margin-top: -45px;
  margin-left: -45px;
  background-repeat: no-repeat;
}
#content .csc-default.layout-1 .csc-default.layout-4 .divider:after,
#content .csc-default.layout-1 .csc-default.layout-5 .divider:after,
#content .csc-default.layout-1 .csc-default.layout-6 .divider:after {
  background-color: #d8dedf;
}
#content .csc-default.layout-4 .divider:after {
  background-image: url('../images/line_herz.svg');
}
#content .csc-default.layout-5 .divider:after {
  background-image: url('../images/line_hirsch.svg');
}
#content .csc-default.layout-6 .divider:after {
  background-image: url('../images/line_zapfen.svg');
}
#content .reiter-tabs {
  margin-bottom: 90px;
}
.csc-default:not(.container):not(container-fluid) > .row {
  margin: 0;
}
#uid6 #content ul li {
  text-align: center;
}
#uid6 #content ul li p {
  display: inline-block;
}
body:not(#uid1) .stoerer {
  display: none !important;
}
.bestPreisContainer {
  width: 160px;
  margin: 0 auto;
}
.bestPreisContainer p {
  height: 130px;
  width: 130px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #192c28;
  color: #e8ecec;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0;
  padding: 15px;
}
.basicLightbox::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/closer.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.basicLightbox .basicLightbox__placeholder {
  max-width: 1920px;
  width: 100% !important;
  height: auto !important;
}
.basicLightbox .basicLightbox__placeholder::after {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
.basicLightbox iframe {
  height: 100%;
}
#footernewsletter .bodytext {
  margin-bottom: 75px;
  font-size: 12px;
  line-height: 16px;
  color: #8c9694;
}
.Bs-Item__Title {
  line-height: 35px;
}
div#hg-wi-form {
  background-color: #e8ecec;
}
#hg-wi-form div,
#hg-wi-form span,
#hg-wi-form applet,
#hg-wi-form object,
#hg-wi-form iframe,
#hg-wi-form .ti-h1,
#hg-wi-form .ti-h2,
#hg-wi-form .ti-h3,
#hg-wi-form .ti-h4,
#hg-wi-form .ti-h5,
#hg-wi-form .ti-h6,
#hg-wi-form p,
#hg-wi-form blockquote,
#hg-wi-form pre,
#hg-wi-form a,
#hg-wi-form abbr,
#hg-wi-form acronym,
#hg-wi-form address,
#hg-wi-form big,
#hg-wi-form cite,
#hg-wi-form code,
#hg-wi-form del,
#hg-wi-form dfn,
#hg-wi-form em,
#hg-wi-form img,
#hg-wi-form ins,
#hg-wi-form kbd,
#hg-wi-form q,
#hg-wi-form s,
#hg-wi-form samp,
#hg-wi-form small,
#hg-wi-form strike,
#hg-wi-form strong,
#hg-wi-form sub,
#hg-wi-form sup,
#hg-wi-form tt,
#hg-wi-form var,
#hg-wi-form b,
#hg-wi-form u,
#hg-wi-form i,
#hg-wi-form center,
#hg-wi-form dl,
#hg-wi-form dt,
#hg-wi-form dd,
#hg-wi-form ol,
#hg-wi-form ul,
#hg-wi-form li,
#hg-wi-form fieldset,
#hg-wi-form form,
#hg-wi-form label,
#hg-wi-form legend,
#hg-wi-form table,
#hg-wi-form caption,
#hg-wi-form tbody,
#hg-wi-form tfoot,
#hg-wi-form thead,
#hg-wi-form tr,
#hg-wi-form th,
#hg-wi-form td,
#hg-wi-form article,
#hg-wi-form aside,
#hg-wi-form canvas,
#hg-wi-form details,
#hg-wi-form embed,
#hg-wi-form figure,
#hg-wi-form figcaption,
#hg-wi-form footer,
#hg-wi-form header,
#hg-wi-form hgroup,
#hg-wi-form menu,
#hg-wi-form nav,
#hg-wi-form output,
#hg-wi-form ruby,
#hg-wi-form section,
#hg-wi-form summary,
#hg-wi-form time,
#hg-wi-form mark,
#hg-wi-form audio,
#hg-wi-form video {
  font-family: "Fieldwork", sans-serif !important;
  color: #192c28;
  background-color: #e8ecec;
}
div#hg-wi-form .h-wi-content .h-wi-row,
div#hg-wi-form .h-wi-content .h-wi-row.h-wi-bold-row {
  background-color: #e8ecec;
  border-color: #d8dedf;
}
div#hg-wi-form .h-wi-button {
  background: #53736f;
  border-radius: 0;
  font-weight: 200;
  font-size: 15px;
}
div#hg-wi-form .h-wi-button:hover {
  background: #53736f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=(70));
  opacity: 0.7;
  color: #ffffff;
}
div#hg-wi-form .h-wi-button:active,
div#hg-wi-form .h-wi-button:focus {
  color: #ffffff;
}
div#hg-wi-form .h-wi-button.h-wi-sending:not(.h-wi-error) {
  background: #53736f;
}
.nice-select ul.list {
  opacity: 0;
}
.Bs-Label--required::after {
  font-weight: 400;
}
#uid1 #sli_f000a {
  padding-top: 60px;
}
@media (max-width: 1023px) {
  #uid1 #sli_f000a {
    padding-top: 60px;
  }
}
.mask_video {
  width: 100%;
  display: flex;
}
.mask_video .videoWrapper {
  width: 100%;
  display: flex;
}
.mask_video video {
  width: 100%;
  height: auto;
}
#hgPaymentWidget {
  margin: 120px auto;
}
@media (max-width: 1023px) {
  #hgPaymentWidget {
    margin: 120px 15px;
  }
}
/*
.mediaDesktopMax({

});
*/
/*
.mediaDesktopMedium({

});
*/
/*
.mediaDesktopSmall({

});
*/
@media screen and (max-width: 1300px) and (min-width: 992px) {
  #content > .csc-default.imagetext > .row > div:last-child > .csc-default {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  #content ul li:before {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 7.5px;
  }
  #content .csc-default.layout-2 {
    height: auto !important;
    margin: 60px auto 75px;
  }
  #content .csc-default.layout-2 .csc-textpic {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  #content > .csc-default.imagetext > .row > div {
    height: auto !important;
    padding: 90px 0 60px;
  }
  #content > .csc-default.imagetext.imagetext > .row > div:last-child > .csc-default {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  #content > .csc-default.imagetext.imagetext > .row > div:last-child > .csc-default {
    margin-top: -105px;
  }
  #content > .csc-default.imagetext .csc-textpic-center .csc-textpic-image {
    margin: 0 25%;
  }
  #content > .csc-default.imagetext > img {
    display: none;
  }
  #content .csc-space-after-241 {
    margin-bottom: 90px !important;
  }
  #content .csc-space-before-241 {
    margin-top: 90px !important;
  }
  #content .csc-space-after-181 {
    margin-bottom: 30px !important;
  }
  #content .csc-space-before-181 {
    margin-top: 30px !important;
  }
  body #frm_q011a.hanthaModules .schnellanfrage #start,
  body #frm_q011a.hanthaModules .schnellanfrage #end {
    background-size: 25px 25px;
  }
  body .nice-select::after {
    width: 25px;
    height: 25px;
    margin-top: -13px;
  }
  input:not(.button),
  .nice-select,
  .nice-select > span,
  .radio.input,
  .button {
    line-height: 60px !important;
    height: 60px !important;
    font-size: 20px;
  }
  #Bs-BookingWidget input:not(.button),
  #Bs-BookingWidget .nice-select,
  #Bs-BookingWidget .nice-select > span,
  #Bs-BookingWidget .radio.input,
  #Bs-BookingWidget .button {
    line-height: initial !important;
    height: auto !important;
    font-size: inherit;
  }
  h1,
  .h1,
  h2,
  .h2,
  .link,
  .csc-default p {
    text-align: center;
  }
  h4,
  .h4 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .link {
    display: inline-block;
  }
  .tab-v1 .nav-tabs {
    display: none;
  }
  .tab-v1 > .tab-content > .reiter-item.open .reiter-title:before,
  .tab-v1 > .tab-content > .reiter-item.open .reiter-title:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tab-v1 > .tab-content > .reiter-item .reiter-title {
    padding: 0 7.5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0;
    letter-spacing: .02em;
    border-top: 1px solid #192c28;
    display: block;
    position: relative;
    line-height: 60px;
    height: 60px;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .tab-v1 > .tab-content > .reiter-item .reiter-title:before,
  .tab-v1 > .tab-content > .reiter-item .reiter-title:after {
    display: block;
    content: "";
    background-color: #192c28;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .tab-v1 > .tab-content > .reiter-item .reiter-title:before {
    height: 1px;
    width: 30px;
    right: 15px;
  }
  .tab-v1 > .tab-content > .reiter-item .reiter-title:after {
    height: 30px;
    width: 1px;
    right: 29.5px;
    margin-top: -15px;
  }
  .tab-v1 > .tab-content > .reiter-item .tab-pane {
    display: none;
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    margin-bottom: 45px;
  }
  #content .csc-default.layout-3 .csc-textpic-center .csc-textpic-image a .bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=(20));
    opacity: 0.2;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.aa-popup-widget > div > div {
  right: initial !important;
}
@media (max-width: 1023px) {
  .aa-popup-widget > div > div {
    bottom: 160px !important;
  }
}
