:root {
  --color: #8a2a00;
  --link-hover: #999c49;
  --main-bg: #eef0e5;
  --nav-text-color: #1f1f0f;
  --white: white;
  --heading: Verdana, Geneva, sans-serif;
  --heading-size: 24px;
  --copy-color: #525327;
  --copy: Tahoma, Verdana, Segoe, sans-serif;
  --copy-size: 14px;
  --border-nav: #cccea1;
  --black: black;
  --heading-color: #747637;
  --nav-text-size: 12px;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

a {
  color: var(--color);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: var(--link-hover);
}

strong {
  font-weight: bold;
}

.wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.header {
  -webkit-text-fill-color: inherit;
  background-color: #eef0e5;
  background-image: url('../images/Header.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border: 5px solid #eef0e5;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  height: 266px;
  min-height: 266px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 2px 2px rgba(82, 83, 39, .45);
}

.text {
  width: 250px;
  height: 250px;
  display: block;
  position: absolute;
  top: 132px;
  left: 0;
}

.main {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: var(--main-bg);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 5px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 2px 2px rgba(82, 83, 39, .45);
}

.nav {
  grid-row-gap: 2px;
  background-color: #eef0e5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 225px;
  max-width: 225px;
  height: 690px;
  padding: 10px 0 41px 10px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.nav-element {
  grid-column-gap: 12px;
  color: var(--nav-text-color);
  background-image: linear-gradient(#fbfbf9, #c3c4a6 50%, #7e7f56);
  border: 1px solid #cccea1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2px;
  padding: 9px 16px 9px 8px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.nav-element:hover {
  color: #fff;
  background-image: linear-gradient(#cdcfa4, #a0a457 50%, #414324);
}

.nav-element.w--current, .nav-element.active {
  color: var(--white);
  background-image: linear-gradient(#cdcfa4, #a0a457 50%, #414324);
}

.text-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.text-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-3.active-hover {
  color: #fff;
}

.impressionen {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 276px;
  padding-top: 42px;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  background-image: linear-gradient(0deg, #eaebe0 0%, #d7d6c6 44%, #f0f0f0 50%, #d3d2c0 100%);
  border: 1px solid #cccea1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 205px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #1f1f0f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-1 {
  object-fit: cover;
  background-color: #dedfce;
  border: 2px solid #9f9d75;
}

.content-wrapper {
  grid-row-gap: 0px;
  background-color: #fcfbf7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 755px;
  min-height: 700px;
  padding: 40px;
  text-decoration: none;
  display: block;
}

.content {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  clear: left;
  font-family: var(--heading);
  color: #747637;
  font-size: var(--heading-size);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.heading.h2 {
  font-size: 18px;
  line-height: 26px;
}

.heading.h3 {
  color: var(--copy-color);
  font-size: 16px;
  line-height: 20px;
}

.content-feld {
  font-family: var(--copy);
  color: var(--copy-color);
  font-size: var(--copy-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer {
  grid-column-gap: 0px;
  background-color: #dedfce;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  padding: 15px;
  text-decoration: none;
  display: block;
}

.text-5 {
  font-family: var(--copy);
  color: #36362b;
  font-size: var(--copy-size);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.messe-allee-16-04158-leipzig-telefon-0341-9015409-mobil-0177-3336127-e-mail-kontakt-heindorf-maler-de-0 {
  color: #525327;
  text-align: right;
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 132px;
  left: 740px;
}

.messe-allee-16-04158-leipzig-telefon-0341-9015409-mobil-0177-3336127-e-mail-kontakt-heindorf-maler-de-1, .messe-allee-16-04158-leipzig-telefon-0341-9015409-mobil-0177-3336127-e-mail-kontakt-heindorf-maler-de-2 {
  color: #8a2a00;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 132px;
  left: 740px;
}

.body {
  aspect-ratio: auto;
  pointer-events: auto;
  color: var(--copy-color);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  transition: opacity .3s;
}

.text-block {
  clear: none;
  font-family: var(--copy);
  color: var(--copy-color);
  font-size: var(--copy-size);
  text-align: right;
  flex: none;
  order: 0;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 12px;
  padding-bottom: 8px;
  text-decoration: none;
}

.bold-text {
  text-decoration: none;
}

.bold-text.link {
  color: var(--color);
}

.bold-text.link:hover {
  color: var(--link-hover);
}

.container {
  background-color: #2c7a43;
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: fixed;
}

.button {
  border: 1px solid var(--border-nav);
  background-color: var(--link-hover);
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-image: linear-gradient(#fbfbf9, #c3c4a6 50%, #7e7f56);
  border-radius: 0;
  width: 100%;
  font-size: 12px;
  line-height: 100%;
}

.div-block {
  width: 100%;
  height: 100%;
}

.div-block.bg-gradient {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-image: url('../images/Headlight.svg'), linear-gradient(#a4a772, #f5f6f0);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  position: fixed;
  top: 0;
}

.text-block-100 {
  width: 100%;
}

._100 {
  width: 100%;
  padding-bottom: 2em;
  position: relative;
}

._100.no-padding {
  padding-bottom: 0;
}

._50 {
  width: auto;
  padding-bottom: 2em;
  position: relative;
}

._50.center {
  text-align: center;
  padding-top: 2em;
}

.image {
  order: 0;
  width: 36%;
  display: block;
  position: relative;
}

.image.img-50 {
  width: 50%;
}

.image.img-60, .div-block-60 {
  width: 60%;
}

.image-2 {
  z-index: 3;
  float: none;
  clear: none;
  text-align: center;
  flex: none;
  order: 1;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  transition: transform .5s;
  display: inline-block;
  position: relative;
  transform: rotate(-22deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.image-2:hover {
  transform: scale(1.1)rotate(-22deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.image-2.rotate-right {
  z-index: 2;
  order: 1;
  margin-left: 0;
  transform: rotate(22deg);
}

.image-2.rotate-right:hover {
  transform: translate(10px)rotate(26deg);
}

.image-2.flyer-hover-left {
  transition: box-shadow .5s, transform .5s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.image-2.flyer-hover-left:hover {
  transform: scale(1.05)rotate(-22deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
}

.link-block {
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-block.left {
  width: 100px;
  margin-left: 100px;
}

.link-block.right {
  width: 120px;
  margin-left: auto;
  margin-right: 80px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-2 {
  flex-flow: row;
  flex: none;
  order: -1;
  display: block;
}

.collection-list-wrapper {
  width: 100%;
}

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

.referenzen-thumb {
  background-color: var(--border-nav);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: content-box;
  width: 100%;
  height: 150px;
  padding-bottom: 8px;
  transition: opacity .4s;
  display: block;
}

.referenzen-thumb:hover {
  opacity: .75;
  mix-blend-mode: normal;
}

.column {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.lightbox-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.body-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  order: 0;
  align-self: center;
  width: 185px;
  height: 247px;
}

.referenzen_thumbs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 33%;
  display: block;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 200px;
  padding: 0;
  display: block;
}

.collection-item.referenzen-thumb {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 30%;
  height: auto;
  padding: 16px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: cover;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: start;
  padding: 0;
  display: inline-grid;
}

.image-3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 150px;
  padding: 0;
  transition: opacity .3s;
  display: block;
  overflow: hidden;
}

.image-3:hover {
  opacity: .8;
}

.paragraph {
  color: var(--color);
  padding-top: 6px;
  font-weight: 700;
}

.paragraph.link-referenz:hover {
  color: var(--link-hover);
}

.link-block-3 {
  aspect-ratio: auto;
  padding: 0;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.image-4 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: 150px;
  padding-bottom: 6px;
  transition: opacity .3s;
}

.image-4:hover {
  opacity: .8;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-bottom: 60px;
  display: grid;
}

.lightbox-thumb {
  object-fit: contain;
  width: auto;
  height: 150px;
  padding: 10px;
  transition: opacity .3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.lightbox-thumb:hover {
  opacity: .8;
}

.grid-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 150px;
  display: inline-block;
}

.image-7 {
  display: block;
}

.link-block-4 {
  width: 100%;
}

.ref-nav {
  padding: 12px 4px;
}

.ref-nav.w--current {
  color: var(--link-hover);
}

.ref-nav-wrapper {
  border: 0px none var(--border-nav);
  background-color: var(--main-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.ref-nav-wrapper.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-2 {
  flex-flow: row;
  justify-content: flex-start;
  width: 50%;
  display: block;
}

.div-block-4 {
  display: flex;
}

.div-block-40 {
  width: 38%;
}

.list {
  width: 100%;
  list-style-type: disc;
}

.image-8 {
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  transition: all .4s;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.image-8:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .2);
}

.link-block-5 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 40px;
  transition: opacity .2s;
}

.text-block-101 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .heading {
    padding-bottom: 1em;
  }

  .collection-list-wrapper {
    width: 100%;
  }
}

#w-node-be705f40-aeab-5c21-c8a5-4a8e3da0df15-2f9e07c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be705f40-aeab-5c21-c8a5-4a8e3da0df16-2f9e07c8 {
  align-self: center;
  justify-self: center;
}


