/* quicksand-300 - 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: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/quicksand-v30-latin/quicksand-v30-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-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: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/quicksand-v30-latin/quicksand-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-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: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/quicksand-v30-latin/quicksand-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - 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: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/quicksand-v30-latin/quicksand-v30-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - 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: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/quicksand-v30-latin/quicksand-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body ul {
  list-style-type: none;
  padding: 0;
}
body a {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0 !important;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  background-color: #e1dfdf;
  font-size: 1rem;
  font-style: normal;
}
body p {
  line-height: 1.5;
}
body li {
  line-height: 1.5;
}
body img {
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  background-color: #e1dfdf;
}
.header .logo {
  align-self: center;
}
.header .logo .logo__link {
  font-size: 1.7rem;
  color: rgb(97, 11, 33);
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2rem !important;
}
.header .language {
  align-self: center;
}
.header .language .language__link {
  display: flex;
  color: #4f4f4f;
  letter-spacing: 1px;
  height: 27px;
  width: 50px;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  border: 1px solid #c2c2c2;
  opacity: 0.5;
}
.header .language .language__link:hover {
  border: 1px solid rgb(97, 11, 33);
  color: rgb(97, 11, 33);
  transition: 0.5s;
}
.header .menue {
  display: none;
  width: 25px;
  height: 20px;
  align-self: center;
  cursor: pointer;
  padding-right: 1rem;
}
.header .menue .menue__line1,
.header .menue .menue__line2,
.header .menue .menue__line3 {
  width: 25px;
  height: 4px;
  background-color: rgb(97, 11, 33);
}
.header .menue .menue__line1,
.header .menue .menue__line2 {
  margin-bottom: 4px;
}
.header .menue.active .menue__line2 {
  opacity: 0;
}
.header .menue.active .menue__line1 {
  transform: translateY(8px) rotate(45deg);
}
.header .menue.active .menue__line3 {
  transform: translateY(-8px) rotate(-45deg);
}
.header .searchbar {
  border: none;
  background-color: #fff;
  height: 20px;
  align-self: center;
  outline: none;
  color: #c2c2c2;
  margin-right: 2rem;
  height: 28px;
  width: 10rem;
  padding-left: 0.5rem;
}
.header .navbar__list {
  display: flex;
  gap: 5rem;
}
.header .navbar__list .navbar__link {
  color: rgb(97, 11, 33);
  font-weight: 500;
  letter-spacing: 2px;
}
.header .navbar__list .navbar__link:hover {
  -webkit-text-decoration: 2px underline dashed rgb(97, 11, 33);
          text-decoration: 2px underline dashed rgb(97, 11, 33);
}

.m-0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 1.75rem;
}

.mb-3 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 3.5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mr-1 {
  margin-right: 1.25rem;
}

.small-text {
  font-size: 0.85rem;
}

@media screen and (min-width: 800px) {
  .headline__title {
    font-size: 2.5rem !important;
  }
  .featured-projects__img {
    max-width: 400px !important;
  }
  .main-bio__headline {
    text-align: left !important;
  }
  .projekte-all__list-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .produkte .headline__title {
    font-size: 2.5rem;
  }
  .produkte .produkte__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .produkte-button-container {
    margin-bottom: 6rem !important;
  }
  .footer {
    margin: 3rem 0 2rem 0;
  }
  .bio-video {
    margin: 0 auto;
    width: 70%;
  }
  .main-bio__description {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .featured-projects__title {
    text-align: left !important;
    margin-left: 1rem;
  }
  .featured-projects {
    grid-template-columns: 1fr 1fr 1fr !important;
    margin-inline: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    position: relative;
  }
  .header .menue {
    display: block;
  }
  .header .navbar {
    display: block;
    position: absolute;
    top: 3rem;
    width: 100%;
    padding: 1rem 0;
    left: -100%;
    height: 90vh;
    transition: 0.3s;
    background-color: #4f4f4f;
    z-index: 1;
  }
  .header .navbar .navbar__list {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
    padding-top: 7rem;
  }
  .header .navbar .navbar__list .navbar__link {
    color: #e1dfdf;
    letter-spacing: 2px;
    font-weight: 500;
  }
  .header .navbar .navbar__list .navbar__link:hover {
    -webkit-text-decoration: 2px underline dashed #e1dfdf;
            text-decoration: 2px underline dashed #e1dfdf;
  }
  .header .navbar.active {
    left: 0;
  }
  .header .searchbar {
    position: absolute;
    left: -6rem;
    top: 5rem;
    transform: translateX(-50%);
    background-color: #4f4f4f;
    color: #fff;
    transition: 0.3s;
    opacity: 0.5;
    width: 9rem;
    height: 28px;
    padding-left: 0.5rem;
    border: 1px solid #e1dfdf !important;
    z-index: 1;
  }
  .header .searchbar.active {
    left: 75%;
  }
}
@media screen and (min-width: 1300px) {
  .header {
    margin: 1rem auto;
    max-width: 1300px;
    background-color: #e1dfdf;
  }
  .header .searchbar {
    margin-right: 0 !important;
  }
  .main-project .media {
    background-color: #fff;
  }
  .main-project .section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px !important;
    margin: auto;
  }
  .main-project .section .glide-container {
    padding: 0 !important;
    margin-bottom: 2rem;
  }
  .main-project .main-project__description {
    margin-bottom: 2rem;
  }
  .main-project .main-project__credits {
    margin-bottom: 2rem;
  }
  .main-project .main-project__dates {
    border-right: none !important;
    margin-bottom: 2rem;
  }
  .main-project .main-project__video {
    border-left: none !important;
  }
  .main-bio__dates {
    display: flex !important;
    max-width: 1200px;
    margin: 3rem auto;
    flex-wrap: wrap;
  }
  .main-bio__dates .bio-dates__list {
    flex-basis: 50%;
  }
  .main-bio__dates .expand-content {
    opacity: 0;
    display: flex !important;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .main-bio__dates .expand-content .bio-dates__list {
    flex-basis: 50%;
  }
  .main-bio__dates .expand-content.active {
    opacity: 1;
  }
  .bio-video {
    margin: 0 auto;
    width: 50%;
  }
  .projekte-all__list-section {
    width: 95%;
  }
  .news__title {
    text-align: left !important;
    margin-left: 0.8rem;
  }
  .featured-projects__title {
    margin-left: 0 !important;
  }
  .featured-projects {
    margin: 0 !important;
  }
  .main-texte {
    max-width: 1200px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 !important;
    gap: 15rem;
  }
  .main-texte .text-meller, .main-texte .text-list {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    width: 80%;
    margin: 1rem auto;
  }
  .header .logo__link {
    padding: 0 !important;
  }
}
.main-project a {
  color: rgb(97, 11, 33);
}
.main-project a:hover {
  -webkit-text-decoration: 1px dashed underline rgb(97, 11, 33);
          text-decoration: 1px dashed underline rgb(97, 11, 33);
}
.main-project .headline .headline__title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Quicksand";
  color: #000;
  margin: 4rem 0;
}
.main-project .section {
  max-width: 600px;
  margin: auto;
}
.main-project .section .main-project__text {
  color: #4f4f4f;
  max-width: 55ch;
}
.main-project .section .expand-content {
  opacity: 0;
  display: block;
  height: 0;
  transition: all 0.6s ease;
}
.main-project .section .expand-content.active {
  opacity: 1;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.main-project .section .main-project__description {
  background-color: rgb(97, 11, 33);
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding: 2rem;
}
.main-project .section .main-project__description a {
  color: #fff;
}
.main-project .section .main-project__description a:hover {
  -webkit-text-decoration: 1px dotted #fff;
          text-decoration: 1px dotted #fff;
}
.main-project .section .main-project__description .main-project__sub-title {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
.main-project .section .main-project__description .main-project__text {
  color: #e1dfdf;
}
.main-project .section .main-project__description .main-project__text--opacity {
  opacity: 0.6;
}
.main-project .section .main-project__description .read-more-btn {
  font-size: 0.8rem;
  color: #e1dfdf;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  padding: 0.4em;
  text-align: center;
  margin: 0 auto 0 !important;
  opacity: 0.7;
}
.main-project .section .main-project__description p.read-more-btn {
  margin: 0;
}
.main-project .section .glide-container {
  max-width: 600px;
  position: relative;
}
.main-project .section .glide-container .glide__caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
}
.main-project .section .glide-container .glide__caption p {
  padding-inline: 1rem;
  font-weight: 500;
}
.main-project .section .glide-container img {
  vertical-align: bottom;
}
.main-project .section .glide-container .glide__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-inline: 0.5rem;
}
.main-project .section .glide-container .glide__arrows .glide__arrow {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 30px;
  opacity: 0.2;
  transition: 0.3s;
}
.main-project .section .glide-container .glide__arrows .glide__arrow:hover {
  opacity: 1;
}
.main-project .section .main-project__dates {
  font-weight: 400;
  padding: 2rem;
}
.main-project .section .main-project__dates .read-more-btn {
  font-size: 0.8rem;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 0.4em;
  width: 130px;
  text-align: center;
  margin: 1rem auto 0 auto !important;
  opacity: 0.6;
}
.main-project .section .main-project__dates p.read-more-btn {
  margin: 0;
}
.main-project .section .main-project__dates .main-project__headline {
  letter-spacing: 3px;
  font-family: "Quicksand";
  color: rgb(97, 11, 33);
  font-weight: 500;
}
.main-project .section .main-project__dates .main-project__list .main-project__date {
  color: rgb(97, 11, 33);
  font-weight: 500;
}
.main-project .section .main-project__dates .main-project__list:last-child {
  margin-bottom: 0;
}
.main-project .section .player-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-project .section .main-project__credits {
  font-size: 0.9rem;
  font-weight: 300;
  padding: 2rem;
}
.main-project .section .main-project__credits .main-project__headline {
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
}
.main-project .section .main-project__credits .main-project__text:last-child {
  margin-bottom: 0;
}
.main-project .section .main-project__text--title {
  font-weight: 500;
}
.main-project .section .main-project__sponsor {
  margin-top: 2rem;
  font-weight: 300;
  font-size: 0.8rem;
}

.main-project a {
  color: rgb(97, 11, 33);
}
.main-project a:hover {
  -webkit-text-decoration: 1px dashed underline rgb(97, 11, 33);
          text-decoration: 1px dashed underline rgb(97, 11, 33);
}
.main-project .headline .headline__title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Quicksand";
  color: #000;
  margin: 4rem 0;
}
.main-project .section {
  max-width: 600px;
  margin: auto;
}
.main-project .section .main-project__text {
  color: #4f4f4f;
  max-width: 55ch;
}
.main-project .section .expand-content {
  opacity: 0;
/* TEST n */
  position: relative;
  z-index: -1;
