:root {
  --grey: #6d7d8b;
  --pink-logo: #fa0c63;
  --light-grey: #d8d8e5;
  --off-white: #f5f2f2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20.2px;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--pink-logo);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: #fa0c6399;
}

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

strong {
  font-weight: bold;
}

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

.image-logo-navbar {
  margin-top: 6px;
}

.container-navbar {
  max-width: 1160px;
}

.navbar {
  background-color: var(--light-grey);
  padding-top: 10px;
}

.hero {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/headbanging-min_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  height: 800px;
  padding: 0 60px;
  font-family: Outfit, sans-serif;
}

.heading {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 500;
  position: static;
}

.body {
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 17px;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 300px;
  display: flex;
  overflow: visible;
}

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

.arrow-button {
  color: #3330;
  background-color: #3898ec00;
  background-image: url('../images/arrow_forward_24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0% 5px 0% auto;
}

.link-2 {
  color: var(--grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 145%;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  color: var(--pink-logo);
}

.link-2.kontakt {
  text-align: left;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 150.6%;
  display: block;
}

.success-message {
  background-color: #4d995c;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-2 {
  width: 100%;
  max-width: 1161px;
  margin-left: 0;
  margin-right: 0;
}

.text-field-copy {
  color: #fff;
  background-color: #ffffff4d;
  border: 1px solid #0000;
  border-radius: 4px;
  max-width: 320px;
  height: 56px;
  margin-bottom: 0;
  padding-right: 47px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-copy::placeholder {
  color: #ffffff80;
  font-size: 13px;
  font-weight: 400;
}

.text-block-4 {
  color: var(--grey);
  margin-top: 0;
  font-size: 13px;
  line-height: 145%;
}

.footer-column {
  flex-flow: column;
  align-items: flex-start;
  height: 200px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-column.first {
  max-width: 148px;
  margin-left: 0;
}

.footer-column.last {
  margin-right: 0;
}

.text-block-5 {
  color: #ffffff80;
  margin-top: 18px;
  font-size: 13px;
  line-height: 150%;
}

.form-copy {
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.error-message {
  border-radius: 4px;
}

.form-block-copy {
  width: 267px;
  margin-top: 10px;
  font-size: 13px;
}

.section {
  background-color: var(--off-white);
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 80px 140px 120px;
  line-height: 163%;
}

.section.footer-section {
  background-color: var(--light-grey);
  padding: 60px 140px 30px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.datenschutx {
  padding-top: 20px;
}

.section.pakete {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.ber-uns {
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.section.idee-bg {
  background-image: url('../images/blau-rosa-expert-min.jpg');
  background-position: 50% 60%;
  background-size: cover;
  min-height: 386px;
}

.section.handy {
  padding-bottom: 60px;
}

.section.newspaper {
  padding-top: 0;
}

.section.kurse {
  padding-bottom: 60px;
}

.section.flaxen {
  padding-top: 60px;
  padding-bottom: 60px;
}

.subscribe-text {
  color: #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 170%;
  text-decoration: none;
}

.flexbox {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.flexbox.footer-flexbox {
  align-items: stretch;
  margin-bottom: 30px;
}

.div-block-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.link-block {
  text-decoration: none;
  position: relative;
}

.link-block.link-2.w--current {
  margin-bottom: 0;
}

.text-block-6 {
  color: var(--grey);
  padding-left: 20px;
  padding-right: 20px;
  line-height: 145%;
  transition: all .2s;
}

.text-block-6:hover {
  color: var(--pink-logo);
}

.link-block-2 {
  text-decoration: none;
}

.links-kontakt {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  min-height: 100%;
  margin-left: 6px;
  display: flex;
}

.icons-kontakt {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 65px;
  display: flex;
}

.image {
  width: 75px;
}

.nav-link {
  color: var(--grey);
  font-size: 16px;
  transition: all .2s;
}

.nav-link:hover {
  color: #fa0c63;
}

.nav-link.w--current {
  color: var(--pink-logo);
}

.heading-2 {
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 38px;
}

.heading-2.datenschutz {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.paragraph {
  max-width: 493px;
  max-height: 147px;
  color: var(--grey);
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 163%;
}

.paragraph.impressum {
  margin-top: 40px;
  font-size: 20px;
}

.paragraph.pakete {
  text-align: left;
  max-width: 962px;
  max-height: 100%;
  margin-top: 30px;
  font-size: 20px;
}

.paragraph.pakete.loner-text {
  margin-top: 30px;
  margin-bottom: 0;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 60px;
  display: block;
}

.container1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  padding: 0 60px;
  font-family: Outfit, sans-serif;
}

.all-cards-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-link-block {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.card-front {
  z-index: 2;
  backface-visibility: hidden;
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.page-link-block {
  object-fit: fill;
  width: 268px;
  max-width: 100%;
  height: 103px;
  margin-right: 30px;
}

.card-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  overflow: visible;
}

.card-inner {
  width: 100%;
  height: 100%;
  transform: translate(0);
}

.card-back {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cards-wrap {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
}

.image-2 {
  position: absolute;
}

.image-3 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card {
  aspect-ratio: 1;
  opacity: 1;
  perspective: 73px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  position: relative;
}

.link-block-card {
  display: flex;
  overflow: hidden;
}

.button {
  background-image: url('../images/pexels-paduret-1193743.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 20px;
}

.link-block-5 {
  cursor: pointer;
  max-width: 200px;
  max-height: 200px;
  margin-top: 50px;
  margin-left: 331px;
  text-decoration: none;
}

.link-block-5:hover {
  transform: translate(0, 4px);
}

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

.text-block-7 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  position: relative;
  top: -140px;
  left: 10px;
  overflow: visible;
}

.block-quote {
  border-left-width: 3px;
  border-left-color: #070101;
}

.rich-text {
  font-weight: 400;
}

.rich-text p {
  margin-bottom: 0;
  font-size: 20px;
}

.rich-text blockquote {
  color: var(--grey);
}

.rich-text ol, .rich-text ul {
  font-size: 17px;
}

.rich-text h4 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text h5 {
  margin-top: 20px;
  font-size: 17px;
}

.rich-text a {
  color: var(--pink-logo);
}

.rich-text a:hover, .rich-text.ber-uns {
  color: var(--grey);
}

.rich-text.chronik {
  max-width: 1232px;
  margin-top: 40px;
}

.rich-paragraph {
  text-align: justify;
  font-size: 17px;
}

.rich-paragraph.zeiten {
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

.rich-paragraph.zeiten.uhr {
  margin-top: 10px;
  margin-bottom: 0;
}

.image-5 {
  z-index: 10;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  overflow: visible;
}

.contents-flexbox {
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.grid-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start space-between;
  place-items: center stretch;
  min-width: 486px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 300;
  display: grid;
}

.grid-wrap.reverse {
  justify-content: center;
  align-items: flex-start;
}

.grid-wrap.schwarz {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-items: center stretch;
}

.grid-wrap.ausstellung {
  flex: 1;
  grid-template-rows: auto;
  max-width: 650px;
  margin-bottom: 40px;
}

.grid-wrap.malerei {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-flow: row;
  justify-content: space-between;
}

.list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 90px;
  font-size: 17px;
  display: flex;
}

.list.prices {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: -22px;
  padding-left: 18px;
  font-size: 14px;
}

.heading-4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.nav-menu {
  color: #333;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-wrapper {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-8 {
  color: var(--grey);
  margin-top: 30px;
  font-size: 17px;
}

.flexbox-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding-top: 148px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.flexbox-wrap.reverse {
  flex-flow: row-reverse;
}

.flexbox-wrap.reverse.paket-2 {
  grid-auto-flow: row dense;
  place-content: stretch space-between;
  place-items: start center;
  padding-top: 173px;
}

.flexbox-wrap.paket-3 {
  padding-top: 111px;
}

.image-7 {
  flex: 1;
}

.heading-5 {
  color: #fff;
  max-width: 426px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
  position: relative;
}

.heading-5.angebote {
  max-width: 297px;
  margin-right: 20px;
}

.heading-5.pakete {
  max-width: 282px;
  margin-right: 20px;
}

.heading-5.reverse {
  margin-left: 20px;
}

.image-8 {
  position: absolute;
  inset: auto 0 auto auto;
}

.text-block-9 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  max-width: 540px;
  max-height: 205px;
  margin-left: 760px;
  padding-right: 0;
  position: absolute;
  overflow: hidden;
}

.image-wrapper {
  position: relative;
}

.container-3 {
  width: 100%;
}

.section-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Betrachtung-1-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 1440px;
  height: 445px;
}

.section-2.reverse.paket-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/img7-1-min.jpg');
  background-size: auto, cover;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-2.reverse.s-w-malerei {
  background-image: linear-gradient(#0006, #0006), url('../images/schwarzherz-min.jpg');
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 140px;
  padding-right: 140px;
}

.section-2.paket-1 {
  background-size: auto, cover;
}

.section-2.paket-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/Auswahl-1-min.jpg');
  background-size: auto, cover;
}

.section-2.malerei {
  background-image: linear-gradient(#0006, #0006), url('../images/alle-4-gepixelt-min.jpg');
  padding-left: 140px;
  padding-right: 140px;
}

.section-2.atellier {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_0012-min.jpg');
  padding-left: 140px;
  padding-right: 140px;
}

.text-block-10 {
  color: #fff;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 28px;
  line-height: 38px;
}

.text-block-10.paket-2 {
  align-self: flex-start;
}

.list-item {
  color: var(--grey);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
}

.list-item.b, .list-item.c {
  margin-left: 10px;
  list-style-type: none;
}

.list-item.space {
  box-sizing: border-box;
  margin-top: 40px;
  position: relative;
  overflow: visible;
}

.list-item.space.relative {
  font-size: 14px;
  top: 3px;
}

.list-item.relative {
  position: relative;
  top: 1px;
}

.list-item-2 {
  color: #fff;
  font-size: 18px;
}

.list-2 {
  color: #000;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 143.2%;
}

.list-2.pakete {
  color: #000;
  padding-left: 0;
}

.paragraph-2 {
  min-width: 953px;
  color: var(--grey);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.div-block-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.button-2 {
  background-color: var(--pink-logo);
  text-align: center;
  border-radius: 4px;
  flex: none;
  align-self: center;
  margin-top: 0;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  position: static;
}

.button-2:hover {
  background-color: #cc0a51;
}

.button-2.pakete {
  border: 1px solid var(--pink-logo);
  margin-top: 40px;
  transition-property: all;
}

.button-2.pakete:hover {
  border: 1px solid var(--pink-logo);
  color: var(--pink-logo);
  background-color: #cc0a5100;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 143.2%;
}

.lists-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  margin-left: 15px;
  font-size: 14px;
  display: flex;
}

.lists-wrap.sw {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  font-size: 14px;
}

.text-block-12 {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  line-height: 140%;
}

.text-area {
  text-align: left;
  border: 2px solid #bbc8d4;
  border-radius: 4px;
  width: 320px;
  height: 56px;
}

.text-area:focus-visible, .text-area[data-wf-focus-visible] {
  color: var(--grey);
}

.text-area::placeholder {
  color: #bbc8d4;
  font-size: 16px;
}

.text-area.text-box {
  text-align: left;
  height: 112px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 14px;
}

.text-area.text-box::placeholder {
  overflow-wrap: normal;
}

.absenden-button {
  border: 1px solid var(--pink-logo);
  background-color: var(--pink-logo);
  text-align: center;
  vertical-align: baseline;
  border-radius: 4px;
  flex: none;
  align-self: center;
  width: 145px;
  height: 49px;
  margin-top: 40px;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.absenden-button:hover {
  border: 1px solid var(--pink-logo);
  background-color: var(--off-white);
  color: var(--pink-logo);
}

.form {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.form.ber-uns {
  text-align: center;
}

.heading-6 {
  color: var(--grey);
  margin-top: 60px;
  margin-bottom: 0;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 0;
}

.form-block.ber-uns {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
}

.div-block-5 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.paragraph-3 {
  min-width: auto;
  max-width: 266px;
  min-height: auto;
  max-height: 361px;
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 20px;
}

.image-9 {
  object-fit: cover;
  flex: 1;
}

.image-10 {
  aspect-ratio: auto;
  object-fit: cover;
  flex: 1;
}

.div-block-6 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 467px;
  max-height: 433px;
  display: flex;
  overflow: hidden;
}

.div-block-7 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 367px;
  max-height: 433px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8.ber-uns {
  margin-top: 60px;
}

.text-block-home {
  color: var(--grey);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.text-block-home.klick {
  color: var(--pink-logo);
  margin-top: 50px;
}

.heading-8 {
  color: #333;
  text-align: center;
}

.heading-8.home {
  font-size: 27px;
}

.heading-9 {
  color: #333;
  text-align: center;
  margin-top: 30px;
}

.heading-9.home {
  font-size: 23px;
}

.image-11 {
  text-align: center;
  width: 688px;
  height: 511px;
}

.div-block-9 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-10 {
  color: var(--grey);
  margin-top: 30px;
  margin-bottom: 0;
}

.list-preise {
  color: #fff;
  align-self: auto;
  min-width: 162px;
  margin-bottom: 20px;
  overflow: visible;
}

.div-block-11 {
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

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

.heading-12 {
  color: var(--grey);
  text-align: center;
  font-size: 17px;
}

.flex-wrap {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-4 {
  max-width: 100%;
  min-height: auto;
  color: var(--grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
}

.paragraph-5 {
  float: none;
  max-width: 100%;
  color: var(--grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  overflow: visible;
}

.flex-3-bilder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-6 {
  min-width: 919px;
  max-width: 1232px;
  min-height: 55px;
  color: var(--grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
}

.bold-text {
  color: var(--pink-logo);
  text-decoration: underline;
}

.heading-13 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 23px;
}

.paragraph-7 {
  min-width: 942px;
  max-width: 1232px;
  min-height: 110px;
  color: var(--grey);
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}

.flex-3-bilder-kleiner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 1232px;
  display: flex;
  overflow: visible;
}

.text-block-13 {
  color: var(--grey);
  text-align: center;
  transition: opacity .2s;
}

.paragraph-8 {
  color: var(--grey);
  text-align: center;
}

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

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-12 {
  max-width: 565px;
  max-height: 364px;
}

.image-div-3fach {
  align-self: center;
  width: 436px;
  height: 326px;
  display: block;
}

.image-13 {
  width: 437px;
  height: 326px;
}

.image-14 {
  width: 436px;
  height: 326px;
}

.image-15 {
  width: 245px;
  height: 326px;
}

.image-16 {
  min-width: 224px;
  min-height: 299px;
}

.image-17 {
  min-width: 224px;
  min-height: 229px;
}

.image-18 {
  min-width: 398px;
  min-height: 299px;
}

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

.gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.bild-text {
  z-index: 1;
  color: var(--grey);
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.bild-text:hover {
  z-index: 10;
}

.text-block-14 {
  min-width: 281px;
  min-height: 83px;
  margin-top: 30px;
  font-size: 20px;
}

.text-block-15 {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 20px;
}

.text-block-16 {
  margin-top: 30px;
  font-size: 20px;
}

.image-19 {
  object-fit: fill;
  width: 100%;
  height: 344px;
  margin-left: 0;
  margin-right: 40px;
  overflow: hidden;
}

.image-20 {
  min-width: 265px;
  min-height: 353px;
  margin-left: 140px;
  margin-right: 140px;
}

.image-21 {
  min-width: 265px;
  min-height: 353px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-17 {
  color: var(--grey);
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.link-3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  display: block;
}

.div-block-13 {
  margin-top: 20px;
  display: flex;
}

.image-22 {
  margin-right: 5px;
  transition: all .2s;
}

.image-22:hover {
  opacity: .51;
}

.heading-17 {
  text-align: center;
  margin-bottom: 40px;
}

.link-block-6 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
  display: flex;
}

.text-block-18 {
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  margin-bottom: 10px;
}

.success-message-2 {
  background-color: var(--light-grey);
  border-radius: 32px;
  max-width: 682px;
}

.image-23 {
  max-width: 40%;
}

.error-message-2 {
  text-align: center;
  border-radius: 32px;
  margin-top: 20px;
  font-size: 16px;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-24 {
  text-align: center;
  margin-top: 20px;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 1232px;
  margin-top: 60px;
  display: flex;
}

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

.div-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 1232px;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.image-25 {
  object-fit: cover;
}

.section-3 {
  background-image: url('../images/kunst-event-bg-min.jpg');
  background-position: 10%;
  background-size: cover;
  background-attachment: scroll;
  min-width: 100%;
  min-height: 386px;
}

.image-26 {
  object-fit: cover;
  object-position: 20% 50%;
  width: 499px;
}

.image-27 {
  align-self: flex-start;
  width: 499px;
}

.image-28 {
  object-fit: fill;
  height: 374px;
}

.img-wrap-box {
  z-index: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 218px;
  min-height: 291px;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-9 {
  text-align: left;
  max-width: 1232px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-15-2 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1158px;
  max-height: 291px;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.image-27-copy {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-26-copy {
  object-fit: cover;
  min-width: 218px;
  min-height: 291px;
}

.image-28-copy {
  object-fit: cover;
  min-width: 218px;
  min-height: 291px;
  max-height: 291px;
}

.image-29-copy, .image-30-copy {
  object-fit: cover;
  min-width: 218px;
  height: 291px;
  min-height: 291px;
}

.img-wrap-box-copy {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: block;
  overflow: visible;
}

.div-block-18 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1158px;
  max-height: 374px;
  display: flex;
}

.image-31 {
  object-fit: fill;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

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

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

.div-block-15-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1232px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.image-27-copy {
  width: 280px;
}

.image-26-copy {
  object-fit: cover;
  object-position: 20% 50%;
  width: 499px;
}

.image-26-copy-copy {
  object-fit: cover;
  object-position: 20% 50%;
  width: 100%;
  height: 374px;
}

.image-27-copy-copy {
  height: 374px;
}

.paragraph-10, .heading-18 {
  text-align: center;
  margin-bottom: 0;
}

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

.div-block-21 {
  background-image: url('../images/IMG_9784-1-min.jpg');
  background-position: 0 0;
  background-size: cover;
  min-width: 367px;
  max-width: 100%;
  min-height: 433px;
  max-height: 100%;
  display: flex;
}

.div-block-22 {
  background-image: url('../images/katja-malt-1-min.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 367px;
  max-width: 100%;
  min-height: 433px;
  max-height: 100%;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.img-wrap-box-copy {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 566px;
  max-height: 819px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.galerie-2 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 1232px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.galerie-div {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.galerie-div:hover {
  z-index: 10;
}

.image-34 {
  z-index: 100;
  object-fit: cover;
  width: 218px;
  height: 291px;
  overflow: hidden;
}

.list-item-10 {
  font-size: 14px;
}

.div-block-25 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-21 {
  color: var(--grey);
}

.text-block-19 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

.klick-cta-home {
  color: var(--pink-logo);
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
}

.image-35, .image-36, .image-37, .image-38 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.section-grid {
  background-color: var(--off-white);
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

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

.img-wrap {
  width: 600px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.img-wrap.reverse {
  width: 600px;
  height: 400px;
  display: flex;
}

.text-wrap {
  align-self: flex-start;
  min-width: 380px;
  margin-left: 40px;
}

.text-wrap.reverse {
  align-self: flex-start;
  margin-left: 0;
  margin-right: 60px;
}

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

.image-39.reverse {
  object-fit: cover;
}

.heading-22 {
  font-size: 28px;
}

.section-grid-reverse {
  background-color: var(--off-white);
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.image-40 {
  margin-left: 1px;
}

.section-kurse {
  background-color: var(--off-white);
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.text-block-20 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.text-block-21 {
  font-size: 20px;
}

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

.image-39-copy.reverse {
  object-fit: cover;
}

.event-flyer-wrapper {
  max-width: 50vw;
  margin: 0 auto 20px;
  display: block;
}

.event-flyer-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.plakat-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  max-height: 60vh;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.heading-26 {
  color: var(--grey);
  margin-top: 60px;
}

.heading-27 {
  color: var(--grey);
  margin-bottom: 20px;
  font-size: 30px;
}

.paragraph-11 {
  max-width: 540px;
  color: var(--grey);
  font-size: 20px;
}

.image-42 {
  position: relative;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
  position: relative;
}

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

.bold-text-4 {
  color: var(--pink-logo);
}

.plakat-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.shop-item-wrapper {
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.shop-item-outer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.image-44 {
  object-fit: fill;
  min-width: 80%;
  position: relative;
}

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

.shop-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 450px;
  display: flex;
}

.text-block-23 {
  text-align: center;
  margin-top: 10px;
}

.image-45 {
  object-fit: cover;
  width: 225px;
  height: 300px;
}

.shop-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  display: grid;
}

.bold-text-5 {
  font-size: 17px;
}

.image-46 {
  object-fit: cover;
  width: 150px;
  height: 300px;
}

.image-47, .image-48 {
  object-fit: cover;
  width: 220px;
  height: 300px;
}

.heading-28 {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

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

.gallery-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-left: 0;
  }

  .text-block-4 {
    margin-top: 0;
    font-size: 13px;
  }

  .footer-column {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 30px;
  }

  .footer-column.first {
    max-width: 130px;
  }

  .section {
    padding: 40px;
  }

  .section.footer-section {
    background-color: var(--light-grey);
  }

  .section.overflow-hidden {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.ber-uns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.idee-bg {
    min-height: 258px;
    padding-bottom: 40px;
  }

  .section.handy {
    padding-bottom: 40px;
  }

  .flexbox {
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .flexbox.footer-flexbox {
    flex-flow: wrap;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 35px;
  }

  .heading-2.datenschutz {
    font-size: 35px;
  }

  .paragraph {
    margin-bottom: 60px;
  }

  .paragraph.impressum {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph.pakete {
    margin-bottom: 0;
    font-size: 15px;
  }

  .card-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .cards-wrap {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text p {
    text-align: center;
    margin-bottom: 10px;
  }

  .rich-text h4 {
    text-align: center;
  }

  .rich-text h3 {
    text-align: center;
    margin-top: 30px;
  }

  .rich-text strong {
    color: #333;
  }

  .rich-text.chronik {
    text-align: center;
  }

  .grid-wrap {
    place-items: center start;
    min-width: 425px;
  }

  .grid-wrap.reverse {
    place-items: center start;
  }

  .grid-wrap.schwarz {
    place-items: center;
  }

  .grid-wrap.malerei {
    align-content: center;
    place-items: center;
  }

  .list.prices {
    font-size: 17px;
    line-height: 143.2%;
  }

  .menu-button {
    border-radius: 1px;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 4px 4px 0 0;
    left: 20px;
  }

  .nav-menu {
    background-color: var(--light-grey);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .text-wrapper {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .flexbox-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-auto-flow: row;
    place-content: center space-between;
    place-items: center;
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flexbox-wrap.reverse.paket-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: -10px;
    font-size: 32px;
    display: flex;
    position: static;
  }

  .heading-5.pakete, .heading-5.reverse {
    font-size: 30px;
  }

  .section-2.reverse.s-w-malerei, .section-2.atellier {
    padding-left: 120px;
    padding-right: 120px;
  }

  .text-block-10 {
    font-size: 24px;
  }

  .list-item {
    font-size: 13px;
  }

  .list-2 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .paragraph-2 {
    min-width: 100%;
    font-size: 15px;
  }

  .button-2.pakete {
    margin-top: 20px;
  }

  .lists-wrap {
    justify-content: center;
    align-items: center;
  }

  .lists-wrap.sw {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-width: 50%;
  }

  .text-block-12 {
    text-align: right;
    font-size: 22px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-top: 40px;
    overflow: hidden;
  }

  .paragraph-3 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
  }

  .image-9 {
    object-fit: fill;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
    position: relative;
  }

  .image-10 {
    min-width: auto;
    min-height: auto;
    max-height: 100%;
    position: relative;
  }

  .text-block-home {
    margin-top: 20px;
  }

  .heading-8 {
    color: #333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-9 {
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-11 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .list-preise {
    padding-left: 20px;
    font-size: 17px;
    line-height: 143.2%;
  }

  .div-block-12 {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-11 {
    font-size: 30px;
  }

  .paragraph-4 {
    min-width: 280px;
    margin-left: 40px;
    font-size: 16px;
  }

  .paragraph-5, .paragraph-6 {
    text-align: center;
    min-width: 100%;
    min-height: 100%;
    font-size: 16px;
  }

  .heading-13 {
    min-width: 100%;
    min-height: 100%;
    font-size: 19px;
  }

  .paragraph-7 {
    min-width: 100%;
    min-height: 100%;
    font-size: 16px;
  }

  .flex-3-bilder-kleiner {
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    max-width: 430px;
    max-height: 280px;
  }

  .gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bild-text {
    flex: 1;
  }

  .text-block-14 {
    min-width: 0;
    min-height: 0;
  }

  .image-19._1st {
    width: 100%;
  }

  .heading-17 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .link-block-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-14 {
    margin-bottom: 0;
  }

  .image-24 {
    margin-top: 40px;
  }

  .div-block-15 {
    flex-flow: row;
    width: 100%;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: visible;
  }

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

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

  .image-26, .image-27, .image-28 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .img-wrap-box {
    aspect-ratio: 3 / 4;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    display: flex;
    overflow: hidden;
  }

  .image-29, .image-30 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .paragraph-9 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-15-2 {
    flex-flow: row;
  }

  .image-27-copy, .image-26-copy, .image-28-copy, .image-29-copy, .image-30-copy {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .img-wrap-box-copy {
    aspect-ratio: 3 / 4;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    display: flex;
    overflow: hidden;
  }

  .div-block-15-3 {
    flex-flow: row;
    width: 100%;
  }

  .image-27-copy, .image-26-copy, .image-26-copy-copy, .image-27-copy-copy {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading-18, .bold-text-2 {
    text-align: center;
    font-size: 22px;
  }

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

  .div-block-21 {
    background-position: 50% 0;
    flex: 0 auto;
    min-width: 280px;
    max-width: 100%;
    min-height: 435px;
    max-height: 100%;
  }

  .div-block-22 {
    background-position: 50%;
    flex-flow: row;
    flex: 0 auto;
    min-width: 280px;
    max-width: 367px;
    min-height: 435px;
    max-height: 433px;
    overflow: hidden;
  }

  .img-wrap-box-copy {
    z-index: 1;
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    left: auto;
    overflow: hidden;
  }

  .image-33 {
    object-fit: fill;
    max-height: 100%;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .galerie-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: 768px;
    height: auto;
  }

  .galerie-div {
    max-width: 100%;
  }

  .image-34 {
    flex: 0 auto;
    width: auto;
    min-width: 200px;
    min-height: 206px;
    overflow: hidden;
  }

  .heading-20 {
    margin-top: 10px;
    font-size: 30px;
  }

  .list-item-3 {
    font-size: 16px;
  }

  .list-item-4 {
    font-size: 17px;
  }

  .list-item-5 {
    font-size: 16px;
  }

  .list-item-6 {
    font-size: 17px;
  }

  .list-item-7 {
    line-height: 143.2%;
  }

  .list-item-10 {
    font-size: 17px;
  }

  .div-block-25 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .text-block-19 {
    margin-left: 9px;
    font-size: 21px;
  }

  .klick-cta-home {
    margin-top: 20px;
  }

  .section-grid {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .img-wrap {
    width: 270px;
    height: 240px;
    display: flex;
  }

  .img-wrap.reverse {
    width: 270px;
    height: 240px;
  }

  .text-wrap {
    min-width: 0;
    max-width: 50%;
  }

  .text-wrap.reverse {
    margin-right: 20px;
  }

  .heading-22 {
    margin-top: 10px;
    font-size: 20px;
  }

  .section-grid-reverse {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-23 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-24, .heading-25 {
    font-size: 30px;
  }

  .section-kurse {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .plakat-wrapper, .plakat-wrapper-2 {
    max-width: 60%;
    max-height: 60%;
  }

  .shop-item {
    width: 250px;
    height: 450px;
  }

  .shop-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    flex-flow: column;
    height: 100px;
    margin-right: 0;
  }

  .footer-column.first {
    width: 122px;
  }

  .section {
    padding: 20px 30px;
    overflow: hidden;
  }

  .section.footer-section {
    background-color: var(--light-grey);
  }

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

  .section.ber-uns {
    padding: 20px 20px 0;
  }

  .section.idee-bg {
    min-height: 198px;
    padding: 0;
  }

  .section.handy {
    padding-bottom: 20px;
  }

  .flexbox.footer-flexbox {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-3 {
    min-width: 100%;
  }

  .nav-link {
    position: relative;
  }

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

  .heading-2.datenschutz {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .paragraph.impressum {
    margin-top: 40px;
  }

  .cards-wrap {
    justify-content: center;
    align-items: center;
    min-width: 50%;
    min-height: 50%;
  }

  .card {
    justify-content: center;
    align-items: center;
  }

  .link-block-5 {
    margin-left: 170px;
  }

  .rich-text {
    font-size: 14px;
  }

  .rich-text p {
    white-space: pre-wrap;
    word-break: normal;
    font-size: 15px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 21px;
  }

  .rich-text.ber-uns {
    font-size: 14px;
  }

  .rich-text.chronik {
    margin-top: 20px;
  }

  .grid-wrap {
    place-items: center start;
    min-width: 320px;
    font-size: 14px;
  }

  .grid-wrap.reverse {
    min-width: 270px;
  }

  .grid-wrap._3 {
    min-width: 260px;
  }

  .grid-wrap.schwarz {
    text-align: center;
    justify-content: center;
    align-self: center;
    place-items: center;
  }

  .grid-wrap.malerei {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    left: 20px;
  }

  .flexbox-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
  }

  .flexbox-wrap.reverse.paket-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-left: 40px;
  }

  .flexbox-wrap.paket-3 {
    padding-top: 100px;
  }

  .heading-5 {
    max-width: 100%;
  }

  .heading-5.angebote {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-5.pakete {
    margin-right: 10px;
    font-size: 23px;
  }

  .heading-5.reverse {
    margin-left: 0;
    font-size: 23px;
  }

  .section-2.reverse.s-w-malerei, .section-2.malerei {
    height: 350px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-block-10 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .list-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 150px;
    font-size: 15px;
    display: flex;
  }

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

  .lists-wrap {
    flex-flow: column;
  }

  .lists-wrap.sw {
    justify-content: center;
    align-items: center;
    margin-left: 35px;
    padding-left: 20px;
  }

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

  .heading-6 {
    margin-top: 40px;
    font-size: 30px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    margin-top: 20px;
    overflow: hidden;
  }

  .paragraph-3 {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 142%;
  }

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

  .image-10 {
    object-fit: fill;
  }

  .div-block-7 {
    flex-flow: row;
  }

  .list-preise {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 184px;
    display: flex;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .heading-11 {
    margin-top: 10px;
    font-size: 25px;
  }

  .heading-12 {
    font-size: 16px;
  }

  .flex-wrap {
    flex-flow: column;
    margin-top: 20px;
  }

  .paragraph-4 {
    text-align: center;
    min-width: 100%;
    min-height: 100%;
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px;
  }

  .paragraph-5 {
    margin-top: 20px;
    font-size: 15px;
  }

  .flex-3-bilder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .heading-13 {
    margin-top: 30px;
    font-size: 18px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .flex-3-bilder-kleiner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .heading-15 {
    font-size: 30px;
  }

  .image-12 {
    max-width: 360px;
  }

  .image-13, .image-14 {
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 50%;
  }

  .image-15 {
    width: auto;
    max-width: 28.5%;
    height: auto;
  }

  .image-17 {
    max-width: 50%;
    max-height: 50%;
  }

  .image-18 {
    min-width: 400px;
    max-width: 100%;
    min-height: 229px;
    max-height: 100%;
    overflow: clip;
  }

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

  .image-19 {
    height: 220px;
  }

  .text-block-17 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-17 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .div-block-15-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bold-text-2 {
    font-size: 21px;
  }

  .div-block-21 {
    background-image: url('../images/IMG_9784-1-min.jpg');
    background-position: 100% 0;
    background-size: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 31vw;
    max-width: 100%;
    min-height: 46vh;
    max-height: 100%;
    overflow: hidden;
  }

  .div-block-22 {
    background-image: url('../images/katja-malt-1-min.jpg');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    min-width: 31vw;
    max-width: 100%;
    min-height: 46vh;
    max-height: 100%;
    padding-right: 0;
  }

  .img-wrap-box-copy {
    max-width: 100%;
  }

  .image-33 {
    max-height: 100%;
  }

  .galerie-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-26 {
    flex: 0 auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .text-block-19 {
    align-self: center;
    margin-top: 5px;
    font-size: 19px;
  }

  .section-grid {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-wrap {
    width: 250px;
    height: 220px;
  }

  .text-wrap {
    margin-left: 20px;
  }

  .text-wrap.reverse {
    align-self: flex-start;
    margin-right: 20px;
  }

  .heading-22 {
    font-size: 18px;
  }

  .section-grid-reverse {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-24, .heading-25 {
    font-size: 25px;
  }

  .section-kurse {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .plakat-wrapper {
    max-width: 60%;
    max-height: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-27 {
    font-size: 25px;
  }

  .paragraph-11 {
    font-size: 15px;
  }

  .text-span {
    color: var(--pink-logo);
  }

  .plakat-wrapper-2 {
    max-width: 60%;
    max-height: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .shop-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-top: 20px;
  }

  .text-block-23 {
    font-size: 15px;
  }

  .image-45 {
    width: auto;
    max-width: 50%;
    height: auto;
  }

  .shop-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
    position: relative;
  }

  .image-46, .image-47, .image-48 {
    width: auto;
    max-width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 28px;
  }

  .link-2.kontakt {
    position: relative;
  }

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

  .text-block-4 {
    margin-bottom: 0;
  }

  .footer-column {
    height: auto;
    margin-bottom: 20px;
  }

  .footer-column.first {
    order: -1;
    width: 148px;
    height: auto;
  }

  .footer-column.last {
    order: -1;
  }

  .form-block-copy {
    width: 100%;
    max-width: 267px;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 40px;
    display: flex;
  }

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

  .section.overflow-hidden {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.ber-uns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.handy {
    padding-bottom: 20px;
  }

  .section.flaxen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flexbox.footer-flexbox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
  }

  .text-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: flex-start;
    height: 68px;
  }

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

  .heading-2.datenschutz {
    max-width: 100%;
    font-size: 25px;
  }

  .paragraph.impressum {
    max-width: 100%;
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph.pakete {
    text-align: center;
    font-size: 15px;
  }

  .card-wrap {
    flex-flow: column;
    width: 90vw;
    min-width: auto;
  }

  .cards-wrap {
    flex-flow: column;
    min-width: 50%;
    margin-top: 0;
  }

  .card {
    flex-flow: column;
    max-width: 50%;
    max-height: 50%;
  }

  .link-block-5 {
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block-7 {
    font-size: 18px;
    position: relative;
  }

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

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h3 {
    font-size: 21px;
  }

  .rich-text strong {
    font-size: 18px;
  }

  .rich-text a {
    color: var(--pink-logo);
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: block;
    overflow: hidden;
  }

  .rich-text a:hover {
    color: var(--grey);
  }

  .rich-text.chronik {
    margin-top: 60px;
  }

  .grid-wrap, .grid-wrap.reverse, .grid-wrap._3 {
    min-width: auto;
  }

  .grid-wrap.schwarz {
    place-items: center;
  }

  .grid-wrap.ausstellung {
    min-width: auto;
    max-width: 100%;
  }

  .list.prices {
    font-size: 14px;
  }

  .image-6 {
    margin-top: 0;
    position: relative;
  }

  .text-wrapper {
    text-align: center;
  }

  .flexbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flexbox-wrap.reverse.paket-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .flexbox-wrap.paket-3 {
    padding-top: 100px;
  }

  .heading-5 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    font-size: 25px;
  }

  .heading-5.angebote {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    left: 59px;
  }

  .section-2.reverse.s-w-malerei {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 40px 40px;
  }

  .section-2.malerei {
    text-align: center;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .section-2.atellier {
    height: auto;
    padding-bottom: 40px;
  }

  .list-item {
    text-align: center;
  }

  .list-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
    padding-left: 10px;
    font-size: 14px;
  }

  .list-2.pakete {
    text-align: left;
    min-width: auto;
    max-width: 100%;
  }

  .paragraph-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    font-size: 15px;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lists-wrap.sw {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .text-block-12 {
    text-align: center;
    object-fit: fill;
    font-size: 16px;
    display: block;
  }

  .text-area {
    flex: 1;
    width: 230px;
  }

  .text-area.text-box {
    height: auto;
  }

  .absenden-button {
    margin-top: 20px;
  }

  .heading-6 {
    color: var(--grey);
    margin-top: 20px;
    font-size: 28px;
  }

  .form-block {
    margin-top: 20px;
  }

  .heading-7 {
    font-size: 25px;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    overflow: visible;
  }

  .paragraph-3 {
    max-width: 100%;
    max-height: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-10 {
    position: relative;
    overflow: hidden;
  }

  .image-11 {
    overflow: visible;
  }

  .div-block-9 {
    width: 50vw;
  }

  .div-block-10 {
    margin-top: 40px;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 18px;
  }

  .list-preise {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .heading-11 {
    font-size: 28px;
  }

  .paragraph-4, .paragraph-5 {
    font-size: 15px;
  }

  .paragraph-6 {
    margin-top: 10px;
    font-size: 15px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .flex-3-bilder-kleiner {
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .heading-15 {
    font-size: 30px;
  }

  .image-16, .image-17 {
    width: auto;
    min-width: auto;
    max-width: 50%;
    height: auto;
    min-height: auto;
    max-height: 50%;
  }

  .image-18 {
    width: auto;
    min-width: auto;
    max-width: 89%;
    height: auto;
    min-height: auto;
    max-height: 100%;
  }

  .heading-16 {
    text-align: center;
    overflow-wrap: break-word;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    font-size: 30px;
  }

  .gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .image-19 {
    max-width: 100%;
    height: 340px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .heading-17 {
    margin-bottom: 0;
    font-size: 27px;
  }

  .div-block-15 {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .div-block-16 {
    flex-flow: wrap;
  }

  .section-3 {
    min-width: 50%;
    min-height: 180px;
  }

  .paragraph-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .div-block-15-2 {
    flex-flow: wrap;
  }

  .div-block-15-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .heading-18, .bold-text-2 {
    font-size: 20px;
  }

  .div-block-21 {
    flex: 1;
    align-items: stretch;
    min-width: 49vw;
    min-height: 29vh;
  }

  .div-block-22 {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    min-width: 49vw;
    max-width: 100%;
    min-height: 29vh;
    max-height: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .galerie-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-top: 20px;
  }

  .galerie-div {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .image-34 {
    object-fit: cover;
    max-width: 50%;
    height: auto;
    max-height: 50%;
  }

  .list-item-3, .list-item-4, .list-item-5 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .list-item-6 {
    font-size: 14px;
  }

  .list-item-8, .list-item-9, .list-item-10 {
    margin-bottom: 10px;
  }

  .list-item-11 {
    margin-bottom: 0;
  }

  .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-21 {
    color: var(--grey);
    font-size: 30px;
  }

  .bold-text-3 {
    width: 100%;
  }

  .text-block-19 {
    margin-top: 10px;
    font-size: 16px;
  }

  .section-grid {
    padding-top: 10px;
  }

  .content-flex {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .img-wrap {
    order: -9999;
    height: 180px;
    margin-top: 20px;
  }

  .img-wrap.reverse {
    width: 250px;
    height: 180px;
    margin-top: 20px;
  }

  .text-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    display: flex;
  }

  .text-wrap.reverse {
    align-self: stretch;
    margin-right: 0;
  }

  .heading-22 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-grid-reverse {
    padding-top: 10px;
  }

  .heading-23 {
    text-align: center;
    font-size: 25px;
  }

  .section-kurse {
    padding-top: 10px;
  }

  .plakat-wrapper {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
  }

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

  .heading-27 {
    color: var(--grey);
    font-size: 23px;
  }

  .plakat-wrapper-2 {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
  }

  .gallery-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
}


