h1 {
    font-size: 40px;
    color: #75a87d;
    margin-bottom: 40px;
	margin-top: 30px;
}

.screen-image .image-caption h1 {
    color:#ffffff;
}

h2 {
    font-size: 30px;
    color: #75a87d;
    margin-bottom: 20px;
		margin-top: 30px !important;
}

h3 {
    font-size: 25px;
    color: #75a87d;
    margin-bottom: 20px;
}

p{
    font-size:18px;
}


/*Hover bei Navigation */

.site-header .header-inner .header-nav.desktop ul li a:hover {
    height: 50px;
    margin-top: 50px;
    /*margin-right: 15px;*/
    border-radius: 5px;
    line-height: 55px !important;
}

.site-header .header-inner .header-nav.desktop ul li a.active {
    height: 50px;
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 5px;
    line-height: 55px !important;
}

/*Footer Links*/

.site-footer .footer-main a{
    color: #000000 !important;
}

.rightfootercontent img {
  height: 4rem;
}

.screen-image .image-caption h1 {

}

.button {
    text-align: center;
    height: 60px;
    display: inline-block;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 5px !important;
    background-color: #75a87d;
    color: #ffffff;
    width: auto;
}

.button:hover {
    background-color: #cd8000;
    color: #ffffff;

}

main.site-content .modular.section-text .bgbox {
  box-shadow: 0px 2px 8px #d4d4d4;
}

/* Team-Seite */

.person-image {
  width: 300px !important;
}

@media only screen and (min-width: 990px) {
.person-detail {
  padding-left: 0px !important;
  margin-left: 1.3rem !important;
}
}

.person {
  flex-direction: row !important;
  background-color: #fffefc;
  color: #333333;
  border-radius: 5px;
  box-shadow: 0px 2px 8px #d4d4d4;
  padding: 30px;
  margin-right: 30px;
}

@media only screen and (min-width: 990px){
.page-wer-wir-sind .col-lg-6 {
  max-width: 46% !important;
}
}

@media only screen and (max-width: 990px) {
  .page-wer-wir-sind .person {
    box-shadow: none;
  }
}

.page-aktivitaeten img {
  border-radius: 5px;
}