/*ende TEST */ 
  height: 0;
  transition: all 0.6s ease;
}
.main-project .section .expand-content.active {
  opacity: 1;
  z-index: 1;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.main-project .section .main-project__description {
  background-color: rgb(97, 11, 33);
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding: 2rem;
}
.main-project .section .main-project__description a {
  color: #fff;
}
.main-project .section .main-project__description a:hover {
  -webkit-text-decoration: 1px dashed underline #fff;
          text-decoration: 1px dashed underline #fff;
}
.main-project .section .main-project__description .main-project__sub-title {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.1rem;
}
.main-project .section .main-project__description .main-project__text {
  color: #e1dfdf;
}
.main-project .section .main-project__description .main-project__text--opacity {
  opacity: 0.6;
}
.main-project .section .main-project__description .read-more-btn {
  font-size: 0.8rem;
  color: #e1dfdf;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  padding: 0.4em;
  text-align: center;
  margin: 1rem auto 0 auto !important;
  opacity: 0.7;
}
.main-project .section .main-project__description p.read-more-btn {
  margin: 0;
}
.main-project .section .glide-container {
  max-width: 600px;
  position: relative;
}
.main-project .section .glide-container .glide__caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
}
.main-project .section .glide-container .glide__caption p {
  padding-inline: 1rem;
  font-weight: 500;
}
.main-project .section .glide-container img {
  vertical-align: bottom;
}
.main-project .section .glide-container .glide__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-inline: 0.5rem;
}
.main-project .section .glide-container .glide__arrows .glide__arrow {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 30px;
  opacity: 0.2;
  transition: 0.3s;
}
.main-project .section .glide-container .glide__arrows .glide__arrow:hover {
  opacity: 1;
}
.main-project .section .player-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-project .section .main-project__credits {
  font-size: 0.9rem;
  font-weight: 300;
  padding: 2rem;
}
.main-project .section .main-project__credits .main-project__headline {
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
}
.main-project .section .main-project__credits .main-project__text:last-child {
  margin-bottom: 0;
}
.main-project .section .main-project__text--title {
  font-weight: 500;
}
.main-project .section .main-project__sponsor {
  margin-top: 2rem;
  font-weight: 300;
  font-size: 0.8rem;
}

