.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #c2c3b1;
  font-family: Abcmonumentgroteskmono, sans-serif;
  color: #1a1a1a;
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.13em;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 0px;
  font-size: 3.13em;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.4em;
  line-height: 1.1;
  font-weight: 400;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0px;
  font-size: 1.67em;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  -webkit-transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  transition: all 500ms cubic-bezier(.645, .045, .355, 1);
  color: #1a1a1a;
  font-size: 1em;
  text-decoration: underline;
}

a:hover {
  opacity: 0.5;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 5px solid #000;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5em 10em 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 1px solid #000;
}

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.section {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-right: 1em;
  margin-left: 1em;
  padding: 1em 2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  background-color: #a8bab9;
  opacity: 1;
  color: #1a1a1a;
}

.button.is--smaller {
  padding: 0.7em 1em;
}

.button.is--smallest {
  padding: 0.5em 1em;
  font-size: 0.85em;
}

.button.is--reservation {
  margin-top: 2em;
  margin-bottom: 7.5em;
}

.button_ghost {
  margin-right: 1em;
  margin-left: 1em;
  padding: 1em 2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  background-color: #91a059;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #1a1a1a;
  letter-spacing: 0px;
}

.button_ghost:hover {
  background-color: #1a1a1a;
  opacity: 1;
  color: #fff;
  letter-spacing: 0px;
}

.button_ghost.is--smaller {
  padding: 0.7em 1em;
}

.button_ghost.is--smallest {
  padding: 0.5em 1em;
  font-size: 0.85em;
}

.navbar {
  background-color: #c2c3b1;
}

.nav-container {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 2.5em;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  margin-left: 0px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 20px;
  font-size: 1.2em;
  line-height: 1.2;
}

.nav-link.w--current {
  color: #7c7c7c;
}

.nav-link.is--hours {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.6;
}

.nav-link.is--whitetypemobile {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.nav-link.is--whitetypemobile.w--current {
  display: block;
  color: #1a1a1a;
}

.brand {
  width: 15em;
  height: 15em;
  margin-bottom: 1em;
  background-image: url('../images/dario_logo_inner.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.w--current {
  width: 13.5em;
  height: 13.5em;
}

.container_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content {
  text-align: center;
}

.content_is--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_is--richtext {
  margin-bottom: 5em;
  text-align: center;
}

.content_is--richtext p {
  margin-top: 0.6em;
}

.content_is--richtext.is--last {
  margin-bottom: 10em;
}

.content_is--richtext.is--legal {
  text-align: left;
}

.content_is--signupform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 4em 4em 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
}

.content_is--signupform.is--reservation {
  margin-top: 2.5em;
}

.signupform_is--textfield {
  margin-bottom: 2.5em;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1a1a1a;
  background-color: transparent;
  text-align: center;
}

.signupform_is--textfield::-webkit-input-placeholder {
  color: silver;
}

.signupform_is--textfield:-ms-input-placeholder {
  color: silver;
}

.signupform_is--textfield::-ms-input-placeholder {
  color: silver;
}

.signupform_is--textfield::placeholder {
  color: silver;
}

.signupform_is--radiobutton {
  min-height: 1.5em;
  min-width: 1.5em;
  margin-top: 0px;
  margin-right: 13px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #1a1a1a;
}

.signupform_is--radiofield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.signupform_is--radiobuttonlabel {
  margin-bottom: 0px;
  font-size: 0.7em;
  text-align: left;
}

.signupform_is--textblock {
  margin-top: 1em;
  margin-bottom: 2.5em;
  text-align: center;
}

.signupform_is--heading {
  text-align: center;
}

.has--nomarginbottom {
  margin-bottom: 0em;
}

.signupform_is--success {
  margin-top: 5em;
  margin-bottom: 5em;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  background-color: #91a059;
}

.signupform_is--error {
  margin-bottom: 5em;
  text-align: center;
}

.navmenu_is--seperator {
  display: none;
}

.content_is--seperator {
  width: 5em;
  height: 2px;
  margin: 7.5em auto;
  background-color: #1a1a1a;
}

.honeypot {
  display: none;
}

.legal {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10em;
  padding-left: 11em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal_is--link {
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #7c7c7c;
  font-size: 0.7em;
  text-decoration: none;
}

.background-video-3 {
  display: none;
  width: 100%;
  height: 7.2%;
  margin-bottom: 5em;
}

.body {
  background-color: #91a059;
}

.content_is--archiveselection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.content_is--archiveselection.color1 {
  background-color: #eedebd;
}

.content_is--archiveselection.color1.is--last {
  margin-bottom: 5em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content_is--archiveselection.color2 {
  background-color: #f0cab9;
}

.content_is--archiveselection.color3 {
  background-color: #c3bda0;
}

.content_is--archiveselection.color4 {
  background-color: #a8bab9;
}

.content_is--archiveselection.color5 {
  background-color: #c2c3b1;
}

.content_is--archiveselection.color6 {
  background-color: #91a059;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_stellenangebot {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 25px;
  background-color: #fff;
}

.container_stelle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stelle_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.verst-rkung-gesucht {
  background-color: #fff;
}

.html-embed {
  width: 100%;
}

.body-2 {
  background-color: #c2c3b1;
}

.body-3 {
  background-color: #91a059;
}

.body-4 {
  background-color: #eedebd;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 11px;
  }

  p {
    font-size: 15px;
  }

  .container {
    padding: 3em 2em;
  }

  .nav-container {
    top: 3em;
  }

  .nav-link {
    font-size: 1.2em;
  }

  .container_grid {
    grid-column-gap: 1.5em;
  }

  .content_is--image {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .background-video-3 {
    height: 7.2%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .nav-container {
    position: relative;
    left: auto;
    top: auto;
    padding-right: 2em;
    padding-left: 1.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    height: 150vh;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
  }

  .nav-link.w--current {
    color: #7c7c7c;
  }

  .nav-link.is--hours {
    padding-left: 0px;
    text-align: center;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4.5em;
    height: 4.5em;
    margin-bottom: 0em;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.w--current {
    width: 5em;
    height: 5em;
  }

  .logo {
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content {
    margin-top: 4.5em;
  }

  .content_is--image {
    height: 34em;
  }

  .signupform_is--textblock {
    font-size: 14px;
  }

  .menu-button {
    margin-right: -0.9em;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
    transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  }

  .is--whitetypemobile {
    color: #fff;
  }

  .navmenu_is--seperator {
    display: block;
    width: 2em;
    height: 1px;
    margin: 1.5em auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .background-video-3 {
    height: 8%;
  }

  .section_stellenangebot {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9007199254740991;
    height: 50px;
  }

  .stelle_is--text {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .brand.w--current {
    width: 50px;
    height: 50px;
  }

  .logo {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container_grid {
    display: block;
  }

  .content_is--image {
    width: 100%;
    height: 20em;
  }

  .signupform_is--textfield {
    font-size: 10px;
  }

  .background-video-3 {
    height: 20em;
  }

  .stelle_is--text {
    font-size: 1.2em;
  }
}

@font-face {
  font-family: 'Abcmonumentgroteskmono';
  src: url('../fonts/ABCMonumentGroteskMono-Regular.woff2') format('woff2'), url('../fonts/ABCMonumentGroteskMono-Regular.woff') format('woff'), url('../fonts/ABCMonumentGroteskMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}