@font-face {
  font-family: "Maven Pro";
  src: url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Black.woff2") format("woff2"), url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maven Pro";
  src: url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-ExtraBold.woff2") format("woff2"), url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maven Pro";
  src: url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Bold.woff2") format("woff2"), url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maven Pro";
  src: url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Medium.woff2") format("woff2"), url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maven Pro";
  src: url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Regular.woff2") format("woff2"), url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maven Pro";
  src: url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-SemiBold.woff2") format("woff2"), url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maven Pro";
  src: url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Regular.woff2") format("woff2"), url("/user/themes/dexel-bauleitung/assets/fonts/MavenPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  font: 18px "Maven Pro", Arial, sans-serif;
}

body, html {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  border-bottom: 1px solid #d4b037;
  text-decoration: none;
}
a:hover {
  color: #d4b037;
  border-bottom: 2px solid #d4b037;
}

body {
  color: #d7d7d7;
  background: #000 url(../img/bg.png) no-repeat top 2rem right fixed;
}
@media (min-width: 800px) {
  body {
    padding-top: 120px;
  }
}
body#home {
  background: #000 url(../img/bg-home.png) no-repeat top 2rem right;
}
@media (min-width: 800px) {
  body#home #header:not(.scrolled) .navbar ul li a {
    color: rgba(255, 255, 255, 0.9137254902) !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

.button {
  padding: 1rem;
  border: 2px solid #d4b037;
  color: #d4b037;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border-radius: 5px;
}
@media (min-width: 800px) {
  .button i {
    padding-left: 1.5rem;
    -webkit-transition: padding-left 0.2s;
    transition: padding-left 0.2s;
  }
}
.button:hover {
  color: #fff;
  background: #d4b037;
  -webkit-box-shadow: 0 3px 15px rgba(212, 176, 55, 0.5);
          box-shadow: 0 3px 15px rgba(212, 176, 55, 0.5);
}
@media (min-width: 800px) {
  .button:hover i {
    padding-left: 2.5rem;
  }
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -20;
  opacity: 0.3;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 1rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header {
  padding: 1.5rem 0;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 800px) {
  #header {
    padding: 3rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
}
#header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 800px) {
  #header .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .navbar ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5rem;
}
@media (min-width: 800px) {
  #header .navbar ul {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .navbar ul li a {
  display: inline-block;
  color: #8c8c8c;
  text-decoration: none;
  border-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.2s color, font-size 0.2s;
  transition: 0.2s color, font-size 0.2s;
  letter-spacing: 2px;
  padding: 0.5rem 0;
  position: relative;
}
@media (min-width: 800px) {
  #header .navbar ul li a {
    margin-left: 2rem;
  }
}
#header .navbar ul li a::after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  display: block;
  left: 0;
  bottom: 2px;
  background: #d4b037;
  -webkit-transition: width 0.2s, -webkit-box-shadow 0.2s;
  transition: width 0.2s, -webkit-box-shadow 0.2s;
  transition: width 0.2s, box-shadow 0.2s;
  transition: width 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: 0 3px 15px rgba(212, 176, 55, 0.5);
          box-shadow: 0 3px 15px rgba(212, 176, 55, 0.5);
}
#header .navbar ul li a.active {
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
#header .navbar ul li a.active::after {
  width: 50%;
}
#header .navbar ul li a:hover {
  color: #d7d7d7;
}
#header .navbar ul li a:hover::after {
  width: 80%;
}
#header .logo img {
  display: block;
  height: 3.6rem;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}
@media (min-width: 800px) {
  #header.scrolled {
    padding: 1rem 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.7);
  }
  #header.scrolled .logo img {
    height: 2.5rem;
  }
  #header.scrolled .navbar ul li a {
    font-size: 80%;
  }
}

#contact-footer {
  width: 100%;
  position: relative;
  margin-top: 5rem;
  background-color: #000;
}
#contact-footer_map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  border: 0;
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
#contact-footer .wrapper {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 10;
}
#contact-footer h1 {
  margin-top: 0;
  font-size: 2.5rem;
}
#contact-footer p {
  color: #d4b037;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

#footer {
  width: 100%;
  padding: 2rem 0;
  background-color: #000;
  font-size: 0.8rem;
  color: #8c8c8c;
}
#footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 800px) {
  #footer .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
