@charset "UTF-8";
/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
nav figure {
  width: 20rem;
}
@media only screen and (min-width: 550px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1000px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1300px) {
  nav figure {
    width: 32rem;
  }
}
nav figure img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}
.nav span {
  width: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 1400px) {
  .nav span {
    width: 2rem;
  }
}
.nav div:nth-of-type(1) {
  background-color: #FF0000;
}
.nav div:nth-of-type(2) {
  background-color: #FFFF00;
}
.nav div:nth-of-type(3) {
  background-color: #00FF00;
}
.nav div:nth-of-type(4) {
  background-color: #FF00FF;
}
.nav div:nth-of-type(5) {
  background-color: #CF8D4F;
}
.nav a {
  color: black;
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: start;
  font-weight: 500;
}
@media only screen and (min-width: 450px) {
  .nav a {
    width: 4.7rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav a {
    font-size: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .nav a {
    width: 4.7rem;
  }
}
@media screen and (min-width: 1120px) {
  .nav a {
    position: relative;
    top: -0.3rem;
  }
}
@media screen and (min-width: 1270px) {
  .nav a {
    top: -0.2rem;
  }
}

.body-startseite {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-bg-start {
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .wrap-bg-start .bg-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.body-startseite {
  background-image: url("../img/architekturbuero-_schmitt-foerster_bg-projekte.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
.body-startseite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.8);
}

.header-startseite {
  position: fixed;
  bottom: 2rem;
  z-index: 10;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .header-startseite {
    margin: 0 auto;
  }
}
.header-startseite.unterseite {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.startseite-main figure {
  width: 4rem;
  position: absolute;
  bottom: 40%;
  transform: rotate(-25deg);
}
@media only screen and (min-width: 600px) {
  .startseite-main figure {
    bottom: 30%;
    left: 9%;
  }
}
@media only screen and (min-width: 1000px) {
  .startseite-main figure {
    width: 5rem;
  }
}

.bg-image-startseite {
  height: 80%;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  width: 100%;
  padding: 50px 0 0 0;
}
footer.footer-unterseiten {
  position: relative;
  background-color: #D9D9D9;
  padding: 50px 0 10px 0;
}
footer.footer-unterseiten.kontakt {
  background-color: rgba(217, 217, 217, 0.6);
}
footer.footer-unterseiten p, footer.footer-unterseiten a {
  color: black;
}
footer p, footer a {
  color: black;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 500px) {
  footer p:first-child {
    margin-right: 1rem;
  }
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
nav figure {
  width: 20rem;
}
@media only screen and (min-width: 550px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1000px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1300px) {
  nav figure {
    width: 32rem;
  }
}
nav figure img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}
.nav span {
  width: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 1400px) {
  .nav span {
    width: 2rem;
  }
}
.nav div:nth-of-type(1) {
  background-color: #FF0000;
}
.nav div:nth-of-type(2) {
  background-color: #FFFF00;
}
.nav div:nth-of-type(3) {
  background-color: #00FF00;
}
.nav div:nth-of-type(4) {
  background-color: #FF00FF;
}
.nav div:nth-of-type(5) {
  background-color: #CF8D4F;
}
.nav a {
  color: black;
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: start;
  font-weight: 500;
}
@media only screen and (min-width: 450px) {
  .nav a {
    width: 4.7rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav a {
    font-size: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .nav a {
    width: 4.7rem;
  }
}
@media screen and (min-width: 1120px) {
  .nav a {
    position: relative;
    top: -0.3rem;
  }
}
@media screen and (min-width: 1270px) {
  .nav a {
    top: -0.2rem;
  }
}

.projekte-main {
  background-image: url("../img/architekturbuero-_schmitt-foerster_bg-projekte.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
.projekte-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.8);
}
.projekte-main .wrap-projekte {
  position: relative;
  padding: 1rem;
  padding-bottom: 4rem;
}
.projekte-main .wrap-projekte h2 {
  font-size: 3rem;
  color: white;
}
@media only screen and (min-width: 1200px) {
  .projekte-main .wrap-projekte h2 {
    transform: rotate(90deg);
    position: absolute;
    right: -19rem;
    font-size: 9rem;
    top: 40%;
  }
}
.projekte-main .wrap-projekte ul li {
  text-align: start;
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.projekte-main .singlediv {
  width: 250px !important;
  height: 250px !important;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
nav figure {
  width: 20rem;
}
@media only screen and (min-width: 550px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1000px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1300px) {
  nav figure {
    width: 32rem;
  }
}
nav figure img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}
.nav span {
  width: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 1400px) {
  .nav span {
    width: 2rem;
  }
}
.nav div:nth-of-type(1) {
  background-color: #FF0000;
}
.nav div:nth-of-type(2) {
  background-color: #FFFF00;
}
.nav div:nth-of-type(3) {
  background-color: #00FF00;
}
.nav div:nth-of-type(4) {
  background-color: #FF00FF;
}
.nav div:nth-of-type(5) {
  background-color: #CF8D4F;
}
.nav a {
  color: black;
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: start;
  font-weight: 500;
}
@media only screen and (min-width: 450px) {
  .nav a {
    width: 4.7rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav a {
    font-size: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .nav a {
    width: 4.7rem;
  }
}
@media screen and (min-width: 1120px) {
  .nav a {
    position: relative;
    top: -0.3rem;
  }
}
@media screen and (min-width: 1270px) {
  .nav a {
    top: -0.2rem;
  }
}

.leistungen-main {
  background-image: url("../img/architekturbuero-_schmitt-foerster_bg-leistungen.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.leistungen-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.8);
}
.leistungen-main .wrap-leistungen {
  position: relative;
  padding: 1rem;
  padding-bottom: 3rem;
}
.leistungen-main .wrap-leistungen h1 {
  color: white;
  font-size: 3rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1000px) {
  .leistungen-main .wrap-leistungen h1 {
    transform: rotate(-90deg);
    position: absolute;
    left: -19rem;
    font-size: 9rem;
    top: 40%;
  }
}
@media only screen and (min-width: 1000px) {
  .leistungen-main .wrap-leistungen .leistungsphasen, .leistungen-main .wrap-leistungen .mitIhnen {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
}
.leistungen-main .wrap-leistungen .leistungsphasen {
  text-align: start;
}
.leistungen-main .wrap-leistungen .leistungsphasen h2 {
  padding-bottom: 0;
}
.leistungen-main .wrap-leistungen .leistungsphasen h3 {
  padding-bottom: 1.5rem;
  font-weight: normal;
}
.leistungen-main .wrap-leistungen .leistungsphasen span {
  font-size: 1rem;
  margin-left: 0.5rem;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
nav figure {
  width: 20rem;
}
@media only screen and (min-width: 550px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1000px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1300px) {
  nav figure {
    width: 32rem;
  }
}
nav figure img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}
.nav span {
  width: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 1400px) {
  .nav span {
    width: 2rem;
  }
}
.nav div:nth-of-type(1) {
  background-color: #FF0000;
}
.nav div:nth-of-type(2) {
  background-color: #FFFF00;
}
.nav div:nth-of-type(3) {
  background-color: #00FF00;
}
.nav div:nth-of-type(4) {
  background-color: #FF00FF;
}
.nav div:nth-of-type(5) {
  background-color: #CF8D4F;
}
.nav a {
  color: black;
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: start;
  font-weight: 500;
}
@media only screen and (min-width: 450px) {
  .nav a {
    width: 4.7rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav a {
    font-size: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .nav a {
    width: 4.7rem;
  }
}
@media screen and (min-width: 1120px) {
  .nav a {
    position: relative;
    top: -0.3rem;
  }
}
@media screen and (min-width: 1270px) {
  .nav a {
    top: -0.2rem;
  }
}

.kontakt-main {
  background-color: rgba(217, 217, 217, 0.6);
}
@media only screen and (min-width: 800px) {
  .kontakt-main {
    display: flex;
    justify-content: center;
    height: 100vh;
  }
}
.kontakt-main .image-bg {
  background-color: rgb(217, 217, 217);
  opacity: 0.7;
}
@media only screen and (min-width: 800px) {
  .kontakt-main .image-bg {
    width: 60%;
  }
}
@media only screen and (min-width: 1500px) {
  .kontakt-main .image-bg {
    width: 50%;
  }
}
@media only screen and (min-width: 1700px) {
  .kontakt-main .image-bg {
    width: 40%;
  }
}
.kontakt-main .image-bg img {
  height: 100%;
}
.kontakt-main .wrap-text-stempel {
  display: flex;
  align-items: center;
}
.kontakt-main .wrap-text-stempel figure {
  width: 30%;
}
@media only screen and (min-width: 800px) {
  .kontakt-main .wrap-text-stempel figure {
    margin-left: 1rem;
  }
}
.kontakt-main .wrap-text-stempel figure img {
  transform: rotate(-25deg);
}
.kontakt-main .text, .kontakt-main p {
  text-align: end;
}
.kontakt-main .text {
  padding: 1rem 0;
}
.kontakt-main .text p, .kontakt-main .text address {
  text-transform: uppercase;
  font-style: normal;
}
.kontakt-main .text a {
  display: block;
  color: black;
  text-decoration: none;
}
.kontakt-main .text a:hover {
  font-weight: bolder;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
nav figure {
  width: 20rem;
}
@media only screen and (min-width: 550px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1000px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1300px) {
  nav figure {
    width: 32rem;
  }
}
nav figure img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}
.nav span {
  width: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 1400px) {
  .nav span {
    width: 2rem;
  }
}
.nav div:nth-of-type(1) {
  background-color: #FF0000;
}
.nav div:nth-of-type(2) {
  background-color: #FFFF00;
}
.nav div:nth-of-type(3) {
  background-color: #00FF00;
}
.nav div:nth-of-type(4) {
  background-color: #FF00FF;
}
.nav div:nth-of-type(5) {
  background-color: #CF8D4F;
}
.nav a {
  color: black;
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: start;
  font-weight: 500;
}
@media only screen and (min-width: 450px) {
  .nav a {
    width: 4.7rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav a {
    font-size: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .nav a {
    width: 4.7rem;
  }
}
@media screen and (min-width: 1120px) {
  .nav a {
    position: relative;
    top: -0.3rem;
  }
}
@media screen and (min-width: 1270px) {
  .nav a {
    top: -0.2rem;
  }
}

.werke-main {
  background-image: url("../img/architekturbuero_schmitt-foerster_bg-werke.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
.werke-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.7);
}
.werke-main .wrap-werke {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 1400px) {
  .werke-main .wrap-werke {
    gap: 6rem;
  }
}
.werke-main .wrap-werke .singleWerk {
  width: 40vw;
  height: 40vw;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 700px) {
  .werke-main .wrap-werke .singleWerk {
    width: 24vw;
    height: 24vw;
  }
}
@media only screen and (min-width: 1000px) {
  .werke-main .wrap-werke .singleWerk {
    width: 15vw;
    height: 15vw;
  }
}
@media only screen and (min-width: 1600px) {
  .werke-main .wrap-werke .singleWerk {
    width: 13vw;
    height: 13vw;
  }
}
.werke-main .wrap-werke .singleWerk:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 6px 1px gray;
  transition: all 0.3s ease-in-out;
}
.werke-main .wrap-werke .singleWerk:hover h2 {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
}
.werke-main .wrap-werke .singleWerk:hover img {
  filter: blur(1px);
}
.werke-main .wrap-werke .singleWerk figure {
  width: 40vw;
  height: 40vw;
}
@media only screen and (min-width: 700px) {
  .werke-main .wrap-werke .singleWerk figure {
    width: 24vw;
    height: 24vw;
  }
}
@media only screen and (min-width: 1000px) {
  .werke-main .wrap-werke .singleWerk figure {
    width: 15vw;
    height: 15vw;
  }
}
@media only screen and (min-width: 1600px) {
  .werke-main .wrap-werke .singleWerk figure {
    width: 13vw;
    height: 13vw;
  }
}
.werke-main .wrap-werke .singleWerk figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.werke-main .wrap-werke .singleWerk .wrap-h2 {
  width: 40vw;
  height: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 700px) {
  .werke-main .wrap-werke .singleWerk .wrap-h2 {
    width: 24vw;
    height: 24vw;
  }
}
@media only screen and (min-width: 1000px) {
  .werke-main .wrap-werke .singleWerk .wrap-h2 {
    width: 15vw;
    height: 15vw;
  }
}
@media only screen and (min-width: 1600px) {
  .werke-main .wrap-werke .singleWerk .wrap-h2 {
    width: 13vw;
    height: 13vw;
  }
}
.werke-main .wrap-werke .singleWerk .wrap-h2 h2 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.6rem;
  color: black;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.wrap-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.detail-main {
  background-image: url("../img/architekturbuero-_schmitt-foerster_bg-kontakt.png");
  background-size: cover;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-attachment: fixed;
}
.detail-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.8);
}
.detail-main .wrap-detail {
  position: relative;
}
.detail-main .wrap-detail .wrap-bilder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .detail-main .wrap-detail .wrap-bilder {
    margin-right: 0.5rem;
  }
}
.detail-main .wrap-detail .wrap-bilder figure {
  width: 70%;
}
@media only screen and (min-width: 600px) {
  .detail-main .wrap-detail .wrap-bilder figure {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-main .wrap-detail .wrap-bilder figure {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-main .wrap-detail p {
    width: 70%;
    margin: 0 auto;
  }
}
.detail-main h1 {
  text-align: center;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* ################ Farben ################### */
/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  font-size: 16px; /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
      font-size: 17px;
  }*/
}
@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif; /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400; /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: black; /* Grundschriftfarbe */
  text-align: center; /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto; /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden; /* bei hidden liegt die Scrollleiste obendrüber*/
  width: 100%;
  height: 100%;
}

.header-projekte {
  padding: 1rem 0;
  background-color: white !important;
  z-index: 10;
  position: relative;
}

figure, img {
  width: 100%;
  height: auto;
  margin: 0;
}

h1, h2 {
  text-align: start;
}

h2 {
  padding-bottom: 1.5rem;
}

h3 {
  text-align: start;
}

p {
  text-align: start;
}

.row .col {
  padding: 0;
}

.row {
  margin-bottom: 0;
}

main {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  main {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding: 0 8rem;
  }
}

.abstand {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .abstand {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .abstand {
    padding-bottom: 9rem;
  }
}

.abstand-kl {
  padding-bottom: 1rem;
}

.abstand-mittel {
  padding-bottom: 2rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
nav figure {
  width: 20rem;
}
@media only screen and (min-width: 550px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1000px) {
  nav figure {
    width: 30rem;
  }
}
@media only screen and (min-width: 1300px) {
  nav figure {
    width: 32rem;
  }
}
nav figure img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}
.nav span {
  width: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 1400px) {
  .nav span {
    width: 2rem;
  }
}
.nav div:nth-of-type(1) {
  background-color: #FF0000;
}
.nav div:nth-of-type(2) {
  background-color: #FFFF00;
}
.nav div:nth-of-type(3) {
  background-color: #00FF00;
}
.nav div:nth-of-type(4) {
  background-color: #FF00FF;
}
.nav div:nth-of-type(5) {
  background-color: #CF8D4F;
}
.nav a {
  color: black;
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: start;
  font-weight: 500;
}
@media only screen and (min-width: 450px) {
  .nav a {
    width: 4.7rem;
  }
}
@media only screen and (min-width: 600px) {
  .nav a {
    font-size: 0.8rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .nav a {
    width: 4.7rem;
  }
}
@media screen and (min-width: 1120px) {
  .nav a {
    position: relative;
    top: -0.3rem;
  }
}
@media screen and (min-width: 1270px) {
  .nav a {
    top: -0.2rem;
  }
}

.main-imp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: start;
}
.main-imp h2 {
  padding-bottom: 0.5rem;
}
.main-imp .abstand-mini {
  padding-bottom: 0.5rem;
}
.main-imp li {
  margin-left: 2rem;
}/*# sourceMappingURL=style.css.map */