
.h2-ueber-Drink{
    display: flex;
    justify-content: center;
    margin: 15px;
}



.p1 a{
    text-decoration: underline;
}
.text-boby a{
    text-decoration: none;

}

.footer-distributed{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--main-brand-color);
  color: #fff;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}

strong{
  font-weight: 900;
}
@media (max-width: 700px) {
   .footer-distributed{
    all: revert;
    background-color: var(--main-brand-color);
    
    }
    body{
        padding-bottom: revert;
     }
    .footer-distributed .footer-left, .footer-distributed .footer-right {
        text-align: center;
      }
      .p1{
        margin: 30px;
        padding: 0;
      }
    }
    


    .app-promo {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      
    }
    
    .app-details {
      display: flex;
      flex-direction: column;
      margin-top: 5px;
    }
    
    .app-details .app-text {
      flex: 1;
      padding-right: 10px;
      text-align: left;
    }
    
    .app-details .app-text .app-title {
      font-size: 24px;
      font-weight: bold;
    }
    
    .app-details .app-text .app-description {
      font-size: 16px;
    }
    
    .app-details .app-image {
      flex: 1;
      padding-left: 10px;
      text-align: center;
    }
    
    .app-details .app-image img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }
    
    .app-download {
      margin-top: 20px;
    }
    .app-text{
      line-height: 35px;
      padding-left: 10px;
    }
    .app-text a{
      text-decoration: underline;
  }
    .app-download button {
    
      border-radius: 0px;
      padding: 0px;
      margin: 0px;
      background-color: #ffffff; 
      border: none;
      cursor: pointer;
    }
    
    
    @media screen and (min-width: 768px) {
      .app-promo {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
      }
     
    
      .app-details {
        flex-direction: row;
        align-items: center;
      }
    
      .app-details .app-text {
        padding-right: 40px;
      }
    
      .app-details .app-image {
        padding-left: 40px;
      }
    }
    