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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sourcesanspro, Arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: Sourcesanspro, Arial, sans-serif;
}

a {
  font-family: Sourcesanspro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.body {
  background-color: transparent;
  font-size: 100%;
}

.grund-start {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0.75rem;
  margin-left: 0px;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 600;
}

.grund-start.weiss {
  margin-top: 0px;
  margin-bottom: 2rem;
  color: #fffefe;
  font-weight: 600;
}

.start-text-block {
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.wrapper {
  display: block;
  width: auto;
  max-width: 1600px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 122px;
  background-color: #83d0f4;
}

.wrapper._04 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f18b00;
}

.wrapper._01 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper._02 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper._03 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper._00 {
  padding-bottom: 0px;
  background-color: rgba(131, 208, 244, 0);
}

.wrapper._05 {
  padding-bottom: 0px;
  background-color: #f18b00;
}

.grid-2 {
  width: 100%;
  margin-top: 3em;
  margin-bottom: auto;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: minmax(100px, 0.25fr) 0.25fr 0.25fr 0.75fr;
  grid-template-columns: minmax(100px, 0.25fr) 0.25fr 0.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1.2rem;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zahlen-startseite {
  font-family: Sourcesanspro, Arial, sans-serif;
  color: #fffefe;
  font-size: 26px;
  line-height: 110%;
  font-weight: 400;
}

.zahlen-startseite:hover {
  font-style: normal;
  text-decoration: none;
}

.zahlen-startseite:focus {
  text-decoration: none;
}

.zahlen-startseite._04 {
  padding-left: 150%;
}

.zahlen-gross-startseite {
  margin-left: -6px;
  font-family: Sourcesanspro, Arial, sans-serif;
  font-size: 100px;
  font-weight: 600;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #a0abb1;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navgross {
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.3rem;
  font-weight: 600;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Sourcesanspro, Arial, sans-serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1rem;
  font-weight: 400;
}

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

.nav-link.w--current {
  color: #fffefe;
}

.nav-link.projekte {
  color: #fffefe;
}

.nav-link.shop {
  color: #fffefe;
}

.nav-link-2 {
  padding-top: 18px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1rem;
  font-weight: 400;
}

.nav-link-2:hover {
  color: #fffefe;
}

.nav-link-2.w--current {
  padding-top: 18px;
  padding-bottom: 15px;
  padding-left: 0px;
  color: #fffefe;
  font-size: 1rem;
  font-weight: 400;
}

.image {
  width: 19rem;
  margin-top: 0em;
  margin-left: 0px;
}

.imgcont {
  height: 350px;
  margin-top: 53px;
  margin-bottom: 39px;
  background-image: url('../images/hg-start.jpg');
  background-position: -100px 0px;
  background-size: cover;
}

.imgcont.leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hg-01_leistungen_opt.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.imgcont.projekte {
  height: 20rem;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/hg-02_projekte_opt.jpg');
  background-position: 50% 0%;
  background-size: cover;
  line-height: 20rem;
}

.imgcont.kontakt {
  height: 20rem;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/hg-03_kontakte_opt.jpg');
  line-height: 20rem;
}

.imgcont.shop {
  height: 20rem;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/hg-04_shop_opt_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-menu {
  margin-right: 0px;
  margin-left: 0px;
}

.titel {
  margin-top: 0px;
  margin-bottom: 0rem;
  margin-left: 0px;
  color: #fffefe;
  font-size: 3.2rem;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.seitentitel {
  margin: 0px auto 0px 0px;
  padding-top: 0px;
  padding-bottom: 1.2rem;
  font-family: Sourcesanspro, Arial, sans-serif;
  color: #fffefe;
  font-size: 1.8rem;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.seitentitelgross {
  margin-left: -6px;
  font-size: 6.8rem;
  font-weight: 600;
}

.grund-leistungen {
  margin-bottom: 0px;
  font-size: 1.1rem;
  line-height: 150%;
  font-weight: 400;
}

.grund-leistungen.weiss {
  color: #fffefe;
}

.gridleistungen {
  width: 56rem;
  margin: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grund-projekte {
  width: 60rem;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0px;
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 400;
}

.aufzaehl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
  color: #000;
  cursor: pointer;
}

.aufzaehl-block:hover {
  opacity: 1;
}

.grafik {
  display: block;
  width: 2.5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aufzaehl-pfeil {
  display: inline-block;
  font-weight: 700;
}

.text {
  width: 85%;
  padding-top: 2px;
  padding-left: 6px;
}

.aufzaehltext {
  font-family: 'Droid Sans', sans-serif;
}

.containeraufzaehlung {
  display: none;
  overflow: visible;
}

.link-block {
  display: block;
  width: 100px;
  height: 100px;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.grid-5 {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.75fr 0.5fr 0.75fr;
  grid-template-columns: 0.75fr 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  margin-left: 0px;
  font-family: Sourcesanspro, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph.abstand {
  margin-bottom: 24px;
}

.text-span {
  color: #00a0e6;
}

.image-6 {
  width: 224px;
  margin-left: 18px;
}

.shoptext {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.rr-logo {
  width: 18rem;
  margin-bottom: 2rem;
}

.background-video {
  height: 20rem;
  margin-top: 50px;
  margin-bottom: 0px;
}

.section-2 {
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: #83d0f4;
}

._4rem {
  height: 4rem;
}

.logoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inhaltscontainer {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._6rem {
  height: 6rem;
}

.shoplink {
  width: 18rem;
  margin-bottom: 13px;
  padding-top: 5px;
  padding-bottom: 7px;
  background-color: #fffefe;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.3rem;
  font-weight: 400;
  cursor: pointer;
}

.grid-shoplinks {
  grid-column-gap: 80px;
  -ms-grid-columns: 0.25fr 0.5fr;
  grid-template-columns: 0.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bestelldaten {
  display: block;
  width: 35%;
  margin-bottom: 0px;
  padding-right: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.3rem;
  line-height: 1.2;
}

.bestelldaten.rechts {
  width: 65%;
  margin-bottom: 0px;
}

.betelltext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-9 {
  margin-bottom: 19px;
}

.text-span-3 {
  color: #00a0e6;
  font-weight: 600;
}

.text-span-4 {
  color: #fffefe;
}

.text-span-5 {
  font-weight: 600;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-9 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-block-2 {
  width: auto;
  height: auto;
  margin-top: 30px;
  margin-bottom: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.container {
  display: block;
  width: 80%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.impressum {
  width: 50%;
}

.beschreibbeispiele {
  display: block;
  margin-top: 97px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.beschreibbeispiele.mehr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.beschreibbeispiele.mehr.zwei {
  margin-top: 0px;
}

.beschreibbeispiele.mitte {
  margin-top: 0px;
}

.beispielcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.beispielcontainer.postkarten {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.body-2 {
  font-family: Sourcesanspro, Arial, sans-serif;
}

.div-block-11 {
  margin-bottom: 0px;
}

.linkprojekte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 54px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffefe;
}

.linkprojekte:hover {
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
}

.zur-ck-button {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  margin-top: -195px;
  margin-left: -70px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  background-color: #fffefe;
  text-decoration: none;
}

.zur-ck-button:hover {
  border-color: rgba(0, 160, 230, 0.59);
}

.zur-ck-button.wuerttemb {
  margin-top: -91px;
}

.zur-ck-text {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.2em;
}

.zur-ck-text:hover {
  color: rgba(0, 0, 0, 0.65);
}

.div-block-12.ruebezahl {
  width: 41%;
}

.shopblock {
  position: relative;
  margin-bottom: 0px;
}

.shopblock.postkarte {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.produkttext {
  position: static;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  font-size: 1rem;
  line-height: 1.2;
}

.produkttext-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  max-width: none;
  margin-top: 0px;
  margin-left: 16%;
  padding-right: 5%;
}

.produkttext-container.weihn {
  padding-right: 5%;
}

.image-11 {
  width: 50%;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.5em;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #414040;
  color: #000;
}

.footerlink {
  color: rgba(255, 254, 254, 0.71);
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: none;
}

.impressumgsblock {
  display: block;
  margin-top: 97px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.impressum {
  font-size: 1.1rem;
}

.impressum p {
  font-size: 1rem;
  line-height: 1.2;
}

.impressum a {
  font-family: Sourcesanspro, Arial, sans-serif;
  color: #141414;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.impressum a:hover {
  color: #00a0e6;
}

.impressumtitel {
  margin-bottom: 37px;
  font-size: 1.6rem;
}

.div-block-14 {
  width: 33%;
}

.div-block-15 {
  width: 33%;
}

.div-block-16 {
  width: 30%;
}

.postkarten {
  width: 100%;
  max-width: none;
  margin: 0px auto 1.5em;
}

.plakate {
  width: 100%;
  margin-top: 0em;
  margin-bottom: 1.5em;
}

.kunst {
  position: static;
  width: 100%;
  margin-top: 0em;
  margin-bottom: 1.5em;
}

.board {
  position: static;
  width: 100%;
  margin-top: 0em;
  margin-bottom: 1.5em;
}

.abstand-shop {
  height: 7em;
}

.abstand-shop.oben {
  height: 9em;
}

.e-mail-link {
  color: #2c3037;
  text-decoration: none;
}

.e-mail-link:hover {
  color: #fffefe;
}

.e-mail-link.regular {
  font-weight: 400;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.div-block-17 {
  width: 17.9rem;
}

.rr-ecklogo_orange {
  position: absolute;
  left: -0.25%;
  top: -0.5%;
  right: auto;
  bottom: auto;
  width: 16.75%;
}

.rr-ecklogo_gruen {
  position: absolute;
  left: -0.25%;
  top: -0.25%;
  right: auto;
  bottom: auto;
  width: 16.75%;
}

.bildcontainer {
  position: relative;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}

.section-postkarten {
  position: relative;
}

.section-plakate {
  position: relative;
}

.section-kunst {
  position: relative;
}

.section-board {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .start-text-block {
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper._00 {
    padding-bottom: 0px;
  }

  .grid-2 {
    margin-right: auto;
    margin-left: 0px;
    -ms-grid-columns: minmax(100px, 0.35fr) 0.35fr 0.35fr 1fr;
    grid-template-columns: minmax(100px, 0.35fr) 0.35fr 0.35fr 1fr;
  }

  .headline {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .zahlen-startseite._04 {
    padding-left: 200%;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navcontainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link.w--current {
    color: #fffefe;
  }

  .image {
    margin-left: 0px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .imgcont {
    background-position: -100px 0px;
  }

  .imgcont.leistungen {
    margin-top: 0px;
  }

  .imgcont.projekte {
    margin-bottom: 0px;
  }

  .gridleistungen {
    width: 60rem;
    margin-right: auto;
    margin-left: 0px;
    -ms-grid-columns: 0.5fr 0.75fr;
    grid-template-columns: 0.5fr 0.75fr;
  }

  .grund-projekte {
    font-size: 18px;
  }

  .grid-5 {
    -ms-grid-columns: 0.75fr 0.5fr 0.75fr;
    grid-template-columns: 0.75fr 0.5fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .logoblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .beispielcontainer.plakate {
    max-width: 1600px;
  }

  .beispielcontainer.kunst {
    max-width: 1600px;
  }

  .zur-ck-button {
    margin-left: -70px;
  }

  .kunst {
    margin-top: 0em;
  }
}

@media screen and (min-width: 1920px) {
  .start-text-block {
    width: 66%;
  }

  .wrapper {
    padding-bottom: 122px;
    background-color: rgba(131, 208, 244, 0);
  }

  .wrapper._01 {
    padding-bottom: 6em;
    background-color: #83d0f4;
  }

  .wrapper._02 {
    padding-bottom: 6em;
    background-color: #83d0f4;
  }

  .wrapper._03 {
    padding-bottom: 0em;
    background-color: #83d0f4;
  }

  .wrapper._00 {
    padding-bottom: 0px;
  }

  .grid-2 {
    position: relative;
  }

  .headline {
    width: 66%;
    margin-top: 0px;
  }

  .zahlen-startseite {
    font-weight: 400;
  }

  .navbar {
    max-width: 1600px;
    padding-left: 0px;
  }

  .nav-link {
    font-size: 1rem;
  }

  .nav-link.w--current {
    color: #fffefe;
  }

  .nav-link-2 {
    padding-top: 17px;
  }

  .nav-link-2.w--current {
    color: #fffefe;
    font-size: 1rem;
  }

  .image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .imgcont {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .imgcont.leistungen {
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .imgcont.projekte {
    margin-bottom: 0px;
    background-image: url('../images/hg-02_projekte.jpg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .imgcont.kontakt {
    margin-bottom: 0px;
  }

  .imgcont.shop {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/hg-04_shop_opt.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/hg-04_shop_opt.jpg');
  }

  .gridleistungen {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3em;
  }

  .grund-projekte {
    font-weight: 400;
  }

  .grid-5 {
    margin-right: 0px;
    padding-top: 0em;
  }

  .background-video {
    height: 20rem;
  }

  .section-2 {
    padding-top: 3em;
    padding-bottom: 6em;
  }

  .logoblock {
    width: 66%;
  }

  .inhaltscontainer {
    width: 66%;
  }

  .beispielcontainer.postkarten {
    margin-right: auto;
    margin-left: auto;
  }

  .beispielcontainer.plakate {
    margin-right: auto;
    margin-left: auto;
  }

  .beispielcontainer.kunst {
    margin-right: auto;
    margin-left: auto;
  }

  .beispielcontainer.board {
    margin-right: auto;
    margin-left: auto;
  }

  .zur-ck-button {
    margin-left: -70px;
  }

  .shopblock.postkarte {
    margin-right: auto;
    margin-left: auto;
  }

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

  .footerlink {
    font-size: 0.9em;
  }

  .postkarten {
    max-width: none;
  }

  .kunst {
    margin-top: 0em;
  }

  .board {
    position: relative;
  }

  .rr-ecklogo_orange {
    position: absolute;
    right: auto;
    bottom: auto;
  }

  .rr-ecklogo_gruen {
    position: absolute;
    right: auto;
    bottom: 0%;
    z-index: 10;
  }

  .div-block-20 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-21 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-22 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .grund-start {
    width: auto;
    margin-bottom: 8px;
    font-size: 1.7rem;
  }

  .start-text-block {
    width: 85%;
    margin-right: auto;
  }

  .wrapper {
    display: block;
    width: auto;
    height: auto;
    min-height: 100vh;
    padding-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .wrapper._04 {
    min-height: auto;
  }

  .wrapper._01 {
    min-height: auto;
    padding-bottom: 0px;
  }

  .wrapper._02 {
    min-height: auto;
  }

  .wrapper._03 {
    min-height: auto;
  }

  .wrapper._00 {
    min-height: auto;
  }

  .grid-2 {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 0px;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.5fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.5fr;
  }

  .headline {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .zahlen-startseite {
    font-size: 20px;
  }

  .zahlen-startseite._04 {
    padding-left: 60%;
  }

  .zahlen-gross-startseite {
    font-size: 90px;
  }

  .navbar {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fffefe;
  }

  .navcontainer {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    font-size: 1rem;
  }

  .nav-link.shop {
    color: #00a0e6;
  }

  .nav-link-2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    font-size: 1rem;
  }

  .nav-link-2.w--current {
    font-size: 1rem;
  }

  .icon {
    font-size: 36px;
  }

  .menu-button {
    padding: 8px 10px;
    background-color: rgba(255, 254, 254, 0.9);
  }

  .menu-button.w--open {
    padding-left: 10px;
    background-color: #fffefe;
    color: #4c4b4b;
  }

  .image {
    width: 21em;
  }

  .imgcont {
    height: 305px;
    background-position: -60px 0px;
    background-size: cover;
  }

  .imgcont.leistungen {
    height: 14rem;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .imgcont.projekte {
    height: 14rem;
    margin-top: 0px;
  }

  .imgcont.kontakt {
    height: 14rem;
    margin-top: 0px;
  }

  .imgcont.shop {
    height: 14rem;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 139, 0, 0.4)), to(rgba(241, 139, 0, 0.4))), url('../images/hg-0_shop.jpg');
    background-image: linear-gradient(180deg, rgba(241, 139, 0, 0.4), rgba(241, 139, 0, 0.4)), url('../images/hg-0_shop.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .nav-menu {
    padding-bottom: 10px;
    padding-left: 51px;
    background-color: #b6b2b2;
  }

  .titel {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 40px;
  }

  .seitentitel {
    margin-left: 0px;
    padding-top: 73px;
  }

  .grund-leistungen {
    font-size: 1.2rem;
  }

  .gridleistungen {
    width: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grund-projekte {
    width: 691px;
    font-size: 0.8rem;
  }

  .containeraufzaehlung {
    display: none;
    margin-top: 30px;
  }

  .grid-5 {
    -ms-grid-columns: 0.75fr 0.75fr 1fr;
    grid-template-columns: 0.75fr 0.75fr 1fr;
  }

  .paragraph {
    font-size: 1rem;
  }

  .image-6 {
    width: 193px;
    margin-left: 0px;
  }

  .shoptext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .background-video {
    height: 14rem;
    font-size: 13px;
  }

  .logoblock {
    width: 85%;
  }

  .inhaltscontainer {
    display: block;
    width: 85%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-shoplinks {
    grid-column-gap: 40px;
  }

  .bestelldaten {
    font-size: 1rem;
  }

  .text-span-4 {
    color: #fffefe;
  }

  .container {
    width: 90%;
  }

  .beispielcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-2 {
    font-size: 12px;
  }

  .text-block {
    font-size: 1.2rem;
  }

  .linkprojekte {
    height: 80%;
  }

  .zur-ck-button {
    z-index: 10;
    margin-left: -24px;
    font-size: 20px;
  }

  .zur-ck-button.wuerttemb {
    margin-top: -152px;
  }

  .produkttext-container {
    width: 100%;
    margin-left: 0%;
  }

  .image-11 {
    width: 70%;
  }

  .plakate {
    margin-top: 0em;
  }

  .kunst {
    margin-top: 0em;
  }

  .board {
    margin-top: 0em;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 70%;
  }

  .grund-start {
    font-size: 25px;
  }

  .start-text-block {
    width: 85%;
    font-size: 13px;
  }

  .wrapper {
    padding-bottom: 17px;
  }

  .grid-2 {
    width: 490px;
    margin-bottom: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .headline {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .zahlen-startseite._04 {
    padding-left: 0px;
  }

  .zahlen-gross-startseite {
    font-size: 80px;
  }

  .navcontainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    width: 16em;
  }

  .imgcont {
    margin-bottom: 13px;
    background-position: -130px 0px;
    background-size: cover;
  }

  .imgcont.leistungen {
    height: 12rem;
  }

  .imgcont.projekte {
    height: 12rem;
  }

  .imgcont.kontakt {
    height: 12rem;
  }

  .imgcont.shop {
    height: 12rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .titel {
    margin-left: 0px;
    font-size: 30px;
  }

  .seitentitel {
    margin-left: 0px;
    padding-top: 90px;
    font-size: 24px;
  }

  .seitentitelgross {
    font-size: 80px;
  }

  .gridleistungen {
    width: 83%;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

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

  .grund-projekte {
    display: none;
  }

  .aufzaehl-block {
    width: auto;
  }

  .aufzaehl-pfeil {
    margin-bottom: 0px;
    padding-top: 1px;
  }

  .text {
    padding-left: 0px;
  }

  .aufzaehltext {
    margin-bottom: 3px;
    font-family: Sourcesanspro, Arial, sans-serif;
    color: #333;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 400;
  }

  .containeraufzaehlung {
    display: block;
  }

  .grid-5 {
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .rr-logo {
    width: 14.4rem;
  }

  .background-video {
    height: 12rem;
  }

  ._4rem {
    height: 4em;
  }

  ._6rem {
    height: 6em;
  }

  .shoplink {
    width: 14.4rem;
    font-size: 1rem;
  }

  .grid-shoplinks {
    width: 100%;
    grid-column-gap: 19px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 100%;
  }

  .body-2 {
    font-size: 9px;
  }

  .linkprojekte {
    height: 100%;
  }

  .zur-ck-button {
    z-index: 10;
    margin-top: -235px;
    margin-left: -1px;
    border-style: none;
    border-width: 0px;
    background-color: #00a0e6;
    color: #fffefe;
    font-size: 15px;
  }

  .zur-ck-button.wuerttemb {
    margin-top: -131px;
    margin-left: -16px;
  }

  .zur-ck-text {
    color: #fffefe;
  }

  .produkttext {
    font-size: 0.8rem;
  }

  .image-11 {
    width: 60%;
  }

  .footerlink {
    font-size: 0.9em;
  }

  .div-block-14 {
    width: 36%;
  }

  .div-block-15 {
    width: 30%;
  }

  .div-block-16 {
    width: 32%;
  }

  .kunst {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 60%;
  }

  .grund-start {
    font-size: 1.2rem;
  }

  .grund-start.weiss {
    font-size: 1.2rem;
  }

  .start-text-block {
    width: 85%;
    margin-left: 30px;
    font-size: 13px;
  }

  .wrapper {
    padding-bottom: 2px;
  }

  .grid-2 {
    width: 280px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .headline {
    width: 85%;
    margin-top: 0px;
    padding-bottom: 2rem;
  }

  .zahlen-startseite {
    font-size: 18px;
  }

  .zahlen-gross-startseite {
    font-size: 60px;
  }

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

  .navcontainer {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .image {
    width: 14em;
  }

  .imgcont {
    background-position: -200px 0px;
  }

  .imgcont.leistungen {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .imgcont.shop {
    margin-top: auto;
  }

  .nav-menu {
    padding-left: 31px;
  }

  .titel {
    margin-left: 0px;
    font-size: 24px;
    line-height: 112%;
  }

  .seitentitel {
    margin-left: 0px;
    padding-top: 23px;
    font-size: 18px;
  }

  .seitentitelgross {
    font-size: 60px;
  }

  .grund-leistungen {
    font-size: 1rem;
  }

  .grund-leistungen.weiss {
    font-size: 1rem;
  }

  .gridleistungen {
    width: 100%;
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }

  .grid-4 {
    height: auto;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grund-projekte {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .aufzaehl-block {
    width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .aufzaehl-pfeil {
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
  }

  .text {
    padding-top: 0px;
    padding-left: 4px;
  }

  .aufzaehltext {
    width: auto;
    margin-bottom: 3px;
    padding-top: 2px;
    font-family: Sourcesanspro, Arial, sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
  }

  .containeraufzaehlung {
    margin-left: 0px;
  }

  .grid-5 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.4;
  }

  .image-6 {
    margin-bottom: 26px;
  }

  .rr-logo {
    width: 10rem;
    margin-bottom: 1rem;
  }

  .logoblock {
    width: 80%;
  }

  ._6rem {
    height: 6em;
  }

  .shoplink {
    width: 11rem;
    padding: 4px 10px 6px;
    font-size: 0.9rem;
  }

  .grid-shoplinks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bestelldaten {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1rem;
  }

  .bestelldaten.rechts {
    width: 100%;
  }

  .betelltext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .beschreibbeispiele {
    display: block;
  }

  .body-2 {
    font-size: 7px;
  }

  .image-10 {
    font-size: 20%;
  }

  .linkprojekte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .zur-ck-button {
    margin-top: 166px;
    margin-left: 1px;
  }

  .zur-ck-button.wuerttemb {
    margin-top: -44px;
    margin-left: -8px;
  }

  .div-block-12 {
    width: auto;
  }

  .produkttext-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-11 {
    width: 65%;
  }

  .footerlink {
    font-size: 1em;
  }

  .impressumgsblock {
    display: block;
  }

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

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

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

  .abstand-shop {
    height: 4em;
  }

  .e-mail-link {
    font-size: 1rem;
  }

  .e-mail-link.regular {
    font-size: 1rem;
  }

  .bildcontainer {
    margin-top: 0em;
  }
}

#w-node-_3199f1ac-8612-9072-f20b-37b4717f1108-4bdf8e20 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}