* {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    font-family: IBM Plex Sans;
  }
body{
    margin:0;
    padding: 0;


}
p{
    padding: 0;
    margin: 0;
}

.awrLogo{
    width: auto;
    height: 36px;
    
}

@media(max-width:321px){
    .socialLogos{
        width: 6px;
        height: 6px;
    }
    .awrLogo{
        width: auto;
        height: 4px;
        
    }
    footer p{
        color: #fff ;
        font-size: 8px;
        text-align: center;
    }
    .header{
         border-color: #01A8B3; 
         margin-left: 10px;
         margin-right: 10px;
         color: #fff ;
         font-size: 15px;
             }
}

.top-bar {
    background: #fff ;
    padding: 40px 200px;
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    width: 1480px;
  margin: 0 auto;
}
.nav-bar {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    max-width: 1480px;
    justify-content: space-between;
    width: 1480px; 
  margin: 0 auto; 
}

.logo {
    font-size: 24px;
    font-weight: bold;
}
.menu {
    display: flex;
    gap: 20px;
}
.menu a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.right-section {
    display: flex;
    align-items: center;
    gap: 15px;
}
.emergency-btn {
    background: #d9534f;
    color: #fff ;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}
.menu {
    display: flex;
    gap: 20px;
}
.menu a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.right-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer {
    background: #fff ;
    padding: 40px 80px;
    color: #333;
    width: 1480px;          
  margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 2px 2fr;
    gap: 40px;
    align-items: start;
}

.footer-left .awrLogo{
    height: 25px;
}
.footer-left h2 {
    line-height: 40px;
    font-size: 14px;

}
.footer-left p{
    line-height: 40px;

}
.horizontal-line {
    height: 0.5px;
    background: #333;
    width: 100%; 
    margin: 20px 0;
}

.footer-right {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; 
  line-height: 40px;
}

.footer-rechts div {
  flex: 1 1 200px; 
  max-width: 250px;
}

.footer-rechts h3 {
  font-size: 16px;
  color: #3cb5e6;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-rechts a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-divider {
    background: #333 ;
    width: 0.5px;
    height: 100%;
}

.footer-right {
    display:block;
    flex-direction: column;
}
.footer-right a{
    font-size: 15px;
}

    .footer-rechts {
        display: grid; 
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px; 
        justify-content: center;
        max-width: 780px; 
    }

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: #333;
    text-decoration: none;
}

.social-icons a:hover {
    color: #0073e6;
}

.footer-bottom {
    margin-top: 250px;
    border-top: 1px solid #EFEFEF;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.footer-bottom p{
    font-size: 12.6px;
    justify-content: center;
    display: flex;
}
/* Responsive Anpassungen */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-divider {
        display: none;
        color: #000;
    }

}

@media (max-width: 600px) {
    footer {
        padding: 20px;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
    a {
        word-break: break-word;
      }
      

