@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*
grün1: 36ab07
grün2: 0b8743
grün3: 79aa18
grau1: 525252
*/
/*
grün: 0b8743
grau: 383939
*/
* {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}

body {
  box-sizing: border-box;
  background-color: #ffffff;
}

footer {}

.Responsive {
  text-align: left;
  max-width: 1400px;
  margin: 1px auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.Strich {
  border-bottom: 9px solid #0b8743;
  max-width: 100%;
  margin: auto;
}

.Strich2 {
  border-bottom: 2px solid #383939;
  max-width: 100%;
  margin: auto;
}

.MobileNavigation {
  display: none !important;
}

.MobileFooterNavigationContact {
  display: none !important;
}

.DesktopNavigation {
  background-color: #fbfbfb;
}

/* ------------------------------------------------------- */
.HeaderNavigationContact {
  text-align: right;
}

.HeaderNavigationContact ul {
  display: inline-flex;
}

.HeaderNavigationContact li {
  display: inline-flex;
  list-style: none;
}

.HeaderNavigationContactLinks {
  background-color: #0b8743;
  border-bottom: 5px solid #05823d;
  padding-top: 3px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: -1px;
  margin-left: 5px;
  margin-right: 5px;
}

.HeaderNavigationContactLinks a {
  text-align: center;
  font-weight: 500;
  padding: 5px;
  letter-spacing: 1.3px;
  font-size: 14pt;
  color: #ffffff;
  text-decoration: none;
}

.HeaderNavigationContactLinks a:hover {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  text-decoration: underline;
}

.HeaderNavigationContactLinks i {
  color: #383939;
  font-size: 15pt;
}

.HeaderNavigationContactLinks i:hover {
  cursor: pointer;
}

.HeaderNavigationLogo a {
  display: block;
  height: 35px;
  background-image: url("../data/images/Image_Header_Logo1.png");
  background-position: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ------------------------------------------------------- */
.HeaderNavigationContainer {
  display: inline-grid;
  padding: 25px;
}

.HeaderNavigationBar li {
  display: inline-flex;
  padding-top: 30px;
  margin-right: 20px;
}

.HeaderNavigationBar a {
  font-size: 15pt;
  color: #383939;
  font-weight: 500;
  text-decoration: none;
}

.HeaderNavigationBar a:hover {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  color: #0b8743;
  font-weight: 500;
  text-decoration: underline;
}

/* ------------------------------------------------------- */
.BodyNavigationImage {
  background-image: url("images/Image_Index.jpg");
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.IndexBodyLogo {
  background-color: #fbfbfb;
}

.IndexBodyLogoContainer {
  text-align: center;
}

.IndexBodyLogoContainer img {
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 35%;
  height: auto;
}

.IndexBody {
  text-align: center;
}

.IndexBody h1 {
  padding-top: 30px;
  font-size: 20pt;
  color: #0a7139;
  font-weight: 600;
}

.IndexBody p {
  padding: 20px;
  font-size: 16pt;
  color: #131414;
  margin: 1px auto;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

/*-------------------------------------------------*/
.FooterNavigation {
  padding-top: 25px;
  text-align: center;
}

.FooterNavigationContact {
  padding: 50px;
  padding-top: 25px;
  background-color: #eee8e8;
}

.FooterNavigationContactContainer {
  width: 900px;
  margin: 1px auto;
}

.FooterNavigationContactLeft {
  float: left;
  padding-top: 20px;
}

.FooterNavigationContactLeft h1 {
  font-size: 25pt;
  color: #383939;
  font-weight: 400;
}

.FooterNavigationContactLeft h2 {
  font-size: 20pt;
  color: #383939;
  font-weight: 300;
}

.FooterNavigationContactRight {
  display: inline-block;
}

.FooterNavigationContactRight h1 {
  font-size: 20pt;
  color: #383939;
  font-weight: 500;
  text-align: center;
}

.FooterNavigationContactRight a {
  float: right;
  margin: 5px;
  background-color: #0b8743;
  border: none;
  color: white;
  border-radius: 7px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.17);
  padding: 15px 45px;
  margin-top: 17px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.FooterNavigationContactRight a:hover {
  background-color: #383939;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.FooterNavigationLinks ul {
  padding: 25px;
  background-color: #0b8743;
}

.FooterNavigationLinks ul li {
  display: inline-flex;
  text-align: center;
}

.FooterNavigationLinks a {
  text-align: center;
  font-weight: 300;
  margin: 20px;
  font-size: 16pt;
  color: #d9d8d8;
  text-decoration: none;
}

.FooterNavigationLinks a:hover {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: #474646;
  text-decoration: underline;
}

@media (max-width: 975px) {
  .Responsive {
    max-width: none;
    margin: 1px auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .MobileNavigation {
    display: block !important;
  }

  .DesktopNavigation {
    display: none !important;
  }

  .MobileFooterNavigationContact {
    display: block !important;
  }

  .FooterNavigationContact {
    display: none !important;
  }

  .MobileNavigationdefault {
    box-sizing: border-box;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .MobileHeaderNavigationContact li {
    list-style: none;
    display: inline-flex;
  }

  .MobileHeaderNavigationContact i {
    color: #0b8743;
    line-height: 75px;
    letter-spacing: 5px;
    font-size: 20pt;
    margin-right: 5px;
  }

  .MobileHeaderNavigationContact i:hover {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    color: #000000;
    text-decoration: none;
  }

  .MobileNavigationLogo a {
    margin-top: 25px;
    width: 400px;
    height: 60px;
    display: block;
    background-image: url("../data/images/Image_Header_Logo1.png");
    background-repeat: no-repeat;
    background-size: 400px;
  }

  /*-------------------------------------------------*/
  .MobileToggleButton {
    padding-top: 25px;
  }

  .MobileToggleButtonContainer {
    display: inline-block;
    cursor: pointer;
  }

  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #0b8743;
    margin: 6px 0;
    transition: 0.2s;
  }

  .change .bar1 {
    background-color: #000000;
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    background-color: #000000;
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }

  /*-------------------------------------------------*/
  .MobileToggleNavigation {
    flex-direction: column;
    align-items: flex-start;
    display: none;
    padding: 15px;
    margin-top: -1px;
    background-color: #0b8743;
  }

  .MobileToggleNavigation ul {
    flex-direction: column;
  }

  .MobileToggleNavigation ul li {
    text-align: center;
    display: block;
  }

  .MobileToggleNavigation.active {
    background-color: #0b8743;
    display: block;
  }

  .MobileToggleNavigation li a {
    font-size: 15pt;
    line-height: 55px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
  }

  .MobileToggleNavigation li a:hover {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color: #474646;
    text-decoration: underline;
  }

  /*-------------------------------------------------*/
  .BodyNavigationImage {
    background-image: url("images/Image_Index.jpg");
    height: 125px;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .IndexBodyLogoContainer img {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 85%;
    height: auto;
  }

  .IndexBody p {
    font-size: 15pt;
    width: 95%;
  }

  /*-------------------------------------------------*/
  .FooterNavigationLinks ul li {
    display: flex;
    text-align: center;
    line-height: 20px;
  }

  .MobileFooterNavigationContact {
    padding: 50px;
    padding-top: 25px;
    background-color: #eee8e8;
  }

  .MobileFooterNavigationContact h1 {
    font-size: 30pt;
    color: #525252;
    font-weight: 400;
  }

  .MobileFooterNavigationContact h2 {
    font-size: 20pt;
    color: #525252;
    font-weight: 300;
  }
.MobileFooterNavigationContact h3 {
  font-size: 20pt;
  color: #383939;
  font-weight: 500;
  text-align: center;
}
  .MobileFooterNavigationContact a {
    background-color: #0b8743;
    border: none;
    display: block;
    color: white;
    border-radius: 7px;
    padding: 15px 45px;
    margin-top: 17px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
  }

  .MobileFooterNavigationContact a:hover {
    background-color: #383939;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}

@media (max-width: 560px) {
  .MobileNavigationLogo a {
    margin-top: 25px;
    width: 300px;
    height: 50px;
    display: block;
    background-image: url("../data/images/Image_Header_Logo1.png");
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .MobileHeaderNavigationContact i {
    line-height: 75px;
    letter-spacing: 0px;
    font-size: 17pt;
  }

  .MobileToggleButton i {
    line-height: 75px;
    font-size: 17pt;
  }

  /*-------------------------------------------------*/
  .IndexBody h1 {
    font-size: 20pt;
  }

  .IndexBody p {
    font-size: 15pt;
    width: 85%;
  }
}

@media (max-width: 460px) {
  .MobileNavigationLogo a {
    margin-top: 25px;
    width: 200px;
    height: 50px;
    display: block;
    background-image: url("../data/images/Image_Header_Logo1.png");
    background-repeat: no-repeat;
    background-size: 200px;
  }

  .MobileHeaderNavigationContact i {
    line-height: 75px;
    letter-spacing: 0px;
    font-size: 14pt;
  }

  .MobileToggleButton i {
    line-height: 75px;
    font-size: 14pt;
  }
}
