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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  opacity: 1;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin: 60px 200px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  text-align: center;
  background-color: #0000;
  margin: 0 0 40px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/HG.jpg');
  background-position: 0 0, 50% 93%;
  background-size: auto, cover;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
}

.section.cc-home-wrap {
  margin-top: 0;
}

.section.cc-store-home-wrap {
  opacity: 1;
  margin: 0;
  box-shadow: 6px 6px 10px -20px #000;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: visible;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  line-height: 34px;
  text-decoration: none;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  clear: none;
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #956f3f;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: relative;
  inset: 0% auto auto;
  transform: translate(0);
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  z-index: auto;
  border-radius: 8px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.button-center {
  flex-direction: row;
  display: flex;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .8;
  text-align: left;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: -40px;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  opacity: 1;
  color: #fefefe;
  text-align: left;
  background-color: #f4f4f4;
  background-image: url('../images/DJI_0152-2.jpg');
  background-position: 50% 21%;
  background-size: cover;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #00000024;
  background-image: url('../images/DJI_0152-2.jpg');
  background-position: 50% 29%;
  background-size: cover;
  height: 600px;
}

.intro-header.cc-subpage.header-restaurant {
  background-image: url('../images/Header-Gastronomie.jpg');
  background-position: 50% 90%;
  background-size: cover;
  height: 480px;
}

.intro-header.cc-subpage.header-ueber-uns {
  background-image: url('../images/Header.jpg');
  background-position: 50% 47%;
  background-size: cover;
}

.intro-header.cc-subpage.header-hotel {
  background-image: url('../images/DJI_0152-2.jpg'), url('../images/DJI_0152-2.jpg');
  background-position: 50% 20%, 50% 60%;
  background-size: cover, auto;
  height: 600px;
}

.intro-header.cc-subpage.header-heiraten {
  background-image: url('../images/Header.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.intro-header.cc-subpage.header-ueberuns, .intro-header.cc-subpage.header-reservierung {
  background-image: url('../images/Reservierung-Header.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro-header.cc-subpage.header-hundehotel {
  background-image: url('../images/web1_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-top: -42px;
  margin-bottom: 30px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  border-radius: 4px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: 1;
  color: #956f3f;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin: 80px 40px 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 54px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / .5fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 54px;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.about-grid.grid-hochzeit {
  grid-template-columns: 1fr 1fr;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.lottie-animation {
  float: none;
  clear: none;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
  position: static;
  box-shadow: 0 0 18px -12px #000;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #3e3e3f;
  margin-top: -5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph {
  text-align: left;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 54px;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: left;
}

.heading-2 {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-top: 0;
}

.columns {
  margin-top: -30px;
}

.heading-3 {
  margin-top: 0;
}

.cards-section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.paragraph-5 {
  opacity: .8;
  text-align: left;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.paragraph-6 {
  margin-bottom: 40px;
}

.heading-4 {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}

.cards-section-2 {
  margin-top: -122px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.lottie-animation-2 {
  width: 1130px;
  position: static;
  top: 508.112px;
}

.cards-section-3 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.cards-grid-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.paragraph-7, .heading-5, .paragraph-8, .heading-6 {
  text-align: center;
}

.link, .link-2 {
  color: #a68200;
  text-align: center;
}

.paragraph-9 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-2 {
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.columns-3 {
  margin-top: 40px;
}

.paragraph-10, .paragraph-11 {
  opacity: .8;
  text-align: left;
}

.gallery {
  background-color: #fafafa;
  background-image: url('../images/1W3A0532_15.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area-2 Area-4"
                 ". Area"
                 "Area-3 ."
                 ". ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-7 {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 40px;
}

.paragraph-12 {
  text-align: center;
}

.section-2 {
  background-color: #fff;
}

.image {
  object-fit: cover;
  min-width: auto;
  position: static;
}

.text-block {
  font-size: 12px;
  font-weight: 500;
}

.div-block {
  margin-left: 320px;
  margin-right: 320px;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.section-3 {
  background-color: #fafafa;
  background-image: url('../images/HG_1.jpg');
  background-position: 50% 85%;
  background-size: cover;
  margin-top: 40px;
}

.image-10 {
  margin: auto;
  padding-top: 0;
  position: relative;
}

.italic-text {
  color: #4d4b4c;
  display: inline-block;
}

.button-2 {
  z-index: auto;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #6580cb;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
  position: sticky;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.button-zitat {
  margin-left: 35px;
}

.columns-4 {
  margin-top: 40px;
}

.rich-text-block {
  text-align: left;
  margin-top: 40px;
}

.paragraph-13 {
  opacity: .8;
  text-align: left;
  margin-top: 40px;
  margin-left: 80px;
  margin-right: 80px;
}

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

.container-2 {
  margin-top: 40px;
}

.paragraph-14 {
  opacity: .8;
  text-align: left;
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.image-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-15, .list {
  text-align: left;
}

.heading-9 {
  text-align: center;
  margin-top: 40px;
}

.heading-10 {
  margin-top: 40px;
}

.container-3 {
  background-color: #0000;
  padding-bottom: 40px;
}

.section-4 {
  -webkit-text-fill-color: inherit;
  background-color: #fafafa;
  background-image: url('../images/HG_1.jpg');
  background-position: 50% 88%;
  background-size: cover;
  background-clip: border-box;
}

.section-5 {
  background-color: #f4f4f4;
  background-image: url('../images/HG_1.jpg');
  background-position: 50% 68%;
  background-size: cover;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.list-2, .list-3 {
  text-align: left;
}

.columns-5 {
  opacity: .8;
  margin-bottom: 40px;
}

.paragraph-16, .paragraph-17 {
  text-align: left;
}

.paragraph-18 {
  opacity: .8;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.paragraph-19 {
  text-align: left;
}

.paragraph-20 {
  text-align: left;
  margin-top: 40px;
}

.column {
  margin-top: 40px;
}

.image-12 {
  float: right;
  margin-top: 40px;
}

.paragraph-21 {
  opacity: .8;
  text-align: left;
  margin: 40px 140px;
}

.section-6 {
  background-color: #fafafa;
  background-image: url('../images/1W3A0532_15.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.link-3 {
  color: #a68200;
}

.link-4 {
  color: #ad8c15;
}

.paragraph-22 {
  float: none;
  clear: none;
  opacity: .8;
  text-align: left;
}

.container-4 {
  margin-top: 0;
}

.paragraph-23 {
  opacity: .8;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.heading-11 {
  margin-top: -10px;
  font-size: 38px;
  font-weight: 500;
}

.paragraph-25, .paragraph-26 {
  opacity: .8;
  text-align: left;
}

.heading-12 {
  margin-top: -10px;
}

.columns-6 {
  opacity: .8;
}

.heading-13 {
  margin-top: -10px;
  margin-bottom: 20px;
}

.html-embed {
  margin-top: 0;
}

.heading-14 {
  margin-top: -10px;
  margin-bottom: 20px;
}

.heading-15 {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 38px;
}

.heading-16, .heading-17 {
  margin-top: -10px;
  margin-bottom: 20px;
}

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

.container-5 {
  background-color: #a5aa8312;
}

.section-7 {
  background-color: #ccd4b526;
  background-image: url('../images/HG_1.jpg');
  background-position: 50% 80%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-19 {
  margin-top: -10px;
}

.image-13 {
  float: right;
  clear: none;
  width: 50%;
  padding-left: 40px;
}

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

.image-14 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.lightbox-link {
  display: block;
}

.heading-21 {
  text-align: center;
  margin-bottom: 10px;
}

.columns-7 {
  margin-bottom: 40px;
}

.heading-22 {
  opacity: .7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.image-15 {
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-16, .image16, .image-18, .image-26 {
  padding-left: 0;
  padding-right: 0;
}

.video {
  opacity: .8;
  margin-left: 0;
  margin-right: 20px;
}

.container-7 {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-27 {
  color: #0000;
  text-align: center;
  margin-top: -45px;
  font-size: 10px;
  line-height: 30px;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.gastro-gallerie {
  border-radius: 2px;
  padding-left: 0;
  padding-right: 0;
}

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

.container-8 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 120px;
  padding-right: 120px;
}

.video-2 {
  opacity: .8;
  margin-bottom: 40px;
}

.heading-29 {
  margin-top: 0;
}

.section-8 {
  background-color: #00000008;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-28 {
  float: right;
  clear: none;
  padding-top: 40px;
  padding-right: 80px;
}

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

.paragraph-31 {
  text-align: left;
  margin-top: 40px;
}

.heading-31 {
  margin-top: 40px;
}

.image-29 {
  min-width: 0%;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-9 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-32 {
  margin-top: 100px;
}

.paragraph-32 {
  display: none;
}

.text-span {
  font-size: 20px;
}

.aktuelles {
  background-color: #ffefe7;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px;
  display: block;
}

.linksb-ndig {
  text-align: left;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-34 {
  text-align: left;
  font-weight: 600;
}

.image-30 {
  padding-top: 20px;
}

.text-span-2 {
  text-decoration: line-through;
}

.telefon-start {
  margin-bottom: 60px;
}

.div-block-8 {
  display: block;
}

.div-block-9 {
  justify-content: center;
  display: none;
}

.bold-text {
  display: none;
}

.divider-black, .aktuelles-divider-black {
  background-color: var(--black);
  height: 1px;
  margin: 60px 200px;
}

.div-block-10 {
  margin-bottom: 20px;
}

.link-aktuelles {
  color: #2743b2;
}

.button-div-speisekarte {
  margin-bottom: 20px;
}

.text-span-3 {
  font-size: 24px;
}

.hundehotel-das-erwartet-sie {
  margin-top: 40px;
}

.h2-links {
  text-align: left;
  font-size: 27px;
  font-weight: 500;
  line-height: 38px;
}

.hunde-list-item {
  text-align: left;
  font-weight: 500;
}

.cards-section-hunde {
  padding-top: 40px;
  padding-bottom: 0;
}

.grid-4 {
  grid-template-rows: auto;
}

.section-9 {
  background-image: url('../images/web3_1.avif');
  background-position: 50% 10%;
  background-size: cover;
  background-attachment: scroll;
  min-height: 450px;
}

.section-h2-hund {
  text-align: center;
  background-color: #0000;
  margin: 0 0 40px;
}

.section-h2-hund.cc-cta {
  background-color: #f4f4f4;
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/HG.jpg');
  background-position: 0 0, 50% 93%;
  background-size: auto, cover;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
}

.section-h2-hund.cc-home-wrap {
  margin-top: 0;
}

.section-h2-hund.cc-store-home-wrap {
  opacity: 1;
  margin: 0;
  box-shadow: 6px 6px 10px -20px #000;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }

  .divider {
    margin-left: 100px;
    margin-right: 100px;
  }

  .section {
    margin-top: 40px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .paragraph-light {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    opacity: .6;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu {
    opacity: 1;
    background-color: #0000;
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    text-align: left;
    background-color: #fff;
    display: flex;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 400px;
  }

  .intro-header.cc-subpage, .intro-header.cc-subpage.header-restaurant {
    height: 300px;
  }

  .intro-header.cc-subpage.header-hotel {
    background-position: 48%;
    background-size: cover;
    height: 300px;
  }

  .intro-header.cc-subpage.header-heiraten {
    height: 300px;
  }

  .intro-header.cc-subpage.header-ueberuns {
    background-image: url('../images/Komp-Ueber-Uns2.jpg'), url('../images/Komp-Ueber-Uns.jpg');
    background-position: 50%, 50% 66%;
    background-size: cover, cover;
    height: 300px;
  }

  .intro-header.cc-subpage.header-reservierung {
    background-image: url('../images/Komp-Ueber-Uns2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    right: auto;
  }

  .intro-header.cc-subpage.header-hundehotel {
    background-position: 50% 60%;
    height: 300px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    float: none;
    clear: none;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .about-grid.grid-hochzeit {
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .columns {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cards-grid-container {
    grid-template-rows: auto;
    grid-auto-flow: row;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .cards-image-mask {
    padding-top: 100%;
    display: inline-block;
  }

  .paragraph-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .link {
    color: #a68200;
    margin-top: 40px;
  }

  .link-2 {
    color: #a68200;
  }

  .columns-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .columns-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .gallery-grid-container-2 {
    align-self: stretch;
    margin-left: 40px;
    margin-right: 40px;
  }

  .gallery-thumbnail {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image {
    min-width: auto;
  }

  .div-block {
    margin-left: 220px;
    margin-right: 220px;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .image-2 {
    float: none;
    clear: none;
    display: inline-block;
  }

  .image-10 {
    padding-top: 25px;
  }

  .button-2 {
    justify-content: center;
  }

  .paragraph-13, .paragraph-14, .image-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .paragraph-18 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-21, .section-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .link-3, .link-4 {
    color: #a68200;
  }

  .paragraph-22 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-23 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-25 {
    margin-left: 0;
  }

  .paragraph-26 {
    margin-right: 20px;
  }

  .columns-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-15 {
    line-height: 50px;
  }

  .image-13 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-5, .div-block-6, .div-block-7 {
    margin-bottom: 40px;
  }

  .heading-27 {
    margin-top: -45px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-28 {
    margin-right: 40px;
  }

  .image-30 {
    padding: 0 0 40px;
  }

  .divider-black, .aktuelles-divider-black {
    margin-left: 100px;
    margin-right: 100px;
  }

  .h2-links {
    padding-left: 40px;
  }

  .hunde-liste {
    padding-left: 60px;
  }

  .section-h2-hund {
    margin-top: 40px;
  }

  .section-h2-hund.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.button-center {
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    background-color: #0000;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    background-position: 50%;
    height: 300px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .intro-header.cc-subpage {
    height: 300px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .intro-header.cc-subpage.header-restaurant {
    height: 300px;
  }

  .intro-header.cc-subpage.header-ueber-uns {
    height: 380px;
  }

  .intro-header.cc-subpage.header-hotel {
    background-size: cover;
    height: 300px;
  }

  .intro-header.cc-subpage.header-ueberuns {
    background-image: url('../images/Komp-Ueber-Uns2.jpg');
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .intro-header.cc-subpage.header-reservierung {
    background-image: url('../images/Reservierung-Header.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-header.cc-subpage.header-hundehotel {
    height: 300px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: -331px;
  }

  .service-icon {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .about-grid.grid-hochzeit {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 34px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section {
    margin-top: 374px;
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
    margin-bottom: 50px;
  }

  .cards-image-mask {
    padding-top: 64%;
  }

  .cards-image {
    object-fit: contain;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-section-2, .cards-section-3 {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .gallery-thumbnail {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    max-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-2 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .button-2, .button-2.button-zitat {
    margin-left: 0;
  }

  .image-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-21 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-11, .heading-15 {
    font-size: 30px;
    line-height: 36px;
  }

  .image-13 {
    float: none;
    width: 100%;
  }

  .heading-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    text-align: center;
  }

  .image-16 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image16, .image-18 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-22 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-23 {
    display: inline-block;
  }

  .container-6 {
    margin-bottom: -40px;
  }

  .heading-24, .paragraph-28, .heading-25, .paragraph-29, .heading-26, .paragraph-30 {
    text-align: center;
  }

  .heading-27 {
    margin-top: -47px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-29 {
    max-width: 60%;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .cards-section-hunde {
    padding: 40px 20px;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-h2-hund {
    margin-top: -80px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-h2-hund.cc-cta {
    padding: 15px;
  }

  .section-h2-hund.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-h2-hund.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    margin-top: 60px;
  }

  .section {
    text-align: left;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 40px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 350px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .intro-header.cc-subpage {
    width: auto;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: auto;
    right: auto;
  }

  .intro-header.cc-subpage.header-restaurant {
    width: 150%;
    height: 200px;
  }

  .intro-header.cc-subpage.header-ueber-uns {
    height: 280px;
  }

  .intro-header.cc-subpage.header-hotel {
    min-width: 100%;
    height: 200px;
  }

  .intro-header.cc-subpage.header-heiraten {
    height: 200px;
  }

  .intro-header.cc-subpage.header-ueberuns {
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .intro-header.cc-subpage.header-reservierung {
    background-image: url('../images/Reservierung-Header.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: relative;
    right: auto;
    overflow: visible;
  }

  .intro-header.cc-subpage.header-hundehotel {
    justify-content: center;
    align-items: center;
    width: 150%;
    height: 200px;
    margin-bottom: 0;
    display: flex;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .details-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .about-grid.grid-hochzeit {
    grid-template-columns: 1fr;
  }

  .heading {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    font-size: 28px;
    line-height: 38px;
    display: flex;
  }

  .columns {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cards-section {
    margin-top: 255px;
    padding-top: 143px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }

  .cards-image-mask {
    padding-top: 64%;
  }

  .cards-image {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .lottie-animation-2 {
    width: auto;
  }

  .cards-grid-container-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-7 {
    object-fit: fill;
    position: static;
    overflow: visible;
  }

  .heading-5 {
    text-align: center;
    padding-left: 0;
  }

  .columns-2 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-2, .div-block {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .image-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote-6 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .button-2, .button-2.button-zitat {
    margin-left: 0;
  }

  .heading-8 {
    text-align: left;
    margin-left: 40px;
  }

  .paragraph-14 {
    float: left;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-10 {
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-18 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-6, .paragraph-22 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-23 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-11 {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-24 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-25, .paragraph-26 {
    text-align: left;
  }

  .heading-12, .paragraph-27 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-13 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
  }

  .image-13, .heading-20, .heading-21, .heading-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-2 {
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
  }

  .div-block-2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .div-block-3 {
    text-align: center;
  }

  .image-16 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-17 {
    text-align: center;
    display: inline-block;
  }

  .image16 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-18 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-19, .image-20, .image-21 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-22, .image-23, .image-24 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    margin-bottom: -116px;
    padding-bottom: 0;
  }

  .image-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-27 {
    margin-top: -77px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    float: none;
    border-radius: 8px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .paragraph-31 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-29 {
    max-width: 80%;
  }

  .html-embed-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
  }

  .container-10 {
    display: flex;
  }

  .aktuelles, .image-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .divider-black, .aktuelles-divider-black {
    margin-top: 60px;
  }

  .text-span-3 {
    padding-top: 20px;
    line-height: 24px;
  }

  .h2-links {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .hunde-liste {
    padding-left: 20px;
  }

  .image-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-h2-hund {
    text-align: left;
    margin-top: -80px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-h2-hund.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-9ce752b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-9ce752b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-9ce752b1, #w-node-fbbdff26-3273-f9cf-2b09-59c6d5ebd938-9ce752b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fbbdff26-3273-f9cf-2b09-59c6d5ebd943-9ce752b1, #w-node-_72f1a38c-5ac5-3ff7-9c30-f7b1ed7df4a7-9ce752b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_72f1a38c-5ac5-3ff7-9c30-f7b1ed7df4b2-9ce752b1, #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-ace752ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-ace752ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ace752ba {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_562d562d-3c49-7163-9b41-6a3152a2ad14-68e752bc, #w-node-ca2cfc0e-4454-d20c-8f7f-3ce027fd76ee-e8539a58 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_58e1f9ff-3135-a44b-4116-b1dea484ab2a-e8539a58 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_58e1f9ff-3135-a44b-4116-b1dea484ab35-e8539a58 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63bb1fa1-7af6-e41a-d3fd-f90438106bb6-e8539a58, #w-node-b871d6ba-bdd3-0ed2-6805-b26a491643d6-e8539a58 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b871d6ba-bdd3-0ed2-6805-b26a491643dd-e8539a58 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-9ce752b1, #w-node-_86e64837-0616-515b-4568-76c147234d41-9ce752b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-9ce752b1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fbbdff26-3273-f9cf-2b09-59c6d5ebd938-9ce752b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fbbdff26-3273-f9cf-2b09-59c6d5ebd943-9ce752b1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72f1a38c-5ac5-3ff7-9c30-f7b1ed7df4a7-9ce752b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72f1a38c-5ac5-3ff7-9c30-f7b1ed7df4b2-9ce752b1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ace752ba, #w-node-_58e1f9ff-3135-a44b-4116-b1dea484ab2a-e8539a58 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_58e1f9ff-3135-a44b-4116-b1dea484ab35-e8539a58 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63bb1fa1-7af6-e41a-d3fd-f90438106bb6-e8539a58, #w-node-b871d6ba-bdd3-0ed2-6805-b26a491643d6-e8539a58 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b871d6ba-bdd3-0ed2-6805-b26a491643dd-e8539a58 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-ace752ba {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ace752ba {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fbbdff26-3273-f9cf-2b09-59c6d5ebd943-9ce752b1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_62d95efb-157b-6273-73bc-d90442841505-9ce752b1, #w-node-ff164ab8-80ac-0a02-a59f-4eb109f49cbf-9ce752b1, #w-node-_2c51942c-762c-e8ef-1bf8-5b9663211ea3-ace752ba, #w-node-_2c51942c-762c-e8ef-1bf8-5b9663211eaa-ace752ba, #w-node-_2c51942c-762c-e8ef-1bf8-5b9663211eb1-ace752ba {
    grid-column: span 1 / span 1;
  }

  #w-node-_562d562d-3c49-7163-9b41-6a3152a2ad14-68e752bc, #w-node-ca2cfc0e-4454-d20c-8f7f-3ce027fd76ee-e8539a58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58e1f9ff-3135-a44b-4116-b1dea484ab35-e8539a58 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f037cc5-9722-d593-f4d0-65f0ac62588e-e8539a58, #w-node-_4f037cc5-9722-d593-f4d0-65f0ac625897-e8539a58 {
    grid-column: span 1 / span 1;
  }
}


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