@font-face {
  font-family: Cosen;
  src: url('../fonts/Cosen-Medium.ttf') format("truetype"), url('../fonts/Cosen-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Cosen;
  src: url('../fonts/Cosen-Regular.ttf') format("truetype"), url('../fonts/Cosen-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Mulish Variablefont Wght;
  src: url('../fonts/Mulish-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Mulish Variablefont Wght;
  src: url('../fonts/Mulish-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Mulish Variablefont Wght;
  src: url('../fonts/Mulish-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: block;
}

:root {
  --body-color: var(--primary-brown);
  --primary-brown: #3d342a;
  --light-brown: #594c3b;
  --white: white;
  --black: black;
  --accent-yellow: #f4ca46;
  --verlauf-45deg-0: #f2ba2c;
  --dark-brown: #2c251c;
  --grey-bg: #f9f8f6;
  --border-beige: #e8e8e8;
  --verlauf-45deg-100: #f8e28b;
  --border-button-decent: #e0e0e0;
  --light-brown-20: #594c3b33;
  --menu-item-border-line: #2c251c80;
  --price-table-title-border-left: #2c251c1a;
  --price-table-border: #2c251c33;
  --sticky-pricetable: 0px;
  --quote-section-bg: #fdfaf4;
  --light-brown-50: #594c3b80;
  --light-color: #e8e8e8;
  --beige-dark: #eadbbe;
  --beige-leight: #fcf9f1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

.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-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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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: var(--body-color);
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: var(--primary-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--primary-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

h3 {
  color: var(--primary-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  color: var(--primary-brown);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  color: var(--primary-brown);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  color: var(--primary-brown);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
}

p {
  color: var(--primary-brown);
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--light-brown);
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
  line-height: 26px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 16px;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.header-unterseite {
  background-color: var(--white);
  max-width: none;
  display: flex;
}

.container._2-cols-unterseite {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
}

.container._2-cols-unterseite.top {
  align-items: flex-start;
  padding-top: 70px;
}

.container._2-cols-unterseite.margin-bottom-70px {
  margin-bottom: 70px;
}

.btn-shape {
  z-index: -1;
  background-color: var(--body-color);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.btn-icon-3, .btn-icon {
  width: 14px;
  line-height: 1%;
}

.btn-shape-3 {
  z-index: -1;
  background-color: var(--primary-brown);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.btn-wrap-3 {
  z-index: 1;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.style-gide-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.btn-wrap {
  z-index: 1;
  background-color: var(--accent-yellow);
  color: var(--white);
  border-radius: 2px 0 0 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 21px 16px 25px;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: padding .3s, background-color .3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn-wrap.w--current:hover {
  background-color: var(--verlauf-45deg-0);
}

.btn-wrap.submit-btn, .btn-wrap.a-details-bottom-btn {
  width: 100%;
}

.style-gide-group-title {
  color: #0c0407;
  font-weight: 600;
  line-height: 112%;
}

.style-gide-headings-holder-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.style-gide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.style-gide-group-title-wrap {
  margin-bottom: 8px;
}

.style-gide-nav-link {
  color: #0c0407;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.style-gide-nav-link.w--current {
  background-color: var(--primary-brown);
  color: var(--white);
}

.style-gide-headings-holder-item-text {
  color: #0c0407;
}

.colors-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-gide-button-holder-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colors-holder-item-bottom {
  background-color: #f9f9f9;
  padding: 16px;
}

.blog-rich-text h1 {
  font-size: 48px;
  line-height: 58px;
}

.blog-rich-text h2 {
  margin-top: 40px;
  font-size: 36px;
  line-height: 46px;
}

.blog-rich-text h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 34px;
}

.blog-rich-text p {
  color: var(--body-color);
}

.blog-rich-text img {
  border-radius: 2px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-rich-text blockquote {
  background-color: var(--dark-brown);
  color: var(--white);
  letter-spacing: -.01em;
  border-left-style: none;
  border-radius: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.blog-rich-text ol {
  margin-top: 10px;
  padding-left: 17px;
}

.blog-rich-text li {
  margin-bottom: 4px;
  line-height: 26px;
}

.blog-rich-text ul {
  margin-top: 10px;
  padding-left: 16px;
}

.blog-rich-text h4 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
}

.blog-rich-text h5 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.blog-rich-text h6 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.btn-wrap-2 {
  z-index: 1;
  color: var(--primary-brown);
  letter-spacing: -.01em;
  background-color: #0000;
  border: 1px solid #e0e0e066;
  border-radius: 10px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.style-gide-headings-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.section-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-inner, .btn-inner-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.style-gide-left {
  width: 100%;
  max-width: 300px;
  position: sticky;
  top: 20px;
}

.style-gide-button-holder-item {
  padding: 15px;
}

.style-gide-button-holder-item.dark {
  background-color: #0c0407;
}

.colors-holder-item {
  border-radius: 8px;
  width: 100%;
  max-width: 235px;
  overflow: hidden;
}

.style-gide-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.colors-holder-item-title {
  color: #0c0407;
  font-size: 20px;
  font-weight: 400;
}

.colors-holder-item-top {
  background-color: var(--grey-bg);
  width: 100%;
  height: 150px;
}

.colors-holder-item-top.dark {
  background-color: var(--black);
}

.colors-holder-item-top.primary {
  background-color: var(--primary-brown);
}

.style-gide-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.style-gide-group {
  margin-bottom: 30px;
}

.nav-section {
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: relative;
}

.nav-layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #0c0407;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s linear;
}

.nav-link:hover {
  color: var(--primary-brown);
}

.nav-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  min-width: 100px;
  overflow: hidden;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  transition: all .3s linear;
  display: flex;
}

.nav-dropdown-toggle:hover, .nav-dropdown-toggle.w--open {
  color: var(--primary-brown);
}

.nav-dropdown-inner {
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 6px 10px -2px #0000000a;
}

.nav-bar-3 {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  padding: 0;
}

.nav-bar-3._3 {
  background-color: var(--white);
}

.nav-dropdown-icon {
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.show-mobile {
  width: 100%;
  display: block;
}

.logo {
  width: 100%;
}

.nav-open {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--primary-brown);
  cursor: pointer;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--black);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 100% auto auto 0;
}

.nav-dropdown-link {
  color: #0c0407;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .3s linear;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: var(--primary-brown);
  background-color: #f2f2f2;
}

.logo-wrap {
  width: 100%;
  max-width: 250px;
}

.nav-dropdown {
  width: 100%;
  margin-left: 0;
}

.nav-right {
  display: none;
}

.footer-section {
  background-color: var(--dark-brown);
  padding-top: 120px;
  padding-bottom: 28px;
  position: relative;
  overflow: clip hidden;
}

.footer-top-layout {
  border-bottom: 1px solid var(--light-brown);
  background-image: url('../images/wegweiser-immobilien-nuernberg-footer-haus.webp');
  background-position: 50vw 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.footer-bottom-layout {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  padding-bottom: 72px;
  display: flex;
}

.footer-content {
  width: 100%;
  margin-bottom: 40px;
}

.footer-top-tag, .footer-title-wrap, .footer-title {
  color: var(--white);
}

.footer-contact {
  width: 100%;
  margin-bottom: 40px;
}

.footer-contact-us-input-wrap {
  margin-bottom: 40px;
}

.footer-contact-us-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff6;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.footer-contact-us-input:focus {
  border-bottom-color: var(--white);
}

.footer-contact-us-input::placeholder {
  color: #fff9;
  font-size: 14px;
  line-height: 150%;
}

.footer-contact-us-btn {
  color: var(--black);
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px 28px;
  font-weight: 500;
  line-height: 100%;
}

.footer-bottom-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.footer-thumb-wrap {
  align-self: flex-end;
  width: 100%;
  max-width: 1038px;
}

.footer-bottom-right {
  grid-column-gap: 127px;
  grid-row-gap: 127px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  display: block;
}

.footer-logo-wrap {
  margin-bottom: 25px;
  text-decoration: none;
}

.footer-logo {
  width: 100%;
  max-width: 300px;
}

.footer-text-wrap {
  width: 100%;
  max-width: 305px;
}

.footer-text {
  color: var(--white);
  letter-spacing: -.1px;
  font-size: 16px;
  line-height: 26px;
}

.footer-btn {
  color: var(--white);
  letter-spacing: -.1px;
  background-color: #0000;
  border: 1px solid #e0e0e066;
  border-radius: 12px;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.footer-widget-title-wrap {
  margin-bottom: 24px;
}

.footer-widget-title {
  color: var(--white);
  letter-spacing: 0;
  font-size: 24px;
}

.footer-widget-link-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-widget-link-text {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.footer-copyright-text-wrap {
  padding-top: 24px;
}

.footer-copyright-text {
  color: #999;
  text-align: center;
  font-size: 14px;
}

.hero-section {
  background-image: url('../images/wegweiser-immobilien-nuernberg-header-himmel.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero-content {
  z-index: 2;
}

.hero-top-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary-brown);
  text-align: left;
  letter-spacing: -.04em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 2px solid #e8e8e8;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 18px 12px 16px;
  font-weight: 500;
  display: inline-flex;
}

.hero-top-tag-icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}

.hero-top-tag-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-title-wrap {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  display: flex;
}

.hero-title {
  font-size: 72px;
  line-height: 77px;
}

.hero-title.one-line-fontsize {
  font-size: 47px;
  line-height: 47px;
}

.hero-thumb-wrap {
  z-index: 0;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-thumb {
  width: 100%;
  display: block;
}

.properties-section {
  background-color: var(--grey-bg);
  padding-top: 80px;
  padding-bottom: 70px;
  display: block;
}

.properties-section.double-space {
  padding-top: 140px;
  padding-bottom: 140px;
}

.properties-section.overview {
  background-color: var(--white);
}

.common-content.properties-heading {
  text-align: center;
  margin-bottom: 40px;
}

.common-content.about-heading {
  text-align: left;
  margin-bottom: 0;
}

.common-content.p-categories-heading {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.choose-heading, .common-content.counter-heading {
  text-align: left;
  width: 100%;
  max-width: 483px;
  margin-bottom: 0;
}

.common-content.process-heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.agents-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.testimonials-heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.blog-heading {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.common-content.faq-heading, .common-content.mission-heading {
  text-align: left;
  width: 100%;
  max-width: 483px;
  margin-bottom: 0;
}

.common-content.values-heading {
  text-align: left;
  margin-bottom: 0;
}

.common-content.products-details {
  text-align: center;
  margin-bottom: 40px;
}

.common-content.services-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  position: sticky;
  top: 120px;
}

.common-content.auszeichnungen-heading {
  text-align: center;
  margin-bottom: 40px;
}

.common-content.tippgeber-heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.unterseite-header-right {
  text-align: left;
  width: 50%;
  max-width: 600px;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 80px 20px 70px 40px;
}

.common-content.vorteile-heading {
  text-align: left;
  margin-bottom: 0;
}

.common-content.grunde-heading {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.centering {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.common-content.centering.no-padding-bottom {
  padding-bottom: 0;
}

.common-content.unterseite-col-right {
  text-align: left;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  padding: 80px 20px 70px 40px;
}

.common-content.unterseite-col-right.desktop-only-visible {
  display: block;
}

.common-content.unterseite-col-right.desktop-only-visible.no-padding-top {
  padding-top: 0;
}

.common-content.unterseite-col-right.no-padding-top.geschichte {
  background-image: url('../images/wegweiser_immobilien_nuernberg_unternehmen_jan_heinrich_sandra.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 0;
}

.common-content.unterseite-col-right.no-padding-top.map {
  height: auto;
  padding: 0;
}

.common-content.unterseite-col-left {
  text-align: left;
  width: 50%;
  height: 100%;
  padding: 80px 40px 70px 20px;
}

.common-content.unterseite-col-left.desktop-only-visible {
  display: block;
}

.common-content.unterseite-col-left.desktop-only-visible.no-padding-top {
  padding-top: 0;
  padding-bottom: 80px;
}

.common-content.unterseite-col-left.first {
  padding-bottom: 0;
}

.common-content.unterseite-header {
  text-align: center;
  max-width: 800px;
  height: 100%;
  margin: 100px auto 0;
  padding: 80px 20px 70px 40px;
}

.common-content.unterseite-kontakt-col-left {
  text-align: left;
  width: 50%;
  height: 100%;
  padding: 0 40px 0 20px;
}

.common-content.unterseite-kontakt-col-left.desktop-only-visible {
  display: block;
}

.common-content.unterseite-kontakt-col-left.desktop-only-visible.no-padding-top {
  padding-top: 0;
  padding-bottom: 80px;
}

.common-content.unterseite-kontakt-col-left.first {
  padding-bottom: 0;
}

.common-tag-wrap {
  text-transform: uppercase;
  display: inline-flex;
}

.common-tag-text {
  color: #333;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
}

.common-title-wrap.max-width-6-px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.common-title.margin-bottom-20px {
  margin-bottom: 20px;
}

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

.properties-thumb-wrap {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}

.properties-thumb {
  width: 100%;
}

.properties-top {
  position: relative;
}

.properties-title-wrap {
  margin-bottom: 6px;
}

.properties-title {
  color: var(--black);
  letter-spacing: 0;
  font-size: 24px;
  text-decoration: none;
}

.properties-map-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.properties-map-icon {
  width: 18px;
  height: 18px;
  line-height: 1px;
}

.properties-map-text {
  color: #14161c;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.properties-info-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.properties-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #efefef;
  border-radius: 6px;
  align-items: center;
  padding: 6.5px 16px;
  display: flex;
}

.properties-info-icon {
  width: 16px;
  height: 16px;
  line-height: 1px;
}

.properties-info-text {
  color: var(--black);
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.properties-tag-wrap {
  background-color: #fff;
  border-radius: 2px;
  padding: 4px 12px;
}

.properties-tag {
  color: var(--black);
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.properties-price-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.properties-price {
  color: var(--black);
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.properties-top-info {
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}

.properties-btn-wrap {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 140px;
}

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

.about-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.about-text.margin-bottom-20px {
  margin-bottom: 20px;
}

.about-thumb-wrap {
  background-image: url('../images/wegweiser-immobilien-nuernberg-jan-heinrich.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  width: 50%;
  display: block;
  overflow: hidden;
}

.about-thumb {
  border-radius: 2px;
  display: none;
}

.about-content {
  width: 50%;
}

.p-categories-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-categories-thumb-wrap {
  border-radius: 20px;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}

.p-categories-content {
  width: 100%;
  max-width: 335px;
}

.p-categories-title-wrap {
  margin-bottom: 6px;
}

.p-categories-title {
  color: var(--primary-brown);
  letter-spacing: 0;
  font-size: 24px;
  text-decoration: none;
}

.p-categories-text-wrap {
  margin-bottom: 16px;
}

.p-categories-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.p-categories-btn {
  color: var(--black);
  letter-spacing: -.1px;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 112%;
}

.choose-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.choose-layout {
  justify-content: space-between;
  display: flex;
}

.choose-thumb-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.choose-thumb {
  width: 540px;
}

.choose-text-wrap {
  width: 100%;
  max-width: 461px;
  margin-top: 125px;
  margin-bottom: 32px;
}

.choose-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.counter-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.counter-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.counter-content {
  position: sticky;
  top: 20px;
}

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

.counter-btn-wrap {
  margin-top: 40px;
}

.counter {
  border: 1px solid var(--border-beige);
  background-color: #fcf9f1;
  border-radius: 2px;
  height: 100%;
  padding: 28px 19px 28px 24px;
}

.counter-num {
  color: var(--primary-brown);
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.counter-title-wrap {
  margin-bottom: 10px;
}

.counter-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.counter-text-wrap {
  width: 100%;
  max-width: 225px;
}

.counter-text {
  letter-spacing: -.1px;
  font-size: 16px;
  line-height: 26px;
}

.process-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.process {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  height: 500px;
  padding-top: 40px;
  display: flex;
}

.process.last {
  align-items: flex-start;
  margin-bottom: 0;
}

.process-content {
  width: 100%;
  max-width: 496px;
}

.process-thumb-wrap {
  border-radius: 24px;
  width: 100%;
  max-width: 540px;
  overflow: hidden;
}

.process-tag-wrap {
  letter-spacing: -.05em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 2px solid #e8e8e8;
  border-radius: 28px;
  height: 40px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  display: inline-flex;
}

.process-title-wrap {
  margin-bottom: 16px;
}

.process-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.agents-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.agents-thumb-wrap {
  border-radius: 20px;
  margin-bottom: 12px;
  text-decoration: none;
  overflow: hidden;
}

.agents-title-wrap {
  margin-bottom: 6px;
}

.agents-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
}

.agents-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.testimonials-section {
  background-image: linear-gradient(45deg, var(--verlauf-45deg-0), var(--verlauf-45deg-100));
  padding-top: 80px;
  padding-bottom: 70px;
  overflow: hidden;
}

.testimonials-layout {
  display: block;
}

.testimonials-thumb-wrap {
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  flex: none;
  width: 100%;
  max-width: 172px;
  height: auto;
  overflow: hidden;
}

.testimonials-thumb-wrap.visible-on-mobile {
  display: none;
}

.testimonials-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.testimonials-content {
  width: 100%;
  max-width: 433px;
}

.testimonials-title-wrap {
  margin-bottom: 12px;
}

.testimonials-title {
  letter-spacing: 0;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.testimonials-text-wrap {
  margin-bottom: 33px;
}

.testimonials-text {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.testimonials-info-wrap.visible-on-desktop {
  display: block;
}

.testimonials-info-wrap.visible-on-mobile {
  display: none;
}

.testimonials-info-name-wrap {
  margin-bottom: 0;
}

.testimonials-info-name {
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.testimonials-info-text {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.testimonials {
  background-color: var(--white);
  border: .74px solid #e8e8e8;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  padding: 60px 60px 40px;
  display: flex;
  box-shadow: 0 32px 96px -28px #0000001f;
}

.blog-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 140px;
}

.blog-content {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.blog-btn-wrap {
  flex: none;
  margin-top: 0;
}

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

.blog-thumb-wrap {
  border-radius: 2px;
  width: 100%;
  margin-bottom: 12px;
  text-decoration: none;
  overflow: hidden;
}

.blog-thumb {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.blog-title-wrap {
  margin-bottom: 12px;
}

.blog-title {
  color: var(--primary-brown);
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.blog-info-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.blog-date-wrap, .blog-time-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.blog-box-date-icon {
  width: 16px;
  height: 16px;
  line-height: 1px;
}

.blog-box-date-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.blog-box-time-icon {
  width: 16px;
  height: 16px;
}

.blog-box-time-text {
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.blog-box-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
  display: block;
}

.blog-box-btn {
  border: 1px solid var(--border-button-decent);
  background-color: var(--body-color);
  color: var(--white);
  letter-spacing: .1px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 112%;
  transition: all .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955), color .3s cubic-bezier(.455, .03, .515, .955);
}

.blog-box-btn:hover {
  border-color: var(--border-button-decent);
  background-color: var(--white);
  color: var(--primary-brown);
}

.faq-section {
  background-color: var(--grey-bg);
  padding-top: 140px;
  padding-bottom: 140px;
}

.faq-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 120px;
}

.faq-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-right {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 100%;
  max-width: 710px;
  display: flex;
}

.faq {
  border: 1px solid var(--border-beige);
  background-color: var(--white);
  border-radius: 2px;
  padding: 28px;
}

.faq.tablet-or-smaller-visible {
  display: none;
}

.faq-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.faq-icon {
  z-index: 1;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.faq-icon-plus {
  background-color: #0c0407;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-icon-minus {
  background-color: #0c0407;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-text-wrap {
  width: 100%;
  max-width: 544px;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-text {
  color: var(--primary-brown);
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.testimonials-slider {
  background-color: #0000;
  width: 100%;
  max-width: 821px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 88px;
}

.testimonials-slider-mask {
  overflow: visible;
}

.slide-nav {
  display: none;
}

.testimonials-slider-arrow-right {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.testimonials-slider-arrow-icon {
  opacity: .7;
  color: var(--primary-brown);
  transition: opacity .2s;
}

.testimonials-slider-arrow-icon:hover {
  opacity: 1;
  color: var(--dark-brown);
}

.testimonials-slider-arrow-left {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-hero-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.service-hero-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.common-hero-content.service-hero-heading, .common-hero-content.about-hero-heading, .common-hero-content.contact-hero-heading, .common-hero-content.blog-hero-heading {
  text-align: center;
  margin-bottom: 60px;
}

.common-hero-content.properties-hero-heading {
  text-align: center;
  margin-bottom: 12px;
}

.common-hero-content.agents-hero-heading {
  text-align: center;
  margin-bottom: 0;
}

.common-hero-top-tag-text {
  color: var(--black);
  letter-spacing: -.4px;
  text-transform: uppercase;
  font-weight: 500;
}

.service-hero-box {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px 24px 24px;
}

.service-hero-icon-wrap {
  margin-bottom: 70px;
}

.service-hero-title-wrap {
  margin-bottom: 12px;
}

.service-hero-title {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 120%;
}

.service-hero-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.about-hero-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.about-hero-thumb-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.mission-section, .values-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.mission-layout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mission-thumb-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.mission-thumb {
  width: 540px;
}

.mission-text-wrap {
  width: 100%;
  max-width: 461px;
  margin-top: 125px;
  margin-bottom: 20px;
}

.mission-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.mission-list-wrap {
  margin-bottom: 32px;
}

.mission-list {
  grid-column-gap: 29px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 25px;
  display: grid;
}

.mission-list-text {
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
}

.values-layout {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.values-content {
  width: 100%;
  max-width: 480px;
  position: sticky;
  top: 20px;
}

.values-list-wrap {
  margin-top: 16px;
  margin-bottom: 32px;
}

.values-list {
  grid-column-gap: 29px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 25px;
  display: block;
}

.values-list-text {
  letter-spacing: -.1px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
}

.values-list-text.last {
  margin-bottom: 0;
}

.values-box-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-box {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px 24px 24px;
}

.values-box-icon-wrap {
  margin-bottom: 60px;
}

.values-box-title-wrap {
  margin-bottom: 12px;
}

.values-box-title {
  letter-spacing: 0;
  font-size: 24px;
}

.values-box-text {
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.contact-hero-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.contact-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}

.contact-title {
  color: var(--primary-brown);
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
}

.contact-address-wrap {
  width: 100%;
  max-width: 220px;
}

.contact-icon {
  color: var(--primary-brown);
  width: 32px;
  height: 32px;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  width: 100%;
  max-width: 373px;
  padding: 24px;
  display: flex;
}

.contact-info-wrap {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  margin-bottom: 40px;
  display: flex;
}

.contact-num {
  color: var(--body-color);
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.contact-map-wrap {
  border-radius: 40px;
  overflow: hidden;
}

.realtor-hero-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.realtor-hero-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.realtor-hero-title {
  letter-spacing: -.5px;
  font-size: 60px;
  line-height: 96%;
}

.realtor-contact-wrap {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  width: 100%;
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.realtor-contact-title-wrap {
  margin-bottom: 28px;
}

.realtor-contact-title {
  letter-spacing: 0;
  font-size: 24px;
}

.contact-us-btn {
  color: var(--white);
  background-color: #0c0407;
  border-radius: 12px;
  width: 100%;
  padding: 16px 20px;
  font-weight: 500;
  line-height: 100%;
}

.contact-us-input {
  color: var(--primary-brown);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 13px 20px 14px;
}

.contact-us-input:focus {
  border-color: var(--primary-brown);
}

.contact-us-input::placeholder {
  color: #b3b3b3;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
}

.contact-us-label {
  color: gray;
  letter-spacing: -.1px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.contact-us-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.contact-us-grid.last {
  margin-bottom: 0;
}

.contact-us-checkbox-wrap {
  margin-top: 28px;
}

.contact-us-checkbox {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.contact-us-checkbox-icon {
  color: var(--black);
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.contact-us-checkbox-text {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

.contact-us-input-wrap-2 {
  margin-top: 20px;
  margin-bottom: 28px;
}

.blog-hero-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.b-details-section {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.b-details-content {
  margin-bottom: 32px;
}

.b-details-title-wrap {
  width: 100%;
  max-width: 940px;
  margin-bottom: 16px;
}

.b-details-title {
  letter-spacing: -.5px;
  line-height: 96%;
}

.b-details-text-wrap {
  width: 100%;
  max-width: 853px;
  margin-bottom: 20px;
}

.b-details-info-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 28px;
  display: flex;
}

.b-details-date-wrap, .b-details-time-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.b-details-date-icon {
  width: 16px;
  height: 16px;
  line-height: 1px;
}

.b-details-date-text {
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.b-details-time-icon {
  width: 16px;
  height: 16px;
}

.b-detailsl-time-text {
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.b-details-athour-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.b-details-athour-thumb {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 58px;
}

.b-details-athour-name {
  letter-spacing: -.1px;
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.b-details-athour-info {
  letter-spacing: -.2px;
  font-weight: 500;
  line-height: 26px;
}

.b-details-thumb-wrap {
  border-radius: 2px;
  margin-bottom: 60px;
  overflow: hidden;
}

.b-details-thumb {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.blog-layout-title-wrap {
  margin-bottom: 40px;
}

.blog-layout-title {
  letter-spacing: -.3px;
}

.contact-map {
  width: 100%;
  height: 600px;
}

.privacy-hero-section {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.privacy-hero-section.max-width-800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.privacy-hero-content {
  text-align: center;
}

.privacy-hero-title-wrap {
  margin-bottom: 20px;
}

.privacy-hero-title {
  letter-spacing: -.05em;
  line-height: 96%;
}

.privacy-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.privacy-layout {
  max-width: 1040px;
}

.privacy-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.privacy-content-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.privacy-title {
  letter-spacing: -.04em;
  font-size: 40px;
}

.privacy-list-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.error-section {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.error-content {
  text-align: center;
  width: 100%;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.error-title {
  letter-spacing: -.05em;
  font-size: 300px;
  font-weight: 500;
  line-height: 1;
}

.error-sub-title-wrap {
  margin-bottom: 12px;
}

.error-sub-title {
  font-size: 32px;
  line-height: 112%;
}

.error-text-wrap {
  margin-bottom: 40px;
}

.error-text {
  font-size: 18px;
  line-height: 150%;
}

.changelog-hero-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.changelog-hero-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.changelog-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.changelog-version-wrap {
  margin-bottom: 16px;
}

.changelog-version {
  letter-spacing: -.04em;
  font-size: 40px;
}

.licenses-hero-section, .licenses-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.licenses-hero-content {
  text-align: center;
  width: 100%;
  max-width: 609px;
  margin-left: auto;
  margin-right: auto;
}

.utility-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.utility-content-title-wrap {
  margin-bottom: 16px;
}

.utility-content-title {
  font-size: 40px;
}

.utility-content-text-wrap {
  width: 100%;
  max-width: 1080px;
}

.utility-content-text-link {
  color: var(--body-color);
  text-decoration: underline;
  display: inline-block;
}

.utility-content-text {
  font-size: 18px;
}

.utility-content-text-heilight {
  color: var(--primary-brown);
  font-weight: 600;
}

.password-form {
  text-align: center;
  width: 100%;
  max-width: 566px;
  margin: 60px auto 0;
}

.password-form-label {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 112%;
}

.password-form-input {
  color: var(--primary-brown);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
}

.password-form-input:focus {
  border-color: var(--black);
}

.blog-rich-text-wrap {
  width: 100%;
  max-width: 920px;
}

.properties-hero-section {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow-x: clip;
}

.agents-hero-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.agents-layout-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4px;
  margin-right: 4px;
  display: grid;
}

.d-properties-hero-section {
  padding-top: 80px;
  padding-bottom: 40px;
}

.d-properties-hero-content {
  margin-bottom: 32px;
}

.d-properties-hero-title-wrap {
  margin-bottom: 20px;
}

.d-properties-hero-title {
  letter-spacing: -.05em;
  line-height: 96%;
}

.d-properties-hero-location-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.d-properties-hero-location-icon {
  width: 20px;
  height: 20px;
}

.d-properties-hero-location {
  color: var(--body-color);
}

.d-properties-hero-banner-wrap {
  border-radius: 24px;
  margin-bottom: 0;
  overflow: hidden;
}

.d-properties-hero-banner {
  width: 100%;
}

.d-properties-section {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.d-properties-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.d-properties-left {
  width: 100%;
  max-width: 644px;
}

.d-properties-right {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  box-shadow: 0 36px 56px #00000008;
}

.d-properties-title-wrap {
  margin-bottom: 20px;
}

.d-properties-title {
  font-size: 36px;
  line-height: 120%;
}

.d-properties-info-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  margin-bottom: 20px;
  display: flex;
}

.d-properties-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  align-items: center;
  padding: 6.5px 16px;
  display: flex;
}

.d-properties-info-icon {
  width: 16px;
  height: 16px;
}

.d-properties-info-text {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.about-property {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
}

.property-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.property-d-title-wrap {
  margin-bottom: 20px;
}

.property-d-title {
  font-size: 36px;
  line-height: 120%;
}

.d-property-amenities-wrap, .d-property-amenities-title-wrap {
  margin-bottom: 40px;
}

.d-property-amenities-title {
  font-size: 36px;
  line-height: 120%;
}

.d-property-amenities {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 28px 20px 24px;
  text-decoration: none;
  display: flex;
}

.d-property-amenities-icon-wrap {
  margin-bottom: 40px;
}

.d-property-amenities-text-wrap {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 52px;
  display: flex;
}

.d-property-amenities-text {
  color: var(--black);
  letter-spacing: -.01em;
  font-weight: 600;
  line-height: 122%;
}

.d-property-gallery-title-wrap {
  margin-bottom: 40px;
}

.d-property-gallery-title {
  font-size: 36px;
  line-height: 120%;
}

.d-properties-right-title-wrap {
  margin-bottom: 12px;
}

.d-properties-right-title {
  color: var(--primary-brown);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.d-properties-right-price {
  margin-bottom: 28px;
  font-size: 36px;
  line-height: 120%;
}

.d-properties-right-top-separotor {
  border: 1px #000;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 32px;
  display: none;
}

.d-properties-right-form-title-wrap {
  margin-bottom: 28px;
  display: none;
}

.d-properties-right-form-title {
  color: var(--primary-brown);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.d-properties-right-form-wrap {
  margin-bottom: 40px;
  display: none;
}

.d-properties-right-contact-wrap {
  margin-bottom: 16px;
}

.d-properties-right-contact-wrap.last {
  margin-bottom: 0;
}

.d-properties-right-input-label {
  color: gray;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.d-properties-right-input {
  color: var(--primary-brown);
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  padding: 13px 20px 14px;
}

.d-properties-right-input:focus {
  border-color: var(--primary-brown);
}

.d-properties-right-input::placeholder {
  color: #b3b3b3;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.d-properties-right-form-btn-wrap {
  margin-top: 28px;
}

.d-properties-right-form-btn {
  color: var(--primary-brown);
  background-color: #e1e1e1;
  border-radius: 2px;
  width: 100%;
  padding: 16px 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
  display: none;
}

.d-properties-right-form-btn:hover {
  background-color: var(--body-color);
  color: var(--white);
}

.d-properties-right-bottom-separotor {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.d-properties-right-author-title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.d-properties-right-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.d-properties-right-info-wrap.centering {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
}

.d-properties-right-author-wrap {
  z-index: 1;
  flex: none;
  position: relative;
}

.d-properties-right-author {
  border-radius: 100%;
  width: 82px;
  height: 82px;
  overflow: hidden;
}

.d-properties-right-author-active {
  background-color: #33b843;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 6% 79% auto auto;
}

.d-properties-right-author-name-wrap {
  margin-bottom: 4px;
}

.d-properties-right-author-name {
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.d-properties-right-author-num-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.d-properties-right-author-num-wrap.centering.desktop-only {
  display: flex;
}

.d-properties-right-author-num {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.d-properties-right-author-num:hover {
  font-weight: 600;
}

.d-properties-right-author-mail-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.d-properties-right-author-mail-wrap.centering, .d-properties-right-author-mail-wrap.centering.desktop-only {
  display: flex;
}

.d-properties-right-author-mail {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.d-properties-right-author-mail:hover {
  font-weight: 600;
}

.a-details-hero-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.a-details-hero-content {
  margin-bottom: 32px;
}

.a-details-hero-title-wrap {
  margin-bottom: 20px;
}

.a-details-hero-title {
  letter-spacing: -.05em;
  line-height: 96%;
}

.a-details-hero-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.a-details-hero-box {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 32px;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.a-details-hero-box-thumb-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.a-details-hero-box-thumb {
  width: 340px;
}

.a-details-hero-box-title-wrap {
  margin-bottom: 32px;
}

.a-details-hero-box-title {
  font-size: 36px;
  line-height: 120%;
}

.a-details-hero-box-info-wrap {
  width: 100%;
  max-width: 473px;
  margin-bottom: 73px;
}

.a-details-hero-box-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 170px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: grid;
}

.a-details-hero-box-info.last {
  margin-bottom: 0;
}

.a-details-hero-box-info-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.a-details-hero-box-info-text-2 {
  font-size: 18px;
  line-height: 150%;
}

.a-details-hero-box-icon-wrap {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  align-items: center;
  display: flex;
}

.a-details-hero-box-icon-link {
  color: #999;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  line-height: 1px;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
}

.a-details-hero-box-icon-link:hover {
  color: var(--black);
  transform: scale(1.2);
}

.a-details-section {
  padding-bottom: 35px;
}

.a-details-layout {
  justify-content: space-between;
  display: flex;
}

.a-details-left {
  width: 100%;
  max-width: 590px;
}

.a-details-right {
  width: 100%;
  max-width: 387px;
}

.a-details-left-title-wrap {
  margin-bottom: 12px;
}

.a-details-left-title-wrap._2 {
  margin-bottom: 40px;
}

.a-details-left-title {
  font-size: 36px;
  line-height: 120%;
}

.a-details-left-about {
  margin-bottom: 60px;
}

.a-details-right-top {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  margin-bottom: 20px;
  padding: 40px;
  box-shadow: 0 36px 56px #00000008;
}

.a-details-bottom {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 36px 56px #00000008;
}

.a-details-right-top-content {
  margin-bottom: 28px;
}

.a-details-right-top-title-wrap {
  margin-bottom: 12px;
}

.a-details-right-top-title {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 120%;
}

.a-details-right-top-text {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.a-details-right-contact {
  margin-bottom: 0;
}

.a-details-right-contact-input-wrap {
  margin-bottom: 16px;
}

.a-details-right-contact-btn {
  background-color: var(--black);
  color: var(--white);
  border-radius: 12px;
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.a-details-right-contact-area-wrap {
  margin-bottom: 27px;
}

.a-details-right-contact-area {
  color: var(--primary-brown);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  height: 124px;
  min-height: 124px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 20px;
}

.a-details-right-contact-area:focus {
  border-color: var(--primary-brown);
}

.a-details-right-contact-area::placeholder {
  color: #b3b3b3;
  letter-spacing: -.01px;
  font-size: 14px;
  line-height: 150%;
}

.a-details-right-contact-input {
  color: var(--primary-brown);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 13px 20px 14px;
}

.a-details-right-contact-input:focus {
  border-color: var(--primary-brown);
}

.a-details-right-contact-input::placeholder {
  color: #b3b3b3;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.a-details-right-contact-input-label {
  color: gray;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.a-details-bottom-title-wrap {
  margin-bottom: 12px;
}

.a-details-bottom-title {
  font-size: 32px;
  line-height: 120%;
}

.a-details-bottom-text-wrap {
  margin-bottom: 28px;
}

.a-details-bottom-text {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.d-property-amenities-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

.d-property-gallery-thumb-wrap {
  border-radius: 12px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.d-property-gallery-thumb {
  width: 100%;
}

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

.checkout-form {
  background-color: var(--white);
  padding: 80px 0 70px;
}

.checkout-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.checkout-left {
  max-width: 692px;
}

.checkout-right {
  background-color: #f7f7f7;
  border-radius: 28px;
  flex: 1;
  max-width: 490px;
  padding: 28px;
}

.oder-summary {
  margin-bottom: 0;
}

.oder-summary-btn-wrap {
  margin-top: 20px;
}

.oder-summary-btn {
  background-color: var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  display: flex;
}

.checkout-common-header {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.checkout-common-title {
  font-size: 36px;
  line-height: 120%;
}

.oder-summary-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.line-item {
  margin-bottom: 16px;
}

.line-item-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.web-payments {
  margin-bottom: 16px;
}

.customer-info-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-bottom: 16px;
  padding: 28px;
}

.shipping-address-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 28px;
}

.shipping-method-wrap, .payment-info-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-bottom: 16px;
  padding: 28px;
}

.order-items-wrap {
  background-color: #f7f7f7;
  border-radius: 28px;
  margin-bottom: 0;
  padding: 28px;
}

.checkout-button-apple {
  border-radius: 12px;
  height: 48px;
  margin-bottom: 0;
}

.customer-info-form {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.customer-info-label {
  color: var(--black);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
}

.customer-info-input {
  background-color: var(--white);
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 0;
}

.shipping-address-form {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.shipping-address-dropdown-input {
  background-color: var(--white);
  border-color: #e8e8e8;
  border-radius: 12px;
  height: 48px;
}

.customer-info-input-2 {
  background-color: var(--white);
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 12px;
  height: 48px;
  margin-top: 12px;
  margin-bottom: 0;
}

.shipping-address-form-gird-wrap, .shipping-address-form-wrap {
  margin-bottom: 20px;
}

.shipping-method-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  display: flex;
}

.shipping-method-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

.shipping-method-item-radio {
  accent-color: #0c0407;
}

.shipping-method-item-content {
  margin-right: 0;
}

.shipping-method-item-price {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.shipping-method-item-title {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.text-block {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.checkbox {
  flex: none;
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.payment-info-form-wrap {
  margin-bottom: 20px;
}

.order-items-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-item {
  align-items: flex-start;
}

.oder-item-thumb-wrap {
  border-radius: 10px;
  width: 100%;
  max-width: 134px;
  overflow: hidden;
}

.oder-item-thumb {
  width: 100%;
  height: auto;
}

.oder-item-price {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.oder-item-title {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.oder-item-quantity-text {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.footer-content-left {
  flex: none;
  max-width: 52%;
}

.customer-info-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.customer-info-content-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.customer-info-row-top {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.customer-info-row-bottom {
  padding-left: 0;
  padding-right: 0;
}

.customer-info-row-top-content {
  margin-bottom: 0;
}

.customer-info-row-top-title {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.customer-info-row-top-text {
  color: var(--black);
  margin-right: 4px;
  font-size: 14px;
  line-height: 150%;
}

.shipping-method-item-2 {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.shipping-method-item-title-2 {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.shipping-method-item-text-2 {
  color: var(--black);
  font-size: 14px;
  line-height: 150%;
}

.text-reveal-wrap {
  text-align: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.agents-marquee-layout {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.agents-marquee-item {
  flex: none;
  width: 340px;
  margin-right: 24px;
}

.agents-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.agents-marquee-cms {
  flex: none;
}

.properties-form {
  z-index: 10;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 12px 28px;
  display: flex;
  position: relative;
}

.properties-form-search {
  z-index: 1;
  position: relative;
}

.properties-form-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.properties-form-right {
  width: 100%;
  max-width: 314px;
}

.properties-category-hero-section {
  padding-top: 80px;
}

.a-listing-cms {
  width: 100%;
  max-width: 785px;
  margin-top: 40px;
}

.search-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.p-category-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categori-filter {
  display: block;
}

.categori-filter-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.categori-filter-toggle.w--open {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--primary-brown);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.categori-filter-text {
  color: var(--primary-brown);
  line-height: 24px;
}

.properties-form-search-input {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 19.5px 20px;
}

.properties-form-search-input::placeholder {
  color: var(--primary-brown);
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 150%;
}

.properties-form-search-input-wrap {
  margin-bottom: 0;
}

.properties-form-search-icon-btn {
  background-color: var(--primary-brown);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 1px;
  display: inline-flex;
  position: absolute;
  inset: 14% 8px auto auto;
}

.categori-dropdown-list {
  background-color: var(--white);
  border-radius: 12px;
}

.categori-dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 6px;
  width: auto;
  min-width: 100px;
}

.category-dropdown-inner {
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 6px 10px -2px #0000000a;
}

.category-dropdown-link {
  color: var(--primary-brown);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  transition: all .3s linear;
}

.category-dropdown-link:hover {
  background-color: var(--primary-brown);
  color: var(--white);
}

.search-result-layout {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-card-title-wrap {
  margin-bottom: 10px;
}

.search-card-title {
  color: var(--primary-brown);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.search-form-wrap {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.search-form {
  z-index: 1;
  position: relative;
}

.search-form-input {
  color: var(--primary-brown);
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 19.5px 20px;
}

.search-form-input:focus {
  border-color: var(--primary-brown);
}

.search-form-input::placeholder {
  color: var(--primary-brown);
}

.search-form-icon-btn {
  background-color: var(--primary-brown);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  font-size: 0;
  position: absolute;
  inset: 50% 8px auto auto;
  transform: translate(0, -50%);
}

.c-cart-thumb-wrap {
  flex: none;
  width: 100%;
  max-width: 168px;
  position: relative;
  overflow: hidden;
}

.c-cart-line-item-label {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.c-cart-checkout-payment-apple {
  height: 40px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.c-cart-close {
  color: #0c0407;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.c-cart-quantity {
  color: #0c0407;
  text-align: center;
  background-color: #0000;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0;
  width: 54px;
  margin-bottom: 0;
}

.cart-icon-wrap {
  color: var(--primary-brown);
  background-color: #0000;
  padding: 0;
  position: relative;
}

.c-cart-price-wrap.mobile-only {
  display: none;
}

.c-cart-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cart-quantity {
  color: var(--primary-brown);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.c-cart-remove {
  color: #fc372d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.c-cart-empty-btn {
  color: #fff;
  background-color: #0c0407;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s linear;
  display: flex;
}

.c-cart-empty-btn:hover {
  background-color: #4c4c4c;
}

.c-cart-list {
  max-height: 550px;
  padding: 0;
}

.c-cart-empty-wrap {
  color: #0c0407;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.c-cart-footer-wrap {
  border-top-color: #e5e5e5;
  margin-top: 16px;
  padding: 12px 0 0;
}

.c-cart-empty-btn-wrap {
  margin-top: 20px;
}

.c-cart-option {
  font-weight: 600;
}

.c-cart-quantity-wrap {
  margin-bottom: 32px;
}

.c-cart-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-cart-line-item-value {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.c-cart-title-wrap {
  margin-bottom: 12px;
}

.c-cart-checkout-button {
  background-color: #0c0407;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s linear;
  display: flex;
}

.c-cart-checkout-button:hover {
  background-color: #333;
}

.c-cart-error-state {
  color: #0c0407;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin: 12px 0 0;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.c-cart-title {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.c-cart-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-cart-header {
  border-bottom-style: none;
  border-bottom-color: #e5e5e5;
  padding: 0 0 12px;
}

.c-cart-price {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.c-cart-container {
  max-width: 735px;
  padding: 32px;
}

.c-cart-empty-state {
  padding: 0;
  display: block;
}

.c-cart-content-right {
  flex: none;
}

.option-list {
  color: #0c0407;
  font-size: 16px;
  font-weight: 400;
}

.c-cart-header-title {
  color: #0c0407;
  letter-spacing: -.03em;
  font-size: 36px;
  line-height: 43px;
}

.c-cart-option-wrap {
  margin-bottom: 24px;
}

.add-to-cart-btn {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0c0407;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  transition: all .35s linear;
  display: flex;
}

.add-to-cart-btn:hover {
  background-color: #333;
}

.product-default-state {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.product-details-options-label-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.add-to-buy-btn {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0c0407;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  transition: all .35s linear;
  display: flex;
}

.add-to-buy-btn:hover {
  background-color: #333;
}

.product-error-state {
  margin-top: 20px;
}

.product-details-quantity {
  background-color: var(--white);
  text-align: center;
  border-color: #e8e8e8;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
}

.product-details-options-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-bottom: 0;
}

.product-details-cart {
  margin-bottom: 28px;
}

.product-details-options-select {
  color: #0c0407;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  background-image: url('../images/arrow-down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 12px 35px 12px 16px;
}

.product-details-options-button {
  letter-spacing: -.01em;
  background-color: #0000;
  border-color: #e5e5e5;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  transition: all .35s linear;
}

.product-details-options-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #0c0407;
}

.product-details-options-button.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #0c0407;
  border-color: #0c0407;
}

.product-details-options-button.w--ecommerce-pill-disabled {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.product-details-addtocart-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-details-options-label {
  color: #0c0407;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.process-layout-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-left {
  width: 100%;
  max-width: 496px;
}

.process-right {
  width: 100%;
  max-width: 540px;
  height: 450px;
  position: sticky;
  top: 20px;
}

.process-right-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.process-right-block.one {
  z-index: 1;
}

.process-right-block.two {
  z-index: 2;
  opacity: 0;
}

.process-right-block.three {
  z-index: 3;
  opacity: 0;
}

.nav-mobile-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.error-message {
  color: var(--primary-brown);
  border-radius: 12px;
  margin-top: 20px;
  padding: 16px;
  line-height: 1.2;
}

.success-message {
  color: var(--primary-brown);
  border-radius: 12px;
  line-height: 1.2;
}

.heading {
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.topline {
  letter-spacing: .1px;
  text-transform: uppercase;
  padding-bottom: 16px;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.topline.h3, .topline.topline-h3 {
  padding-bottom: 8px;
}

.small-p {
  font-size: 14px;
  line-height: 24px;
}

.big-p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bold-p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-2 {
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-weight: 700;
}

.section-row {
  position: relative;
  overflow: visible;
}

.section-row.nav-bar-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px #0003;
}

.button-standard {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #b5956c;
  border: 1px solid #b5956c;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  transition: border-color .3s cubic-bezier(.455, .03, .515, .955), color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
}

.button-standard:hover {
  color: #efd9b0;
  background-color: #1d321d;
  border-color: #1d321d;
}

.burger-line {
  background-color: var(--white);
  color: var(--white);
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.burger-line.line-1-close {
  transform: translate(0, 8px)rotate(45deg);
}

.burger-line.line-3-close {
  transform: translate(0, -8px)rotate(-45deg);
}

.menu-button-mobile {
  z-index: 2;
  background-color: var(--dark-brown);
  cursor: pointer;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 50px 0% auto;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: start;
}

.nav-link-dropdown {
  letter-spacing: .05px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.socialiconembed {
  vertical-align: middle;
  align-self: flex-start;
  line-height: 0;
  display: inline-block;
}

.social-media-icons.mobil-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 72px;
  display: flex;
}

.wegweiser-logo-navbar-2 {
  height: 50px;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 10px 0;
}

.menu-dropdown-link {
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.menu-dropdown-link:hover {
  color: var(--accent-yellow);
}

.menu-dropdown-link.w--current {
  color: var(--dark-brown);
  font-weight: 600;
}

.arrow-toogle {
  width: auto;
  height: auto;
  margin: 2px 0 0;
  padding-left: 10px;
  position: static;
}

.nav-link-2 {
  border-bottom: 1px solid var(--light-brown-20);
  color: var(--primary-brown);
  margin-top: 20px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--accent-yellow);
}

.nav-link-2.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #b5956c;
  border: 1px solid #b5956c;
  padding: 9px 20px;
  font-size: 18px;
  display: none;
}

.nav-link-2.button:hover {
  color: #efd9b0;
  background-color: #1d321d;
  border-color: #1d321d;
}

.nav-link-2.button-navbar-mobil {
  border-bottom-style: none;
}

.men {
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.full-screen-menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(14.9px);
  backdrop-filter: blur(14.9px);
  will-change: opacity, backdrop-filter, display;
  background-color: #fffffffc;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  padding: 30px 50px 50px;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.full-screen-menu.full-screen-visibility {
  visibility: hidden;
}

.nav-margin-top {
  color: var(--primary-brown);
}

.menu-button-mobile-close {
  z-index: 2;
  background-color: var(--dark-brown);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0% 50px 0% auto;
}

.dropdown-toggle-2 {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.nav-bar {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 50px;
  padding-right: 90px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image-13 {
  height: 100%;
}

.menu-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-wrapper {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-brown-20);
  will-change: transform;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 5px;
}

.dropdown-wrapper:hover {
  color: var(--accent-yellow);
}

.dropdown-wrapper.none {
  display: none;
}

.grid-3-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.dropdown-pages-grid {
  grid-column-gap: 0px;
  grid-template-columns: auto;
  align-items: start;
}

.grid-3-columns.dropdown-main-grid {
  grid-column-gap: 0px;
  grid-template-columns: 1fr;
  align-items: start;
}

.dropdown-column-wrapper {
  background-color: #0000;
  position: static;
  overflow: hidden;
  transform: translate(-40%);
}

.div-block {
  display: none;
}

.button-navbar {
  background-color: var(--accent-yellow);
  border-radius: 2px;
  margin-right: 40px;
  padding: 16px 28px;
  font-weight: 700;
  transition: background-color .3s;
}

.button-navbar:hover {
  background-color: var(--verlauf-45deg-0);
}

.link-block {
  height: 100%;
}

.menu-items {
  border-right: 1px solid var(--menu-item-border-line);
  flex-flow: column;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 50px;
  display: flex;
}

.menu-kontakt-item {
  vertical-align: middle;
  padding-left: 10px;
  display: inline-block;
}

.menu-items-kontakt {
  flex-flow: column;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 50px;
  display: flex;
}

.menu-headlines {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.kontakt-link-block {
  color: var(--primary-brown);
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.kontakt-link-block:hover {
  color: var(--accent-yellow);
}

.menu-items-social-media {
  flex-flow: column;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 50px;
  display: flex;
}

.button-navbar-mobil {
  background-color: var(--accent-yellow);
  border-radius: 2px;
  margin-right: 40px;
  padding: 16px 28px;
  font-weight: 500;
  transition: background-color .3s;
  display: none;
}

.button-navbar-mobil:hover {
  background-color: var(--verlauf-45deg-0);
}

.image-14 {
  align-self: flex-start;
}

.hero-thumb-mobil {
  width: 100%;
  margin-top: -150px;
  display: none;
}

.google-bewertung {
  z-index: 1;
  height: 72px;
  margin-bottom: 20px;
  position: sticky;
  top: calc(100vh - 92px);
  bottom: 0%;
  left: 100vw;
}

.div-block-2 {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.button-arrow-svg {
  vertical-align: top;
  justify-content: flex-start;
  align-items: center;
  width: 46.5px;
  height: 48px;
  margin-left: -12px;
  display: inline-block;
}

.arrow-button {
  color: var(--accent-yellow);
  cursor: pointer;
}

.arrow-button:hover {
  color: var(--verlauf-45deg-0);
}

.h2 {
  margin-bottom: 34px;
  font-size: 44px;
  line-height: 54px;
}

.h2.margin-bottom-20px.white {
  color: var(--white);
}

.h2.margin-bottom-40px {
  margin-bottom: 40px;
}

.h2.white {
  color: var(--white);
}

.tablet-only-visible {
  display: none;
}

.tablet-only-not-visible {
  display: block;
}

.zahlen-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.zahl-flex {
  grid-column-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.zahlen-single-wrapper {
  position: relative;
}

.zahlen-single-wrapper.border-2, .zahlen-single-wrapper.border-3, .zahlen-single-wrapper.border-1 {
  border-right: 1px solid var(--light-brown-20);
}

.zahlen-subtitle {
  text-align: left;
  border-top: 1px #f4f5f6;
  padding-right: 40px;
  font-size: 16px;
  line-height: 26px;
}

.h2-number {
  text-align: center;
  margin-bottom: 8px;
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.service-card {
  grid-column-gap: 48px;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 40px 60px;
  display: flex;
  box-shadow: 0 -10px 30px -5px #0003;
}

.service-card.bg-white {
  background-color: var(--white);
  padding-left: 40px;
}

.service-card-info-block {
  text-align: left;
  width: 100%;
}

.h3 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 46px;
}

.h3.white {
  color: var(--white);
}

.h3.margin-bottom-40px {
  margin-bottom: 40px;
}

.service-card-description-block {
  border-bottom: 1px solid var(--light-brown-20);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.service-card-image-box {
  border-radius: 2px;
  width: 450px;
  height: 350px;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-collection-item {
  position: sticky;
  top: 260px;
}

.service-collection-list {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.services-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.services-section.brown-bg {
  background-color: var(--primary-brown);
}

.service-card-checklist {
  float: left;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start start;
  display: block;
}

.checklist-item {
  white-space: nowrap;
  word-break: keep-all;
  align-items: center;
  margin-right: 20px;
  padding-bottom: 20px;
  display: inline-flex;
}

.checklist-item-text {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.image-15 {
  width: 18px;
  margin-right: 10px;
}

.collection-list-wrapper {
  display: none;
}

.unternehmen-line {
  border-top: 1px solid var(--light-brown-20);
  width: 100%;
  margin-top: 10px;
}

.unternehmen-line.first-line {
  margin-right: 20px;
}

.unternehmen-logo-flex-wrapper-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.topline-blogartikel {
  color: #b5956c;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
}

.absolute-image {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(34px, 31px);
}

.feature, .feature.feature-1, .unternehmen-feature-wrapper {
  position: relative;
}

.text2 {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text2.main-blue-link {
  color: #1d2451;
  justify-content: flex-start;
}

.text2.main-blue-link:hover {
  color: #efd9b0;
}

.text2.main-blue-link.vertical-centering {
  align-self: center;
  margin-bottom: 0;
}

.text2.main-blue-link.vertical-centering:hover {
  color: #5ebfcb;
}

.text2.testimonial-text-padding {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.text2.testimonial {
  font-size: 16px;
  line-height: 26px;
}

.left-item-max-width {
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 80px;
}

.untenemnen-line-2 {
  border-top: 1px solid var(--light-brown-20);
  width: 100%;
  margin-top: 10px;
}

.untenemnen-line-2.second-line {
  margin-left: 20px;
}

.image-16 {
  width: 68px;
  height: 62px;
}

.right-item-max-width {
  margin-left: auto;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
}

.grid-4-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-2 {
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.h2-2.green {
  color: #1d321d;
}

.h2-2.green.no-margin-top {
  margin-top: 0;
}

.collection-list-wrapper-2 {
  display: none;
}

.auszeichnungen-section {
  background-color: var(--grey-bg);
  padding-top: 140px;
  padding-bottom: 140px;
}

.auszeichnungen-band-wrapper {
  margin-top: 50px;
  display: block;
  overflow: hidden;
}

.auszeichnung-band {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  display: flex;
}

.leistung-item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 150px;
  height: 100%;
  display: flex;
}

.auszeichnung-logo {
  background-color: var(--white);
  max-width: none;
  height: 150px;
}

.topline-2 {
  color: #b5956c;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.topline-2.green {
  color: #1d321d;
}

.tippgeber-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.tippgeber-layout-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

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

.tippgeber-image-one {
  background-image: url('../images/wegweiser-immobilien-nuernberg-tippgeber-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
}

.tippgeber-image-small {
  border-radius: 2px;
}

.tippgeber-image-small.two {
  background-image: url('../images/wegweiser-immobilien-nuernberg-tippgeber-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tippgeber-image-small.two.tablet-or-smaller-visible {
  display: none;
}

.tippgeber-image-small.three {
  background-image: url('../images/wegweiser-immobilien-nuernberg-tippgeber-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tippgeber-image-small.three.tablet-or-samller-visible {
  display: none;
}

.tippgeber-image-small.one {
  background-image: url('../images/wegweiser-immobilien-nuernberg-tippgeber-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tippgeber-image-small.one.tablet-or-smaller-visible {
  display: none;
}

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

.common-text-wrap {
  max-width: 800px;
  display: block;
}

.blog-box-btn-arrow {
  color: var(--body-color);
  letter-spacing: .1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 144px;
  background-repeat: no-repeat;
  background-size: auto 11px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 12px 30px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .3s, background-color .3s, color .3s;
}

.blog-box-btn-arrow:hover {
  background-color: var(--body-color);
  color: var(--white);
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg'), url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 144px, 144px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 11px, auto 11px;
}

.blog-box-btn-arrow.darker {
  border-color: var(--primary-brown);
}

.blog-box-btn-arrow.immobilienbewertung {
  background-position: 187px;
}

.blog-box-btn-arrow.immobilienverkauf {
  background-position: 206px;
}

.blog-box-btn-arrow.immobilienvermietung {
  background-position: 147px;
}

.blog-box-btn-arrow.immobiliensuche {
  background-position: 187px;
}

.kontaktformular-submit-button {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.column-17 {
  padding-right: 0;
}

.text-field-right-col {
  float: none;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--light-brown);
  color: var(--white);
  background-color: #fff0;
  max-width: 100%;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 22px;
  transition: border-color .3s;
}

.text-field-right-col:focus {
  border-bottom-color: var(--accent-yellow);
}

.link-3 {
  color: var(--accent-yellow);
  display: inline-block;
}

.link-3:hover {
  color: var(--verlauf-45deg-0);
}

.form-2 {
  overflow: visible;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 25px;
}

.column-15 {
  padding-left: 0;
}

.column-16 {
  padding-right: 0;
}

.cta-button {
  background-color: var(--accent-yellow);
  color: #fff;
  text-transform: uppercase;
  width: 210px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.cta-button:hover {
  background-color: var(--verlauf-45deg-0);
}

.cta-button.submit {
  display: none;
}

.cta-button.submit.g-recaptcha {
  border-radius: 2px;
}

.checkbox-label-2 {
  color: var(--white);
  text-align: left;
  line-height: 22px;
}

.textarea-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--light-brown);
  color: var(--white);
  background-color: #fff0;
  min-height: 200px;
  padding-bottom: 20px;
  line-height: 22px;
  transition: border-color .3s;
}

.textarea-2:focus {
  border-bottom-color: var(--accent-yellow);
}

.columns-6 {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
}

.checkbox-field {
  margin-top: 20px;
}

.select-field-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--light-brown);
  color: var(--white);
  background-color: #fff0;
  margin-bottom: 25px;
  padding-left: 12px;
  padding-right: 20px;
  line-height: 22px;
  transition: border-color .3s;
}

.select-field-2:focus {
  border-bottom-color: var(--accent-yellow);
}

.text-field-left-col {
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right: 0 solid #000;
  border-bottom-color: var(--light-brown);
  color: var(--white);
  background-color: #fff0;
  border-left: 0 solid #000;
  max-width: calc(100% - 10px);
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 22px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.text-field-left-col:focus {
  border-bottom-color: var(--accent-yellow);
}

.footer-bottom-middle {
  transition: color .3s;
}

.footer-text-wrap-left {
  width: 100%;
  max-width: 390px;
  margin-bottom: 20px;
}

.footer-kontakt-link-block {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-kontakt-link-block:hover {
  color: var(--accent-yellow);
}

.footer-kontakt-link-block.light {
  color: var(--body-color);
}

.footer-kontakt-item {
  vertical-align: middle;
  flex: 0 auto;
  align-self: flex-start;
  padding-left: 10px;
  display: block;
}

.icon-telefon {
  width: 20px;
  height: 20px;
}

.social-media-icons-footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
  display: flex;
}

.socialiconembed-2 {
  line-height: 0;
}

.socialiconembed-2:hover {
  color: var(--accent-yellow);
}

.footer-social-media-link-icon, .link-block-3, .link-block-4 {
  color: var(--white);
}

.h3-footer {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.h3-footer.white {
  color: var(--white);
}

.footer-link-text {
  margin-bottom: 10px;
}

.footer-link-text:hover {
  color: var(--accent-yellow);
}

.footer-link {
  color: var(--white);
  display: block;
}

.link-4 {
  color: #999;
  font-weight: 700;
}

.link-4:hover {
  color: var(--white);
}

.icon-handy {
  flex-flow: row;
  width: 18px;
  height: 17px;
}

.icon-mail, .icon-map {
  width: 20px;
  height: 22px;
}

.code-embed-3 {
  width: 20px;
}

.footer-kontakt-link-block-copy {
  color: var(--white);
  align-items: center;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-kontakt-link-block-copy:hover {
  color: var(--accent-yellow);
}

.services-btn-wrap {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
}

.link-block-cta {
  text-decoration: none;
  display: block;
}

.link-5 {
  color: var(--accent-yellow);
  display: inline-block;
}

.link-5:hover {
  color: var(--verlauf-45deg-0);
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.content-wrapper.cookie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}

.right-side-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 25px;
  display: flex;
}

.cta-button-container-header {
  background-color: var(--accent-yellow);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding-left: 14px;
  padding-right: 14px;
  transition: color .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-button-container-header:hover {
  background-color: var(--verlauf-45deg-0);
}

.cta-button-container-header.cookie {
  justify-content: center;
  margin-top: 0;
}

.paragraph-9 {
  text-align: left;
  max-width: 71%;
  margin-right: auto;
  font-size: 14px;
}

.cookie-outer {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 2px -2px 50px 3px #0000001a;
}

.cta-button-header {
  float: none;
  clear: both;
  text-transform: uppercase;
  object-fit: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 700;
  display: block;
  position: static;
}

.cta-button-header.cookie {
  font-size: 12px;
}

.h2-immobilien-single {
  font-size: 32px;
  line-height: 42px;
}

.download-link-block {
  border-radius: 0;
  margin-top: 10px;
  text-decoration: none;
}

.pdf-download {
  clear: both;
  color: var(--verlauf-45deg-0);
  vertical-align: middle;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.no-rich-text-effects {
  border-radius: 0;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-spacing-top-bottom {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.header-text-wrap {
  position: relative;
  inset: 0% 0% 0% auto;
}

.header-text-wrap.image {
  object-fit: cover;
  background-image: url('../images/wegweiser_immobilien_nuernberg_unternehmen_jan_heinrich_sandra.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-side-header {
  background-image: none;
  width: 50%;
  position: relative;
}

.left-side-header.bewertung {
  background-image: url('../images/wegweiser-immobilien-nuernberg-wertermittlung-immobilienbewertung-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header.vermietung {
  background-image: url('../images/wegweiser-immobilien-nuernberg-vermietung.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header.verkauf {
  background-image: url('../images/wegweiser-immobilien-immobilienverkauf-nuernberg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header.suche {
  background-image: url('../images/wegweiser-immobilien-nuerberg-immobiliesuche.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header.unternehmen {
  background-image: url('../images/wegweiser-immobilien-nuernberg-unternehmen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header.verkauf-landingpage {
  background-image: linear-gradient(#0003, #0003), url('../images/wegweiser-immobilien-nuernberg-referenzen.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header.verkauf-landingpage-original {
  background-image: url('../images/wegweiser-immobilien-immobilienverkauf-nuernberg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header.kontakt-unterseite {
  justify-content: center;
  align-items: center;
  display: flex;
}

.unterseite-wide-header-section {
  background-image: url('../images/wegweiser-immobilien-immobilienverkauf-nuernberg.webp');
  background-position: -50vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.vorteile-section {
  background-color: var(--grey-bg);
  padding-top: 140px;
  padding-bottom: 140px;
}

.vorteile-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vorteile-content {
  width: 50%;
  position: sticky;
  top: 140px;
}

.vorteile-right {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.vorteil {
  border: 1px solid var(--border-beige);
  background-color: var(--white);
  border-radius: 2px;
  padding: 40px 25px 45px;
}

.vorteil-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vorteil-text-wrap {
  width: 100%;
  max-width: 544px;
  padding-bottom: 0;
  overflow: hidden;
}

.vorteil-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.vorteil-text {
  color: var(--primary-brown);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

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

.margin-bottom-40px.white {
  color: var(--white);
}

.vorteil-icon {
  height: 50px;
  margin-bottom: 16px;
}

.tablet-header-image {
  display: none;
}

.timeline-section {
  position: relative;
}

.list-item-2 {
  background-image: url('../images/list-item-icon-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 37px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.progress-bar-box {
  justify-content: flex-start;
  display: flex;
}

.content-unterseite {
  padding-right: 100px;
}

.content-unterseite.white-bg {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 20px;
}

.content-unterseite.white-bg.padding-top-120px {
  padding-top: 120px;
}

.content-unterseite.padding-bottom-120px {
  padding-bottom: 120px;
}

.content-unterseite.padding-bottom-120px.white-bg.padding-top-120px {
  padding-top: 80px;
}

.contact-icon-dark {
  filter: invert();
  align-self: center;
}

.sidebar-sticky-contact-wrapper {
  flex-flow: column;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0;
}

.col-sidebar-contact {
  background-color: var(--grey-bg);
  flex-flow: row;
}

.timeline-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.timeline-circle {
  background-color: #2c5890;
  border-radius: 100%;
  width: 34px;
  height: 34px;
}

.timeline-circle.phase-6 {
  background-color: #07090e;
}

.timeline-circle.phase-4, .timeline-circle.phase-5, .timeline-circle.phase-3 {
  background-color: var(--accent-yellow);
}

.timeline-circle.phase-1 {
  background-color: var(--accent-yellow);
  border: 9px solid #fcefc7;
  display: none;
  position: absolute;
  inset: auto 0% 0% -15px;
}

.timeline-circle.phase-2 {
  background-color: var(--accent-yellow);
}

.timeline-circle.new {
  background-color: var(--accent-yellow);
  border: 9px solid #fcefc7;
  margin-left: -10px;
  display: inline-flex;
  position: sticky;
  top: 57lvh;
  bottom: 0%;
  right: auto;
}

.heading-60px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
}

.list-item {
  background-image: url('../images/bullet-icon.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 14px;
}

.topline-3 {
  color: #5ebfcb;
  letter-spacing: .03px;
  text-transform: uppercase;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.timeline-progress-bar {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--verlauf-45deg-100), var(--accent-yellow));
  width: 2px;
  height: 60lvh;
  padding-bottom: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
}

.timeline-path {
  z-index: -2;
  background-color: #e1e1e1;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 6px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #5ebfcb;
  border: 1px solid #354747;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 24px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5ebfcb;
  border-color: #5ebfcb;
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-primary.bg-secondary-blue {
  background-color: #1d2451;
  border-color: #1d2451;
}

.btn-primary.bg-secondary-blue:hover {
  background-color: #1d2451;
  border-color: #354747;
}

.btn-primary.bg-secondary-blue.small {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  transition: border-color .3s, background-color .3s, transform .3s;
}

.btn-primary.bg-secondary-blue.small {
  align-self: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  transition: border-color .3s, background-color .3s, transform .3s;
}

.btn-primary.bg-secondary-blue.small:hover {
  background-color: #1d2451;
  border-color: #1d2451;
}

.btn-primary.bg-secondary-blue.small.margin-top-40px {
  margin-top: 40px;
}

.unterseite-layout {
  flex-flow: row;
  min-height: 100vh;
  display: flex;
}

.phase-flexbox {
  grid-column-gap: 15px;
  align-items: stretch;
  display: flex;
}

.timeline-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50px repeat(auto-fit, 100%);
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
}

.timeline-main-grid.no-padding-botton {
  padding-bottom: 0;
}

.stage-title-holder {
  padding-bottom: 20px;
  position: sticky;
  top: 50vh;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.sidebar-flex-contact-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-20px.right-text {
  padding-top: 20px;
}

.stage-tag {
  color: #1d2451;
}

.stage-tag.topline-filled.phase-1 {
  color: #2c5890;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.stage-tag.topline-filled.phase-3 {
  color: #5dc0cc;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.stage-tag.topline-filled.phase-5 {
  color: #e3304a;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.stage-tag.topline-filled.phase-4 {
  color: #f39200;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.stage-tag.topline-filled.phase-6 {
  color: #07090e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.stage-tag.topline-filled.phase-2 {
  color: #193d63;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.timeline-content-head {
  align-self: center;
}

.link-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.link-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-18 {
  align-self: stretch;
  height: 60px;
}

.sidebar-contact-text-wrapper {
  text-align: center;
}

.padding-bottom-40px {
  padding-bottom: 40px;
}

.padding-bottom-40px.no-margin-bottom, .heading-3 {
  margin-bottom: 0;
}

.image-8 {
  aspect-ratio: 6 / 7;
  object-fit: cover;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 8px;
}

.text-block-3 {
  padding-bottom: 20px;
  font-weight: 300;
}

.col-unterseite-content {
  padding: 120px 0;
}

.col-unterseite-content.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.h4 {
  margin-bottom: 20px;
  font-family: Mulish Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.sidebar-headline {
  margin-bottom: 20px;
  font-size: 32px;
}

.prozess-paragraph-finish-cta {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.prozess-paragraph-finish-cta.margin-top-40px {
  margin-top: 40px;
}

.service-section {
  background-color: var(--dark-brown);
  color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.service-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--border-beige);
  background-color: var(--white);
  border-radius: 2px;
  padding: 25px;
  display: flex;
}

.service-icon {
  aspect-ratio: 1;
  object-fit: cover;
  width: 138px;
}

.service-icon.pos-reichweiter {
  aspect-ratio: 1;
}

.service-icon.pos-handwerker {
  object-position: 0% 50%;
}

.service-text-wrapper {
  align-self: center;
}

.services-right {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.preis-section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.pricing-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-with-icon-2 {
  background-image: url('../images/wegweiser_immobilien_nuernberg_icon_check_braun.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  line-height: 26px;
}

.list-item-with-icon-2.active-pricing-list-item {
  background-position: 0 5px;
  padding-left: 25px;
}

.list-item-with-icon-2.blackweek {
  background-image: url('../images/wegweiser_immobilien_nuernberg_icon_check_white.svg');
}

.main-pricing-item-3 {
  border: 1px solid var(--price-table-title-border-left);
  background-color: var(--grey-bg);
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3em 2em 2em;
  display: flex;
}

.main-pricing-item-3.active-pricing-item {
  border-color: var(--price-table-title-border-left);
  background-color: #111;
  background-image: linear-gradient(45deg, var(--verlauf-45deg-0), var(--verlauf-45deg-100));
}

.main-pricing-item-3.black-week {
  background-color: var(--black);
  color: var(--white);
}

.main-pricing-type {
  font-size: 20px;
  line-height: 1;
}

.main-pricing-features-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 2em;
  display: flex;
}

.main-pricing-button-holder-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.main-pricing-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-superscript {
  font-size: 40%;
  top: -19px;
}

.content {
  position: relative;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  transform: scale3d(1none, 1none, 1none);
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: transform .35s, border-color .35s;
}

.button:hover {
  color: #fff;
  border-color: #b5c9ff;
  transform: scale(1.07);
}

.button.pricing {
  color: #fff;
  height: 40px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button.pricing:hover {
  transform: scale(1.07);
}

.pricing-price-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--menu-item-border-line);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
}

.pricing-price-holder.price-holder-active {
  border-bottom-color: var(--menu-item-border-line);
}

.main-pricing-price {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.preis-table-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 140px;
}

.empty-or-text {
  font-size: 18px;
}

.pricing-table-name {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 4px 20px 20px;
  line-height: 26px;
  display: flex;
}

.pricing-table-name.cell-button-holder {
  flex-direction: column;
  align-items: stretch;
}

.pricing-table-name.center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.pricing-table-v2-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-table-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-table-holder.colored-pricing-table-holder {
  background-color: #ffffff0f;
}

.pricing-table-holder.indexl {
  z-index: 10;
}

.pricing-v2-head-item {
  position: relative;
}

.pricing-v2-head-item.blackweek {
  background-color: var(--black);
  color: var(--white);
}

.tooltip-wrapper {
  z-index: 100;
  background-color: var(--body-color);
  opacity: 0;
  border-radius: 2px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: -25% auto auto 140%;
}

.price-v2-monthly-yearly {
  max-width: 70px;
  margin-bottom: 2px;
  font-size: 12px;
}

.price-table-heading-price-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-v2-cell-grey {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.pricing-header-v2-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 130px;
  display: flex;
}

.table-cell-check-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-border {
  z-index: -1;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--price-table-border);
  position: absolute;
  inset: -1px 0% 0% -1px;
}

.pricing-border.title {
  border-left-style: solid;
  border-right-width: 0;
  border-left-color: var(--price-table-title-border-left);
}

.pricing-border.title.last, .pricing-border.last {
  border-bottom-style: solid;
}

.pricing-border.last.not-working {
  border-bottom-width: 1px;
}

.pricing-border.right {
  border-right-style: solid;
  border-right-color: var(--price-table-title-border-left);
}

.price-v2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.pricing-table-wrapper {
  top: var(--sticky-pricetable);
  z-index: 101;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: sticky;
}

.price-holder-v2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.pricing-table-v2-holder {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: visible;
}

.main-hero-gradient-box {
  z-index: -2;
  background-image: none, linear-gradient(56deg, #7231ff, #c615ee);
  background-position: 50%, 0 0;
  background-size: 110% 110%, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.main-hero-gradient-box._3 {
  border-left: 0px solid var(--verlauf-45deg-0);
  background-image: linear-gradient(45deg, var(--verlauf-45deg-0), var(--verlauf-45deg-100));
}

.pricing-header-v2-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-cell-check-icon {
  width: 18px;
}

.white-text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.white-text._14px {
  font-size: 14px;
  line-height: 24px;
}

.price-table-v2-description {
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #180147;
  background-image: linear-gradient(#3401a2, #0e8be100);
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: box-shadow .4s, background-color .4s, color .4s;
  display: flex;
  box-shadow: inset 0 2px 6px #05a3ff80, 0 0 0 5px #ffffff0f, inset 0 0 0 1px #111;
}

.button-2:hover {
  color: #fff;
  box-shadow: inset 0 2px 6px #05a3ff80, 0 0 0 5px #ffffff26, inset 0 0 0 1px #111;
}

.button-2.grey-button {
  background-color: #ffffff1a;
  background-image: none;
  transition-duration: 1s, .4s, .4s;
  box-shadow: inset 0 2px 6px #ffffff0f, 0 0 0 5px #ffffff0f, inset 0 0 0 1px #ffffff0d;
}

.button-2.grey-button:hover {
  box-shadow: inset 0 2px 6px #ffffff0f, 0 0 0 5px #ffffff26, inset 0 0 0 1px #ffffff1a;
}

.price-title-v2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.pricing-table-v2-header-gird {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey-bg);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff0f;
}

.pricing-table-header {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 30px 1em;
  display: flex;
  position: relative;
}

.pricing-table-header.left {
  border-right: 1px solid var(--accent-yellow);
}

.pricing-table-header.right {
  border-left: 1px solid var(--verlauf-45deg-100);
}

.pricing-table-header.middle {
  border-right: 1px solid var(--grey-bg);
}

.pricing-v2-header-line {
  background-color: var(--menu-item-border-line);
  opacity: 1;
  width: 40%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gruende-slide {
  margin-right: 20px;
}

.grund-item {
  background-color: var(--white);
  border: .74px solid #e8e8e8;
  border-radius: 2px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 32px 96px -28px #0000001f;
}

.grund-content {
  width: 100%;
}

.grund-title-wrap {
  margin-bottom: 12px;
}

.grund-text-wrap {
  margin-bottom: 33px;
}

.grund-slider-mask {
  max-width: 350px;
  overflow: visible;
}

.gruende-slider {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: -80px;
  padding-top: 80px;
}

.grund-number-wrap {
  margin-bottom: 12px;
}

.gruende-title {
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.grund-text {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 26px;
}

.gruende-slider-arrow-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 37px;
  margin-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gruende-slider-arrow-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 37px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gruende-section {
  background-image: linear-gradient(45deg, var(--verlauf-45deg-0), var(--verlauf-45deg-100));
  padding-top: 80px;
  padding-bottom: 140px;
  overflow: hidden;
}

.preise-box-btn-arrow {
  color: var(--body-color);
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 118px;
  background-repeat: no-repeat;
  background-size: auto 11px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 12px 30px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .3s, background-color .3s, color .3s;
}

.preise-box-btn-arrow:hover {
  background-color: var(--body-color);
  color: var(--white);
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg'), url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 118px, 118px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 11px, auto 11px;
}

.preise-box-btn-arrow.darker {
  border-color: var(--primary-brown);
}

.googe-bewertung-logo-desktop {
  height: 60px;
  position: absolute;
  inset: auto auto 20px 0%;
}

.googe-bewertung-logo-mobil {
  height: 60px;
  display: none;
  position: absolute;
  inset: auto auto 70px 0%;
}

.wertermittlung-section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-32 {
  background-color: var(--white);
  height: 100px;
}

.h1 {
  margin-bottom: 40px;
}

.div-block-33 {
  height: 100%;
  position: relative;
}

.component-section-padding {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-card-info-block-max-width {
  text-align: left;
  width: 100%;
  max-width: 640px;
}

.pricing-description-text {
  line-height: 26px;
}

.pricing-provision-text {
  padding-bottom: 3px;
}

.erfolgreich-verkaufen-section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.verkaufsprozess {
  border: 1px solid var(--border-button-decent);
  color: var(--body-color);
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 197px;
  background-repeat: no-repeat;
  background-size: auto 11px;
  border-radius: 2px;
  padding: 12px 30px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .3s, background-color .3s, color .3s;
}

.verkaufsprozess:hover {
  background-color: var(--body-color);
  color: var(--white);
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg'), url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 197px, 197px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 11px, auto 11px;
}

.verkaufsprozess.darker {
  border-color: var(--primary-brown);
}

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

.naechser-schrit {
  border: 1px solid var(--primary-brown);
  background-color: var(--primary-brown);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg');
  background-position: 173px;
  background-repeat: no-repeat;
  background-size: auto 11px;
  border-radius: 2px;
  width: 250px;
  padding: 12px 30px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .3s, background-color .3s, color .3s;
}

.naechser-schrit:hover {
  border-color: var(--verlauf-45deg-0);
  background-color: var(--verlauf-45deg-0);
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg');
  background-position: 197px;
  background-repeat: no-repeat;
  background-size: auto 11px;
}

.naechser-schrit.darker {
  border-color: var(--primary-brown);
}

.naechser-schrit.immobilienvermietung {
  background-position: 212px;
}

.naechser-schrit.immobilienverkauf {
  background-position: 198px;
}

.blog-overview-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.category-selector-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.category-selection {
  border: 1px solid var(--border-button-decent);
  color: var(--primary-brown);
  letter-spacing: .1px;
  border-radius: 20px;
  padding: 6px 17px;
  font-size: 14px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955), color .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955);
}

.category-selection:hover {
  border-color: var(--verlauf-45deg-0);
  background-color: var(--accent-yellow);
  color: var(--white);
}

.category-selection.active {
  border: 1px solid var(--black);
  background-color: var(--body-color);
  color: var(--white);
}

.list-with-checkmarks {
  margin-top: 10px;
  list-style-type: none;
  padding-left: 0 !important;
}

.list-item-with-icon {
  background-image: url('../images/wegweiser_immobilien_nuernberg_icon_check.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
}

.blog-button-pfeil {
  margin-top: 40px;
}

.empfehlung-quer {
  width: 30%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.empfehlung-quer.desktop-only {
  display: block;
}

.empfehlung-horizontal {
  width: 30%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.empfehlung-horizontal.desktop-only {
  display: block;
}

.col-left-text-wrap {
  position: relative;
  inset: 0% 0% 0% auto;
}

.quote-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.quote-bg-block {
  border-left: 2px solid var(--accent-yellow);
  background-color: var(--quote-section-bg);
  background-image: url('../images/wegweiser-immobilien-immobilienmakler-jan-heinrich.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 20px;
}

.quote-text {
  max-width: 60%;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}

.quote-text.padding-bottom-20px, .image-19 {
  padding-bottom: 20px;
}

.unterschrift {
  mix-blend-mode: multiply;
  width: 221px;
  padding-bottom: 20px;
}

.quote-title {
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.aufklappbar-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cosen, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.aufklapper-text-wrap {
  width: 100%;
  max-width: 544px;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-34 {
  text-align: center;
  display: inline-block;
}

.div-block-34.centering.mobil-only {
  display: none;
}

.button-underline {
  margin-top: 10px;
  padding-right: 32px;
  font-size: 14px;
}

.bewertung-header-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffde;
  border-radius: 24px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 40px;
  display: block;
  position: static;
  inset: 0%;
}

.zitat-bewertung-header {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.stars-topline {
  height: 18px;
  margin-bottom: 8px;
  display: block;
}

.text-span {
  color: var(--menu-item-border-line);
}

.button-yellow {
  background-color: var(--accent-yellow);
  border-radius: 2px;
  padding: 16px 28px;
  font-weight: 700;
  transition: background-color .3s;
}

.button-yellow:hover {
  background-color: var(--verlauf-45deg-0);
}

.button-yellow.margin-bottom-20px.mobile-only, .button-yellow.mobile-only {
  display: none;
}

.wbs-testimonial-5-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffde;
  border-radius: 24px;
  flex: none;
  height: 100%;
  padding: 40px 30px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}

.wbs-testimonial-5-avatar-image {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
  inset: auto 15px 15px auto;
}

.testimonial-name {
  padding-left: 2px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.wbs-testimonial-5-logo-image {
  height: 18px;
  margin-bottom: 10px;
}

.splide__arrow {
  background-color: #0000;
  width: 18px;
  height: 18px;
}

.splide__arrow.my-splide1-arrow--prev {
  background-image: url('../images/wegweiser_pfeil_links.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.splide__arrow.my-splide1-arrow--next {
  background-image: url('../images/wegweiser_pfeil_rechts.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.splide {
  position: relative;
}

.pagination-seperator {
  border-top: 1px solid #b5956c;
  width: 26px;
  height: 100%;
  margin-top: 9px;
  padding-left: 9px;
  padding-right: 9px;
}

.wbs-testimonial-5-content {
  color: #010b15;
  margin-bottom: 30px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.4em;
}

.splide__arrows.pagination-container-quotes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.splide__arrows.pagination-container-quotes.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.testimonial-name-icon-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 60px;
  display: flex;
  position: absolute;
}

.splide__slide {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}

.splide__slide:first-child {
  padding-left: 0;
}

.testimonial-slider {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.splide__list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.splide__track {
  overflow: hidden;
}

.icon-whatsapp {
  width: 20px;
  height: 20px;
  padding-top: 1px;
}

.div-block-35, .div-block-36 {
  flex-flow: column;
  display: flex;
}

.left-side-header-kontakt {
  width: 70%;
  position: relative;
}

.left-side-header-kontakt.bewertung {
  background-image: url('../images/wegweiser-immobilien-nuernberg-wertermittlung-immobilienbewertung-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header-kontakt.vermietung {
  background-image: url('../images/wegweiser-immobilien-nuernberg-vermietung.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header-kontakt.verkauf {
  background-image: url('../images/wegweiser-immobilien-immobilienverkauf-nuernberg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header-kontakt.suche {
  background-image: url('../images/wegweiser-immobilien-nuerberg-immobiliesuche.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header-kontakt.unternehmen {
  background-image: url('../images/wegweiser-immobilien-nuernberg-unternehmen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-header-kontakt.verkauf-landingpage {
  background-image: linear-gradient(#0003, #0003), url('../images/wegweiser-immobilien-nuernberg-referenzen.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header-kontakt.verkauf-landingpage-original {
  background-image: url('../images/wegweiser-immobilien-immobilienverkauf-nuernberg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-side-header-kontakt.kontakt-unterseite {
  justify-content: center;
  align-items: center;
}

.header-text-wrap-center {
  position: relative;
  inset: 0% auto;
}

.header-text-wrap-center.image {
  object-fit: cover;
  background-image: url('../images/wegweiser_immobilien_nuernberg_unternehmen_jan_heinrich_sandra.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.naechser-schrit-copy {
  border: 1px solid var(--primary-brown);
  background-color: var(--primary-brown);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg');
  background-position: 173px;
  background-repeat: no-repeat;
  background-size: auto 11px;
  border-radius: 2px;
  width: 250px;
  padding: 12px 30px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .3s, background-color .3s, color .3s;
}

.naechser-schrit-copy:hover {
  border-color: var(--verlauf-45deg-0);
  background-color: var(--verlauf-45deg-0);
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg');
  background-position: 197px;
  background-repeat: no-repeat;
  background-size: auto 11px;
}

.naechser-schrit-copy.darker {
  border-color: var(--primary-brown);
}

.naechser-schrit-copy.immobilienvermietung {
  background-position: 212px;
}

.naechser-schrit-copy.immobilienverkauf {
  background-position: 198px;
}

.button-kontakt {
  border: 1px solid var(--primary-brown);
  background-color: var(--primary-brown);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 2px;
  width: 280px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .3s, background-color .3s, color .3s;
}

.button-kontakt:hover {
  border-color: var(--verlauf-45deg-0);
  background-color: var(--verlauf-45deg-0);
}

.button-kontakt.darker {
  border-color: var(--primary-brown);
}

.button-kontakt.immobilienvermietung {
  background-position: 212px;
}

.button-kontakt.immobilienverkauf {
  background-position: 198px;
}

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

.code-embed-4 {
  height: 100%;
}

.unterseite-center-h1-title {
  line-height: 60px;
}

.unterseite-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.selbstauskunft-form-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.form-headline {
  margin-bottom: 20px;
  font-size: 22px;
}

.form-section {
  margin-bottom: 40px;
}

.selbstauskunft-form-dsgvo {
  text-align: left;
  line-height: 22px;
}

.form-field-left-box {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--light-brown-50);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--light-brown-50);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-brown-50);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--light-brown-50);
  background-color: #fff0;
  max-width: calc(100% - 10px);
  margin-bottom: 20px;
  padding-top: 28px;
  padding-bottom: 16px;
  line-height: 22px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.form-field-left-box:focus {
  border-color: var(--accent-yellow);
}

.form-field-right-box {
  float: none;
  border: 1px solid var(--light-brown-50);
  background-color: #fff0;
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-top: 28px;
  padding-bottom: 16px;
  line-height: 22px;
  transition: border-color .3s;
}

.form-field-right-box:focus {
  border-color: var(--accent-yellow);
}

.field-label {
  color: var(--light-brown);
  cursor: text;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  transition: all .15s;
  position: absolute;
}

.field-label.filled {
  color: var(--light-brown-50);
  padding-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

._2-col-row-selbstauskunft-form {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.select-field-label {
  color: var(--light-brown);
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 26px;
}

.select-field-label.filled {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.selbstauskunft-select-field {
  border: 1px solid var(--light-brown-50);
  background-color: #fff0;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-right: 20px;
  line-height: 22px;
  transition: border-color .3s;
}

.selbstauskunft-select-field:focus {
  border-style: solid;
  border-color: var(--accent-yellow);
}

.selbstauskunft-textarea {
  border: 1px solid var(--light-brown-50);
  background-color: #fff0;
  min-height: 200px;
  padding-top: 28px;
  padding-bottom: 20px;
  line-height: 22px;
  transition: border-color .3s;
}

.selbstauskunft-textarea:focus {
  border-color: var(--accent-yellow);
}

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

.immobiliensuche-btn {
  color: var(--body-color);
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 186px;
  background-repeat: no-repeat;
  background-size: auto 11px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 12px 30px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .3s, background-color .3s, color .3s;
}

.immobiliensuche-btn:hover {
  background-color: var(--body-color);
  color: var(--white);
  background-image: url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-weiss.svg'), url('../images/wegweiser-immobilien-nuernberg-pfeil-rechts-braun.svg');
  background-position: 186px, 186px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 11px, auto 11px;
}

.immobiliensuche-btn.darker {
  border-color: var(--primary-brown);
}

@media screen and (min-width: 1280px) {
  .nav-link {
    width: auto;
  }

  .nav-left {
    width: auto;
    display: block;
  }

  .show-mobile {
    display: none;
  }

  .nav-open {
    cursor: auto;
    display: none;
  }

  .nav-menu {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    border-top-style: none;
    width: auto;
    display: flex;
    position: static;
  }

  .nav-dropdown {
    width: auto;
    margin-left: auto;
  }

  .nav-right {
    display: block;
  }

  .hero-title-wrap {
    padding-top: 140px;
  }

  .hero-title.one-line-fontsize {
    margin-left: 99px;
    font-size: 54px;
    line-height: 54px;
  }

  .d-properties-right {
    max-width: 450px;
  }

  .d-properties-right-info-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .d-properties-right-info-wrap.centering {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .d-properties-right-author-num, .d-properties-right-author-mail {
    font-size: 14px;
    line-height: 24px;
  }

  .nav-mobile-block {
    display: none;
  }

  .section-row.nav-bar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .wegweiser-logo-navbar {
    height: 100%;
  }

  .button-standard {
    width: auto;
  }

  .button-standard.nav-margin-top {
    justify-content: center;
    margin-top: 32px;
  }

  .button-standard.nav-margin-top.smaller-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .menu-button-mobile {
    display: none;
  }

  .social-media-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex;
  }

  .wegweiser-logo-navbar-2 {
    height: 100%;
  }

  .menu-dropdown-link {
    color: var(--primary-brown);
    padding-left: 20px;
    font-size: 16px;
  }

  .menu-dropdown-link:hover {
    color: var(--accent-yellow);
  }

  .men {
    font-size: 16px;
  }

  .men:hover {
    color: var(--accent-yellow);
  }

  .full-screen-menu {
    display: none;
  }

  .nav-margin-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-margin-top:hover {
    color: var(--accent-yellow);
  }

  .nav-margin-top.none, .menu-button-mobile-close {
    display: none;
  }

  .nav-bar {
    box-shadow: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-dropdown-margin-top {
    background-color: #fff;
    min-width: 0;
    margin-top: 260px;
    margin-left: 0;
    padding: 20px 0;
    box-shadow: -8px 10px 8px -8px #0003, 8px 10px 8px -8px #0003, 0 10px 8px -8px #0003;
  }

  .nav-dropdown-margin-top.unternehmen {
    margin-top: 149px;
  }

  .image-13 {
    display: none;
  }

  .menu-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
    place-items: center stretch;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .code-embed {
    display: none;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    display: flex;
  }

  .dropdown-toggle-3 {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 5px;
  }

  .icon {
    margin-right: 0;
    padding-left: 20px;
  }

  .button-navbar {
    margin-right: 0;
  }

  .link-block {
    height: 100px;
  }

  .button-navbar-mobil {
    margin-right: 0;
  }

  .hero-thumb-mobil {
    margin-top: -150px;
  }

  .service-card.bg-white {
    padding-left: 60px;
  }

  .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .sidebar-contact-text-wrapper, .image-8 {
    align-self: center;
  }

  .services-right {
    width: 51%;
  }

  .button-yellow {
    margin-right: 0;
  }

  .testimonial-slider {
    max-width: 522.5px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-title-wrap {
    padding-top: 135px;
  }

  .pricing-table-v2-header-gird {
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .footer-top-layout {
    background-position: 100% 100%;
  }

  .hero-title-wrap {
    padding-top: 240px;
  }

  .hero-title {
    font-size: 90px;
    line-height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .container.header-unterseite {
    flex-flow: row;
    display: block;
  }

  .container.header-unterseite.landingpage {
    flex-flow: column-reverse;
    display: flex;
  }

  .container._2-cols-unterseite {
    flex-flow: row;
    display: block;
  }

  .container._2-cols-unterseite.margin-bottom-70px.tablet-margin-bottom-0 {
    margin-bottom: 0;
  }

  .btn-wrap-3 {
    width: 100%;
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .btn-wrap {
    padding: 14px 22px;
  }

  .blog-rich-text h1 {
    font-size: 36px;
  }

  .blog-rich-text h2 {
    font-size: 30px;
  }

  .blog-rich-text img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-rich-text blockquote {
    border-radius: 16px;
  }

  .btn-wrap-2 {
    width: 100%;
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-link.w--current {
    display: flex;
  }

  .nav-dropdown-list {
    position: static;
  }

  .nav-dropdown-toggle {
    font-size: 20px;
  }

  .nav-dropdown-inner {
    padding: 10px;
  }

  .show-mobile {
    line-height: 100%;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-dropdown-link.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .footer-top-layout {
    background-position: 60vw 100%;
    background-size: cover;
    flex-flow: column;
    margin-bottom: 80px;
  }

  .footer-bottom-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .footer-content {
    max-width: 100%;
  }

  .footer-title {
    font-size: 40px;
  }

  .footer-contact {
    max-width: 100%;
  }

  .footer-contact-us-input {
    width: 100%;
  }

  .footer-thumb-wrap {
    margin-right: 0;
  }

  .footer-bottom-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-text-wrap {
    max-width: 400px;
  }

  .footer-widget-title {
    font-size: 22px;
  }

  .footer-copyright-text-wrap {
    padding-top: 20px;
  }

  .hero-section {
    flex-flow: column;
    justify-content: space-between;
    display: block;
  }

  .hero-top-tag {
    font-size: 14px;
  }

  .hero-title-wrap {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .hero-title.one-line-fontsize {
    font-size: 36px;
    line-height: 36px;
  }

  .hero-thumb-wrap {
    z-index: 0;
    order: 0;
    position: relative;
  }

  .hero-thumb {
    margin-top: 0;
  }

  .properties-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .properties-section.double-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .common-content.about-heading, .common-content.choose-heading, .common-content.counter-heading {
    max-width: 100%;
  }

  .common-content.process-heading, .common-content.tippgeber-heading {
    margin-bottom: 40px;
  }

  .common-content.unterseite-header-right, .common-content.unterseite-col-right {
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 20px;
  }

  .common-content.unterseite-col-right.desktop-only-visible.no-padding-top {
    padding-bottom: 80px;
  }

  .common-content.unterseite-col-right.no-padding-top {
    padding-top: 0;
  }

  .common-content.unterseite-col-right.no-padding-top.geschichte, .common-content.unterseite-col-right.no-padding-top.map {
    aspect-ratio: 16 / 9;
    margin-top: 70px;
  }

  .common-content.unterseite-col-left {
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 20px;
  }

  .common-content.unterseite-col-left.desktop-only-visible.no-padding-top {
    padding-bottom: 70px;
  }

  .common-content.unterseite-header, .common-content.unterseite-kontakt-col-left {
    width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 20px;
  }

  .common-content.unterseite-kontakt-col-left.desktop-only-visible.no-padding-top {
    padding-bottom: 70px;
  }

  .common-title-wrap.centering {
    text-align: center;
  }

  .common-title {
    font-size: 40px;
  }

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

  .properties-btn-wrap {
    text-align: center;
    display: block;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .about-text-wrap {
    max-width: 100%;
  }

  .about-thumb-wrap {
    background-image: url('../images/wegweiser-immobilien-nuernberg-jan.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .about-thumb {
    display: none;
  }

  .p-categories-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .p-categories-thumb {
    width: 100%;
  }

  .choose-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choose-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .choose-thumb-wrap {
    border-radius: 20px;
  }

  .choose-thumb {
    width: 100%;
  }

  .choose-text-wrap {
    max-width: 100%;
    margin-top: 40px;
  }

  .counter-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter-layout {
    flex-flow: column;
  }

  .counter-content {
    position: static;
  }

  .counter-btn-wrap {
    margin-top: 20px;
  }

  .counter-text-wrap {
    max-width: none;
  }

  .process-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process {
    flex-flow: column;
    height: auto;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .process-content {
    max-width: 100%;
  }

  .process-thumb {
    width: 100%;
  }

  .process-title {
    font-size: 40px;
  }

  .agents-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .agents-title {
    font-size: 22px;
  }

  .testimonials-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .testimonials-text-wrap {
    margin-bottom: 20px;
  }

  .testimonials {
    border-radius: 2px;
    padding: 40px 30px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .blog-layout {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-box-content {
    max-width: 100%;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-content {
    position: static;
  }

  .faq-layout {
    flex-flow: column;
  }

  .faq-right {
    max-width: none;
  }

  .testimonials-slider-arrow-right {
    color: var(--primary-brown);
  }

  .testimonials-slider-arrow-right:hover {
    color: var(--dark-brown);
  }

  .service-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-hero-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .common-hero-content.service-hero-heading, .common-hero-content.about-hero-heading, .common-hero-content.blog-hero-heading {
    margin-bottom: 40px;
  }

  .common-hero-content.properties-hero-heading {
    margin-bottom: 0;
  }

  .service-hero-box {
    padding-top: 24px;
  }

  .service-hero-icon-wrap {
    margin-bottom: 40px;
  }

  .service-hero-title {
    font-size: 26px;
  }

  .about-hero-section, .mission-section, .values-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mission-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .mission-thumb {
    width: 100%;
  }

  .mission-text-wrap {
    margin-top: 20px;
  }

  .values-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .values-content {
    position: static;
  }

  .values-box-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .values-box {
    padding-top: 24px;
  }

  .values-box-icon-wrap {
    margin-bottom: 30px;
  }

  .values-box-title {
    font-size: 22px;
  }

  .contact-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-title {
    font-size: 22px;
  }

  .contact-info {
    border-radius: 16px;
    padding: 20px;
  }

  .contact-info-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-map-wrap {
    border-radius: 26px;
  }

  .realtor-hero-section, .blog-hero-section, .b-details-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-details-content {
    margin-bottom: 30px;
  }

  .b-details-title {
    font-size: 40px;
    line-height: 100%;
  }

  .b-details-athour-name {
    font-size: 20px;
  }

  .b-details-thumb-wrap {
    margin-bottom: 40px;
  }

  .blog-layout-title {
    font-size: 30px;
  }

  .privacy-hero-section, .privacy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .privacy-content {
    margin-bottom: 40px;
  }

  .privacy-title {
    font-size: 36px;
  }

  .privacy-list-item {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .error-title {
    font-size: 200px;
  }

  .error-sub-title {
    font-size: 28px;
  }

  .changelog-hero-section, .changelog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .changelog-version {
    font-size: 36px;
  }

  .licenses-hero-section, .licenses-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utility-content-title {
    font-size: 36px;
  }

  .password-form {
    margin-top: 40px;
  }

  .password-form-label {
    font-size: 36px;
  }

  .properties-hero-section, .agents-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .agents-layout-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .d-properties-hero-section {
    padding-top: 40px;
  }

  .d-properties-hero-title {
    font-size: 40px;
  }

  .d-properties-section {
    padding-bottom: 40px;
  }

  .d-properties-layout {
    flex-flow: column-reverse;
  }

  .d-properties-left {
    max-width: 100%;
  }

  .d-properties-right {
    max-width: 100%;
    padding: 20px;
  }

  .d-properties-title, .property-d-title, .d-property-amenities-title, .d-property-gallery-title {
    font-size: 34px;
  }

  .d-properties-right-info-wrap.centering {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .d-properties-right-info-wrap.centering.landingpage {
    justify-content: flex-start;
    align-items: center;
  }

  .d-properties-right-author {
    width: 67px;
    height: 67px;
  }

  .d-properties-right-author-num-wrap.centering.desktop-only {
    display: none;
  }

  .d-properties-right-author-num {
    font-size: 16px;
  }

  .d-properties-right-author-mail-wrap.centering.desktop-only {
    display: none;
  }

  .d-properties-right-author-mail {
    font-size: 16px;
  }

  .a-details-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .a-details-hero-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .a-details-hero-box-title {
    font-size: 32px;
  }

  .a-details-hero-box-info-wrap {
    margin-bottom: 30px;
  }

  .a-details-hero-box-info {
    grid-template-columns: 120px 1fr;
  }

  .a-details-hero-box-info-text, .a-details-hero-box-info-text-2 {
    font-size: 16px;
  }

  .a-details-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .a-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .a-details-left, .a-details-right {
    max-width: 100%;
  }

  .a-details-left-title {
    font-size: 32px;
  }

  .a-details-left-about {
    margin-bottom: 40px;
  }

  .a-details-right-top, .a-details-bottom {
    border-radius: 20px;
  }

  .a-details-right-top-title, .a-details-bottom-title {
    font-size: 28px;
  }

  .checkout-form {
    padding: 40px 20px;
  }

  .checkout-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .checkout-left {
    width: 100%;
    max-width: 100%;
  }

  .checkout-right {
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .checkout-common-title {
    font-size: 30px;
  }

  .customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
    border-radius: 16px;
    padding: 20px;
  }

  .customer-info-input, .shipping-address-dropdown-input {
    border-radius: 8px;
  }

  .shipping-method-item {
    border-radius: 10px;
  }

  .footer-content-left {
    max-width: 67%;
  }

  .agents-marquee-item {
    width: 280px;
  }

  .properties-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .properties-category-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .search-section {
    padding-bottom: 40px;
  }

  .p-category-layout, .search-result-layout {
    grid-template-columns: 1fr 1fr;
  }

  .c-cart-container {
    max-width: 700px;
  }

  .product-default-state {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-layout-wrapper {
    flex-flow: column;
  }

  .process-left {
    max-width: 100%;
  }

  .process-right {
    display: none;
  }

  .button-standard {
    transition-duration: 10ms, 10ms, 10ms;
  }

  .menu-button-mobile {
    right: 20px;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2.button {
    display: block;
  }

  .menu-button-mobile-close {
    right: 20px;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 60px;
  }

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

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .menu-items-social-media {
    display: none;
  }

  .hero-thumb-mobil {
    margin-top: 0;
  }

  .google-bewertung {
    height: 50px;
  }

  .button-arrow-svg {
    width: 42.7px;
  }

  .tablet-only-visible {
    display: block;
  }

  .tablet-only-not-visible {
    display: none;
  }

  .zahlen-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .zahlen-single-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .zahlen-single-wrapper.border-2 {
    border-bottom: 1px solid var(--light-brown-20);
    border-right-style: none;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .zahlen-single-wrapper.border-3 {
    padding-top: 30px;
    padding-right: 40px;
  }

  .zahlen-single-wrapper.border-1 {
    border-bottom: 1px solid var(--light-brown-20);
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .zahlen-single-wrapper.border-4 {
    padding-top: 30px;
    padding-left: 40px;
  }

  .zahlen-subtitle {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .h3 {
    margin-bottom: 14px;
  }

  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-section.brown-bg, .auszeichnungen-section, .tippgeber-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tippgeber-layout-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .left-side-grid {
    display: block;
  }

  .tippgeber-image-one {
    aspect-ratio: 2;
  }

  .tippgeber-image-small.two.tablet-or-smaller-not-visible {
    display: none;
  }

  .tippgeber-image-small.two.tablet-or-smaller-visible {
    display: block;
  }

  .tippgeber-image-small.three.tablet-or-samller-not-visible {
    display: none;
  }

  .tippgeber-image-small.three.tablet-or-samller-visible {
    display: block;
  }

  .tippgeber-image-small.one.tablet-or-smaller-not-visible {
    display: none;
  }

  .tippgeber-image-small.one.tablet-or-smaller-visible {
    display: block;
  }

  .tippgeber-item-text-container {
    min-width: 100%;
  }

  .tablet-bottom-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: 4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-text-wrap-left {
    max-width: 400px;
  }

  .link-block-cta {
    display: block;
  }

  .content-wrapper {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-side-buttons {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .cta-button-container-header.cookie {
    justify-content: center;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-9 {
    max-width: 63%;
  }

  .cta-button-header {
    display: block;
  }

  .no-rich-text-effects {
    border-radius: 0;
  }

  .section-spacing-top-bottom {
    padding-bottom: 40px;
  }

  .header-text-wrap {
    max-width: 100%;
  }

  .left-side-header {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .left-side-header.verkauf-landingpage, .left-side-header.verkauf-landingpage-original, .left-side-header.kontakt-unterseite {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .vorteile-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vorteile-layout {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
  }

  .vorteile-content {
    width: 100%;
    position: static;
  }

  .vorteile-right {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .tablet-header-image {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .timeline-section {
    padding-bottom: 0;
  }

  .content-unterseite {
    padding-right: 0;
  }

  .content-unterseite.padding-bottom-120px.white-bg.padding-top-120px {
    padding-bottom: 0;
  }

  .sidebar-sticky-contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    display: flex;
  }

  .timeline-progress-bar, .timeline-path {
    width: .25vw;
  }

  .unterseite-layout {
    flex-flow: wrap;
    display: block;
  }

  .timeline-main-grid {
    grid-template-columns: 40px repeat(auto-fit, 100%);
  }

  .col-unterseite-content {
    padding-left: 0;
    padding-right: 50px;
  }

  .service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-right {
    width: 100%;
  }

  .preis-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-list {
    padding-left: 0;
  }

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

  .button {
    font-weight: 500;
  }

  .preis-table-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .pricing-table-name {
    font-size: 10px;
  }

  .pricing-table-name.cell-button-holder {
    z-index: 3;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .pricing-table-v2-body {
    grid-template-columns: minmax(0, 1fr) 1fr 1fr 1fr;
  }

  .price-v2-monthly-yearly {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
  }

  .pricing-header-v2-holder {
    min-height: 180px;
  }

  .price-holder-v2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: center;
  }

  .white-text._14px {
    font-size: 16px;
  }

  .button-2 {
    font-weight: 500;
  }

  .price-title-v2 {
    font-size: 32px;
  }

  .pricing-table-header, .pricing-table-header.left, .pricing-table-header.middle {
    padding-top: 40px;
  }

  .grund-item {
    border-radius: 2px;
    padding: 30px;
  }

  .grund-text-wrap {
    margin-bottom: 20px;
  }

  .grund-slider-mask {
    margin-bottom: 30px;
  }

  .gruende-slider {
    margin-top: 0;
    padding-top: 0;
  }

  .gruende-slider-arrow-left {
    top: auto;
  }

  .gruende-slider-arrow-right {
    color: var(--primary-brown);
    top: auto;
  }

  .gruende-slider-arrow-right:hover {
    color: var(--dark-brown);
  }

  .gruende-section {
    padding-bottom: 50px;
  }

  .googe-bewertung-logo-desktop {
    display: none;
  }

  .googe-bewertung-logo-desktop.landingpage {
    height: 50px;
    display: inline-flex;
  }

  .googe-bewertung-logo-mobil {
    display: block;
    position: absolute;
    inset: auto auto 20px 0%;
  }

  .div-block-31 {
    height: 100%;
    position: relative;
  }

  .div-block-31.centering {
    width: 100%;
  }

  .wertermittlung-section, .erfolgreich-verkaufen-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-overview-section {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .category-selector-wrapper {
    min-width: 100%;
  }

  .empfehlung-quer.desktop-only {
    display: none;
  }

  .empfehlung-horizontal {
    background-color: var(--white);
    width: 80px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 0% 0% auto;
  }

  .empfehlung-horizontal.desktop-only {
    display: none;
  }

  .col-left-text-wrap {
    max-width: 100%;
  }

  .quote-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .quote-text {
    max-width: 55%;
  }

  .aufklappbar-title {
    font-size: 43px;
    font-weight: 400;
  }

  .aufklapper-text-wrap {
    max-width: none;
  }

  .div-block-34.centering {
    width: 100%;
  }

  .div-block-34.centering.mobil-only {
    display: inline-block;
  }

  .bewertung-header-container {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .bewertung-header-container.mobile {
    display: block;
  }

  .button-yellow {
    text-align: center;
    display: block;
  }

  .button-yellow.margin-bottom-20px.mobile-only {
    display: block;
  }

  .button-yellow.margin-bottom-20px.mobile-only.max-width-200px {
    min-width: 200px;
    max-width: 200px;
  }

  .button-yellow.mobile-only {
    display: block;
  }

  .button-yellow.mobile-only.margin-bottom-40px.max-width-200px, .button-yellow.mobile-only.max-width-200px {
    min-width: 200px;
    max-width: 200px;
  }

  .kontakt-buttons-landingpage-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .splide__arrow.my-splide1-arrow--next {
    background-image: url('../images/wegweiser_pfeil_rechts.svg');
  }

  .pagination-seperator {
    transform: translate(0, -1px);
  }

  .splide__arrows.pagination-container-quotes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .testimonial-name-icon-block {
    padding-right: 55px;
  }

  .splide__track {
    z-index: 20;
  }

  .left-side-header-kontakt.verkauf-landingpage, .left-side-header-kontakt.verkauf-landingpage-original, .left-side-header-kontakt.kontakt-unterseite {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .header-text-wrap-center {
    max-width: 100%;
  }

  .unterseite-center-h1-title {
    text-align: left;
  }

  .unterseite-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .field-label {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .container._2-cols-unterseite.top {
    margin-bottom: 80px;
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .colors-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .blog-rich-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-rich-text h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-rich-text img {
    border-radius: 16px;
  }

  .blog-rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
  }

  .section-spacing {
    height: auto;
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
  }

  .footer-top-layout {
    background-image: linear-gradient(#2c251ce0, #2c251ce0), url('../images/wegweiser-immobilien-nuernberg-footer-haus.webp');
    background-position: 0 0, 15vw 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-bottom-layout {
    padding-bottom: 60px;
  }

  .footer-top-tag {
    letter-spacing: -.02em;
    font-size: 12px;
  }

  .footer-bottom-right {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-btn {
    padding: 14px 20px;
  }

  .footer-widget-title {
    font-size: 20px;
  }

  .hero-top-tag {
    letter-spacing: -.02em;
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .hero-top-tag-icon {
    width: 16px;
    height: 16px;
  }

  .hero-title-wrap {
    justify-content: center;
    align-items: flex-end;
    padding-top: 120px;
    display: flex;
  }

  .hero-title {
    font-size: 55px;
    line-height: 65px;
  }

  .hero-title.one-line-fontsize {
    font-size: 21px;
    line-height: 21px;
  }

  .common-content.services-heading {
    margin-bottom: 0;
    position: static;
    top: 40px;
  }

  .common-content.unterseite-header-right, .common-content.unterseite-col-right {
    padding-top: 40px;
  }

  .common-content.unterseite-col-right.desktop-only-visible {
    display: none;
  }

  .common-content.unterseite-col-right.no-padding-top.geschichte, .common-content.unterseite-col-right.no-padding-top.map {
    margin-top: 40px;
  }

  .common-content.unterseite-col-left {
    padding-top: 40px;
  }

  .common-content.unterseite-col-left.desktop-only-visible {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .common-content.unterseite-col-left.first {
    padding-top: 80px;
  }

  .common-content.unterseite-header, .common-content.unterseite-kontakt-col-left {
    padding-top: 40px;
  }

  .common-content.unterseite-kontakt-col-left.desktop-only-visible {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .common-content.unterseite-kontakt-col-left.first {
    padding-top: 80px;
  }

  .common-title {
    font-size: 30px;
  }

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

  .about-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-thumb-wrap {
    align-self: stretch;
    width: 100%;
  }

  .about-thumb {
    width: 100%;
    display: block;
  }

  .about-content {
    width: 100%;
  }

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

  .counter {
    padding: 20px 20px 40px;
  }

  .counter-num {
    font-size: 36px;
  }

  .counter-title-wrap {
    margin-bottom: 0;
  }

  .process-title {
    font-size: 30px;
  }

  .agents-title {
    font-size: 20px;
  }

  .testimonials-thumb-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .testimonials-thumb-wrap.visible-on-mobile {
    display: flex;
  }

  .testimonials-thumb {
    aspect-ratio: 1;
    border-radius: 2px;
    flex: 1;
    max-width: 100px;
    height: auto;
  }

  .testimonials-content {
    max-width: 100%;
  }

  .testimonials-info-wrap {
    flex: 1;
  }

  .testimonials-info-wrap.visible-on-desktop {
    display: none;
  }

  .testimonials-info-wrap.visible-on-mobile {
    display: block;
  }

  .testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 20px;
  }

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

  .blog-title {
    font-size: 20px;
  }

  .faq.tablet-or-smaller-visible {
    border-left-style: none;
    border-right-style: none;
    margin-left: 28px;
    margin-right: 28px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .faq.tablet-or-smaller-visible.last {
    border-top-style: none;
  }

  .faq-title {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-text {
    font-size: 14px;
  }

  .common-hero-content.service-hero-heading {
    margin-bottom: 30px;
  }

  .service-hero-box {
    padding: 20px;
  }

  .service-hero-icon-wrap {
    width: 35px;
    height: 35px;
    margin-bottom: 30px;
  }

  .service-hero-title {
    font-size: 22px;
  }

  .mission-list-wrap {
    margin-bottom: 30px;
  }

  .values-box {
    padding: 20px;
  }

  .values-box-icon-wrap {
    width: 35px;
    height: 35px;
  }

  .values-box-title, .contact-title {
    font-size: 20px;
  }

  .contact-icon {
    width: 28px;
    height: 28px;
  }

  .contact-info {
    max-width: 100%;
  }

  .contact-info-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-map-wrap {
    border-radius: 20px;
  }

  .realtor-hero-title {
    font-size: 48px;
  }

  .realtor-contact-wrap {
    padding: 20px;
  }

  .b-details-title {
    font-size: 36px;
  }

  .b-details-athour-info {
    font-size: 16px;
  }

  .b-details-thumb {
    height: 300px;
  }

  .privacy-hero-section.max-width-800px {
    padding-bottom: 30px;
  }

  .privacy-hero-title {
    font-size: 48px;
  }

  .privacy-hero-text {
    font-size: 14px;
  }

  .privacy-title {
    font-size: 30px;
  }

  .error-title {
    font-size: 150px;
  }

  .error-sub-title {
    font-size: 22px;
  }

  .error-text {
    font-size: 16px;
  }

  .changelog-version {
    font-size: 30px;
  }

  .licenses-section {
    overflow: hidden;
  }

  .utility-content-title {
    font-size: 30px;
  }

  .utility-content-text-heilight {
    word-break: break-all;
  }

  .password-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .password-form-label {
    font-size: 30px;
  }

  .agents-layout-2 {
    grid-template-columns: 1fr 1fr;
  }

  .d-properties-hero-title {
    font-size: 36px;
  }

  .d-properties-hero-banner-wrap {
    border-radius: 20px;
  }

  .d-properties-title, .property-d-title, .d-property-amenities-title, .d-property-gallery-title {
    font-size: 32px;
  }

  .a-details-hero-title {
    font-size: 48px;
  }

  .a-details-hero-box {
    flex-flow: column-reverse;
    padding: 20px;
  }

  .a-details-hero-box-left, .a-details-hero-box-right, .a-details-hero-box-thumb {
    width: 100%;
  }

  .a-details-hero-box-title {
    font-size: 28px;
  }

  .a-details-hero-box-info-wrap {
    max-width: 100%;
  }

  .a-details-hero-box-info-text, .a-details-hero-box-info-text-2 {
    font-size: 16px;
  }

  .a-details-left-title {
    font-size: 28px;
  }

  .a-details-right-top, .a-details-bottom {
    padding: 20px;
  }

  .a-details-right-top-title, .a-details-bottom-title {
    font-size: 24px;
  }

  .d-property-amenities-layout, .d-property-gallery-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .agent-properties-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .checkout-common-title {
    font-size: 26px;
  }

  .shipping-method-item-title {
    font-size: 18px;
  }

  .order-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .oder-item-content {
    margin-left: 0;
    margin-right: 0;
  }

  .oder-item-price {
    font-size: 16px;
  }

  .oder-item-title {
    font-size: 18px;
  }

  .footer-content-left {
    max-width: none;
  }

  .properties-form {
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .properties-form-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .properties-form-right {
    max-width: 100%;
  }

  .p-category-layout, .search-result-layout {
    grid-template-columns: 1fr;
  }

  .c-cart-thumb-wrap {
    max-width: 130px;
  }

  .c-cart-line-item-label {
    font-size: 20px;
  }

  .c-cart-price-wrap.mobile-only {
    margin-bottom: 12px;
    display: block;
  }

  .c-cart-content-wrap {
    flex-flow: wrap;
  }

  .c-cart-content-left {
    width: 100%;
  }

  .c-cart-list {
    max-height: 300px;
  }

  .c-cart-quantity-wrap {
    margin-bottom: 12px;
  }

  .c-cart-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-cart-line-item-value, .c-cart-title, .c-cart-price {
    font-size: 20px;
  }

  .c-cart-container {
    max-width: 90%;
    padding: 20px;
  }

  .c-cart-content-right {
    display: none;
  }

  .c-cart-header-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .c-cart-option-wrap {
    margin-bottom: 12px;
  }

  .topline.centering {
    text-align: center;
  }

  .topline.faq-title {
    padding-bottom: 0;
  }

  .menu-dropdown-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link-2.button-navbar-mobil {
    color: var(--white);
    letter-spacing: 0;
    border-bottom-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .full-screen-menu {
    flex-flow: column;
    justify-content: flex-start;
    height: 100vh;
  }

  .menu-button-mobile-close {
    right: 20px;
  }

  .grid-3-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .button-navbar {
    display: none;
  }

  .menu-items {
    border-right-style: none;
    border-right-width: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-kontakt-item {
    display: none;
  }

  .menu-items-kontakt {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-left: 0;
  }

  .menu-headlines {
    display: none;
  }

  .button-navbar-mobil {
    text-align: center;
    margin-top: 40px;
    margin-right: 0;
    display: block;
  }

  .button-navbar-mobil.none {
    display: none;
  }

  .mobile-14vw {
    width: 14vw;
  }

  .google-bewertung {
    height: 50px;
  }

  .relative-100percent {
    height: 100%;
    min-height: 100%;
    position: relative;
    inset: 0;
  }

  .button-arrow-svg {
    width: 42.7px;
    margin-left: -11px;
  }

  .h2.margin-bottom-20px.white.no-margin-bottom {
    margin-bottom: 0;
  }

  .tablet-only-visible {
    display: none;
  }

  .tablet-only-not-visible {
    display: block;
  }

  .number-content {
    text-align: center;
  }

  .h2-number {
    font-size: 54px;
    line-height: 60px;
  }

  .service-card.bg-white {
    flex-flow: column;
  }

  .service-card-image-box {
    width: auto;
    margin-top: 40px;
  }

  .service-collection-item {
    position: static;
    top: 40px;
  }

  .unternehmen-logo-flex-wrapper-copy {
    display: flex;
  }

  .unternehmen-logo-flex-wrapper-copy.margin-bottom-40px {
    margin-bottom: 40px;
  }

  .absolute-image {
    display: none;
  }

  .left-item-max-width {
    max-width: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .right-item-max-width {
    max-width: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid-4-blocks {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-17 {
    width: 44px;
  }

  .column-17 {
    padding-left: 0;
  }

  .columns-7 {
    padding-bottom: 0;
  }

  .column-15 {
    padding-right: 0;
  }

  .column-16 {
    padding-left: 0;
  }

  .checkbox-label-2 {
    font-size: 14px;
  }

  .text-field-left-col {
    max-width: 100%;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .link-block-cta {
    align-self: stretch;
  }

  .right-side-buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: 0;
  }

  .cta-button-container-header {
    width: 100%;
  }

  .paragraph-9 {
    max-width: 100%;
  }

  .cta-button-header.cookie {
    font-size: 13px;
  }

  .vorteil-title {
    font-size: 20px;
  }

  .vorteil-text {
    font-size: 14px;
  }

  .btn-primary {
    padding: 14px 20px;
  }

  .timeline-main-grid {
    grid-template-columns: 30px 90%;
  }

  .col-unterseite-content {
    padding-right: 0;
  }

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

  .pricing-table-name {
    font-size: 14px;
  }

  .pricing-table-name.cell-button-holder {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-table-name.center {
    padding-right: 20px;
  }

  .pricing-table-v2-body {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .pricing-header-v2-holder {
    min-height: 170px;
  }

  .pricing-border {
    left: 0;
  }

  .pricing-border.title {
    border-right: 1px solid var(--price-table-title-border-left);
  }

  .price-v2 {
    font-size: 26px;
  }

  .price-holder-v2 {
    align-items: center;
  }

  .white-text._14px {
    font-size: 14px;
    line-height: 24px;
  }

  .price-title-v2 {
    font-size: 22px;
  }

  .pricing-table-v2-header-gird {
    width: 100%;
  }

  .pricing-v2-header-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grund-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .grund-content {
    max-width: 100%;
  }

  .gruende-title {
    font-size: 40px;
  }

  .googe-bewertung-logo-desktop.landingpage {
    height: 40px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: start center;
  }

  .blog-overview-section {
    padding-top: 40px;
  }

  .category-selector-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
  }

  .empfehlung-quer {
    width: 25%;
  }

  .empfehlung-horizontal {
    margin-top: 21px;
  }

  .quote-bg-block {
    background-position: 44vw 100%;
    background-size: auto;
    background-attachment: scroll;
  }

  .quote-text.padding-bottom-20px {
    font-size: 21px;
    line-height: 31px;
  }

  .quote-jan {
    max-width: 50%;
    line-height: 26px;
  }

  .aufklappbar-title {
    padding-top: 16px;
    font-size: 44px;
    line-height: 54px;
  }

  .bewertung-header-container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-yellow {
    display: none;
  }

  .kontakt-buttons-landingpage-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .splide__arrows.pagination-container-quotes.left {
    justify-content: center;
  }

  .testimonial-slider {
    max-width: calc(100vw - 40px);
  }

  .unterseite-center-h1-title {
    font-size: 48px;
    line-height: 58px;
  }

  .form-headline {
    font-size: 20px;
  }

  .selbstauskunft-form-dsgvo {
    font-size: 14px;
  }

  .form-field-left-box {
    max-width: 100%;
  }

  ._2-col-row-selbstauskunft-form {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .style-gide-headings-holder-item {
    padding: 16px;
    overflow: hidden;
  }

  .colors-holder {
    flex-flow: column;
  }

  .style-gide-button-holder-layout {
    grid-template-columns: 1fr;
  }

  .colors-holder-item, .style-gide-right {
    max-width: 100%;
  }

  .footer-top-layout {
    background-image: linear-gradient(#2c251ce0, #2c251ce0), url('../images/wegweiser-immobilien-nuernberg-footer-haus.webp');
    background-position: 0 0, -3vw 100%;
    background-repeat: repeat, no-repeat;
  }

  .footer-bottom-layout {
    padding-bottom: 40px;
  }

  .footer-title {
    font-size: 30px;
  }

  .footer-bottom-right {
    grid-template-columns: 1fr 1fr;
  }

  .hero-top-tag {
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .hero-title-wrap {
    justify-content: center;
    align-items: flex-end;
    padding-top: 100px;
    display: flex;
  }

  .hero-title {
    font-size: 34px;
    line-height: 44px;
  }

  .hero-thumb-wrap {
    flex: 1;
  }

  .hero-thumb {
    display: none;
  }

  .common-content.services-heading {
    margin-bottom: 0;
  }

  .common-content.unterseite-header-right, .common-content.unterseite-col-right, .common-content.unterseite-col-left {
    padding-top: 20px;
  }

  .common-content.unterseite-col-left.first {
    padding-right: 20px;
  }

  .common-content.unterseite-header, .common-content.unterseite-kontakt-col-left {
    padding-top: 20px;
  }

  .common-content.unterseite-kontakt-col-left.first {
    padding-right: 20px;
  }

  .properties-thumb-wrap {
    border-radius: 12px;
  }

  .properties-info-wrap {
    flex-flow: wrap;
  }

  .properties-info {
    padding: 5px 12px;
  }

  .properties-info-icon {
    width: 14px;
    height: 14px;
  }

  .properties-info-text {
    font-size: 12px;
  }

  .about-btn-wrap.centering {
    justify-content: center;
    display: flex;
  }

  .p-categories-thumb-wrap, .choose-thumb-wrap {
    border-radius: 12px;
  }

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

  .process {
    margin-bottom: 40px;
  }

  .process-thumb-wrap, .agents-thumb-wrap {
    border-radius: 12px;
  }

  .testimonials-thumb-wrap {
    max-width: 100%;
  }

  .testimonials-thumb-wrap.visible-on-mobile {
    border-radius: 0;
  }

  .testimonials-thumb {
    aspect-ratio: 4 / 5;
    border-radius: 2px;
  }

  .testimonials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .blog-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .faq {
    border-radius: 2px;
    padding: 20px;
  }

  .faq.tablet-or-smaller-visible {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-title {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-slider {
    padding-bottom: 60px;
  }

  .service-hero-layout {
    grid-template-columns: 1fr;
  }

  .service-hero-box, .about-hero-thumb-wrap, .about-hero-thumb, .mission-thumb-wrap {
    border-radius: 12px;
  }

  .mission-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .mission-list-text {
    margin-bottom: 12px;
  }

  .values-box-wrap {
    grid-template-columns: 1fr;
  }

  .values-box, .contact-info, .contact-map-wrap {
    border-radius: 12px;
  }

  .realtor-hero-title {
    font-size: 36px;
  }

  .realtor-contact-wrap {
    border-radius: 12px;
  }

  .contact-us-input {
    border-radius: 10px;
  }

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

  .b-details-section {
    margin-top: 80px;
  }

  .b-details-title {
    font-size: 30px;
  }

  .b-details-thumb {
    height: 200px;
  }

  .blog-layout-title {
    font-size: 26px;
  }

  .privacy-hero-section {
    margin-top: 80px;
  }

  .privacy-hero-section.max-width-800px {
    padding-bottom: 20px;
  }

  .privacy-hero-title {
    font-size: 36px;
  }

  .error-section {
    margin-top: 80px;
  }

  .error-title {
    font-size: 139px;
  }

  .utility-content-text-heilight {
    word-break: break-all;
  }

  .agents-layout-2 {
    grid-template-columns: 1fr;
  }

  .d-properties-hero-title {
    font-size: 30px;
  }

  .d-properties-hero-banner-wrap {
    border-radius: 12px;
  }

  .d-properties-section {
    margin-top: 80px;
  }

  .d-property-amenities {
    padding: 20px;
  }

  .d-property-amenities-icon-wrap {
    margin-bottom: 20px;
  }

  .d-properties-right-price {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .d-properties-right-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .d-properties-right-info-wrap.centering {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .d-properties-right-info-wrap.margin-bottom-40px {
    justify-content: center;
    align-items: center;
  }

  .d-properties-right-author-info.centering {
    text-align: center;
  }

  .d-properties-right-author-num-wrap.centering {
    justify-content: center;
  }

  .d-properties-right-author-num {
    font-size: 16px;
  }

  .d-properties-right-author-mail-wrap.centering {
    justify-content: center;
  }

  .d-properties-right-author-mail {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .a-details-hero-title {
    font-size: 36px;
  }

  .a-details-hero-box, .a-details-hero-box-thumb-wrap {
    border-radius: 12px;
  }

  .a-details-hero-box-title {
    font-size: 25px;
  }

  .a-details-hero-box-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .a-details-right-top, .a-details-bottom {
    border-radius: 12px;
  }

  .d-property-amenities-layout, .d-property-gallery-layout {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-right, .customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
    border-radius: 12px;
  }

  .shipping-method-item, .order-item {
    flex-flow: column;
  }

  .oder-item-thumb-wrap {
    max-width: 100%;
  }

  .agents-marquee-item {
    width: 250px;
  }

  .properties-form-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .categori-filter-toggle {
    width: 100%;
  }

  .c-cart-thumb-wrap {
    max-width: 100%;
  }

  .c-cart-line-item-label {
    font-size: 16px;
  }

  .c-cart-content-wrap {
    width: 100%;
  }

  .c-cart-list {
    max-height: 600px;
  }

  .c-cart-option {
    font-size: 14px;
  }

  .c-cart-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .c-cart-line-item-value {
    font-size: 16px;
  }

  .c-cart-title {
    font-size: 20px;
  }

  .c-cart-price {
    font-size: 16px;
  }

  .topline {
    font-size: 12px;
    line-height: 19px;
  }

  .topline.topline-h3 {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 22px;
  }

  .button-standard {
    width: 100%;
  }

  .wegweiser-logo-navbar-2 {
    height: 35px;
  }

  .nav-link-2.button {
    color: #fff;
  }

  .full-screen-menu {
    margin-top: 80px;
  }

  .nav-bar {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-3-columns.dropdown-pages-grid {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    display: flex;
  }

  .hero-thumb-mobil {
    display: block;
  }

  .google-bewertung {
    height: 40px;
  }

  .button-arrow-svg {
    width: 42.3px;
  }

  .h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 42px;
  }

  .h2.margin-bottom-20px.white.no-margin-bottom {
    margin-bottom: 0;
  }

  .h2.smaller {
    font-size: 26px;
  }

  .zahlen-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .zahl-flex {
    justify-content: center;
    align-items: center;
  }

  .number-content {
    width: auto;
  }

  .zahlen-single-wrapper.border-2 {
    padding-left: 0;
  }

  .zahlen-single-wrapper.border-3 {
    border-right-style: none;
    padding-top: 0;
    padding-right: 0;
  }

  .zahlen-single-wrapper.border-1 {
    border-right-style: none;
    padding-right: 0;
  }

  .zahlen-single-wrapper.border-4 {
    border-top: 1px solid var(--light-brown-20);
    padding-left: 0;
  }

  .zahlen-subtitle {
    text-align: center;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-number {
    font-size: 40px;
  }

  .service-card.bg-white {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .service-card-image-box {
    width: auto;
    height: auto;
  }

  .checklist-item {
    padding-bottom: 10px;
  }

  .checklist-item-text {
    font-size: 16px;
    font-weight: 600;
  }

  .checklist-item-text.wrap-erlaubt {
    white-space: normal;
  }

  .image-15 {
    width: 16px;
  }

  .services-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .auszeichnung-logo {
    border-radius: 2px;
    height: 100px;
  }

  .topline-2 {
    font-size: 12px;
    line-height: 26px;
  }

  .cta-button.submit.g-recaptcha {
    width: 100%;
  }

  .h3-footer {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-kontakt-link-block-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-block-cta {
    text-align: center;
    margin-top: 5px;
  }

  .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-side-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
  }

  .cta-button-container-header {
    width: 100%;
  }

  .section-spacing-top-bottom {
    margin-top: 80px;
  }

  .vorteil {
    border-radius: 2px;
    padding: 30px 20px;
  }

  .progress-bar-box {
    justify-content: flex-start;
  }

  .sidebar-sticky-contact-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-progress-bar {
    width: .5vw;
  }

  .timeline-path {
    width: .5vw;
    left: 6px;
  }

  .btn-primary {
    width: 100%;
  }

  .timeline-main-grid {
    grid-template-rows: auto;
    grid-template-columns: 30px 80.5714vw;
    padding-bottom: 80px;
  }

  .stage-title-holder {
    position: static;
  }

  .sidebar-contact-text-wrapper, .image-8 {
    align-self: center;
  }

  .sidebar-headline {
    font-size: 26px;
    line-height: 36px;
  }

  .prozess-paragraph-finish-cta {
    font-size: 14px;
    line-height: 24px;
  }

  .service-item {
    border-radius: 2px;
    flex-flow: column;
    justify-content: flex-start;
    padding: 30px 20px;
  }

  .service-icon {
    object-fit: cover;
    width: 100%;
    height: 170px;
  }

  .service-icon.pos-reichweiter {
    aspect-ratio: auto;
    object-position: 50% 79%;
  }

  .service-icon.pos-besichtigungstermine {
    object-position: 50% 26%;
  }

  .service-icon.pos-grundbuchbl-tter, .service-icon.pos-sonderveinbarung {
    object-position: 50% 50%;
  }

  .service-icon.pos-aufnahmen {
    object-position: 50% 73%;
  }

  .pricing-table-name.cell-button-holder {
    align-items: center;
  }

  .pricing-table-v2-body {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .price-table-heading-price-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-header-v2-holder {
    flex-direction: column;
    min-height: 130px;
  }

  .price-v2 {
    font-size: 16px;
  }

  .pricing-table-v2-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .pricing-cell-check-icon {
    width: 20px;
  }

  .white-text, .white-text._14px, .white-text._14px {
    font-size: 12px;
    line-height: 22px;
  }

  .price-table-v2-description {
    display: none;
  }

  .price-title-v2 {
    font-size: 16px;
  }

  .pricing-table-v2-header-gird {
    width: 100%;
    overflow: scroll;
  }

  .pricing-table-header {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-table-header.left, .pricing-table-header.middle {
    padding-top: 30px;
  }

  .grund-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .gruende-slider {
    padding-bottom: 60px;
  }

  .preise-box-btn-arrow.landingpage {
    background-image: none;
    margin-bottom: 20px;
  }

  .googe-bewertung-logo-mobil {
    height: 40px;
    bottom: 10px;
  }

  .h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }

  .h1.margin-bottom-40px.mobil-margin-bottom {
    margin-bottom: 30px;
  }

  .h1.smaller {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-overview-section {
    padding-top: 20px;
  }

  .empfehlung-quer {
    width: 32%;
  }

  .empfehlung-horizontal {
    width: 66%;
    margin-top: 15px;
  }

  .quote-bg-block {
    background-position: 46vw 100%;
    background-size: 212px;
  }

  .quote-text.padding-bottom-20px {
    max-width: 100%;
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 28px;
  }

  .unterschrift {
    max-width: 47vw;
  }

  .quote-jan {
    font-size: 11px;
    line-height: 18px;
  }

  .quote-title {
    font-size: 18px;
  }

  .aufklappbar-title {
    font-size: 32px;
    line-height: 42px;
  }

  .bewertung-header-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .zitat-bewertung-header {
    font-size: 16px;
    line-height: 26px;
  }

  .button-yellow.mobile-only.max-width-200px {
    min-width: 80vw;
    max-width: 100%;
  }

  .kontakt-buttons-landingpage-wrapper {
    flex-flow: column;
  }

  .splide__arrows.pagination-container-quotes {
    padding-top: 0;
  }

  .splide__arrows.pagination-container-quotes.left {
    padding-top: 20px;
  }

  .unterseite-center-h1-title {
    font-size: 32px;
    line-height: 42px;
  }

  .immobiliensuche-btn.landingpage {
    background-image: none;
    margin-bottom: 20px;
  }
}

#w-node-f7fe71a5-8eb4-fe72-4822-266110f8a05b-10f8a04d {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: stretch;
}

#w-node-f7fe71a5-8eb4-fe72-4822-266110f8a05c-10f8a04d {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-f7fe71a5-8eb4-fe72-4822-266110f8a060-10f8a04d, #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a06b-10f8a04d, #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a076-10f8a04d, #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a081-10f8a04d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f7fe71a5-8eb4-fe72-4822-266110f8a08c-10f8a04d {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: stretch;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f0d-78723a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f23-78723a31 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f26-78723a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3b-78723a31 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3e-78723a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f53-78723a31 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f56-78723a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6b-78723a31 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6e-78723a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f83-78723a31 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25f75207-f60d-12c2-31cb-1f27c3dccd8a-78723a31, #w-node-_25f75207-f60d-12c2-31cb-1f27c3dccda3-78723a31, #w-node-_25f75207-f60d-12c2-31cb-1f27c3dccdbf-78723a31, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f0d-6dd518de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f23-6dd518de {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f26-6dd518de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3b-6dd518de {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3e-6dd518de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f53-6dd518de {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f56-6dd518de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6b-6dd518de {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6e-6dd518de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f83-6dd518de {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25f75207-f60d-12c2-31cb-1f27c3dccd8a-6dd518de, #w-node-_25f75207-f60d-12c2-31cb-1f27c3dccda3-6dd518de, #w-node-_25f75207-f60d-12c2-31cb-1f27c3dccdbf-6dd518de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4beca25c-ba0f-2bc1-e473-2ab4ce19ec1a-edf2804e {
  justify-self: end;
}

#w-node-a6b6ba96-5ffd-a0e6-627b-0160125cfc6c-edf2804e {
  justify-self: start;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f0d-ec3c69cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f23-ec3c69cb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f26-ec3c69cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3b-ec3c69cb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3e-ec3c69cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f53-ec3c69cb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f56-ec3c69cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6b-ec3c69cb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6e-ec3c69cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f83-ec3c69cb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25f75207-f60d-12c2-31cb-1f27c3dccd8a-ec3c69cb, #w-node-_25f75207-f60d-12c2-31cb-1f27c3dccda3-ec3c69cb, #w-node-_25f75207-f60d-12c2-31cb-1f27c3dccdbf-ec3c69cb, #w-node-_6aad465f-e108-6722-a9a6-c92093de87e7-b3a8ef6d, #w-node-_6aad465f-e108-6722-a9a6-c92093de87f0-b3a8ef6d, #w-node-_6aad465f-e108-6722-a9a6-c92093de87f9-b3a8ef6d, #w-node-_6aad465f-e108-6722-a9a6-c92093de8802-b3a8ef6d, #w-node-_6aad465f-e108-6722-a9a6-c92093de880b-b3a8ef6d, #w-node-_0209d0fa-8620-502c-540d-1bea17280472-b3a8ef6d, #w-node-_6038d345-7e98-4d60-c746-47ad5dbb4f59-b3a8ef6d, #w-node-_921ef8a0-b2b5-b197-331f-52614b5c5878-b3a8ef6d, #w-node-d92f06d7-f7fe-5d75-cfeb-eaa160fcec40-b3a8ef6d, #w-node-dbbe43e8-172f-2684-2d00-8ebcb696c3d2-b3a8ef6d, #w-node-_2b1e7525-12b5-8014-ce72-9c3c0f797531-b3a8ef6d, #w-node-e7dde5d3-5cbb-428e-2700-b023729fd9d8-b3a8ef6d, #w-node-_6cefcd4b-4611-8182-a87a-6d80352a501d-b3a8ef6d, #w-node-e5089272-ccee-63ee-b737-401bb0825b99-b3a8ef6d, #w-node-d7d7df5d-81bd-bc51-9445-83a84816bf53-b3a8ef6d, #w-node-_99a07084-fdfa-7c82-1807-c057359b7856-b3a8ef6d, #w-node-c6d248c0-c825-ce6d-4dc6-fc50bf018d5e-b3a8ef6d, #w-node-_1c36db97-9039-a23b-9f6b-137dc18d475e-b3a8ef6d, #w-node-_6c04857b-312e-cf6b-b42a-0c82c65b5616-b3a8ef6d, #w-node-b8079905-eac1-803a-0cbc-135833cfc49f-b3a8ef6d, #w-node-_9a862746-6d8b-df3f-4085-0ed571e7b6a1-b3a8ef6d, #w-node-_91edab18-01ac-e96c-4c66-520c77874496-b3a8ef6d, #w-node-_10ba59ba-b222-7374-b309-38c06e3b6ad2-b3a8ef6d, #w-node-_7af5f318-9bf9-768b-8feb-9d9a5cf1b5cc-b3a8ef6d, #w-node-a81990e5-ccfb-9426-bc15-022c499bd6c1-b3a8ef6d, #w-node-deef37c5-2438-decd-952d-fd8390a0c4e7-b3a8ef6d, #w-node-_0908a6e0-4a21-f077-5730-ba22d029bbbc-b3a8ef6d, #w-node-_0019fff6-8825-0bea-b68c-42e05e0b2d4b-b3a8ef6d, #w-node-fa91ab5f-0bfe-b45d-e4b7-98e67d709f4b-b3a8ef6d, #w-node-_11227160-d32e-f3de-3958-231de1c9440e-b3a8ef6d, #w-node-c7acfeb4-a395-61af-be0f-3c7383e5c493-b3a8ef6d, #w-node-_186896bb-36fd-dacd-9ea8-4a176af22132-b3a8ef6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd303acb-e22d-8b01-0e0c-253a9fbb95b4-b3a8ef6d {
  justify-self: end;
}

#w-node-cd303acb-e22d-8b01-0e0c-253a9fbb95b7-b3a8ef6d {
  justify-self: start;
}

#w-node-e6d115bd-335b-061a-dd3d-4927af04a027-c1003744 {
  justify-self: end;
}

#w-node-e6d115bd-335b-061a-dd3d-4927af04a02a-c1003744 {
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-_3b12ba81-51d2-5f98-973a-dc6706e41015-53ec152a {
    place-self: center stretch;
  }

  #w-node-_3060c3af-f5b4-0ff2-7261-ad2f1806506f-53ec152a, #w-node-cc20d3fa-55d1-04d6-ec56-8baf53ec154a-53ec152a {
    justify-self: center;
  }

  #w-node-cc20d3fa-55d1-04d6-ec56-8baf53ec154d-53ec152a {
    place-self: center end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e6665182-9fac-acd5-dedf-c672389aba57-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba5e-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba68-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba6f-4bd63072 {
    place-self: center stretch;
  }

  #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a05b-10f8a04d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a060-10f8a04d {
    grid-column: span 1 / span 1;
  }

  #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a06b-10f8a04d {
    grid-column: span 1 / span 1;
    align-self: stretch;
  }

  #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a076-10f8a04d {
    grid-column: span 1 / span 1;
  }

  #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a081-10f8a04d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a08c-10f8a04d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc20d3fa-55d1-04d6-ec56-8baf53ec1566-53ec152a, #w-node-_2d70ed9a-6d35-79d7-dd9e-45d33591efb1-53ec152a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e6665182-9fac-acd5-dedf-c672389aba57-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba5e-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba68-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba6f-4bd63072 {
    align-self: stretch;
  }

  #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a060-10f8a04d, #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a06b-10f8a04d, #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a076-10f8a04d, #w-node-f7fe71a5-8eb4-fe72-4822-266110f8a081-10f8a04d {
    grid-column: span 2 / span 2;
  }

  #w-node-_0173bceb-c880-2b0f-4257-fd3463f05246-78723a31, #w-node-_6b7c41f7-124d-74c0-feb1-debeb3d87bc7-78723a31, #w-node-_9caba9a4-0c76-4c51-18ba-fd0cf4691f15-78723a31, #w-node-cd3b059f-8053-1781-5b5e-e9bcc837ae03-78723a31, #w-node-db305448-28da-4f9f-f522-08a3262eaca3-78723a31, #w-node-_0f166ed3-387b-e1b1-0c08-ff549b3af51a-78723a31, #w-node-_1d7fdb1b-62b8-0352-4e1d-9950651aca7a-78723a31, #w-node-_59def499-42d2-70ad-83f0-6cff1e12eb22-78723a31, #w-node-f1e5b900-11d0-c4ec-49b1-87149805f21d-78723a31, #w-node-_87d6f8b2-8d10-4c52-3a17-da329138fe07-78723a31, #w-node-_1965e0dc-1e1a-a815-acea-e171851b3cee-78723a31, #w-node-_615e0998-98e2-e611-0fe7-a39fe313a69c-78723a31, #w-node-c5294727-3e46-4fd4-4790-b01340facebd-78723a31, #w-node-_69e55318-f9e2-f724-d29e-9f0040b8334b-78723a31, #w-node-_1f095c22-0613-41da-7bea-cedc7968c759-78723a31, #w-node-_4abb44c1-3864-bf81-fbec-cc6e9a384811-78723a31, #w-node-_6029c923-a5d2-c21f-d7b8-d66676073e86-78723a31, #w-node-a492a185-20e2-3007-3da6-26600c02d9ad-78723a31, #w-node-a3e8aa66-26ae-ffda-3398-c83ffac2c495-78723a31, #w-node-c34999f1-6601-159b-2a53-0a6993514bde-78723a31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc48-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc67-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc89-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcab-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbccd-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcef-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd11-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd33-78723a31, #w-node-f2220b41-13ed-f469-14c6-5e10f6aee15f-78723a31, #w-node-_39d9d762-b35e-111c-ea5f-a530b525b010-78723a31, #w-node-_949271c3-0024-e405-02da-593236f13733-78723a31, #w-node-edd06b95-00cf-a9d8-d43b-55534ad6450c-78723a31, #w-node-_0dc01030-ed8d-3291-51af-b145f21ede01-78723a31, #w-node-_6abae89d-fdad-6ae7-aefb-53345cbc4d04-78723a31, #w-node-_26d9c94b-bf0a-ac3a-24bc-e9de0fd7627e-78723a31, #w-node-_2f2bdfe1-df32-d829-eec0-13b003f22837-78723a31, #w-node-_798feb57-18ba-11f0-5a75-94deabaa06a7-78723a31, #w-node-e31d3d41-3723-9868-5d97-3a305a4837c0-78723a31, #w-node-_41c6f618-ed1c-e499-a740-20b535fc9662-78723a31, #w-node-e585e4ef-302a-84f0-78e7-521087f20acc-78723a31, #w-node-cd8e36b0-e784-e8ab-620a-2c51e3c651c2-78723a31, #w-node-_35bfa3b6-bc31-23d6-16ed-c82cbeadf517-78723a31 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0173bceb-c880-2b0f-4257-fd3463f05246-6dd518de, #w-node-_6b7c41f7-124d-74c0-feb1-debeb3d87bc7-6dd518de, #w-node-_9caba9a4-0c76-4c51-18ba-fd0cf4691f15-6dd518de, #w-node-cd3b059f-8053-1781-5b5e-e9bcc837ae03-6dd518de, #w-node-db305448-28da-4f9f-f522-08a3262eaca3-6dd518de, #w-node-_0f166ed3-387b-e1b1-0c08-ff549b3af51a-6dd518de, #w-node-_1d7fdb1b-62b8-0352-4e1d-9950651aca7a-6dd518de, #w-node-_59def499-42d2-70ad-83f0-6cff1e12eb22-6dd518de, #w-node-_4abb44c1-3864-bf81-fbec-cc6e9a384811-6dd518de, #w-node-f1e5b900-11d0-c4ec-49b1-87149805f21d-6dd518de, #w-node-_87d6f8b2-8d10-4c52-3a17-da329138fe07-6dd518de, #w-node-a3e8aa66-26ae-ffda-3398-c83ffac2c495-6dd518de, #w-node-c34999f1-6601-159b-2a53-0a6993514bde-6dd518de, #w-node-_1965e0dc-1e1a-a815-acea-e171851b3cee-6dd518de, #w-node-_615e0998-98e2-e611-0fe7-a39fe313a69c-6dd518de, #w-node-c5294727-3e46-4fd4-4790-b01340facebd-6dd518de, #w-node-_69e55318-f9e2-f724-d29e-9f0040b8334b-6dd518de, #w-node-_1f095c22-0613-41da-7bea-cedc7968c759-6dd518de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc48-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc67-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc89-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcab-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbccd-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcef-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd11-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd33-6dd518de, #w-node-f2220b41-13ed-f469-14c6-5e10f6aee15f-6dd518de, #w-node-_39d9d762-b35e-111c-ea5f-a530b525b010-6dd518de, #w-node-_949271c3-0024-e405-02da-593236f13733-6dd518de, #w-node-edd06b95-00cf-a9d8-d43b-55534ad6450c-6dd518de, #w-node-_0dc01030-ed8d-3291-51af-b145f21ede01-6dd518de, #w-node-_6abae89d-fdad-6ae7-aefb-53345cbc4d04-6dd518de, #w-node-_26d9c94b-bf0a-ac3a-24bc-e9de0fd7627e-6dd518de, #w-node-_2f2bdfe1-df32-d829-eec0-13b003f22837-6dd518de, #w-node-_35bfa3b6-bc31-23d6-16ed-c82cbeadf517-6dd518de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0173bceb-c880-2b0f-4257-fd3463f05246-edf2804e, #w-node-_6b7c41f7-124d-74c0-feb1-debeb3d87bc7-edf2804e, #w-node-_9caba9a4-0c76-4c51-18ba-fd0cf4691f15-edf2804e, #w-node-cd3b059f-8053-1781-5b5e-e9bcc837ae03-edf2804e, #w-node-db305448-28da-4f9f-f522-08a3262eaca3-edf2804e, #w-node-_0f166ed3-387b-e1b1-0c08-ff549b3af51a-edf2804e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4beca25c-ba0f-2bc1-e473-2ab4ce19ec1a-edf2804e, #w-node-a6b6ba96-5ffd-a0e6-627b-0160125cfc6c-edf2804e {
    justify-self: center;
  }

  #w-node-_0173bceb-c880-2b0f-4257-fd3463f05246-ec3c69cb, #w-node-_6b7c41f7-124d-74c0-feb1-debeb3d87bc7-ec3c69cb, #w-node-_9caba9a4-0c76-4c51-18ba-fd0cf4691f15-ec3c69cb, #w-node-cd3b059f-8053-1781-5b5e-e9bcc837ae03-ec3c69cb, #w-node-db305448-28da-4f9f-f522-08a3262eaca3-ec3c69cb, #w-node-_0f166ed3-387b-e1b1-0c08-ff549b3af51a-ec3c69cb, #w-node-_1d7fdb1b-62b8-0352-4e1d-9950651aca7a-ec3c69cb, #w-node-_59def499-42d2-70ad-83f0-6cff1e12eb22-ec3c69cb, #w-node-f1e5b900-11d0-c4ec-49b1-87149805f21d-ec3c69cb, #w-node-_87d6f8b2-8d10-4c52-3a17-da329138fe07-ec3c69cb, #w-node-_1965e0dc-1e1a-a815-acea-e171851b3cee-ec3c69cb, #w-node-_615e0998-98e2-e611-0fe7-a39fe313a69c-ec3c69cb, #w-node-c5294727-3e46-4fd4-4790-b01340facebd-ec3c69cb, #w-node-_69e55318-f9e2-f724-d29e-9f0040b8334b-ec3c69cb, #w-node-_1f095c22-0613-41da-7bea-cedc7968c759-ec3c69cb, #w-node-_4abb44c1-3864-bf81-fbec-cc6e9a384811-ec3c69cb, #w-node-_6029c923-a5d2-c21f-d7b8-d66676073e86-ec3c69cb, #w-node-a492a185-20e2-3007-3da6-26600c02d9ad-ec3c69cb, #w-node-a3e8aa66-26ae-ffda-3398-c83ffac2c495-ec3c69cb, #w-node-c34999f1-6601-159b-2a53-0a6993514bde-ec3c69cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc48-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc67-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc89-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcab-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbccd-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcef-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd11-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd33-ec3c69cb, #w-node-f2220b41-13ed-f469-14c6-5e10f6aee15f-ec3c69cb, #w-node-_39d9d762-b35e-111c-ea5f-a530b525b010-ec3c69cb, #w-node-_949271c3-0024-e405-02da-593236f13733-ec3c69cb, #w-node-edd06b95-00cf-a9d8-d43b-55534ad6450c-ec3c69cb, #w-node-_0dc01030-ed8d-3291-51af-b145f21ede01-ec3c69cb, #w-node-_6abae89d-fdad-6ae7-aefb-53345cbc4d04-ec3c69cb, #w-node-_26d9c94b-bf0a-ac3a-24bc-e9de0fd7627e-ec3c69cb, #w-node-_2f2bdfe1-df32-d829-eec0-13b003f22837-ec3c69cb, #w-node-_798feb57-18ba-11f0-5a75-94deabaa06a7-ec3c69cb, #w-node-e31d3d41-3723-9868-5d97-3a305a4837c0-ec3c69cb, #w-node-_41c6f618-ed1c-e499-a740-20b535fc9662-ec3c69cb, #w-node-e585e4ef-302a-84f0-78e7-521087f20acc-ec3c69cb, #w-node-cd8e36b0-e784-e8ab-620a-2c51e3c651c2-ec3c69cb, #w-node-_35bfa3b6-bc31-23d6-16ed-c82cbeadf517-ec3c69cb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd303acb-e22d-8b01-0e0c-253a9fbb95b4-b3a8ef6d, #w-node-cd303acb-e22d-8b01-0e0c-253a9fbb95b7-b3a8ef6d, #w-node-e6d115bd-335b-061a-dd3d-4927af04a027-c1003744, #w-node-e6d115bd-335b-061a-dd3d-4927af04a02a-c1003744 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6665182-9fac-acd5-dedf-c672389aba57-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba5e-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba68-4bd63072, #w-node-e6665182-9fac-acd5-dedf-c672389aba6f-4bd63072 {
    order: 9999;
  }

  #w-node-cc20d3fa-55d1-04d6-ec56-8baf53ec1566-53ec152a, #w-node-_2d70ed9a-6d35-79d7-dd9e-45d33591efb1-53ec152a {
    grid-column: span 1 / span 1;
  }

  #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f23-78723a31, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3b-78723a31, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f53-78723a31, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6b-78723a31, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f83-78723a31 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc48-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc67-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc89-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcab-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbccd-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcef-78723a31, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd11-78723a31 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f23-6dd518de, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3b-6dd518de, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f53-6dd518de, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6b-6dd518de, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f83-6dd518de {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc48-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc67-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc89-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcab-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbccd-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcef-6dd518de, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd11-6dd518de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f23-ec3c69cb, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f3b-ec3c69cb, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f53-ec3c69cb, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f6b-ec3c69cb, #w-node-d5a5c49c-60f5-d4d6-b22c-7559a3464f83-ec3c69cb {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc48-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc67-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbc89-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcab-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbccd-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbcef-ec3c69cb, #w-node-_9534b8dd-a554-bd75-cec7-2890382fbd11-ec3c69cb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Cosen';
  src: url('../fonts/Cosen-Medium.ttf') format('truetype'), url('../fonts/Cosen-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cosen';
  src: url('../fonts/Cosen-Regular.ttf') format('truetype'), url('../fonts/Cosen-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mulish Variablefont Wght';
  src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mulish Variablefont Wght';
  src: url('../fonts/Mulish-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mulish Variablefont Wght';
  src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: block;
}