/*
Montserrat

Regular 400
Medium 500
Bold 700

*/
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-regular.woff") format("woff"), url("../fonts/montserrat-v18-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v18-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v18-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-500.woff") format("woff"), url("../fonts/montserrat-v18-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v18-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-700.woff") format("woff"), url("../fonts/montserrat-v18-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v18-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1 {
  font-family: "Montserrat medium", sans-serif;
  font-size: 2rem;
  color: #a9883b;
  margin-bottom: 0.6em;
  line-height: 1.2;
}

h2 {
  font-family: "Montserrat medium", sans-serif;
  font-size: 1.4rem;
  color: #a9883b;
}

@media (min-width: 1440px) {
  .p-xxxl-5 {
    padding: 3rem !important;
  }
}
.container-fluid > img {
  width: 100%;
  height: auto;
}

.card {
  position: relative;
  border-radius: 0;
  width: 100%;
  border: none;
}
.card .card-img-top {
  border-radius: 0;
  height: 100%;
}
.card .card-body {
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.2;
}
.card .card-body a {
  text-decoration: none;
  color: #fff;
}
.card .card-body a:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  top: 0;
  left: 0;
}
.card .card-body a:hover button {
  background: #007334;
}
.card .card-body a:hover:after {
  background: rgba(255, 255, 255, 0.1);
}
.card .card-body .card-title {
  color: #fff;
  font-size: 1.2em;
}
.card .card-body .card-text {
  color: #fff;
}
.card .card-body .card-text br {
  margin-bottom: 1em;
}
.card.body-on-image .card-body {
  position: absolute;
}

.unsere-angebote .card .card-body a {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
.unsere-angebote .card .card-body a:after {
  content: unset;
  position: unset;
  width: auto;
}

.angebote .card .card-body:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  top: 0;
  left: 0;
}

section.start .card .card-body {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 458px) and (max-width: 767px) {
  section.start .card .card-body {
    top: 10%;
  }
}
section.start .card .card-body a {
  text-decoration: none;
}
section.start .card .card-body .card-title {
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.68);
}
section.start .card.hotel .card-body .card-title {
  color: #996600;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.28);
}
section.start .card.hotel .card-body .card-text {
  color: #996600;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.28);
}
section.start .card.hotel .card-body .card-text .img svg {
  fill: red;
}
section.start .card.hotel .card-body a button {
  color: #996600;
  border-color: #996600;
}
section.start .card.hotel .card-body a:hover button {
  color: #fff;
  border-color: #fff;
}
section.start .btn-outline-primary {
  color: #fff;
  border-color: #fff;
}
section.start .btn-outline-primary:hover {
  background: #a9883b;
  border-color: #a9883b;
  color: white;
}

section.hotel .zimmer {
  background: #a9883b;
  color: #fff;
}
section.hotel .zimmer h1 {
  color: #fff;
}

header {
  position: relative;
}

.language-switch {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 991px) {
  .language-switch {
    top: 30px;
  }
}
@media screen and (min-width: 991px) {
  .language-switch {
    right: 60px;
  }
}
.language-switch span {
  text-decoration: none;
  color: #a9883b;
}
.language-switch a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.language-switch a:hover {
  text-decoration: none;
}

.panel-title {
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .panel-title {
    padding-right: 3em;
  }
}
.panel-title h1,
.panel-title h2 {
  font-size: 2rem;
  color: #a9883b;
  margin-bottom: 0.6em;
}
.panel-title p {
  font-family: "Montserrat medium";
  font-size: 1.3rem;
  color: #a9883b;
  line-height: 1.3;
}

.panel-content {
  padding-bottom: 2em;
}
.panel-content h2 {
  font-size: 2.4rem;
}
.panel-content a {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}
.panel-content ul li,
.panel-content ol li {
  padding: 10px;
}
.panel-content ol {
  list-style-type: decimal;
}
.panel-content ol ol {
  margin-top: 1em;
  list-style-type: lower-latin;
}
.panel-content ol ol ol {
  margin-top: 1em;
  list-style-type: lower-roman;
}
.panel-content p + h3,
.panel-content ol + h3,
.panel-content ul + h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.teaser.color-grey {
  background-color: #e8e8e8;
}
.teaser.color-white {
  background-color: #fff;
}
.teaser .banner {
  padding: 5em 0 2em 0;
  text-align: center;
}
.teaser .banner h1,
.teaser .banner h2 {
  color: black;
}
.teaser .banner p {
  font-size: 1.2rem;
  color: black;
  line-height: 1.6;
}
.teaser .banner.grey {
  background-color: #e8e8e8;
}

