.StartSeiteBody{
    background-image: url('/assets/Images/Background/TB.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
  
.RechtlicheBody{
    background-color: #000000c4;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    width: 90%;
    max-width: 1024px;
    margin: 5rem auto;
    font-size: 16px;
    line-height: 22.5px;
}

.button{
    background-color: #fff; /* Green */
    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    /* margin-bottom: 2rem; */
    margin-top: 1rem;
}

.ImpressumBody{
    background-color: #3c434a;
    color: #fff;
    display: grid;
    justify-content: center;
    margin-top: 15rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22.5px;
}

.Impressumh2{
    margin-bottom: 5px;
}

.ImpressumP{
    margin-top: -1rem;
}

  .zw_Social_Icons{
    height: 90px;
    width: auto;
    margin-top: 0rem;
    border-radius: 57px;
  }

  .datenschutzh2{
    line-height: 26px;
  }

  .hostLink{
    color: #fff;
  }
  
  .zw_Container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  
  .Footer{
    font-size: 13px;
    font-weight: 600;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80vh;
  }
  
  .zw_footer_informations {
    text-decoration: none;
    color: #ece7e4;
    margin-top: 1rem;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
  }

  .zw_footer_informations:hover{
    letter-spacing: 0.5px;
  }
  
  .zw_Social_Icons:hover{
    -webkit-transform: scale(1.1);
  }
  
  
  @media only screen and (max-width: 600px) {
    .zw_Social_Icons{
      height: 4rem;
    }
  
    .zw_Social_Icons{
      margin-top: 3rem;
    }
  
    .zw_Container {
      margin-top: 0rem;
    }
  
  }
  
  @media only screen and (max-width: 365px) {
    .zw_Social_Icons{
      height: 59px;
    }
  
    .zw_Social_Icons{
      margin-top: 3rem;
    }
  
    .Footer {
      font-size: 13px;
      font-weight: 600;
      flex-wrap: wrap;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 67vh;
    }
    .zw_Container {
      margin-top: 0rem;
    }
  
  }
  
  