.main-bio .main-bio__description {
  background-color: rgb(97, 11, 33);
  padding: 1em;
  background-image: url(../img/schimana.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: 75% 25%;
}
.main-bio .main-bio__description .main-bio__text {
  max-width: 600px;
  margin: 1rem auto;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.main-bio .main-bio__description .main-bio__headline {
  color: #fff;
  letter-spacing: 3px;
  margin: auto;
  max-width: 600px;
  margin: 1rem auto;
  text-align: center;
  line-height: 1.3;
}
.main-bio .main-bio__description .main-bio__text {
  color: #e1dfdf;
}
.main-bio .main-bio__description .main-bio__text .main-bio__text--fw-700 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff !important;
  transition: all 0.3s ease;
}
.main-bio .main-bio__description .main-bio__text .main-bio__text--fw-700:hover {
  color: #c5060d !important;
}
.main-bio .main-bio__dates {
  display: grid;
  justify-content: center;
  padding: 1em;
}
.main-bio .main-bio__dates .bio-dates__text {
  color: #4f4f4f;
  font-size: 0.9rem;
  max-width: 55ch;
}
.main-bio .main-bio__dates .bio-dates__text a {
  color: rgb(97, 11, 33);
  opacity: 0.8;
}
.main-bio .main-bio__dates .bio-dates__text a:hover {
  text-decoration: 1px dashed underline;
}
.main-bio .main-bio__dates .bio-dates__text--year {
  color: rgb(97, 11, 33);
  font-weight: 500;
}
.main-bio .expand-content {
  opacity: 0;
  display: block;
  height: 0;
  transition: all 0.6s ease;
}
.main-bio .expand-content.active {
  opacity: 1;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.main-bio .read-more-btn {
  font-size: 0.8rem;
  color: #4f4f4f;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  padding: 0.4em;
  text-align: center;
  margin: 0 auto !important;
  opacity: 0.7;
}
.main-bio p.read-more-btn {
  margin: 0;
}

.projekte-all {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.projekte-all .headline__title {
  font-size: 2rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Quicksand";
  margin: 3.5rem 0;
  text-align: center;
}
.projekte-all .projekte-all__list-section .projekte-all__title {
  font-family: "Quicksand";
  margin-bottom: 0.5rem;
  color: rgb(97, 11, 33);
  font-size: 0.8rem;
}
.projekte-all .projekte-all__list-section .projekte-all__link {
  font-weight: 300;
  font-size: 0.9rem;
  color: #4f4f4f;
}
.projekte-all .projekte-all__list-section .projekte-all__link:hover {
  -webkit-text-decoration: underline 1px dashed rgb(97, 11, 33);
          text-decoration: underline 1px dashed rgb(97, 11, 33);
}

.produkte {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.produkte .headline__title {
  font-family: "Quicksand";
  margin: 3rem 0 5rem 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2rem;
}
.produkte .produkte__item {
  display: flex;
  align-items: center;
}
.produkte .produkte__link {
  color: #4f4f4f;
}
.produkte .produkte__link:hover {
  -webkit-text-decoration: 3px dashed underline rgb(97, 11, 33);
          text-decoration: 3px dashed underline rgb(97, 11, 33);
}
.produkte .produkte__checkbox {
  margin-right: 1rem;
}
.produkte input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid rgb(97, 11, 33);
  cursor: pointer;
  background-color: white;
}
.produkte input:checked {
  background-color: rgb(97, 11, 33);
}

.produkte-button-container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 1rem auto 2rem auto;
}
.produkte-button-container .produkte__btn {
  border: none;
  width: 160px;
  height: 35px;
  background-color: rgb(97, 11, 33);
  color: #e1dfdf;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Quicksand";
  cursor: pointer;
  transition: 0.3s;
}
.produkte-button-container .produkte__btn:hover {
  background-color: #4f4f4f;
}

.index {
  max-width: 1200px;
  margin: auto;
}
.index .news__title {
  font-family: "Quicksand";
  color: rgb(97, 11, 33);
  letter-spacing: 5px;
  text-align: center;
  margin-top: 5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.swiper {
  z-index: 0 !important;
  margin-inline: 0.5rem !important;
  position: relative !important;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.2;
  color: #dcdcdc !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  transition: 0.5s ease-in;
  opacity: 1;
}

.card {
  background-color: #fff;
  font-size: 0.9rem;
  border: 1px solid rgba(97, 11, 33, 0.1);
}
.card .card__date {
  color: rgb(97, 11, 33);
  font-size: 0.8rem;
  padding-left: 1rem;
  font-weight: 300;
}
.card .card__body {
  text-align: center;
}
.card .card__body .card__title {
  letter-spacing: 2px;
  margin-bottom: 0.2rem;
}
.card .card__body .card__desc {
  margin: 0;
}
.card .card__body .card__desc a {
  color: rgb(97, 11, 33);
}
.card .card__body .card__desc a:hover {
  text-decoration: 1px dashed underline;
}
.card .card__body .card__place {
  font-weight: 400;
}
.card .card__body .card__read-more {
  font-weight: 300;
  display: block;
  color:#000;
}


.featured-projects__title {
  color: #4f4f4f;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.featured-projects {
  display: grid;
  justify-content: center;
}
.featured-projects .img-container {
  overflow: hidden;
}
.featured-projects .featured-projects__img {
  max-width: 350px;
  position: relative;
  transition: all 0.5s ease;
}
.featured-projects .featured-projects__img:hover {
  transform: scale(1.2);
}
.featured-projects .featured-projects__img .featured-projects__headline {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e1dfdf;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.featured-projects .featured-projects__img img {
  vertical-align: bottom;
  width: 100%;
}
.featured-projects .featured-projects__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.kontakt {
  display: grid;
  align-content: center;
  justify-content: center;
}
.kontakt .kontakt__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  font-size: 2rem;
  text-align: center;
  font-family: "Quicksand";
  margin: 3.5rem 0 4.5rem 0;
}
.kontakt .kontakt__form {
  display: flex;
  flex-direction: column;
}
.kontakt .kontakt__form label {
  color: rgb(97, 11, 33);
  font-weight: 500;
  letter-spacing: 1px;
}
.kontakt .kontakt__form input {
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid rgb(97, 11, 33);
  background-color: #e1dfdf;
  height: 25px;
}
.kontakt .kontakt__form input:focus {
  outline: 1px solid rgb(97, 11, 33);
  border-bottom: none;
}
.kontakt .kontakt__form textarea {
  margin-bottom: 1rem;
  background-color: #e1dfdf;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(97, 11, 33);
}
.kontakt .kontakt__form textarea:focus {
  outline: 1px solid rgb(97, 11, 33);
  border-bottom: none;
}
.kontakt .kontakt__form .submit {
  background-color: rgb(97, 11, 33);
  color: #e1dfdf;
  font-weight: 500;
  font-family: "Quicksand";
  letter-spacing: 1px;
  height: 30px;
  cursor: pointer;
  margin-top: 1rem;
  text-transform: uppercase;
  transition: 0.3s;
}
.kontakt .kontakt__form .submit:hover {
  background-color: #4f4f4f;
}

.headline__title {
  font-size: 2rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Quicksand";
  margin: 3.5rem 0;
  text-align: center;
}

.main-texte {
  padding: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.main-texte a {
  color: rgb(97, 11, 33);
}
.main-texte a:hover {
  -webkit-text-decoration: underline dashed 1px rgb(97, 11, 33);
          text-decoration: underline dashed 1px rgb(97, 11, 33);
}
.main-texte .text-meller {
  margin-bottom: 3rem;
  max-width: 55ch;
  font-weight: 500;
  font-size: 1.1rem;
}
.main-texte .text-meller p:first-child {
  margin-top: 0;
}
.main-texte .text-list h4 {
  font-weight: 500;
}
.main-texte span {
  font-weight: normal;
  font-size: 0.9rem;
}

.section-impressum {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: -2rem;
  font-weight: 400;
}
.section-impressum .impressum {
  padding: 1rem;
}
.section-impressum .impressum span {
  color: rgb(97, 11, 33);
  font-weight: 500;
}
.section-impressum .impressum p {
  max-width: 55ch;
}

.footer {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__text {
  display: flex;
  align-items: baseline;
  color: #4f4f4f;
  font-weight: 300;
}
.footer .footer__text .footer__link {
  color: rgb(97, 11, 33);
  font-weight: 300;
  padding-inline: 0.3rem;
}
.footer .footer__text .footer__link:hover {
  color: #4f4f4f;
  transition: 0.4s ease;
}/*# sourceMappingURL=style.css.map */
