:root {
  --white: white;
  --rot: #7e2828;
  --black: black;
  --purple: #77538e;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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: 1em;
  line-height: 20px;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.container {
  justify-content: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.rechts {
  justify-content: center;
  padding-bottom: 60px;
}

.container.links {
  justify-content: flex-start;
}

.container.center {
  justify-content: center;
}

.body {
  border-right: 10px solid var(--white);
  border-left: 10px solid var(--white);
  background-color: var(--white);
  color: #fffdfd;
  flex-direction: column;
  justify-content: space-between;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  display: flex;
}

.topsection {
  border-top: 10px solid var(--white);
  background-color: var(--rot);
}

.topsection.black {
  background-color: #000;
}

.middlesection, .middlesection.hidden {
  background-color: var(--rot);
}

.footersection {
  background-color: var(--white);
}

.headerblock {
  background-color: var(--rot);
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.headerblock.black {
  background-color: var(--black);
}

.wrapper {
  text-transform: uppercase;
  font-size: 120px;
  line-height: 120px;
  overflow: hidden;
}

.wrapper.small {
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  overflow: visible;
}

.wrapper.small.at {
  text-decoration: none;
  overflow: visible;
}

.wrapper.smaller {
  font-size: 30px;
  line-height: 30px;
}

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

.headerblocktext {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.skills {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.headerblockpoints {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.headertext {
  align-items: flex-end;
  display: flex;
}

.vorname {
  justify-content: flex-end;
  margin-right: 20px;
  display: flex;
}

.nachname {
  justify-content: flex-end;
  display: flex;
}

.name-container {
  background-color: var(--rot);
  justify-content: flex-end;
  display: flex;
}

.name-container.black {
  background-color: var(--black);
}

.skill {
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.skill.schwarz {
  color: #000;
  text-decoration: none;
}

.skill.rot {
  color: var(--rot);
  text-decoration: none;
}

.contentbox {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.titlebox {
  border-right: 10px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-right: 15px;
  display: flex;
}

.titlebox.rot {
  border-right-color: var(--rot);
}

.titlebox.right {
  border-left: 10px solid var(--white);
  border-right-style: none;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 0;
}

.titlebox.with-line {
  background-color: var(--rot);
}

.sectiontitle {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 30px;
  display: flex;
}

.sectiontitle.rot {
  color: var(--rot);
}

.sectiontitle.link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.sectiontitle.onlyone {
  margin-bottom: 15px;
}

.services-outter {
  border-top: 10px solid var(--white);
  border-bottom: 10px solid var(--white);
  background-color: var(--black);
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  width: 99vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  overflow: hidden;
  transform: rotate(0);
}

.services-inner {
  color: var(--purple);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.services-text {
  white-space: nowrap;
  padding-right: 41px;
  transform: rotate(0);
}

.laufband {
  color: var(--rot);
}

.services-element {
  display: flex;
}

.header {
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.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;
}

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

.text-block-4 {
  text-decoration: none;
}

.projectcontentbox {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.linkedin {
  object-fit: cover;
  max-height: 30px;
}

.presselink {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

.paragraph {
  margin-bottom: 15px;
  font-weight: 300;
}

.project-image {
  min-width: 30vw;
  max-width: 50vw;
  max-height: 500px;
  padding-right: 20px;
}

.project-image.twoimage {
  min-width: 15vw;
  max-width: 25vw;
}

.project-image.center {
  object-fit: contain;
}

.background-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 420px;
  padding-left: 0;
  display: flex;
}

.background-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 5px;
  display: flex;
}

.linkeinimage {
  height: 30px;
}

.project-header {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 5px;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.project-item {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.project-item.reversed {
  flex-direction: row-reverse;
}

.footercontact {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.contactrechts {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 420px;
  padding-left: 0;
  display: flex;
}

.contactlinks {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 5px;
  display: flex;
}

.todelete {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem 1rem 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs_radio-4_label {
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
  position: relative;
}

.fs_radio-4_button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.fs_radio-4_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_radio-4_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.radio_item {
  border: 3px solid var(--white);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15%;
  min-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.radio_item:hover {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  outline-offset: 3px;
  color: var(--rot);
  outline: 3px solid #fff;
}

.radio_group {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  min-height: 3rem;
  display: flex;
}

.form-submit-button {
  border: 3px solid var(--white);
  background-color: var(--rot);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  transition: all .275s;
  display: flex;
  position: relative;
}

.form-submit-button:hover {
  background-color: var(--white);
  outline-color: var(--white);
  outline-offset: 3px;
  color: var(--rot);
  outline-width: 3px;
  outline-style: solid;
}

.fs_rangeslider-1_input {
  display: none;
}

.fs_rangeslider-1_fill {
  background-color: var(--white);
  width: 20%;
  height: 8px;
  margin-top: -2px;
  position: absolute;
}

.fs_rangeslider-1_handle-text {
  text-align: center;
  margin-bottom: -2.25rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fs_rangeslider-1_handle {
  z-index: 1;
  background-color: var(--white);
  cursor: grab;
  border-radius: 0;
  flex: none;
  width: 10px;
  height: 30px;
  transition: all 75ms;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-1_handle:focus-visible {
  background-color: var(--white);
  outline-color: var(--white);
  outline-offset: 4px;
  outline-width: 3px;
  outline-style: solid;
}

.fs_rangeslider-1_handle[data-wf-focus-visible] {
  background-color: var(--white);
  outline-color: var(--white);
  outline-offset: 4px;
  outline-width: 3px;
  outline-style: solid;
}

.fs_rangeslider-1_track {
  background-color: #f5f5f5;
  width: 100%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-1_wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.fs_rangeslider-1_embed {
  margin-bottom: 0;
}

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

.fs_checkbox-4_button {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-4_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-4_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_radio-4_button-2 {
  opacity: 1;
  border: 2px solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_radio-4_button-2:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_radio-4_button-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.service_checked {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--rot);
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.service_button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.service_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.service_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fancy_button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.fancy_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fancy_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fancy_checked {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--rot);
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.cms_button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.cms_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.cms_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.cms_checked {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--rot);
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.calculated-price {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.text-field {
  color: var(--rot);
}

.text-field::placeholder {
  color: #7e282880;
}

.price-detail {
  margin-bottom: 40px;
  font-weight: 300;
}

.formtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 60px;
  display: flex;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.projectcounter {
  align-items: center;
  display: flex;
}

.projectdetailwrapper {
  border: 5px solid #fff;
  padding: 20px;
}

.projectdetailwrapper.reverse {
  width: 500px;
}

.text {
  font-weight: 400;
}

.projectcounterdash {
  background-color: var(--white);
  width: 30px;
  height: 1px;
  margin-right: 11px;
  padding-right: 0;
}

.projectsummary {
  margin-bottom: 15px;
}

.heading {
  margin-top: 0;
}

.projectimage {
  width: 30vw;
  max-width: 30vw;
  padding-left: 60px;
}

.projectimage.reverse {
  padding-left: 0;
  padding-right: 60px;
}

.projectcontainer {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.projectcontainer.reverse {
  flex-direction: row-reverse;
}

.div-block-30 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.link-2 {
  color: var(--rot);
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.link-2:hover {
  color: #000;
}

.section {
  background-color: var(--purple);
  padding-top: 60px;
  padding-bottom: 60px;
}

.sectionblack {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.image {
  max-width: 20%;
}

.image-2 {
  margin-bottom: 40px;
}

.select-field {
  height: 56px;
  margin-bottom: 0;
}

.div-block-31 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.sizetitle {
  width: 100px;
  padding-right: 20px;
  font-size: 56px;
  line-height: 56px;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  display: flex;
}

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

.div-block-33 {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.sizetitle-copy {
  justify-content: center;
  margin-top: 20px;
  font-size: 56px;
  line-height: 56px;
  display: flex;
}

.image-3 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.div-block-35 {
  max-width: 50%;
  margin-left: 40px;
}

.div-block-36 {
  max-width: 50%;
  margin-right: 40px;
}

.div-block-37 {
  width: 30%;
  max-width: 50%;
}

.lightbox-link {
  margin-bottom: 20px;
  display: none;
}

.image-4, .image-5 {
  mix-blend-mode: luminosity;
}

.code-embed {
  color: var(--rot);
}

.div-block-36-copy {
  max-width: 50%;
  margin-right: 40px;
}

@media screen and (min-width: 1280px) {
  .body {
    border-right: 10px solid var(--white);
    justify-content: space-between;
    display: flex;
  }

  .laufband {
    margin-bottom: -1px;
  }

  .project-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 60px;
  }

  .container.rechts {
    justify-content: center;
    max-width: 90vw;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.center.nobottompadding {
    padding-bottom: 0;
  }

  .headerblock {
    width: 90vw;
    max-width: 90vw;
    padding-bottom: 60px;
  }

  .wrapper.small {
    font-size: 40px;
    line-height: 40px;
  }

  .wrapper.smaller {
    font-size: 20px;
    line-height: 20px;
  }

  .contentbox {
    max-width: 90vw;
    margin-left: 0;
    margin-right: 0;
  }

  .titlebox.right {
    padding-bottom: 50px;
  }

  .titlebox.with-line {
    border-bottom: 10px none var(--white);
    border-right-style: solid;
    align-items: flex-start;
    max-width: 90vw;
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .services-text {
    font-size: 20px;
    line-height: 20px;
  }

  .header {
    align-items: center;
  }

  .project-header {
    padding-top: 20px;
    padding-left: 10px;
  }

  .project-item {
    flex-direction: row;
  }

  .formtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .projectdetailwrapper, .projectdetailwrapper.reverse {
    margin-right: 20px;
  }

  .projectimage {
    width: 40vw;
    max-width: 40vw;
    margin-right: 20px;
    padding-left: 20px;
  }

  .projectimage.reverse {
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
  }

  .projectcontainer, .projectcontainer.reverse {
    flex-direction: column-reverse;
  }

  .sizetitle, .sizetitle-copy {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: center;
  }

  .container.rechts {
    padding-bottom: 20px;
  }

  .headerblock {
    padding-bottom: 40px;
  }

  .wrapper.small {
    font-size: 30px;
    line-height: 30px;
  }

  .wrapper.smaller {
    font-size: 15px;
    line-height: 15px;
  }

  .contentbox {
    justify-content: center;
  }

  .titlebox {
    padding-bottom: 140px;
  }

  .titlebox.right {
    padding-bottom: 20px;
  }

  .titlebox.right.withline {
    border-bottom: 10px solid var(--white);
    border-left-style: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .titlebox.with-line {
    border-bottom-style: solid;
    border-right-style: none;
    width: 90vw;
  }

  .projectcontentbox {
    align-items: center;
  }

  .project-image {
    max-width: 80vw;
  }

  .project-image.twoimage {
    min-width: 30vw;
    max-width: 45vw;
  }

  .project-image.center {
    max-width: 80vw;
  }

  .background-right {
    padding-left: 10px;
  }

  .background-left {
    padding-right: 0;
  }

  .project-header {
    justify-content: center;
    width: 90vw;
    padding-right: 0;
  }

  .project-item {
    flex-direction: column;
  }

  .project-item.reversed {
    display: block;
  }

  .contactlinks {
    padding-right: 0;
  }

  .radio_item {
    width: 90vw;
    min-height: 60px;
    margin-bottom: 15px;
  }

  .radio_group {
    flex-direction: column;
    grid-auto-flow: row;
  }

  .fs_rangeslider-1_embed {
    display: none;
  }

  .formtitle {
    font-size: 30px;
    line-height: 30px;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .projectdetailwrapper {
    width: 85vw;
    margin-right: 0;
  }

  .projectdetailwrapper.reverse {
    margin-right: 0;
  }

  .projectimage {
    width: 50vw;
    max-width: 50vw;
  }

  .projectcontainer, .projectcontainer.reverse {
    flex-direction: column-reverse;
  }

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

  .select-field {
    height: 42px;
  }

  .sizetitle, .sizetitle-copy {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  label {
    font-size: 12px;
    line-height: 12px;
  }

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

  .container.rechts {
    justify-content: center;
    padding-bottom: 40px;
    display: flex;
  }

  .container.links {
    justify-content: center;
    max-width: 90vw;
  }

  .body {
    border-left-width: 5px;
    border-right-width: 5px;
    max-width: 100vw;
  }

  .topsection {
    border-top-width: 5px;
  }

  .middlesection {
    margin-top: 40px;
  }

  .footersection {
    padding-bottom: 20px;
  }

  .headerblock {
    max-width: 100vw;
  }

  .wrapper {
    font-size: 60px;
    line-height: 60px;
  }

  .wrapper.small {
    font-size: 20px;
    line-height: 20px;
  }

  .skills {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .vorname {
    margin-right: 5px;
  }

  .skill.schwarz, .skill.rot {
    text-decoration: none;
  }

  .contentbox {
    justify-content: center;
    align-items: stretch;
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    display: flex;
  }

  .titlebox {
    border-bottom-style: none;
    border-right-style: none;
    border-bottom-color: var(--white);
    max-width: 90vw;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .titlebox.rot {
    border-bottom-style: solid;
    border-bottom-color: var(--rot);
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .titlebox.right {
    border-bottom-style: none;
    border-left-style: none;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .titlebox.right.withline {
    border-bottom-style: solid;
    border-bottom-width: 10px;
  }

  .titlebox.with-line {
    border-bottom-style: solid;
  }

  .sectiontitle {
    padding-right: 0;
  }

  .sectiontitle.onlyone {
    margin-bottom: 0;
  }

  .services-outter {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }

  .projectcontentbox {
    width: 90vw;
  }

  .linkedin {
    margin-right: 0;
  }

  .project-image {
    max-width: 90vw;
  }

  .project-image.twoimage {
    max-width: 45vw;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .project-image.center {
    padding-right: 0;
  }

  .background-right {
    padding-left: 5px;
  }

  .background-left {
    padding-right: 0;
  }

  .linkeinimage {
    height: 15px;
  }

  .project-header {
    flex-direction: row;
    justify-content: center;
    max-width: 90vw;
    padding-top: 0;
    padding-left: 0;
  }

  .project-item {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .project-item.reversed {
    flex-direction: column;
  }

  .footercontact {
    justify-content: center;
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    display: block;
  }

  .footercontact.rechts {
    justify-content: flex-end;
    margin-right: 15px;
    display: flex;
  }

  .contactrechts {
    padding-left: 3px;
  }

  .contactlinks {
    padding-right: 0;
  }

  .radio_item {
    min-height: 50px;
  }

  .radio_group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fs_rangeslider-1_wrapper {
    max-width: 90vw;
  }

  .fs_rangeslider-1_component {
    justify-items: center;
  }

  .calculated-price {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .formtitle {
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-21 {
    max-width: 90vw;
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .projectdetailwrapper {
    width: 90vw;
  }

  .projectdetailwrapper.reverse {
    max-width: 90vw;
    margin-right: 0;
  }

  .projectimage {
    width: 80vw;
    max-width: 80vw;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .projectimage.reverse {
    margin-bottom: 0;
    padding-right: 0;
  }

  .projectcontainer {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .projectcontainer.reverse {
    flex-direction: column-reverse;
  }

  .sizetitle {
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-32 {
    width: 90vw;
  }

  .sizetitle-copy {
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .image-3 {
    width: 40px;
    height: 40px;
  }

  .div-block-36 {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    max-width: 90vw;
    margin-right: 0;
    display: flex;
  }

  .div-block-37 {
    width: 90vw;
    max-width: 90vw;
  }

  .image-6 {
    width: 90vw;
  }

  .div-block-36-copy {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    max-width: 90vw;
    margin-right: 0;
    display: flex;
  }
}

#w-node-adacd809-bd09-6542-15a5-1c2725408521-c10c2e2a, #w-node-_9b8510ce-7c13-0501-d2b8-20428d5a2956-c10c2e2a, #w-node-b9dae019-38e4-f197-befb-fafb2c8d57a7-c10c2e2a, #w-node-_41928e74-9793-e34b-8f22-e2fc2ef1cba7-c10c2e2a, #w-node-_41928e74-9793-e34b-8f22-e2fc2ef1cbaf-c10c2e2a, #w-node-_41928e74-9793-e34b-8f22-e2fc2ef1cbb7-c10c2e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f1f-c10c2e2a {
  justify-self: stretch;
}

#w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f20-c10c2e2a, #w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f28-c10c2e2a, #w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f30-c10c2e2a, #w-node-adacd809-bd09-6542-15a5-1c2725408521-5556a8a1, #w-node-_9b8510ce-7c13-0501-d2b8-20428d5a2956-5556a8a1, #w-node-b9dae019-38e4-f197-befb-fafb2c8d57a7-5556a8a1, #w-node-_41928e74-9793-e34b-8f22-e2fc2ef1cba7-5556a8a1, #w-node-_41928e74-9793-e34b-8f22-e2fc2ef1cbaf-5556a8a1, #w-node-_41928e74-9793-e34b-8f22-e2fc2ef1cbb7-5556a8a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f1f-5556a8a1 {
  justify-self: stretch;
}

#w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f20-5556a8a1, #w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f28-5556a8a1, #w-node-_73c555c9-e0df-fafd-9e4b-2be2e46d0f30-5556a8a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}