.status.grey {
  background-color: #e8e8e8;
}
.status.white {
  background-color: #fff;
}

.special.grey {
  background-color: #e8e8e8;
}
.special.white {
  background-color: #fff;
}
.special.dark-grey {
  background-color: #aaa;
  color: white;
}
.special.dark-grey h1, .special.dark-grey h2, .special.dark-grey h3 {
  color: white;
}
.special.colored {
  background-color: #a9883b;
  color: white;
}
.special.colored h1, .special.colored h2, .special.colored h3 {
  color: white;
  font-weight: bold;
}
.special.colored .panel-title {
  border: 3px solid white;
  border-left: none;
  border-right: none;
}
.special.colored .panel-title p {
  color: white;
  font-weight: bold;
}
.special.colored .panel-content a {
  color: white;
  font-weight: bold;
}

.container.image img {
  width: 100%;
}

.grid {
  padding: 0;
}
.grid .row {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.grid .row > div {
  padding: 0;
}
.grid .card {
  flex-direction: row;
  border: none;
  color: #fff;
  height: 100%;
}
.grid .card .card-body {
  text-align: left;
}
.grid .card.color-2 {
  background: #a9883b;
}
.grid .card.color-2 .card-body h2,
.grid .card.color-2 .card-body .card-text {
  color: #000;
}
.grid .card.color-3 {
  background: #c0a76d;
}
.grid .card.color-3 .card-body a {
  color: #000;
}
.grid .card.color-3 .card-body h2,
.grid .card.color-3 .card-body .card-text {
  color: #000;
}
.grid .card.color-1 {
  background: #8b5b18;
}
.grid .card.color-4 {
  background: #915519;
}
.grid .card .image-placeholder {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .grid .card .image-placeholder {
    width: 100%;
  }
}
.grid .card .card-body {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .grid .card .card-body {
    width: 100%;
  }
}
.grid .card .card-body h2 {
  font-size: 1.6em;
  margin-bottom: 0.2em;
  line-height: 1.2em;
}

section.ueber-uns .grid .card.color-1 .card-body p,
section.ueber-uns .grid .card.color-2 .card-body p,
section.ueber-uns .grid .card.color-3 .card-body p,
section.ueber-uns .grid .card.color-4 .card-body p {
  color: #fff;
}
section.ueber-uns .grid .card.color-1 .card-body h2.card-title,
section.ueber-uns .grid .card.color-2 .card-body h2.card-title,
section.ueber-uns .grid .card.color-3 .card-body h2.card-title,
section.ueber-uns .grid .card.color-4 .card-body h2.card-title {
  color: #fff;
}
.menu .button {
  background: white;
}
.menu .button .btn-outline-primary {
  color: #a9883b;
  border-color: #a9883b;
}
.menu .button .btn-outline-primary:hover {
  background: #a9883b;
  border-color: #a9883b;
  color: white;
}

@media (max-width: 576px) {
  .start-hotel .container-fluid #d21-quickbook {
    top: 1em;
  }
}
.start-hotel .container-fluid #d21-quickbook .d21-input, .start-hotel .container-fluid #d21-quickbook .d21-input-icon {
  border-radius: 0 !important;
}
.start-hotel .card {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  /* Set the image to fill its parent and make transparent */
}
.start-hotel .card > img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* modern browsers */
  opacity: 100;
}
.start-hotel .card .card-image-top {
  border: none;
  border-radius: none;
}
@media (max-width: 547px) {
  .start-hotel .card .card-body.pt-5 {
    padding-top: 0rem !important;
  }
}
.start-hotel .card .card-body h1 {
  font-weight: 700;
  font-size: 3em;
}
.start-hotel .card .card-body .card-text {
  font-size: 1.2em;
}
@media (max-width: 425px) {
  .start-hotel .card .card-body .card-title.pt-5 {
    padding-top: 1rem !important;
  }
}

