/* config */
body {
  font-family: 'Open Sans', 'Arial', 'Tahoma';
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', 'Arial', 'Tahoma';
  font-weight: 600;
  color: #666666;
}
h1 {
  color: #333;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
h2 {
  font-size: 20px;
  line-height: 28px;
  color: #e4001f;
}
@media (min-width: 992px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
h3 {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
h4 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
dd ul {
  padding-left: 20px;
}
.color-cta {
  color: #00589a;
}
.color-primary {
  color: #e4001f;
}
.color-text,
.color-text:hover,
.color-text:active,
.color-text:focus {
  color: #666666;
}
.notouch a.color-cta:hover,
.notouch a:hover .color-cta {
  color: #004579;
}
.color-danger {
  color: #a94442;
}
.color-success {
  color: #3c763d;
}
h1.hl-margin {
  margin-top: 40px;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.anchor-link {
  position: relative;
  display: block;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
/* - -  Hotelbox - - */
.hotel {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .hotel {
    height: 240px;
  }
}
.hotels .hotel:last-child {
  border-bottom: 0;
}
.hotel .pic {
  width: 100%;
  float: none;
}
@media (min-width: 768px) {
  .hotel .pic {
    width: 300px;
    float: left;
    margin-right: 20px;
    border: 2px solid transparent;
  }
}
@media (min-width: 768px) {
  .notouch .hotel .pic {
    margin: -2px 18px -2px -2px;
  }
}
@media (min-width: 768px) {
  .notouch .hotel:hover .pic {
    border: 2px solid #00589a;
  }
}
.hotel .pic img {
  width: 100%;
}
@media (min-width: 768px) {
  .hotel .pic img {
    max-height: 220px;
  }
}
.hotel .infos {
  position: relative;
  height: 100%;
  margin-top: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .hotel .infos {
    margin-top: 0;
    margin-left: 320px;
  }
}
.hotel .infos:after {
  clear: both;
}
.hotel a.title h3 {
  color: #00589a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.notouch .hotel a.title:hover,
.notouch .hotel a.title:active,
.notouch .hotel a.title:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .hotel .infos .details {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.hotel .intro {
  overflow-y: hidden;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hotel .intro {
    max-height: 130px;
  }
}
.hotel .intro p {
  margin-bottom: 0;
}
/* - -  Hotelbox klein - - */
.hotel.hotel-klein {
  height: auto;
}
@media (min-width: 768px) {
  .hotel.hotel-klein {
    width: 32%;
    margin-right: 1%;
    float: left;
  }
}
.hotel.hotel-klein .pic {
  float: none;
  width: 100%;
}
.hotel.hotel-klein .infos {
  margin-left: 0;
}
.hotel.hotel-klein .infos .details {
  position: relative;
}
.hotel.hotel-klein a.title h3 {
  font-size: 16px;
}
/* - - Reisebox - - */
.reisebox {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.reiseboxen .reisebox:last-child {
  border-bottom: 0;
}
.reisebox .box {
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .reisebox .box {
    height: 220px;
  }
}
.reisebox .pic {
  width: 100%;
  float: none;
}
@media (min-width: 768px) {
  .reisebox .pic {
    width: 300px;
    float: left;
    margin-right: 20px;
    border: 2px solid transparent;
  }
}
@media (min-width: 768px) {
  .notouch .reisebox .pic {
    margin: -2px 18px -2px -2px;
  }
}
@media (min-width: 768px) {
  .notouch .reisebox:hover .pic {
    border: 2px solid #00589a;
  }
}
.reisebox .pic img {
  width: 100%;
}
@media (min-width: 768px) {
  .reisebox .pic img {
    max-height: 220px;
  }
}
.reisebox a.title h3,
.reisebox .price a {
  color: #00589a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.notouch .reisebox a.title:hover,
.notouch .reisebox a.title:active,
.notouch .reisebox a.title:focus {
  text-decoration: none;
}
.reisebox .stoerer-nextyear,
.reisebox .stoerer-nextyear-book,
.reisebox .stoerer-aktion {
  position: absolute;
  top: -20px;
  left: -10px;
  text-align: center;
  background-color: #e4001f;
  border: 1px solid #e4001f;
  color: #fff;
  padding: 21px 0 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: rotate(-11deg);
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .reisebox .stoerer-nextyear,
  .reisebox .stoerer-nextyear-book,
  .reisebox .stoerer-aktion {
    left: -20px;
  }
}
.reisebox .stoerer-nextyear-book {
  background-color: #00589a;
  border: 1px solid #00589a;
}
.reisebox .stoerer-aktion {
  background-color: #a94442;
  border-color: #a94442;
  padding-top: 20px;
  font-size: 12px;
}
.tooltip-aktion.tooltip.in {
  opacity: 1;
}
.tooltip-aktion .tooltip-inner {
  background-color: #a94442;
}
.tooltip-aktion.top .tooltip-arrow {
  border-top-color: #a94442;
}
.tooltip-fruehbucher.tooltip.in {
  opacity: 1;
}
.tooltip-fruehbucher .tooltip-inner {
  background-color: #12ade3;
}
.tooltip-fruehbucher.top .tooltip-arrow {
  border-top-color: #12ade3;
}
.reisebox a.title {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .reisebox a.title {
    margin-top: 0;
  }
}
.reisebox .price a {
  font-size: 20px;
  line-height: 35px;
}
.reisebox .price {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .reisebox .price {
    float: none;
  }
}
.reisebox .price .ab {
  font-size: 14px;
  font-weight: 400;
}
.reisebox .price a {
  text-decoration: none;
}
.reisebox ul {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .reisebox ul {
    margin-botton: 15px;
  }
}
@media (min-width: 1200px) {
  .reisebox ul {
    margin-top: 15px;
  }
}
.reisebox ul li {
  line-height: 22px;
}
.reisebox .priceteaser {
  text-align: right;
}
@media (min-width: 768px) {
  .reisebox .priceteaser {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .reisebox .priceteaser {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
}
.reisebox .link-offer {
  margin-left: 10px;
}
.reisebox .infos,
.reisebox .map {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
.reisebox .map {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .reisebox .infos {
    padding-left: 320px;
  }
}
.reisebox .infos p:last-child {
  margin-bottom: 0;
}
.reisebox .map iframe {
  width: 100%;
  border: 0;
}
.reisebox .type {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  color: #333;
}
/* - - Footer - - */
footer {
  background-color: #222;
  color: #eee;
  padding: 20px 0 40px;
  font-size: 13px;
  line-height: 21px;
  margin-top: 80px;
}
footer h3,
footer a {
  color: #eee;
}
footer .footer-hotline {
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer .footer-hotline {
    text-align: center;
  }
}
footer .footer-hotline .title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  min-height: 0;
}
footer .footer-hotline .phone {
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 5px;
  font-weight: 600;
}
footer .footer-nav {
  margin-top: 20px;
}
footer .footer-nav .footnav1 {
  margin-right: 80px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer.footer-sockel {
  background-color: #333;
  padding: 10px 0;
  font-size: 12px;
  margin-top: 0;
}
footer .socialmedia {
  margin-top: 20px;
}
footer .socialmedia a {
  max-width: 35px;
  margin-right: 15px;
  display: inline-block;
}
footer .socialmedia img {
  max-width: 100%;
  display: block;
}
.footer-links {
  text-align: center;
  background-color: #dadada;
  margin-bottom: -80px;
}
.footer-links ul.sub {
  margin-left: 0;
}
.footer-links a {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.footer-links h3 {
  margin-bottom: 20px;
  color: #555;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.footer-links .sub {
  margin-bottom: 15px;
  color: #555;
}
.footer-links .sub a {
  font-weight: 400;
  color: #555;
  font-size: 12px;
}
.btn-up {
  position: fixed;
  bottom: 70px;
  right: 30px;
  padding: 10px 15px;
}
/* - - - Reisebox klein - - - */
.reisebox-klein {
  width: 100%;
  margin-right: 0;
  float: left;
  border-bottom: 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .reisebox-klein {
    width: 49%;
    margin-right: 1%;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .reisebox-klein {
    width: 32%;
    margin-right: 1%;
    height: 460px;
  }
}
.reiseboxen .reisebox-klein:last-child {
  border-bottom: 1px solid #ccc;
}
.reisebox-klein .pic {
  float: none;
  width: 100%;
  margin: 0 !important;
}
.reisebox-klein .type {
  margin-top: 0;
}
.reisebox-klein .title {
  margin-bottom: 0;
}
.reisebox-klein ul {
  margin-top: 5px;
}
.reisebox-klein a.title h3,
.reisebox-klein .price a {
  font-size: 16px;
  margin: 5px 0;
}
.reisebox-klein .priceteaser {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.reisebox-klein .priceteaser .price {
  float: left;
}
.reisebox-klein .reiseinfos {
  padding-right: 5px;
}
/* - - Teaser - - */
.teaser {
  min-height: 175px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .teaser {
    min-height: 290px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .teaser {
    min-height: 280px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    min-height: 0;
  }
}
.teaser h3 {
  font-size: 14px;
  text-align: center;
  background-color: #e4001f;
  color: #fff;
  margin-top: 0;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .teaser h3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .teaser h3 {
    font-size: 14px;
  }
}
.teaser h3 a {
  display: block;
  color: #fff;
}
@media (min-width: 1200px) {
  .teaserset .col-xl-2 {
    width: 20%;
  }
}
/* - - Detailseite Angebote - - */
.angebot-keyfacts {
  background-color: #eee;
  margin: 0 0 20px;
}
.angebot-keyfacts-left {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .angebot-keyfacts-right {
    padding-right: 0;
  }
}
.angebot-keyfacts h3 {
  margin-top: 0;
}
.angebot-keyfacts ul {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
.angebot-keyfacts li {
  list-style: none;
}
.angebot-keyfacts li .fa {
  color: #e4001f;
  margin-right: 5px;
}
.page-angebot .link-toggle-verlauf {
  margin-top: 20px;
}
.page-angebot .trenner {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.page-angebot .title {
  max-width: 520px;
  min-height: 45px;
}
@media (min-width: 768px) {
  .page-angebot .title {
    max-width: 680px;
  }
}
@media (min-width: 1200px) {
  .page-angebot .title {
    max-width: 880px;
  }
}
.page-angebot .price {
  text-align: right;
  margin-top: 25px;
  display: none;
}
@media (min-width: 768px) {
  .page-angebot .price {
    display: block;
  }
}
.page-angebot .price a {
  color: #00589a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.page-angebot .price .ab {
  font-size: 14px;
  font-weight: 400;
}
.notouch .page-angebot .price a:hover {
  text-decoration: none;
}
.page-angebot .price .includes {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.page-angebot .desti-bild {
  margin: -20px -15px 15px;
}
.page-angebot .desti-bild a.lightbox {
  display: block;
  margin: 0;
  border: 0;
  float: left;
  width: 50%;
  height: 150px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-angebot .desti-bild a.lightbox {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .page-angebot .desti-bild a.lightbox {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .page-angebot .desti-bild a.lightbox {
    height: 210px;
  }
}
.page-angebot .desti-bild a.lightbox:hover {
  border: 0;
}
.page-angebot .desti-bild img {
  height: 100%;
  min-width: 100%;
  display: block;
}
.angebot-affix {
  background-color: #fff;
  padding: 10px 0 10px;
  left: 0;
  width: 100%;
}
.affix.content-affix {
  z-index: 999;
}
@media (min-width: 1200px) {
  .affix.content-affix .container {
    padding-left: 210px;
  }
}
.content-affix + p {
  margin-top: 130px;
}
@media (min-width: 768px) {
  .content-affix + p {
    margin-top: 80px;
  }
}
.affix-top {
  position: absolute;
  z-index: 10;
}
.affix {
  top: 0;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  z-index: 10;
}
.affix .container,
.affix-top .container {
  padding: 0 15px;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .affix .container,
  .affix-top .container {
    margin: 0 -15px;
    padding: 0 0 0 30px;
  }
}
.affix .container {
  margin: 0 auto;
  padding: 0 15px;
}
.angebot-affix .nav {
  width: 100%;
}
@media (min-width: 992px) {
  .angebot-affix .nav {
    width: auto;
  }
}
.angebot-affix .btn-price {
  float: right;
}
@media (min-width: 992px) {
  .angebot-affix .btn-price {
    display: none;
  }
}
.angebot-affix .btn-price-standalone {
  display: none;
}
@media (min-width: 992px) {
  .angebot-affix .btn-price-standalone {
    display: block;
  }
}
.angebot-affix .price {
  margin-top: 8px;
  margin-right: 20px;
  display: none;
}
@media (min-width: 992px) {
  .angebot-affix .price {
    display: block;
  }
}
@media (min-width: 768px) {
  .angebot-affix.affix-top .price {
    display: none;
  }
}
.angebot-affix a.btn {
  padding: 10px;
  margin-bottom: 10px;
  float: right;
}
@media (min-width: 768px) {
  .angebot-affix a.btn {
    margin-bottom: 0;
    padding: 10px 15px;
  }
}
.angebot-affix .btn-price .btn {
  margin-bottom: 0;
}
.section-affix {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .section-affix {
    padding-top: 80px;
  }
}
.page-angebot .section-affix {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .page-angebot .section-affix {
    padding-top: 80px;
  }
}
.angebot-affix .toggle-nav {
  display: none;
  width: 20px;
  height: 20px;
  color: #666666;
  position: relative;
  bottom: 7px;
  background-color: #fff;
  margin-left: 0;
  text-align: center;
  width: auto;
  margin: 0px -15px -15px;
  padding-top: 5px;
}
.angebot-affix.affix .toggle-nav {
  display: block;
  height: 25px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .angebot-affix.affix .toggle-nav {
    display: none;
  }
}
.angebot-affix .toggle-nav.toggled {
  position: absolute;
  width: 100%;
  margin: 5px -15px -25px;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ccc;
  height: 30px;
  bottom: -3px;
  padding-top: 7px;
}
.angebot-affix.affix .mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .angebot-affix.affix .mobile-hidden {
    display: block;
  }
}
.section-affix h2:nth-child(2),
.section-affix h2:nth-child(3) {
  margin-top: 0;
}
.affix-anchor {
  top: -130px;
}
@media (min-width: 992px) {
  .affix-anchor {
    top: -70px;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #808080;
  color: #fff;
}
.angebot-affix li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .angebot-affix li {
    margin-bottom: 0;
  }
}
.angebot-affix li.back a {
  line-height: 30px;
}
.angebot-affix li a {
  background-color: #e4e4e4;
  color: #666;
  margin-right: 4px;
  padding: 10px 5px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .angebot-affix li a {
    padding: 10px 15px;
  }
}
@media (max-width: 375px) {
  .angebot-affix li a {
    font-size: 12px;
    padding: 10px 5px;
  }
}
@media (max-width: 375px) {
  .angebot-affix li.back a {
    padding: 10px;
  }
}
.angebot-affix li a.btn-primary,
.angebot-affix li a.btn-primary:focus,
.angebot-affix li a.btn-primary:active {
  background-color: #00589a;
  color: #fff;
}
.angebot-affix li.back a i {
  line-height: 22px;
}
.section-leistungen > ul,
.section-leistungen .collapse > ul,
.section-leistungen .collapsing > ul {
  background-color: #f5f5f5;
  padding: 10px 30px;
}
.section-leistungen > ul > li,
.section-leistungen .collapse > ul > li,
.section-leistungen .collapsing > ul > li {
  margin-bottom: 10px;
}
.section-leistungen > ul > li:last-child,
.section-leistungen .collapse > ul > li:last-child,
.section-leistungen .collapsing > ul > li:last-child {
  margin-bottom: 0;
}
.section-leistungen > ul ul,
.section-leistungen .collapse > ul ul,
.section-leistungen .collapsing > ul ul {
  padding: 0 30px 10px;
}
.section-leistungen > ul ul:last-child,
.section-leistungen .collapse > ul ul:last-child,
.section-leistungen .collapsing > ul ul:last-child {
  padding-bottom: 0;
}
/* - - Reiselisten - - */
.filterbuttons {
  margin: 20px 0;
}
.filterbuttons span {
  margin-right: 10px;
}
/* - - Hotel-Detailseite - - */
.title {
  margin-bottom: 10px;
}
.title .fa-star,
.title .fa-star-half {
  color: #f7ba00;
}
.title h1 {
  margin-bottom: 0;
}
.title .subtitle {
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.merkmal.val-no {
  text-decoration: line-through;
}
.merkmal.val-yes i {
  color: #3c763d;
}
.merkmal.val-no i {
  color: #a94442;
}
.rightcol-angebot {
  padding-top: 0;
}
@media (min-width: 768px) {
  .rightcol-angebot {
    padding-top: 10px;
  }
}
.rightcol-angebot img {
  width: 100%;
  display: block;
}
.rightcol-angebot .image-top {
  margin-bottom: 20px;
}
.rightcol-angebot .map {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .rightcol-angebot .map {
    margin-top: 0;
  }
}
.rightcol-angebot .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.page-angebot .rightcol-angebot .map {
  height: 300px;
}
.gallery {
  margin: 0 -1.5%;
}
.gallery .masonry-entry {
  padding: 0 1.5% 10px;
  float: left;
  width: 50%;
}
.gallery img {
  width: 100%;
  display: block;
}
.gallery a {
  display: block;
}
.notouch a.lightbox {
  display: block;
  border: 3px solid transparent;
  margin: -3px;
}
.notouch a.lightbox:hover {
  border: 3px solid #999;
}
.hotel-info {
  margin-bottom: 50px;
}
/* - - - PREISTABELLEN - - - - */
.nav-tabs > li > a {
  color: #666666;
}
.nav-termine-uen > li > a {
  background-color: #eee;
}
.nav-termine-uen > li > a:hover,
.nav-termine-uen > li > a:focus {
  background-color: #ccc;
}
.nav-termine-uen > li.active > a,
.nav-termine-uen > li.active > a:hover,
.nav-termine-uen > li.active > a:focus {
  background-color: #c3001a;
  color: #fff;
}
.preistabellen .tab-pane {
  padding-top: 20px;
}
.preistabellen .preisbeispiel {
  float: right;
}
.preistabellen .preisbeispiel .preis {
  font-weight: 600;
  font-size: 16px;
}
.preistabellen .btn-termin {
  margin-bottom: 5px;
}
.notouch .preistabellen .btn-termin.aufanfrage:hover,
.notouch .preistabellen .btn-termin.aufanfrage:focus,
.preistabellen .btn-termin.aufanfrage.focus {
  background-color: #93d6ed;
  border-color: #93d6ed;
  color: #666666;
}
.notouch .preistabellen .btn-termin.ausgebucht:hover,
.notouch .preistabellen .btn-termin.ausgebucht:focus,
.preistabellen .btn-termin.ausgebucht.focus {
  background-color: #fff;
  color: #a94442;
  border-color: #ccc;
}
.preistabellen .popover-title {
  color: #666666;
}
.preistabellen .popover {
  min-width: 300px;
}
.preistabellen .popover-content th {
  padding: 2px 0;
  font-size: 12px;
}
.preistabellen .popover-content td {
  font-size: 12px;
  padding: 2px 0;
}
.preistabellen .popover-content td.subtitle {
  padding-top: 10px;
  border-bottom: 1px solid #666;
  font-size: 14px;
  font-style: italic;
}
.preistabellen .legend-c2 {
  padding: 0;
}
.preistabellen .legend-c1 h2 {
  margin: 0;
}
.preistabellen span.saison {
  margin-right: 3px;
  font-size: 12px;
  font-weight: bold;
}
.preistabellen .legend .auf-anfrage {
  font-size: 12px;
  font-weight: normal;
  display: block;
  float: left;
  margin-right: 10px;
}
.panel-heading p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 12px;
}
.panel-heading.panel-green {
  background-color: #e4001f;
  color: #fff;
}
.preistabellen span.ausgebucht {
  text-decoration: line-through;
}
.legend h2 {
  float: left;
  margin: 0 10px 0 20px;
}
.preisinfo {
  font-size: 12px;
}
.preisinfo .preis {
  font-weight: bold;
  font-size: 14px;
}
.legend small {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .legend small {
    display: block;
  }
}
.notouch .panel-saisonlegend .panel-body:hover,
.panel-saisonlegend .panel-body.highlighted {
  background-color: #f9f9f9;
  color: #00589a;
}
.notouch .panel-saisonlegend .panel-body:hover h2,
.panel-saisonlegend .panel-body.highlighted h2 {
  color: #00589a;
}
.termin.highlighted .btn,
.notouch .termin:hover .btn {
  border-color: #00589a;
  background-color: #00589a;
  color: #fff;
}
.zusaetze iframe {
  display: none;
}
.row-termine {
  width: 100%;
}
.col-termin {
  margin-bottom: 20px;
  float: left;
  width: 100px;
}
@media (min-width: 768px) {
  .col-termin {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .col-termin {
    width: 100px;
  }
}
.col-termin .termin {
  position: relative;
}
.col-termin .termin .aktion {
  background-color: #a94442;
  color: #fff;
  padding: 0 5px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: -3px;
}
.col-termin .termin .aktion .fa {
  line-height: 20px;
  font-size: 10px;
}
a.btn-preview-next {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
#pt-next h2.color-cta {
  color: #e4001f;
}
/* Booking */
table.booking-progress {
  border-collapse: separate;
  border-spacing: 5px;
}
.bstep {
  height: 30px;
  border-top: 3px solid #999;
  padding-top: 5px;
  text-align: center;
}
@media (min-width: 992px) {
  .bstep {
    width: 20%;
  }
}
.bstep.done {
  height: 30px;
  border-top: 3px solid #999;
}
.bstep.active {
  height: 30px;
  border-top: 3px solid #e4001f;
}
.page-booking header .navbar-collapse ul {
  display: none;
}
.page-booking .navbar-default .navbar-toggle {
  display: none;
}
.booking-back {
  margin-top: 20px;
}
.page-booking .reisebild {
  width: 100%;
}
@media (min-width: 992px) {
  .page-booking .reisebild {
    margin-top: 30px;
  }
}
.reisekamin {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .reisekamin {
    margin-top: 0;
  }
}
/* Zusatzleistungen */
.panel-default > .panel-heading.panel-selected {
  background-color: #80ab00;
  color: #fff;
}
.zl-box .zl-cb {
  margin-right: 10px;
}
.zl-box .zl-desc p:last-child {
  margin-bottom: 0;
}
/* widget ekomi / bewertungen */
.widget-bewertungen {
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  position: relative;
}
.widget-bewertungen .siegel {
  width: 223px;
  margin: 0 auto 20px;
}
@media (min-width: 720px) {
  .widget-bewertungen .siegel {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.widget-bewertungen ul {
  margin: 20px 0 40px;
  padding: 0;
}
@media (min-width: 720px) {
  .widget-bewertungen ul {
    margin: 20px 0 0;
  }
}
.widget-bewertungen h3,
.widget-bewertungen h2 {
  margin-top: 0;
}
.widget-bewertungen li {
  display: block;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 24px;
  list-style-position: outside;
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.widget-bewertungen li .fa {
  position: absolute;
  left: 0;
  top: 5px;
  color: green;
}
.widget-bewertungen .testimonial {
  padding-top: 20px;
}
@media (min-width: 720px) {
  .widget-bewertungen .testimonial {
    border-top: 1px solid #ccc;
  }
}
.widget-bewertungen h4 {
  font-size: 14px;
}
.widget-bewertungen blockquote {
  font-size: 14px;
}
/* widgets */
.widget {
  width: 100%;
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  position: relative;
}
.widget .siegel {
  width: 223px;
  margin: 0 auto 20px;
}
@media (min-width: 720px) {
  .widget .siegel {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.widget ul {
  margin: 20px 0 40px;
  padding: 0;
}
@media (min-width: 720px) {
  .widget ul {
    margin: 20px 0 0;
  }
}
.widget h2,
.widget h3 {
  margin-top: 0;
}
.widget li {
  display: block;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 24px;
  list-style-position: outside;
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.widget li .fa {
  position: absolute;
  left: 0;
  top: 5px;
  color: green;
}
.widget .testimonial {
  padding-top: 20px;
}
@media (min-width: 720px) {
  .widget .testimonial {
    border-top: 1px solid #ccc;
  }
}
.widget h4 {
  font-size: 14px;
}
.widget blockquote {
  font-size: 14px;
}
.widget p:last-child {
  margin-bottom: 0;
}
.widget.widget-blau {
  background-color: #ebf7fd;
}
.widget.widget-blau h2,
.widget.widget-blau h3,
.widget.widget-blau a,
.widget.widget-blau i,
.widget.widget-blau ul.ul-check li:before {
  color: #31708f;
}
.widget.widget-gruen {
  background-color: #e8efd5;
}
.widget.widget-gruen h2,
.widget.widget-gruen h3,
.widget.widget-gruen a,
.widget.widget-gruen i,
.widget.widget-gruen ul.ul-check li:before {
  color: #e4001f;
}
.widget.widget-rot {
  background-color: #f2dede;
}
.widget.widget-rot h2,
.widget.widget-rot h3,
.widget.widget-rot a,
.widget.widget-rot i,
.widget.widget-rot ul.ul-check li:before {
  color: #a94442;
}
.fa.fa-check {
  color: #e4001f;
}
ul.ul-check,
ul.ul-check li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.ul-check {
  margin: 10px 0;
}
ul.ul-check li {
  margin: 2px;
  margin-left: 30px;
}
ul.ul-check li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  float: left;
  margin-left: -20px;
  font-weight: 900;
  color: #e4001f;
}
.info-fruehbucher ul.ul-check li:before {
  color: #31708f;
}
.info-aktionsvorteile ul.ul-check li:before {
  color: #a94442;
}
ul.ul-margin li {
  margin-left: 40px !important;
}
ul.ul-stars,
ul.ul-stars li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.ul-stars {
  margin: 10px 0;
}
ul.ul-stars li {
  margin: 2px;
  margin-left: 30px;
}
ul.ul-stars li:before {
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  float: left;
  margin-left: -20px;
  font-weight: 900;
  color: #fcce62;
}
.liste-termine .liste-termine-title {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 8px;
  display: block;
  text-transform: uppercase;
}
.liste-termine table {
  width: 100%;
  margin-bottom: 10px;
}
.liste-termine td,
.liste-termine th {
  padding: 5px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .liste-termine td,
  .liste-termine th {
    padding: 5px 8px;
  }
}
.liste-termine td {
  border-bottom: 1px dotted #999;
  font-size: 13px;
}
.liste-termine tr:nth-child(2n) td {
  background-color: #f0f4eb;
}
.liste-termine tr:nth-child(2n-1) td {
  background-color: #fcfcfc;
}
