@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-BoldItalic.ttf') format("truetype"), url('../fonts/FiraSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Firasans;
  src: url('../fonts/FiraSans-Bold.ttf') format("truetype"), url('../fonts/FiraSans-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1 {
  color: #754c24;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

p {
  margin-bottom: 20px;
}

.mycontain {
  max-width: 1200px;
}

.mycontain.textonly {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  display: flex;
}

.navigation {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.logolink.w--current {
  margin-left: -10px;
}

.navlinkcontain {
  border-top: 2px solid #754c24;
  border-bottom: 2px solid #754c24;
}

.navlinkblock {
  color: #7f7f7f;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.navlinkblock:hover {
  color: #754c24;
}

.navlinkblock.w--current {
  color: #7f7f7f;
}

.navlink {
  color: #7f7f7f;
  padding: 10px 20px;
  text-decoration: none;
}

.navlink:hover {
  color: #754c24cc;
}

.image {
  width: 304px;
}

.body {
  color: #000;
  font-family: Firasans, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.languageswitch {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.languageswitch-text {
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 400;
}

.languageswitch-link {
  color: #7f7f7f;
  font-weight: 400;
  text-decoration: none;
}

.languageswitch-link:hover, .languageswitch-link.focus-active {
  color: #754c24cc;
  font-weight: 700;
}

.navblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.heroslider {
  width: 100%;
  height: 100%;
}

.heroslidercontain {
  width: 100%;
  height: 373px;
  position: relative;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
  overflow: hidden;
}

.heroslideoverlay {
  z-index: 3;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heroslideoverlay:hover {
  display: flex;
}

.heroslidecover-text {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
}

.slideimg-1 {
  background-image: url('../images/IMG-20250722-WA0019.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideimg-2 {
  background-image: url('../images/IMG-20250722-WA0015.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  justify-content: center;
  align-items: stretch;
  padding: 60px 10px;
  display: flex;
}

.section.brown {
  background-color: #f1edea;
}

.flexboxdiv {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flexboxdiv.top-center {
  justify-content: space-between;
  align-items: flex-start;
}

.flexboxdiv.top-center.topmargin, .flexboxdiv.topmargin {
  margin-top: 40px;
}

.museumimg {
  width: 40%;
}

.museumimg.transparent {
  opacity: .25;
}

.button {
  color: #754c24;
  background-color: #754c2400;
  border: 2px solid #754c24;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 6px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #754c24;
}

.button.anfrage-senden {
  margin-top: 25px;
}

.bu {
  width: 217px;
  height: 50px;
  font-style: normal;
}

.button-text {
  font-style: normal;
}

.portrait-karl {
  width: 50%;
  max-width: 50%;
}

.slideimg-3 {
  background-image: url('../images/IMG-20250722-WA0017.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideimg-4 {
  background-image: url('../images/IMG-20250722-WA0009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactcontain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.contactsymbol {
  min-width: 64px;
  min-height: 64px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.contactsymbol.smaller {
  min-width: 54px;
  min-height: 54px;
}

.contactlink {
  color: #000;
  text-decoration: none;
}

.contactlink:hover {
  color: #754c24;
  font-weight: 700;
}

.ffnungszeitencontain {
  margin-bottom: 25px;
}

.ffnungszeitencontain._50w {
  width: 50%;
}

.ffnungszeitencontain.topmargin {
  margin-top: 40px;
}

.ffnungszeitentextcontain {
  border-top: 2px solid #754c24;
  border-bottom: 2px solid #754c24;
}

.inlinelink {
  color: #754c24;
  font-weight: 700;
  text-decoration: none;
}

.inlinelink:hover {
  -webkit-text-stroke-color: #754c24cc;
}

.inlinelink.notvisable {
  color: #000;
  font-weight: 400;
}

.inlinelink.notvisable:hover {
  color: #754c24;
}

.footercontain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.footerlinkcontain {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.footerlinkblock {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-height: 44px;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.footerlinkblock:hover {
  color: #754c24;
}

.sm-icon {
  width: 20px;
}

.navcontain {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.h3-centered {
  text-align: center;
}

.formlabel {
  font-weight: 400;
}

.formtextfield {
  border: 2px solid #754c24;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  width: 600px;
}

.formtextfield.higher {
  min-height: 80px;
  display: block;
}

.richtext.left {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .mycontain.backgroundimg.kaffee-erlebnis {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Kaffee-Erlebnis.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 350px;
    background-attachment: scroll, scroll;
  }

  .navigation {
    justify-content: space-between;
    align-items: center;
  }

  .navlinkcontain {
    background-color: #fff;
  }

  .navlinkblock {
    color: #7f7f7f;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .museumimg.transparent {
    display: none;
  }

  .navblock-menu-contain {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .mycontain.backgroundimg {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Mühle.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 40%;
    background-attachment: scroll, scroll;
  }

  .mycontain.backgroundimg.kaffee-erlebnis {
    background-size: auto, 300px;
  }

  .flexboxdiv {
    flex-flow: column;
  }

  .flexboxdiv.top-center, .flexboxdiv.nogap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .museumimg {
    display: none;
  }

  .portrait-karl {
    width: 100%;
    max-width: 100%;
    margin-top: -25px;
  }

  .ffnungszeitencontain._50w {
    width: 100%;
  }

  .footercontain {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
  }

  .formtextfield {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .mycontain.backgroundimg {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Mühle.png');
    background-position: 0 0, 100% 100%;
    background-size: auto, 60%;
  }

  .mycontain.backgroundimg.kaffee-erlebnis {
    background-size: auto, 250px;
  }

  .footercontain {
    padding-left: 0;
    padding-right: 0;
  }

  .footerlinkcontain {
    flex-flow: wrap;
  }

  .footerlinkblock {
    padding-left: 15px;
    padding-right: 15px;
  }

  .formtextfield {
    width: 300px;
  }
}


@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-BoldItalic.ttf') format('truetype'), url('../fonts/FiraSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype'), url('../fonts/FiraSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}