@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
h1, h2, h3, h4, h5 {
  color: #4f5d5c;
}

header {
  background-color: #CBA052;
}
header a.buchen {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #4f5d5c;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  padding: 10px 50px 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header a.buchen--arrow {
  padding-right: 40px;
}
header a.buchen:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #4f5d5c;
}
header a.buchen:hover, header a.buchen:focus {
  color: #fff;
}
header a.buchen:hover:before, header a.buchen:focus:before {
  height: 100%;
}
header a.buchen:hover > a, header a.buchen:focus > a {
  color: #4f5d5c;
}
header a.buchen:hover span, header a.buchen:focus span {
  right: 0px;
}
header a.buchen span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
}
header a.buchen {
  visibility: hidden;
}

.nav-mobile {
  background-color: #CBA052;
}

aside {
  background-color: #CBA052;
}

.book-panel-button {
  background-color: #CBA052;
}

.badge-covid {
  background-color: #CBA052;
}

section#intro .button {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #fff;
  background-color: #CBA052;
  border-width: 1px;
  border-style: solid;
  border-color: #CBA052;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  padding: 10px 50px 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
section#intro .button--arrow {
  padding-right: 40px;
}
section#intro .button:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #fff;
}
section#intro .button:hover, section#intro .button:focus {
  color: #CBA052;
}
section#intro .button:hover:before, section#intro .button:focus:before {
  height: 100%;
}
section#intro .button:hover > a, section#intro .button:focus > a {
  color: #fff;
}
section#intro .button:hover span, section#intro .button:focus span {
  right: 0px;
}
section#intro .button span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
}

#modal-window a:not(.button) {
  color: #CBA052;
}

section#intro .button.reservieren {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #fff;
  background-color: #4f5d5c;
  border-width: 1px;
  border-style: solid;
  border-color: #4f5d5c;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  padding: 10px 50px 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
section#intro .button.reservieren--arrow {
  padding-right: 40px;
}
section#intro .button.reservieren:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #fff;
}
section#intro .button.reservieren:hover, section#intro .button.reservieren:focus {
  color: #4f5d5c;
}
section#intro .button.reservieren:hover:before, section#intro .button.reservieren:focus:before {
  height: 100%;
}
section#intro .button.reservieren:hover > a, section#intro .button.reservieren:focus > a {
  color: #fff;
}
section#intro .button.reservieren:hover span, section#intro .button.reservieren:focus span {
  right: 0px;
}
section#intro .button.reservieren span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
}
section#intro .button.reservieren {
  margin-top: 10px;
}
@media (min-width: 676px) {
  section#intro .button {
    margin: 0 10px;
  }
}

#tischreservierung h2 {
  color: #fff;
  padding: 10px 0;
  font-size: 1.8em;
}
#tischreservierung .uk-modal-dialog {
  background-color: #CBA052;
  text-align: center;
}
#tischreservierung .uk-close {
  color: #fff;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media (min-width: 676px) {
  #tischreservierung h2 {
    font-size: 2.4em;
  }
}

section#cafe {
  padding: 0;
  background-color: rgba(79, 93, 92, 0.15);
  margin: 80px 0;
}
section#cafe .button {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #fff;
  background-color: #CBA052;
  border-width: 1px;
  border-style: solid;
  border-color: #CBA052;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  padding: 10px 50px 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
section#cafe .button--arrow {
  padding-right: 40px;
}
section#cafe .button:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #fff;
}
section#cafe .button:hover, section#cafe .button:focus {
  color: #CBA052;
}
section#cafe .button:hover:before, section#cafe .button:focus:before {
  height: 100%;
}
section#cafe .button:hover > a, section#cafe .button:focus > a {
  color: #fff;
}
section#cafe .button:hover span, section#cafe .button:focus span {
  right: 0px;
}
section#cafe .button span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
}

