body.home {
    margin: 0;
    font-family: 'Titillium3',sans-serif;
}

html {
 
    background-image: url("../contentimages/BILDAK-Hintergrund-SW.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


a {
    color: black;
    text-decoration: none;
}

a:hover, a:active, a:visited, a:focus {
    color: black;
    text-decoration: underline;
}

#home-content {
  position: relative;
    text-align: left;
    display: flex;
    margin: 2.5rem;
    overflow: visible;
    justify-content: center;
   width: 1140px;
    padding-bottom: 50px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#home-wrap_logo {
      margin-top: 2rem;
    
}

.home-logo {
     width: 200px;
    height: auto;


}

.home-bildlink {
  position: relative;
}

.home-bildlink img {
    width: 500px;
}

#home-start_nav {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-start_nav_wrap {
   width: 500px;
    height: 177px;
    float: left;
    position: relative;
    text-align: center;
    

}

.home-start_nav_wrap img {
    width: 500px;
    height: auto;
  }


.home-start_nav_wrap h1 {
    font-family: Titillium6;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 28px;
    color: #94bb09;
    text-align: left;
}

.home-bildlink{
  
 margin: 0 2rem 2.5rem 2rem;

}

.home-linkoverimage_wrap a {
  
}

.home-linkoverimage_wrap {
    position: absolute;
    bottom: 20%;
    background: rgba(0, 0, 0, 0.55);
    left: 3px;
    text-align: center;
    line-height: 2rem;
    padding: 0 10px;
    color: white;
    font-size: 11px;
    margin-bottom: 9px;
    margin-top: 0;

}
.home-linkoverimage_wrap span {
    line-height: 2rem;
}



.home-impressum-text {
    bottom: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-bottom: 3rem;
    font-size: 12px;
    margin-top: 4rem;
}

.home-lastelement {
    width: 100%;
    display: flex;
    justify-content: center;
}