h3 {
  color: #b79345;
  margin-bottom: 2rem;
}

.fruehstueck .panel-content {
  background: rgba(153, 102, 0, 0.1);
}
.fruehstueck .panel-content h3,
.fruehstueck .panel-content p {
  text-align: left !important;
}

.zimmer {
  background: #a9883b;
}
.zimmer .banner h1,
.zimmer .banner h2 {
  color: #fff;
}

footer {
  background-color: #231f20;
  color: white;
}
footer .familie ul {
  list-style: none;
  padding: 0;
}
footer .familie ul li {
  padding: 0.5rem;
  display: inline;
}
footer .familie img {
  width: 60px;
}
footer a:hover {
  color: #007334;
}

.menu-online .no-menu {
  border: 1px solid black;
  padding: 2em;
  font-weight: bold;
}
.menu-online .banner {
  background: white;
}
.menu-online h2 strong {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0em;
  display: block;
}
.menu-online button.btn-outline-primary {
  border: 2px solid #996600;
  color: #996600;
}
.menu-online button.btn-outline-primary a {
  color: #996600;
  text-decoration: none;
}
.menu-online button.btn-outline-primary a:hover {
  color: inherit;
  text-decoration: none;
}
.menu-online button.btn-outline-primary:hover {
  color: #fff;
  background-color: #996600;
  border-color: #996600;
}
.menu-online button.btn-outline-primary:hover a {
  color: #fff;
  text-decoration: none;
}
.menu-online button.btn-outline-primary:hover a:hover {
  color: inherit;
  text-decoration: none;
}
.menu-online .tab-content {
  color: #000000;
  display: block;
}
@media (min-width: 576px) {
  .menu-online .tab-content {
    background-repeat: no-repeat;
    background-image: url(../img/bg_speisekarte_top.png);
    background-attachment: scroll;
    background-position: top center;
    background-color: #ffffff;
    background-size: 180% 100%;
  }
}
.menu-online .tab-content > .active {
  display: block !important;
}
.menu-online .tab-content > .tab-pane {
  display: none;
}
.menu-online .page-bottom ul {
  list-style: none;
  font-size: 0.8em;
}
.menu-online .page-bottom ul li {
  display: inline;
  margin: 0 0.5rem;
}
.menu-online .page-bottom ul li b,
.menu-online .page-bottom ul li strong {
  margin-right: 0.4em;
}
.menu-online .page-bottom .av_textblock_section {
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.menu-online #av_section_2 .nav-pills .nav-link {
  background: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  margin: 0.1em;
}
.menu-online #av_section_2 .nav-pills .nav-link:hover {
  border: 1px solid #007334;
}
.menu-online #av_section_2 #myTab.nav {
  flex-wrap: wrap;
  justify-content: center;
}
.menu-online #av_section_2 #myTab.nav button.disabled {
  color: #999;
}
.menu-online #av_section_2 #myTab.nav button.nav-link.active {
  background-color: #007334;
  border-radius: 0;
}
.menu-online #av_section_2 .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
  padding-top: 4em;
  clear: both;
  max-width: 1310px;
}
.menu-online .avia-section .template-page {
  width: 100%;
  border: none;
  margin-left: auto;
  padding-left: 0;
  margin-right: auto;
}
.menu-online .clearfix::before,
.menu-online .clearfix::after,
.menu-online .flex_column::before,
.menu-online .flex_column::after,
.menu-online .widget::before,
.menu-online .widget::after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.menu-online ::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}
.menu-online ::selection {
  background-color: #000000;
  color: #ffffff;
}
.menu-online .flex-column {
  padding: 20px;
  border-radius: 0px;
}
.menu-online .flex_column_table {
  display: block;
  width: 100%;
}
.menu-online #av_section_2 {
  color: #000000;
}
.menu-online #av_section_2 h2 {
  font-size: 2em;
  font-weight: 800;
}
.menu-online .av-catalogue-container {
  margin: 30px 0;
}
.menu-online .flex_column::after,
.menu-online .clearfix::after {
  clear: both;
}
.menu-online .entry-content-wrapper ul {
  list-style: disc outside;
  padding: 0 3em;
}
.menu-online .av-catalogue-list li {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px dashed;
  border-bottom-color: currentcolor;
  padding: 0;
  clear: both;
  text-indent: 0;
}
.menu-online .av-catalogue-list li:last-child {
  border: none;
}
.menu-online .av-catalogue-list li .av-catalogue-item {
  text-align: left;
  text-decoration: none;
  padding: 10px 5px;
  display: block;
  overflow: hidden;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner {
  overflow: hidden;
  padding: 1em 0;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner .av-catalogue-title-container {
  position: relative;
  font-size: 1.3em;
  line-height: 1.4em;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner .av-catalogue-title-container .av-catalogue-title {
  font-size: 18px;
  font-weight: bold;
  padding-right: 60px;
  text-transform: uppercase;
  line-height: 1.4;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner .av-catalogue-title-container .av-catalogue-title sup {
  vertical-align: super;
  font-size: smaller;
  font-size: 0.6em;
  margin-left: 0.5em;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner .av-catalogue-title-container .av-catalogue-price {
  font-size: 18px;
  font-weight: bold;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner .av-catalogue-title-container .av-catalogue-price {
  position: absolute;
  right: 0;
  top: 0;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner .av-catalogue-content {
  padding-right: 60px;
  font-size: 1.1em;
  min-height: 1em;
}
.menu-online .av-catalogue-list li .av-catalogue-item .av-catalogue-item-inner .av-catalogue-content .hinweise {
  display: block;
  color: #999;
}
.menu-online .av-flex-placeholder {
  display: table-cell;
  width: 6%;
}

#tageskarte {
  background: rgba(169, 136, 59, 0.2705882353);
}
#tageskarte .banner {
  background: none;
}
#tageskarte #myTabContent {
  background-color: transparent !important;
}
#tageskarte #myTabContent .tab-pane {
  background: #fff;
}

.hes-gallery {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
.hes-gallery a {
  text-decoration: none;
  border: none;
}
.hes-gallery img {
  width: 25%;
  height: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hes-gallery img {
    width: 12.5%;
  }
}

.preview #release {
  padding: 2em;
  width: 220px;
}
.preview #release .btn {
  padding: 1em;
  margin-bottom: 1em;
  width: 100%;
}

img.crop-center {
  height: auto;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.btn, button {
  border-radius: 0;
}

.nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.nav .nav-link {
  color: black;
}

.navbar-toggler {
  position: absolute;
  top: 24px;
  left: 24px;
}

#navbarNav {
  position: relative;
}

#navbarNav.collapse.show {
  background: #ddd;
}
#navbarNav.collapse.show > ul.pull {
  position: unset;
  top: unset;
}
#navbarNav.collapse.show > ul.pull > li {
  border-bottom: none;
}
#navbarNav.collapse.show > ul.pull > li:hover > a {
  background: #eee;
}
#navbarNav.collapse.show > ul.pull > li.open {
  border: none;
}
#navbarNav.collapse.show > ul.pull li li {
  font-weight: normal;
  padding: 1px;
}
#navbarNav.collapse.show > ul.pull ul {
  border: none;
}
#navbarNav.collapse.show > ul ul {
  display: flex;
}
#navbarNav.collapse.show > ul ul.show {
  display: block;
  position: unset;
  width: auto;
}

