/* Navbar ***************/
.navbar a:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
}

@media (max-width: 992px) {
  .navbar a {
    text-align:center;
  }
  .navbar a:hover {
  font-weight: bold;
  transform:scale(1.0);
  -webkit-transform:scale(1.0);
  -moz-transform:scale(1.0);
  -o-transform:scale(1.0);
  }
}

/* HOME *********************/
.home {
      background: url("../img/header.jpg") top left no-repeat;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }

.home img {
  width: 40%;
  opacity: 1;
  padding:0px;
  margin:0px;
}

@media (min-width: 0px) and (max-width: 992px) {
  .home img {opacity: 0;}
}

/* Produkte *********************/

.produkte img:hover {
  transform:scale(1.4);
  -webkit-transform:scale(1.4);
  -moz-transform:scale(1.4);
  -o-transform:scale(1.4);
}

@media (min-width: 0px) and (max-width: 992px) {

  .produkte img {
  width: 140px;
  padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .produkte img {
  width: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  }
}

/* Card *********************/
.card {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius:0%;
  background-color: #81a22c;
  text-transform:uppercase;
  background: url("../img/bafa.jpg") top left no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
}

.card_text {
  background-color:#fff;
  color:#81a22c;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size:20px;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0.9;
}

.button {
  margin-top:25px;
  background-color: #81a22c; /* Green */
  text-transform:uppercase;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button:hover {
  background-color: #fff;
  color: #81a22c;
}

@media (min-width: 0px) and (max-width: 992px) {
  .card {
    margin-top:100px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1600px) and (max-width: 2600px) {

.card_text {
  width:50%;
  margin:auto;
}

}

/* About *********************/

.aboutus {
  color: #fff;
  background-color: #81a22c;
  margin-bottom:40px;
  margin-top:100px;

}

.aboutus p {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  font-weight:lighter;
}

.aboutus h1 {
  padding-top: 30px;
  margin-left: 40px;
  text-transform: uppercase;
}

.aboutus img {
  width:100%;
  opacity: 0;
}

.aboutus_row {
  padding:0px;
  background: url("../img/Eifelfenster_Raum.jpeg") top left no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1600px) and (max-width: 2600px) {

.aboutus_row2 {
  height:100%;
  margin:auto;
  font-size:20px;
}
}

@media (min-width: 0px) and (max-width: 992px) {

.aboutus p {
  margin-left: 10px;
  margin-right: 10px;
  font-weight:normal;
}

.aboutus h1 {
  margin-left: 10px;
}

}

/* Kontakt *********************/

.kontakt {
  width: 80%;
  text-transform: uppercase;
  font-size: 15px;
  color: #81a22c;
  background-color: #fff;
  margin-bottom:40px;
  margin-top:100px;

}

.kontakt a {
  color: #81a22c;
  background-color: #fff;
  text-decoration:none;
}

.kontakt h3 {
  text-align:center;
}

.kontakt p {
  text-align:center;
}

.kontakt_button {
  text-transform:uppercase;
  margin:auto;
  color: #fff;
  background-color: #81a22c;
  border-radius: 0px;
  border: 0px;
  width: auto;
  height: 40px;
  margin-bottom: 30px;
}

.kontakt_button:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
}

.bot {
  opacity: 0;
}

@media (min-width: 768px) {
  .kontakt {
  width:50%;
  }
}

/* Footer *********************/

.copy {
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 0px;
  margin: 0px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #81a22c;
  height: 30px;
}

.imp {
  text-transform: uppercase;
  padding-top: 4px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #81a22c;
  height: 30px;
}

.imp a:link {
  text-decoration:none;
  color:#fff;
}

.imp a:visited {
  text-decoration:none;
  color:#fff;
}

.data {
  text-transform: uppercase;
  padding-top: 4px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #81a22c;
  height: 30px;
}

.data a:link {
  text-decoration:none;
  color:#fff;
}

.data a:visited {
  text-decoration:none;
  color:#fff;
}

.insta {
  padding-top: 4px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #81a22c;
  height: 45px;
}

.insta a {
  text-decoration:none;
  color:#fff;
}
