#header .logo img {
    max-height: 109px;
    margin-left: 50px;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 113px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#header.fixed-top {
	background: rgb(255 255 255 / 80%);
    transition: all 0.5s;
    z-index: 997;
    height: 113px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}



#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 113px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 30%);
}

#herodown {
    width: 100%;
    height: 43vh;
    background: url(../img/hero-bg.jpg) top left;
    background-size: revert;
    position: relative;
}

#herodown:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#herodown .container {
  position: relative;
}
#herodown h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#herodown h1 span {
  color: #106eea;
}
#herodown h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#herodown .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#herodown .btn-get-started:hover {
  background: #247cf0;
}
#herodown .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#herodown .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#herodown .btn-watch-video:hover {
  color: #106eea;
}
#herodown .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #herodown {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #herodown h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #herodown h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #herodown .btn-get-started, #herodown .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #herodown {
    height: 120vh;
  }
}

#topbar {
    background: #2c8d22;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #063a8d;
}

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #2c8d22;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.d-flex-button-start {
    display: block;
}

#hero h1 span {
    color: #063a8d;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #2c8d22;
}

#hero .btn-get-started:hover {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #bfdcbc;
}

a {
    color: #2c8d22;
    text-decoration: none;
}


a:hover {
    color: #063a8d;
    text-decoration: none;
}

a.leistungen {
    color: #444444;
    text-decoration: none;
}

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


h2.featured {
    font-family: "Roboto", sans-serif;
    color: #063a8d;
    margin-bottom: 48px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
	color: #063a8d;
}


.section-title h3 span {
    color: #2c8d22;
}

.featured-services .icon-box:hover::before {
  background: rgb(6 58 141 / 80%) ;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #2c8d22;
    transition: all 0.3s ease-in-out;
}

.faq .faq-list .collapsed:hover {
  color: #2c8d22;
}

.contact .info-box i {
    font-size: 32px;
    color: #063a8d;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
}

.btn-secondary {
    color: #fff !important;
    background-color: #063A8D;
    border-color: #063A8D;

}

.section-bg {
    background-color: rgb(209 218 208 / 20%);
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #ecf0ec;
    text-align: center;
    font-size: 15px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
    text-align: center;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
	color: #063A8D;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #2c8d22;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: block;
    align-items: center;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #063A8D;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    font-size: 18px;
    display: inline-block;
    background: #2c8d22;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2c8d22;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

#footer {
    padding: 0 0 30px 0;
    color: #444444;
    font-size: 14px;
    background: #ecf0ec;
}

.btn-primary {
    color: #fff;
    background-color: #2c8d22;
    border-color: #2c8d22;
}

.mb-lg-0-a {
    margin-bottom: 1!important;
}

.portfolio-contact {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio-contact h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio-contact p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio-contact:hover {
  color: #063a8d;
}


.portfolio-contact {
  opacity: 1;
  bottom: 20px;
}

.portfolio-contact {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-contact h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-contact ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-contact ul li + li {
  margin-top: 10px;
}

.portfolio-contact {
    position: fixed;
    right: -5px;
    top: 31vh;
    left: auto;
    width: 250px;
    height: 435px;
}

@media (max-width:691px) {
.portfolio-contact {
    position: fixed;
    right: -5px;
    top: 31vh;
    left: auto;
    width: 250px;
    height: 435px;
    display: none;
}
}