#navbarNav.collapse > ul.pull {
  position: absolute;
  top: -84px;
}
#navbarNav.collapse > ul.pull > li:hover > a {
  color: #a9883b;
}
#navbarNav.collapse > ul.pull li.open {
  padding-bottom: 0px;
  font-weight: 700;
}
#navbarNav.collapse > ul.pull li.open > a {
  color: #a9883b;
}
#navbarNav.collapse > ul.pull li li {
  font-weight: normal;
  padding: 1px;
  border-top: 1px solid #a9883b;
}
#navbarNav.collapse > ul.pull li li:hover a {
  text-decoration: underline;
}
#navbarNav.collapse > ul.pull li li a.nav-link {
  padding-top: 0.3rem;
}
#navbarNav.collapse > ul ul {
  display: none;
}
#navbarNav.collapse > ul ul.show {
  display: flex;
  flex-direction: row;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  padding: 0;
  top: 40px;
}

.nav-item {
  display: block;
}

a.navbar-brand img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  a.navbar-brand img {
    width: 50%;
  }
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  padding: 0.25rem 0.75rem 0.5rem;
  background-color: #ddd;
  color: #fff;
  border: 2px;
  border-color: #aaa;
  z-index: 200;
}

.btn-secondary.back-to-top:hover,
.btn-secondary.back-to-top:active {
  color: #fff;
  background-color: #aaa;
  border-color: #999;
}