section#sportshop.teaser {
  padding: 0;
  margin: 80px 0 0;
  background-color: #93282C;
  color: #fff;
}
section#sportshop.teaser h1, section#sportshop.teaser h2 {
  color: #fff;
}
section#sportshop.teaser svg {
  max-width: 150px;
}
@media (min-width: 960px) {
  section#sportshop.teaser svg {
    min-width: 250px;
  }
}
section#sportshop.teaser .button {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #93282C;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  padding: 10px 50px 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
section#sportshop.teaser .button--arrow {
  padding-right: 40px;
}
section#sportshop.teaser .button:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #93282C;
}
section#sportshop.teaser .button:hover, section#sportshop.teaser .button:focus {
  color: #fff;
}
section#sportshop.teaser .button:hover:before, section#sportshop.teaser .button:focus:before {
  height: 100%;
}
section#sportshop.teaser .button:hover > a, section#sportshop.teaser .button:focus > a {
  color: #93282C;
}
section#sportshop.teaser .button:hover span, section#sportshop.teaser .button:focus span {
  right: 0px;
}
section#sportshop.teaser .button span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
}

section#fotogalerie {
  margin-bottom: 80px;
}

#FormBuilder_tischreservierung input, #FormBuilder_tischreservierung textarea {
  min-height: 50px;
  padding: 25px;
  border: none;
  border-radius: 5px;
  color: #CBA052;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}
#FormBuilder_tischreservierung input::-webkit-input-placeholder, #FormBuilder_tischreservierung textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CBA052;
  font-family: "Roboto", sans-serif;
}
#FormBuilder_tischreservierung .InputfieldContent {
  padding-left: 0;
  padding-right: 10px;
}
#FormBuilder_tischreservierung .Inputfield {
  margin-bottom: 0.8em;
}
#FormBuilder_tischreservierung .uk-form-label {
  display: none;
}
#FormBuilder_tischreservierung .Inputfield_datenschutz {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #fff;
  margin: 20px 0;
}
#FormBuilder_tischreservierung .Inputfield_datenschutz a {
  color: rgba(255, 255, 255, 0.6);
}
#FormBuilder_tischreservierung .Inputfield_datenschutz input[type=checkbox] {
  margin-right: 10px;
  min-height: auto;
  border-radius: 5px;
  padding: 0px;
}
#FormBuilder_tischreservierung .uk-button-primary {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #fff;
  background-color: #4f5d5c;
  border-width: 1px;
  border-style: solid;
  border-color: #4f5d5c;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  padding: 10px 50px 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#FormBuilder_tischreservierung .uk-button-primary--arrow {
  padding-right: 40px;
}
#FormBuilder_tischreservierung .uk-button-primary:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#FormBuilder_tischreservierung .uk-button-primary:hover, #FormBuilder_tischreservierung .uk-button-primary:focus {
  color: #4f5d5c;
}
#FormBuilder_tischreservierung .uk-button-primary:hover:before, #FormBuilder_tischreservierung .uk-button-primary:focus:before {
  height: 100%;
}
#FormBuilder_tischreservierung .uk-button-primary:hover > a, #FormBuilder_tischreservierung .uk-button-primary:focus > a {
  color: #fff;
}
#FormBuilder_tischreservierung .uk-button-primary:hover span, #FormBuilder_tischreservierung .uk-button-primary:focus span {
  right: 0px;
}
#FormBuilder_tischreservierung .uk-button-primary span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
}
#FormBuilder_tischreservierung .uk-button-primary {
  position: relative;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
}
#FormBuilder_tischreservierung .uk-button-primary:hover {
  border-color: #fff;
}
@media (min-width: 380px) {
  #FormBuilder_tischreservierung .uk-button-primary {
    margin: 0;
  }
}
#FormBuilder_tischreservierung span.pw-no-select:after {
  color: #fff;
}
#FormBuilder_tischreservierung p.uk-text-danger {
  font-size: 1em;
  line-height: 1em;
}

.FormBuilderErrors p.uk-alert-danger {
  display: none;
}

p.uk-text-danger {
  color: red;
}

p.uk-alert-success {
  font-family: "Roboto", sans-serif;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 50px;
}