:root {
  --white: white;
  --black: black;
}

.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: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu sa, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.teaser h3 {
  color: #fff;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

a {
  color: #666;
  text-decoration: none;
}

.slider-intro-wrapper a {
	color: #e1e1e1
}

a:hover {
  color: #E1E1E1;
  text-decoration: none;
}

.slider-intro-wrapper a:hover {
  color: #fff;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  display: block;
}

strong {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #333;
  width: 50%;
  margin-top: 50%;
  margin-bottom: 5%;
  margin-left: 35px;
  padding: 10px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 36px;
  line-height: 55px;
}

.nav {
  z-index: 2;
  background-color: #0000;
  margin-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: #ffffffe6;
}

.logo {
  float: left;
}

.menu {
  float: left;
  padding-left: 50px;
}

.nav_link {
  color: #333;
  border-top: 3px solid #0000;
  padding-top: 36px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

.nav_link:hover {
  color: #999;
  border-top: 3px solid #000;
}

.nav_link.w--current {
  color: #666;
  border-top: 3px solid #000;
}

.section.first {
  margin-top: 60px;
}

.section.last {
  margin-bottom: 100px;
}

.wrapper {
  margin-top: 20px;
}

.wrapper.border-btm {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.wrapper.pb60 {
  padding-bottom: 60px;
}

.footer {
  z-index: 2;
  background-color: #ffffffe6;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer_inner {
  border-top: 1px solid #999;
  min-height: 40px;
  padding-top: 5px;
}

.p_footer {
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.portfolio_slider {
  background-color: #0000;
  height: auto;
  max-height: 200px;
  margin-top: 0px;
  margin-bottom: 45px;
}

.lbx_thmb {
  cursor: zoom-in;
  max-height: 200px;
  transition: opacity .2s;
}

.lbx_thmb:hover {
  opacity: .75;
}

.teaser {
  background-image: url('../images/right-arrows6 - white.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 1px solid #000;
  flex: 1;
  min-width: 48%;
  max-width: 48%;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: block;
  background-color: #333;
}

.teaser:hover {
  background-color: #666;
}

.teaser.last {
  margin-right: 0;
}

.hometeaser {
  margin-top: 20px;
  padding-bottom: 120px;
}

.tabnavi {
  text-align: center;
  background-color: #666;
  border: 1px solid #999;
  min-width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.tabnavi.w--current {
  color: #FFF;
}

.resp-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.subhead {
  margin-top: -20px;
}

.vita {
  padding-right: 20px;
}

.brand {
  font-family: Ubuntu sa, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button {
  background-color: #999;
  font-family: Verdana, Geneva, sans-serif;
  transition: background-color .25s;
}

.button:hover {
  background-color: #b1b1b1;
}

.form-wrapper {
  width: 66%;
  margin-top: 20px;
}

.input_30 {
  margin-right: 10px;
}

.lbx-bckgrd {
  text-align: center;
}

.lbx-arrow {
  background-color: #0000001a;
  border-radius: 3px;
}

.divider {
  border-top: 1px solid #e3e3e3;
}

.project-slider-intro {
  background-color: #333;
  min-height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff
}

.slider-intro-wrapper {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.p_lang {
  float: right;
  font-size: 12px;
}

.inactive {
  color: #999;
}

.description, .description-2, .description-3, .description-4, .description-5, .description-6, .description-7, .description-8, .description-9, .description-10 {
  background-color: #333;
  width: 100%;
  margin-top: -45px;
  padding: 15px;
  display: none;
  color: #fff;
  margin-bottom: 45px;
}

.mobile-view {
  display: none;
}

.success {
  background-color: #c1f3cb;
}

.description-11, .description-12, .description-13, .description-14 {
  background-color: #333;
  width: 100%;
  margin-top: -45px;
  padding: 15px;
  display: none;
  color: #fff;
  margin-bottom: 45px;
}

.description-15 {
  background-color: #333;
  max-width: 100%;
  margin-top: -45px;
  padding: 15px;
  display: none;
  color: #fff;
  margin-bottom: 45px;
}

.description-16, .description-17 {
  background-color: #333;
  width: 100%;
  margin-top: -45px;
  padding: 15px;
  display: none;
  color: #fff;
  margin-bottom: 45px;
}

.lightbox-link {
  cursor: zoom-in;
}

.lightbox-link:hover {
  opacity: .75;
}

.last-row {
  padding-bottom: 30px;
}

.description-18 {
  background-color: #333;
  width: 100%;
  margin-top: -45px;
  margin-bottom: 45px;
  padding: 15px;
  display: none;
  color: #fff;
  margin-bottom: 45px;
}

.description-19 {
  background-color: #333;
  width: 100%;
  margin-top: -45px;
  padding: 15px;
  display: none;
  color: #fff;
  margin-bottom: 45px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-top: 2px;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-radius: 0;
}

.nav-dropdown-link {
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  transition: color .3s;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #666;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav_dropdown {
  margin-top: 31px;
}

.leistungen {
  font-size: 16px;
  line-height: 25px;
}

.hero-wrapper {
  height: 450px;
}

.hero-wrapper.neubau {
  background-image: url('../images/projekt-15-3-pic.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.planung {
  background-image: url('../images/projekt-16-2-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-wrapper.umbau {
  background-image: url('../images/stange-architekten-umbau.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper {
  margin: 20px auto 40px;
}

.h2-small {
  font-size: 24px;
}

.caption {
  color: #666;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.quote {
  border-left: 5px solid #000;
  width: 75%;
  margin: 60px auto;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 36px;
}

.quote-author {
  color: #666;
  font-size: 17px;
  font-style: italic;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.teaser-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.teaser-wrapper.hidden {
  display: none;
}

.teaser-titel {
  margin-top: 20px;
}

html.w-mod-js [data-ix="open-desc-1"], html.w-mod-js [data-ix="open-desc-2"], html.w-mod-js [data-ix="open-desc-3"], html.w-mod-js [data-ix="open-desc-4"], html.w-mod-js [data-ix="open-desc-5"], html.w-mod-js [data-ix="open-desc-6"], html.w-mod-js [data-ix="open-desc-7"], html.w-mod-js [data-ix="open-desc-8"], html.w-mod-js [data-ix="open-desc-9"], html.w-mod-js [data-ix="open-desc-10"], html.w-mod-js [data-ix="open-desc-11"], html.w-mod-js [data-ix="open-desc-12"], html.w-mod-js [data-ix="open-desc-13"], html.w-mod-js [data-ix="open-desc-14"], html.w-mod-js [data-ix="open-desc-15"], html.w-mod-js [data-ix="open-desc-16"], html.w-mod-js [data-ix="open-desc-17"], html.w-mod-js [data-ix="open-desc-18"], html.w-mod-js [data-ix="open-desc-19"] {
  display: block;
}

@media screen and (max-width: 991px) {
  blockquote {
    width: 66%;
    margin-top: 65%;
  }

  .menu {
    background-color: #000;
    margin-left: 50%;
    margin-right: 20px;
  }

  .nav_link {
    color: #fff;
  }

  .nav_link.is-dropdown {
    display: block;
  }

  .menu_icon {
    margin-top: 15px;
  }

  .menu_icon.w--open {
    background-color: #000;
  }

  .portfolio_slider {
    max-height: 150px;
    margin-top: 0px;
  }

  .lbx_thmb {
    max-height: 150px;
  }

  .project-slider-intro {
    min-height: 150px;
  }

  .slider-intro-wrapper {
    bottom: 20%;
    left: 0;
    right: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-toggle {
    color: var(--white);
  }

  .nav-dropdown-toggle:hover {
    color: #999;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h5 {
    font-weight: 700;
  }

  blockquote {
    border-left-width: 2px;
    border-left-color: #333;
    margin-top: 45%;
    font-size: 28px;
    line-height: 34px;
  }

  .menu {
    margin-right: 0;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    position: static;
  }

  .footer_inner {
    height: 35px;
  }

  .p_footer {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio_slider {
    max-height: 110px;
    margin-bottom: 45px;
  }

  .lbx_thmb {
    max-height: 100px;
  }

  .teaser {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .project-slider-intro {
    background-image: url('../images/glyphicons_195_circle_info.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    min-height: 100px;
  }

  .p_lang {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }

  .description, .description-2, .description-3, .description-4, .description-5, .description-6, .description-7, .description-8, .description-9, .description-10 {
    width: 100%;
  }

  .mobile-view {
    display: block;
  }

  .description-11, .description-12, .description-13, .description-14 {
    width: 100%;
  }

  .description-15 {
    max-width: 100%;
  }

  .description-16, .description-17, .description-18, .description-19 {
    width: 100%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-icon {
    margin-top: 12px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    width: 88%;
    margin-left: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .nav {
    height: auto;
  }

  .logo {
    font-size: 25px;
  }

  .menu {
    margin-left: 0%;
  }

  .footer_inner {
    height: auto;
  }

  .portfolio_slider, .lbx_thmb {
    max-height: 75px;
  }

  .tabnavi {
    float: left;
    width: 48%;
    min-width: 129px;
    margin-right: 5px;
  }

  .input_30 {
    margin-right: 0;
  }

  .map {
    height: 216px;
  }

  .lbx-arrow {
    font-size: 23px;
  }

  .project-slider-intro {
    background-size: 20px;
    min-height: 50px;
    padding-left: 10px;
  }

  .p_lang {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}

#w-node-a59deb65-757f-3eed-e98e-ea2abd4d1310-6e862263, #w-node-_0df9b3b5-e8c3-c7cf-316d-45e6e1ebd4b1-6e862263, #w-node-_6a9693a6-42e7-24e7-896f-21a564c585ba-6e862263, #w-node-ef2c6584-06a1-baa3-88d8-bcb9d2b6fabb-615b9886, #w-node-ef2c6584-06a1-baa3-88d8-bcb9d2b6fabf-615b9886, #w-node-ef2c6584-06a1-baa3-88d8-bcb9d2b6fabd-615b9886, #w-node-_0cefadae-5dcd-be09-4893-c916182f59b5-9083fff9, #w-node-_0cefadae-5dcd-be09-4893-c916182f59b7-9083fff9, #w-node-_0cefadae-5dcd-be09-4893-c916182f59b9-9083fff9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


@font-face {
  font-family: 'Ubuntu sa';
  src: url('../fonts/Ubuntu-sa-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu sa';
  src: url('../fonts/Ubuntu-sa-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu sa';
  src: url('../fonts/Ubuntu-sa-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu sa';
  src: url('../fonts/Ubuntu-sa-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu sa';
  src: url('../fonts/Ubuntu-sa-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu sa';
  src: url('../fonts/Ubuntu-sa-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.project-header {
  background-color: #333;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
}
.project-header h5 {
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}
.project-header .details-toggle {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 20px;
  cursor: pointer;
}
.project-header .details-toggle:hover {
  text-decoration: underline;
}
.project-description.mobile-view-helper { }