
*{
    background-color: black;
}

.header{
    display: flex;
    /* border: 2px solid white; */
}
.header_img{
    padding-top:5%;
    padding-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    min-width: 22%;
    /* border: 2px solid green; */
}

a{
    list-style: none;
    text-decoration: none;
}
.footer{
    padding-top: 2%;
    padding-bottom: 2%;
}
/* Datenschutz CSS */

.title, .sub_title {
    text-align: center;
    font-weight: bold;
  }
  
  
  .title {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 3%;
  /*   color: #333; */
  }
  .title_disclaimer {
    padding-bottom: 0%;
  }
  
  
  .sub_title {
    font-size: 20px;
    padding-bottom: 1%;
    padding-top: 3%;
    color:white;
    font-weight:500;
    /* color: #555; */
  }
  

  p {
    font-size: 18px;
    line-height: 1.9;
    margin: 10px 0;
    color: white;
    font-family: "Geist", sans-serif;
    text-align: center;
    width: 70%; 
    margin: 0 auto; 
    text-align: center; 
    font-weight: 200;
  }
  
  /* Zentrierung für spezielle Absätze */
  .center {
    text-align: center;
    font-size: 18px;
    color:white;
  }

  .info-text{
    padding-top:2%;
    padding-bottom:2%;
    color:white;
    text-align: center;
    font-family: "Geist",sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .p-info{
    font-weight: 400;
    padding-top: 2%;
    font-size: 1.3rem;
  }
  
/* Datenschutz CSS End */


@media (max-width: 480px) {
    .header_img {
      padding-top: 10%;  
      width: 44%; 
    }

    .title{
        font-size: 22px;
    }
    p{
      text-align: left;
    }
    .center{
      text-align: left;
    }
    .sub_title{
      text-align: left;
    }
    .title_disclaimer{
      text-align: left;
    }
    .title{

    }
    .info-text{
      text-align: center;
     width: 100%;
     line-height: 1.6;
    }
    .footer{
      align-content: center;
    }
    .p-info{
      padding-top: 5%;
      padding-bottom: 7%;
    }
    .p_tag{
      width: 100%;
      text-align: center;
    }
  }