footer {
  background-color: #000;
}
footer h6 {
  color: #979fa3;
  font-size: 1em;
}
footer hr {
  background-color: #979fa3;
  width: 100%;
  opacity: 1;
}
footer p {
  color: #c2a360;
}
footer p a {
  color: inherit;
}
footer .navigation p {
  margin-bottom: 0.3em;
}
footer .copyright {
  color: #979fa3;
}
footer .kontakt {
  position: relative;
}
footer .kontakt .logo {
  position: absolute;
}
footer .logo img {
  width: 100%;
}

.menu.speisen-getraenke .card-body {
  position: relative;
}
.menu.speisen-getraenke .card-body a {
  border: 1px solid #fff;
  background: transparent;
  color: white;
  padding: 1em;
  margin-top: 2em;
  display: inline-block;
  width: auto;
}
.menu.speisen-getraenke .card-body a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}
.menu.speisen-getraenke .card-body a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.menu.speisen-getraenke .card-body a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
.menu.speisen-getraenke .color-2 .card-body a {
  color: black;
  border: 1px solid black;
}
.menu.speisen-getraenke .color-2 .card-body a:hover {
  background: rgba(255, 255, 255, 0.2);
}

div[id*=d21-widgets] {
  font-family: "Montserrat", sans-serif;
}

#d21-quickbook {
  margin-top: 4em;
  background: #231f20;
  border-radius: 0;
  padding: 6px;
  width: 100%;
}
#d21-quickbook .d21-row {
  margin-bottom: 0 !important;
}

#d21-widgets-rooms .d21-item .d21-item-head .d21-item-book {
  width: 28%;
}
#d21-widgets-rooms .d21-item .d21-item-book {
  border-radius: 2px;
  border-bottom: none;
  background-color: #a9883b;
  font-weight: normal;
}

#d21-rooms-filter,
.d21-hits,
#d21-sort-by {
  display: none;
}

/*
#d21-rooms {
  .d21-row {
    display: flex;
  }

  .d21-item {
    background: #996600;
    color: #fff;

    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    box-shadow: none;

    .d21-item-book {
        border: 1px solid #fff;
        width:2em;
        span {
            position: relative;

            font-size:0;
            &:after {
                position:absolute;
                content: "jetzt buchen";
                text-transform: uppercase;
                font-size:1rem;
              width:100%;
              background:red;
            }
    }
    }

    .d21-item-head h2 {
        font-size:2rem;
        color:#fff;
    }
  }
}

main #d21-widgets-rooms .d21-item .d21-item-head .d21-item-book {
    position:relative;
    width:auto;
}
*/
main .d21-item .d21-item-head h2 {
  font-size: 2rem;
  color: #000;
}

main #d21-widgets-rooms .d21-item .d21-item-head .d21-item-book {
  border-radius: 0;
  background: #996600;
  padding: 1em 2em;
  height: auto;
  text-transform: uppercase;
}

@media only screen and (min-width: 993px) {
  .d21-row .d21-col.d21-l3, .d21-row .d21-col.d21-l5 {
    width: auto !important;
  }
  .d21-col {
    flex-basis: 100%;
  }
}
.contact a {
  color: black;
}
.contact button {
  display: inline;
  background-color: rgb(153, 102, 0);
  border-color: rgb(153, 102, 0);
  color: white;
}
.contact button:hover {
  background: rgb(0, 115, 52);
  border-color: black;
}
.contact .raetsel {
  display: none;
}
.contact .error {
  color: red;
  border: 1px solid red;
  padding: 1em;
}