#footer .footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .footer-section > div {
  width: 100%;
}
#footer .footer-section.builtby img {
  height: 1rem;
  margin-top: 0.2rem;
}
#footer .footer-section.copyright a {
  color: inherit;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
#footer .footer-section.copyright a:hover {
  color: #d7d7d7;
}
@media (min-width: 800px) {
  #footer .footer-section.copyright {
    text-align: center;
  }
}
@media (min-width: 800px) {
  #footer .footer-section.kontakt {
    text-align: right;
  }
}
#footer .footer-section.kontakt img {
  height: 2rem;
}

section.content {
  min-height: 85vh;
}
section.content .site-title {
  padding: 5rem 0;
}
@media (min-width: 800px) {
  section.content .site-title {
    padding: 8rem 5rem;
  }
}
section.content .site-title h1 {
  font-size: 3rem;
  color: #fff;
}
section.content .site-title p {
  max-width: 500px;
  font-size: 2rem;
  color: #d4b037;
}

.home-services {
  min-height: 40vh;
}

.home-portfolio {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 800px) {
  .home-portfolio {
    position: relative;
  }
}
.home-portfolio img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.5rem 0;
  border-radius: 15px;
  margin-top: -2rem;
}
.home-portfolio img:first-of-type {
  margin-top: 1rem;
  width: 50%;
}
@media (min-width: 800px) {
  .home-portfolio img:first-of-type {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 350px;
  }
}
.home-portfolio img:nth-of-type(2) {
  width: 70%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 800px) {
  .home-portfolio img:nth-of-type(2) {
    position: absolute;
    top: 300px;
    left: 10%;
    width: 40%;
    height: 350px;
  }
}
.home-portfolio img:nth-of-type(3) {
  width: 60%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 800px) {
  .home-portfolio img:nth-of-type(3) {
    position: absolute;
    top: 600px;
    left: 5%;
    width: 30%;
    height: 250px;
  }
}

.services {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
@media (min-width: 600px) {
  .services {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .services {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.services .item {
  padding: 2rem;
  background-color: #000;
  -webkit-box-shadow: 0 0 15px #000;
          box-shadow: 0 0 15px #000;
  border: 2px solid #222;
  border-radius: 5px;
}
.services .item-title {
  border-bottom: 2px solid #222;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services .item-title i {
  font-size: 3rem;
  text-align: center;
  color: #d4b037;
}
.services .item-title h1 {
  color: #d4b037;
  text-align: center;
}

.portfolio {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}
@media (min-width: 800px) {
  .portfolio {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.portfolio .item {
  padding: 2rem;
  background-color: #000;
  -webkit-box-shadow: 0 0 15px #000;
          box-shadow: 0 0 15px #000;
  border: 2px solid #222;
  border-radius: 5px;
}
.portfolio .item a {
  text-decoration: none;
}
.portfolio .item-info h1 {
  color: #d4b037;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
.portfolio .item-images img {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.portfolio .item a:hover .item-images img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-item-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding: 4rem 0;
}
@media (min-width: 800px) {
  .portfolio-item-images {
    padding: 4rem 5rem;
  }
}
@media (min-width: 600px) {
  .portfolio-item-images {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .portfolio-item-images {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.portfolio-item-images img {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.portfolio-item-images img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 800px) {
  .contact-text {
    padding: 0 5rem;
  }
}

.contact-communication {
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .contact-communication {
    padding: 0 5rem;
  }
}
.contact-communication i {
  color: #d4b037;
  padding-right: 1rem;
}

.contact-form {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 800px) {
  .contact-form {
    padding: 0 5rem;
  }
}
.contact-form .form-field {
  margin-bottom: 1rem;
}
.contact-form label {
  font-size: 0.8rem;
  color: #8c8c8c;
}
.contact-form small {
  padding-top: 2rem;
  color: #8c8c8c;
}
.contact-form input, .contact-form textarea, .contact-form button {
  border: 2px solid #222;
  border-radius: 5px;
  padding: 1rem;
  color: #d7d7d7;
  font: inherit;
  background: none;
  width: 70%;
}
.contact-form textarea {
  height: 6rem;
  width: 100%;
  resize: vertical;
}
.contact-form button {
  cursor: pointer;
  width: auto;
  margin-bottom: 2rem;
}

@media (min-width: 800px) {
  .page-content {
    padding: 0 5rem;
  }
}