/* Vanilla Template https://templatemo.com/tm-526-vanilla */

p {
  font-size: 18px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative; /* we need this for the scrollspy */ 
  font-size: 14px;
}

a { color: #515350; }

a:hover { 
  color: #3b3c3a; 
  transform: scale(1.3);
}

h4, .h4 {
  font-size: 18px;
}

.logorow {
  display: flex;
  padding: 20px; 
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}

.logocolumn {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 10px 10px 0;
  margin: 15px;
}

.logocolumn a:hover {
  transform: scale(1.3);
}

.primary-button a {
  display: inline-block;
  background-color: #5E7D3A;
  padding: 15px 24px;
  margin: 2px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: 2px #fff solid;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
  padding-top: 20vh;
  text-align: center;
  background-image: url(../img/1st-section.webp);
}

.baner-content .container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3em 0em 3em 0em;
  border: 10px solid #5E7D3A;
}

.baner-content h1 {
  margin-top: 0px;
  font-size: 34px;
  color: #5E7D3A;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.baner-content em {
  color: #5E7D3A;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.baner-content .primary-button {
  margin-top: 15px;
}

.icon-baustelle {
  background-image: url(../img/icon-baustelle.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 3em;
  background-position: top 2em right 2em;
}
.icon-unternehmen {
  background-image: url(../img/icon-unternehmen.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 3em;
  background-position: top 2em right 2em;
}
.icon-mitarbeiter {
  background-image: url(../img/icon-mitarbeiter.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 3em;
  background-position: top 2em right 2em;
}

.beschreibung-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-image: url(../img/Beton.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.beschreibung-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #3b3c3a;
}

.beschreibung-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #3b3c3a;
  margin: 20px 0px 20px 0px;
}

.beschreibung-content .left-text p {
  color: #3b3c3a;
}

.beschreibung-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.beschreibung-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
}

.beschreibung-content .left-text .primary-button {
  margin: 30px 0px;
}

.beschreibung-content .beschreibung-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.beschreibung-content .beschreibung-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #27ff8892;
  margin: 20px auto 15px auto;
}

.wrapper {
  text-align: center;
}

footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #5E7D3A;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #5E7D3A;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #5E7D3A;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px){
  .icon-baustelle {background-image: none;}
  .icon-unternehmen {background-image: none;}
  .icon-mitarbeiter {background-image: none;}

  .baner-content {
    padding-top: 20vh;
  }

  .baner-content h1 {
    font-size: 26px;
  }

  .baner-content em {
  }

  .baner-content span {
    font-size: 24px;
  }

  .baner-content .primary-button {
    margin-top: 15px;
  }
  
  .logorow {
    display: grid;
  }
  .logocolumn {
    transform: scale(0.5);
    padding: 0px;
    margin: 0px;
  }
}

@media (min-width: 1200px) {
  .icon-baustelle {background-size: 10em;}
  .icon-unternehmen {background-size: 10em;}
  .icon-mitarbeiter {background-size: 10em;}

  .container {
    max-width: 1170px;
  }

  .baner-content h1 {
    font-size: 80px;
  }
}

