h2,
h3 {
  text-align: center;
  text-transform: uppercase;
}
h2 {
  font-size: 1.1rem;
  color: #ec7a5c;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #505050;
  margin-bottom: 2rem;
}
section#leistungen {
  background-color: #f3f3f3;
  padding: 6rem 0;
}
.leistungsbox {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(204, 204, 204, 0.17);
}

.leistungsbox .box_image {
  height: 350px;
  background-size: cover;
  position: relative;
}

.leistungsbox .box_image .box_title {
  position: absolute;
  z-index: 5;
  color: #ffffff;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  right: 5px;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-shadow: none;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 30%);
  display: flex;
  align-items: flex-end;
}

.leistungsbox .box_text {
  padding: 1.5rem 1rem 0.5rem;
}

section#leistungen_zusatz {
  background-image: url("/template/images/images/svg/background_skizze.svg");
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 6rem 0 10rem;
}

#leistungen_zusatz ul {
  list-style: none;
  padding: 0;
}
#leistungen_zusatz ul li {
  position: relative;
  padding: 5px 0 5px 2.5rem;
}
#leistungen_zusatz ul li:before {
  font-weight: 900;
  font-family: "Line Awesome Free";
  position: absolute;
  left: 0;
  top: -9px;
  width: 20px;
  height: 20px;
  content: "\f560";
  font-size: 28px;
  background-size: cover;
  color: green;
}
section#portfolio {
  background-color: #f3f3f3;
  padding: 6rem 0;
}
section#architekt {
  background-color: #fff;
  padding: 6rem 0;
}
section#kundenmeinungen {
  background-color: #f3f3f3;
  padding: 6rem 0;
}


/* Kundenmeinungen */
.carousel-inner {
  padding-bottom: 2rem;
}
.item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #828282;
}
.item-text {
  font-size: 1.2rem;
  line-height: normal;
  color: #3a3a3a;
  font-style: italic;
}
.carousel-indicators li {
  background-color: #5f5f5f;
}

.carousel-indicators .active {
  background-color: #ec7a5c;
}


/* Kontakt */

section#kontakt {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

#kontakt form {
  width: 70%;
  margin: 0 auto;
}
.form-control,
.form-control:active,
.form-control:focus {
  background-color: #ececec;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #efefef;
  position: relative;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s;
  font-size: 0.8rem;
}
input.form-control,
input.form-control:active,
input.form-control:focus {
  height: calc(1.5em + 0.75rem + 10px);
}
.form-control:active,
.form-control:focus {
  border-bottom: 2px solid #ec7a5c;
}
.form-group small {
  font-size: 0.6rem;
}
.custom-control {
  margin: 1rem 0 2rem;
}

.kontakt-papierflieger {
  background-image: url("/template/images/images/startseite/paper-plane.svg");
  height: 400px;
  width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 60px;

  animation-name: paperplane;
  animation-duration: 2s;
}

@keyframes paperplane {
  0%   {transform: scale(0.4) rotate(-70deg);right: -250px;bottom: 0px;}
  100% {transform: scale(1) rotate(0deg);right: 0;bottom: 60px;}
}
#certificate{
  display: block;width: 300px;height: 240px;border: 6px solid #ff9328;border-radius: 12px;margin:0px auto;margin-top:5px ;
}
