/* Feed me */

#shopify-section-u92dbe .astor-container {
  /*background: #523906;*/
}
#shopify-section-u92dbe .astor-collection__item {
  background: white;
  padding: 15px;
}
.m-hero__overlay::before {
  background-color: #3d3d3d;
  opacity: .3;
}
.btn--secondary, .astor-form-buttons .btn.js-toggle-reservation-btn {
  background-color: #44399e;
  color: #FFFFFF;
  border-color: #575757;
}
.storefront-filter.storefront-filter--sidebar{
  display:none;
}
.template-collection .main-collection-container {
  /*background: #523906;*/
  padding-top: 36px;
  padding-bottom: 36px;
}
.template-collection #Collection .astor-collection__item {
  background: white;
  padding: 15px;
}
.template-collection #Collection .astor-collection > p {
  color: white;
}
/*
.imprint-simple .box,
.about-simple .box {
  border: 1px solid currentColor;
  background: transparent !important;
  border-radius: 6px;
  padding: 1rem;
  margin: .25rem 0 1rem;
}
*/
figure.ao-padding-2 {
  padding: 2rem 0;
}
figure.ao-center img {
  margin-left: auto;
  margin-right: auto;
}
h2.mega-title {
  text-shadow: unset;
}
.feature-row img,
.feature-row svg,
.feature-columns img,
.feature-columns svg,
.astor-collection__item {
  border-radius: .5rem;
  border-width: 0;
}

#shopify-section-U6BDBm b::before {
  content: "● ";
  display: inline-block;
  padding-right: 10px;
}
#shopify-section-U6BDBm .astor-content.text-center {
  text-align: left !important;
}
#shopify-section-U6BDBm, 
#shopify-section-U6BDBm .rich-text {
  /*padding-top: 0;*/
}
#shopify-section-U6BDBm .rich-text {
  margin-bottom: 0;
}
#shopify-section-GD9eOl .rich-text,
#shopify-section-U6BDBm .rich-text {
  border-bottom: unset;
}

