:root {
  --text: #6b6b6b;
  --dark-slate-gray: black;
  --orange-red: #fa4300;
  --gray-2: grey;
  --silver: #c7c7c7;
  --gray: #8f8f8f;
  --black: rgba(0, 0, 0, .1);
  --dark-slate-gray-2: #36454d;
}

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

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

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

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

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

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

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

body {
  height: 100%;
  color: var(--text);
  letter-spacing: .005em;
  background-color: #f0eded;
  font-family: Spartan, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}

h1 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Messapia, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Messapia, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
}

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

h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0;
  margin-bottom: 4vw;
  font-weight: 700;
}

p {
  max-width: 700px;
  color: var(--dark-slate-gray);
  text-align: left;
  letter-spacing: .005em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

a {
  font-family: Messapia, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: var(--orange-red);
}

a.w--current {
  color: var(--gray-2);
}

ul {
  max-width: 700px;
  color: var(--dark-slate-gray);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 400;
}

li {
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
}

em {
  font-family: Messapia, sans-serif;
  font-size: .9em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
}

.menubutton {
  z-index: 10;
  width: 80px;
  height: 80px;
  float: none;
  margin-top: -40px;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
}

.menubutton.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.rahmentop {
  z-index: 1000;
  height: 80px;
  background-color: rgba(0, 0, 0, .09);
  margin-left: 80px;
  margin-right: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.rahmenright {
  z-index: 1000;
  width: 80px;
  height: 100%;
  background-color: rgba(0, 0, 0, .09);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  display: block;
}

.rahmenbottom {
  z-index: 1000;
  height: 80px;
  background-color: rgba(0, 0, 0, .09);
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.line {
  z-index: 10;
  width: 50%;
  height: 2px;
  min-width: 40px;
  background-color: #fff;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 25%;
}

.footerlink {
  color: var(--dark-slate-gray);
  text-transform: none;
  padding-right: 15px;
  font-family: Spartan, sans-serif;
  font-size: .75em;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s;
  position: static;
}

.footerlink:hover {
  color: var(--orange-red);
}

.footerlink.w--current {
  opacity: .5;
}

.liniedar-ber {
  width: 50%;
  height: 2px;
  min-width: 40px;
  background-color: #fff;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 25%;
}

.liniedarunter {
  z-index: 10;
  width: 50%;
  height: 2px;
  min-width: 40px;
  background-color: #fff;
  margin-top: 9px;
  position: absolute;
  top: 50%;
  left: 25%;
}

.notiz {
  text-transform: uppercase;
  font-size: 10px;
}

.popupmenu {
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #303030;
  padding: 80px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navlink {
  height: 80px;
  color: #8f8f8f;
  text-align: center;
  margin-top: -40px;
  padding-top: 30px;
  font-size: 15px;
  transition: color .5s;
  display: inline-block;
  position: relative;
  top: 50%;
}

.navlink:hover, .navlink.w--current {
  color: #fff;
}

.section {
  padding: 1vh 20px 6vw;
  display: block;
  overflow: hidden;
}

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

.section.section--close {
  padding-bottom: 0;
}

.section.section--nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.section--startseite {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.rahmenleft {
  z-index: 1000;
  width: 80px;
  height: 100%;
  background-color: rgba(0, 0, 0, .09);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.rahmenundmenu {
  display: none;
}

.textblock {
  background-color: #fff;
  padding: 40px 40px 80px;
  position: relative;
}

.linie {
  width: 100px;
  height: 1px;
  color: #c7c7c7;
  background-color: #e8e8e8;
  margin-bottom: 20px;
}

.formularstatusnachricht {
  color: #fff;
  text-align: center;
  padding-top: 11px;
  font-weight: 400;
}

.field {
  height: 60px;
  color: var(--text);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  transition: border .5s;
}

.field:hover {
  border: 1px solid #000;
}

.nachricht {
  min-height: 150px;
  color: var(--text);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  transition: border .5s;
}

.nachricht:hover {
  border: 1px solid #000;
}

.form {
  padding-top: 20px;
}

.ecklink {
  color: #8f8f8f;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow.svg');
  background-position: -50px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #c7c7c7;
  margin-top: 40px;
  padding: 15px 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.ecklink:hover {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-position: 0;
  padding-left: 60px;
}

.flie-textlink {
  color: #8f8f8f;
  text-decoration: underline;
  transition: color .5s;
  display: inline;
}

.flie-textlink:hover {
  color: #000;
}

.work-teaser-bild {
  width: 100%;
}

.submit {
  color: var(--text);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow.svg');
  background-position: -50px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #c7c7c7;
  margin-top: 10px;
  padding: 15px 50px;
  font-family: Messapia, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.submit:hover {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-position: 0 0;
  padding-left: 60px;
}

.flexcontainer {
  flex-wrap: wrap;
  margin-right: -1px;
  display: flex;
}

.flexbox-project {
  flex: 0 25%;
  margin-bottom: 80px;
}

.flexbox-project__padding {
  height: 100%;
  border-right: 1px solid var(--silver);
  border-left: 1px solid var(--silver);
  flex-direction: column;
  margin-left: -1px;
  padding: 0 20px;
  position: relative;
}

.project__imagebox {
  width: 100%;
  height: 15vw;
  background-color: #fff;
  position: relative;
}

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

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

.projekt-image.top {
  object-position: 50% 0%;
}

.expander {
  flex: 1;
}

.intro-paragraph {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2em;
  display: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  display: flex;
}

.flexbox-50 {
  flex: 50%;
  position: relative;
}

.flexbox-50.flexbox-50--logo {
  flex-grow: 0;
}

.nav-menu {
  float: left;
}

.icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 20px;
}

.icon:hover {
  filter: grayscale(0%);
}

.flexbox__padding {
  width: 100%;
  height: 100%;
  padding: 20px;
}

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

.nav-link {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .85em;
}

.nav-link:hover {
  color: var(--orange-red);
}

.nav-link.w--current {
  opacity: .5;
  color: #000;
}

.brand {
  width: 100%;
  float: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.divider {
  height: 1px;
  background-color: var(--silver);
  flex: 0 100%;
}

.textlink {
  color: var(--gray);
  text-decoration: none;
}

.textlink.textlink-spartan {
  font-family: Spartan, sans-serif;
}

.imagecontainer {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
}

.flexbox-100 {
  flex: 0 100%;
}

.leistungsliste {
  letter-spacing: 2px;
  margin-right: -34px;
  padding-left: 0;
  font-size: .8em;
  display: none;
}

.leistungsliste__item {
  float: left;
  color: var(--dark-slate-gray);
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 15px;
  font-weight: 600;
}

.leistungsliste__item.list-item--print {
  background-image: url('../images/print.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.leistungsliste__item.list-item--online {
  background-image: url('../images/online.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.leistungsliste__item.list-item--video {
  background-image: url('../images/video.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.logopadding {
  padding-left: 20px;
  padding-right: 20px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  color: var(--text);
  flex-direction: column;
  font-family: webfont;
  line-height: 1.4px;
  text-decoration: none;
  display: flex;
}

.lightbox-link:hover {
  color: var(--orange-red);
}

.project__headline {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: Spartan, sans-serif;
  font-weight: 600;
}

.project__year {
  margin-bottom: 40px;
  font-family: Messapia, sans-serif;
  line-height: 1.4em;
}

.leistungsliste_vertical {
  letter-spacing: 2px;
  margin-top: 22px;
  margin-right: 20px;
  padding-left: 0;
  font-size: .75em;
}

.leistungsliste-vertical__item {
  min-height: 20px;
  opacity: .5;
  color: var(--dark-slate-gray);
  text-align: right;
  margin-bottom: 8px;
  padding-right: 30px;
  font-size: .8em;
  font-weight: 600;
}

.leistungsliste-vertical__item.leistungsliste-vertical__item--web {
  min-height: 20px;
  text-align: right;
  background-image: url('../images/online.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 0;
  padding-right: 30px;
}

.leistungsliste-vertical__item.leistungsliste-vertical__item--print {
  min-height: 20px;
  background-image: url('../images/print.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.leistungsliste-vertical__item.leistungsliste-vertical__item--video {
  min-height: 20px;
  background-image: url('../images/video.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.flexbox-navigation {
  flex: 1;
}

.flexbox-10 {
  flex: 0 10%;
}

.accordion__toggle {
  width: 100%;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  color: var(--dark-slate-gray);
  margin-top: -1px;
  padding-left: 40px;
  font-weight: 700;
}

.accordion__toggle:hover {
  color: var(--orange-red);
}

.accordion__toggle.w--open {
  color: var(--orange-red);
  font-weight: 700;
}

.accordion__toggle.accordion__toggle--web {
  background-image: url('../images/online.svg');
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.accordion__toggle.accordion__toggle--web:hover, .accordion__toggle.accordion__toggle--web.w--open {
  background-image: url('../images/online_active.svg');
}

.accordion__toggle.accordion__toggle--print {
  background-image: url('../images/print.svg');
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.accordion__toggle.accordion__toggle--print:hover, .accordion__toggle.accordion__toggle--print.w--open {
  background-image: url('../images/print_active.svg');
}

.accordion__toggle.accordion__toggle--video {
  background-image: url('../images/video.svg');
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.accordion__toggle.accordion__toggle--video:hover, .accordion__toggle.accordion__toggle--video.w--open {
  background-image: url('../images/video_active.svg');
}

.accordion {
  width: 100%;
  display: block;
}

.accordion__list {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.accordion__list.w--open {
  height: auto;
}

.accordion__inner-padding {
  padding: 20px 20px 40px;
}

.rodriguez {
  height: 0;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.form__hinweistext {
  text-transform: none;
  margin-top: 40px;
  font-size: .75em;
}

.leistungen--subhead {
  margin-top: 70px;
}

.form__checkboxtext {
  text-transform: none;
  font-size: .75em;
}

.error-message {
  color: #fff;
  background-color: #fa4300;
  padding: 10px;
}

.error__link {
  color: #fff;
  text-decoration: none;
}

.error__link:hover {
  color: #fff;
  text-decoration: underline;
}

.erfolgsnachricht {
  background-color: var(--silver);
  color: #000;
  text-align: center;
  padding: 11px;
}

.grauebox {
  background-color: #e9e9e9;
  padding: 20px;
}

html.w-mod-js [data-ix="menuinitial"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="pulsing-opacity"], html.w-mod-js [data-ix="titelsection"], html.w-mod-js [data-ix="scroll-into-view"], html.w-mod-js [data-ix="work-teaser-box"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  .menubutton {
    float: left;
    margin-top: 0;
    position: static;
  }

  .rahmentop {
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    float: right;
    margin-left: 0;
    margin-right: 40px;
  }

  .rahmenbottom {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .popupmenu {
    display: none;
  }

  .navlink.special {
    clear: left;
  }

  .section {
    padding-top: 4vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.section--nav {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section.section--startseite {
    padding: 10vw 4vw;
  }

  .rahmenundmenu {
    display: block;
  }

  .linie {
    width: 40px;
    height: 2px;
    min-width: 40px;
    margin-bottom: 8px;
  }

  .menubuttonmobile {
    width: 80px;
    height: 80px;
    float: left;
    padding-top: 29px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .flexbox-project {
    flex-basis: 50%;
  }

  .project__imagebox {
    height: 26vw;
  }

  .nav-menu {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .brand {
    padding-left: 0;
  }

  .imagecontainer {
    min-height: 25vw;
  }

  .leistungsliste {
    padding-left: 0;
  }

  .logopadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .leistungsliste_vertical {
    padding-left: 0;
  }

  .flexbox-10 {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .rahmentop {
    height: 60px;
  }

  .logo {
    width: 150px;
    margin-right: 20px;
  }

  .rahmenbottom {
    height: 60px;
    text-align: center;
  }

  .footerlink {
    float: none;
    display: inline-block;
  }

  .popupmenu {
    padding-top: 60px;
    display: none;
  }

  .navlink {
    height: auto;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: static;
  }

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

  .rahmenundmenu {
    display: block;
  }

  .textblock {
    margin-bottom: 0;
    padding: 30px 30px 60px;
  }

  .menubuttonmobile {
    width: 80px;
    height: 60px;
    padding-top: 17px;
  }

  .field {
    float: none;
  }

  .ecklink {
    position: static;
    bottom: 0;
    left: 0;
  }

  .flexbox-50 {
    flex-basis: 100%;
  }

  .nav-menu {
    text-align: center;
    justify-content: center;
  }

  .nav-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .nav-link.mobile-none {
    display: none;
  }

  .brand {
    text-align: center;
  }

  .imagecontainer {
    min-height: 50vw;
  }

  .leistungsliste, .leistungsliste_vertical {
    justify-content: center;
    display: none;
  }

  .flexbox-navigation {
    flex-grow: 1;
  }
}

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

  h1 {
    font-size: 26px;
    line-height: 31px;
  }

  h6 {
    color: #8f8f8f;
  }

  .footerlink {
    letter-spacing: 1px;
    margin-left: 13px;
  }

  .popupmenu {
    padding-top: 80px;
    display: none;
  }

  .section {
    padding-top: 6vw;
  }

  .section.section--startseite {
    padding-top: 10vw;
  }

  .textblock {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ecklink {
    display: inline-block;
    left: 20px;
  }

  .flexbox-project {
    flex-basis: 100%;
  }

  .project__imagebox {
    height: 58vw;
  }

  .nav-menu {
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 9px;
  }

  .brand {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .imagecontainer {
    min-height: 50vw;
  }

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


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