/* AO Utility Classes */
:root {
    --ao-spacing: .25rem;
    --ao-radius-lg: .5rem;
    --ao-color-white:  #fff;
    /*--ao-container-sm:  384px;*/
    --ao-container-sm:  300px;
}
/* AO Reset */
img,svg,video,canvas,audio,iframe,embed,object {display: block;vertical-align:middle;}
img,video {max-width:100%;height: auto;}
/* AO Styles */
.ao-font-bold {
    font-weight: 700;
}
.ao-text-center {
    text-align: center;
}
.ao-flex {
    display: flex;
}
.ao-flex-1 {
    flex: 1;
}
.ao-flex-2 {
    flex: 2;
}
.ao-flex-3 {
    flex: 3;
}
.ao-flex-4 {
    flex: 4;
}
.ao-flex-col {
    flex-direction: column;
}
.ao-flex-row {
    flex-direction: row;
}
.ao-flex-none {
    flex: none;
}
.ao-flex-wrap {
   flex-wrap: wrap;
}
.ao-gap-4 {
    gap: calc(var(--ao-spacing)*4);
}
.ao-p-4 {
    padding: calc(var(--ao-spacing)*4);
}
.ao-p-8 {
    padding: calc(var(--ao-spacing)*8);
}
.ao-p-0 {
    padding: 0;
}
.ao-border {
    border-width: 1px;
}
.ao-border-solid {
    border-style: solid;
}
.ao-border-inherit {
    border-color: inherit;
}
.ao-rounded-lg {
    border-radius: var(--ao-radius-lg);
}
.ao-items-center {
    align-items: center;
}
.ao-justify-center {
    justify-content: center;
}
.ao-text-white {
    color: var(--ao-color-white);
}
.ao-w-2\/5 {
    width: 40%;
}
.ao-w-1\/2 {
    width: 50%;
}
.ao-w-2\/3 {
    width: 66.6667%;
}
.ao-w-3\/4 {
    width: 75%;
}
.ao-w-full {
    width: 100%;
}
.ao-min-w-sm {
    min-width: var(--ao-container-sm);
}
.ao-min-w-1\/2 {
    min-width: 50%;
}
.ao-min-w-2\/5 {
    min-width: 40%;
}
.ao-h-96 {
    height: calc(var(--ao-spacing)*96);
}
.ao-h-80 {
    height: calc(var(--ao-spacing)*80);
}
.ao-h-64 {
    height: calc(var(--ao-spacing)*64);
}
.ao-m-0 {
    margin: 0;
}
.ao-mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.ao-my-4 {
    margin-block: calc(var(--ao-spacing)*4);
}
.ao-my-8 {
    margin-block: calc(var(--ao-spacing)*8);
}
.ao-mt-0 {
    margin-top: 0;
}
.ao-mt-4 {
    margin-top: calc(var(--ao-spacing)*4);
}
.ao-mt-8 {
    margin-top: calc(var(--ao-spacing)*8);
}
.ao-mb-4 {
    margin-bottom: calc(var(--ao-spacing)*4);
}
.ao-mb-8,
.astor-content figure.ao-mb-8 {
    margin-bottom: calc(var(--ao-spacing)*8);
}
.ao-mb-18,
.astor-content figure.ao-mb-18 {
    margin-bottom: calc(var(--ao-spacing)*18);
}
.ao-object-contain {
    object-fit: contain;
}
.ao-object-cover {
    object-fit: cover;
}
.ao-object-none {
    object-fit: none;
}
.ao-object-scale-down {
    object-fit: scale-down;
}
.ao-aspect-3\/2 {
    aspect-ratio: 3/2;
}
.ao-aspect-16\/9 {
    aspect-ratio: 16/9;
}
.ao-aspect-square {
    aspect-ratio: 1/1;
}
.ao-relative {
    position: relative;
}
.ao-absolute {
    position: absolute;
}
.ao-block {
    display: block;
}
.ao-inline-block {
    display: inline-block;
}
.ao-object-center {
    object-position: center;
}
.ao-overflow-hidden {
    overflow: hidden;
}
.ao-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
.ao-overlay-10 {
    background: rgba(0,0,0,.1);
}
.ao-overlay-20 {
    background: rgba(0,0,0,.2);
}
.ao-overlay-30 {
    background: rgba(0,0,0,.3);
}
.ao-absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.ao-max-w-full {
    max-width: 100%;
}
.ao-max-w-1\/2 {
    max-width: 50%;
}
@media screen and (min-width: 48rem) {
  .md\:ao-max-w-1\/2 {
      max-width: 50%;
  }
}
@media screen and (min-width: 40rem) {
  .sm\:ao-max-w-1\/2 {
      max-width: 50%;
  }
  .sm\:ao-min-w-2\/5 {
      min-width: 40%;
  }
  .sm\:ao-order-last {
      order: 9999;
  }
}
.ao-block-center,
figure.ao-block-center img {
  margin-left: auto;
  margin-right: auto;
}
#shopify-section-U6BDBm .text-center .h1 {
  text-align: left !important;
}
#shopify-section-7dzpkd .text-center .mega-subtitle p {
  text-align: left !important;
}
/* Hinweis für Kunden */
#shopify-section-cUzCHa {
  padding-bottom: 0;
  padding-top: 0;
}
#shopify-section-cUzCHa .rich-text {
  /*padding-bottom: 0;*/
  border-bottom: unset;
  font-weight: bold;
}
#shopify-section-cUzCHa .text-center {
  text-align: left !important;
}
.astor-section-header {
  margin-bottom: 72px;
}
.box {
  background-color: #dde9d4;
  margin-bottom: 1rem;
}
.vc-form-actions #form-submit {
  margin-top: 25px;
}
.site-nav__dropdown {
  border: unset;
  background: rgba(255,255,255,.97);
  background: rgba(221, 233, 212,.98);
  box-shadow: 0 0 4px rgba(38,50,56,0.14),2px 4px 8px rgba(38,50,56,0.14);
}
.mega-subtitle--large {
  background: rgba(0,0,0,.2);
}
.astor-content .box ul, 
.astor-content .box ol,
.astor-content .box li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  .mega-title--large {
    font-size: 2.75rem;
  }
  .mega-subtitle--large {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .mega-title--large {
    font-size: 3.75rem;
  }
  .mega-subtitle--large {
    font-size: 1.375rem;
  }
}



/* Test */
.ao-flex div {
    /*min-width: 300px;
    min-height: 300px;
    background: #dde9d4;*/
}
