body {
    font-family: Tahoma, sans-serif;
    background-color: rgb(22, 23, 23);
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.header-image {
    width: 8%;
    vertical-align: middle;
}
.header-image1 {
    width: 2.5%;
}
.header-image2 {
    width: 30px; 
    vertical-align: auto; 
    margin-right: 5px; 
    margin-left: 100px;
}
.header-image3 {
   width: 5%;
}
.headline {
    color: rgb(185, 35, 35);
    font-size: 60px;
}
.image-container {
    background-color: rgba(239, 233, 233, 0.845);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 220px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
} 
.image-container img {
    max-width: 30%; 
    height: auto;   
    object-fit: contain; 
}
.image-container-right {
    width: 60%;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
    font-size: 1.5vw; 
}
.image-container2 {
    background-color: rgba(239, 233, 233, 0.845);
    padding: 30px;
    align-items: center;
    margin-bottom: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.image-container2 h3 {
    text-align: center; 
    font-size: 35px;
}
.image-container2 p {
    text-align: left;
    line-height: 1.5;
} 
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}
a {
    color: rgb(1, 1, 1);
    background-color: rgb(185, 35, 35);
    border: 2px solid rgb(17, 15, 15);
    text-decoration: none;
    margin-left: 20px;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
}
a:hover {
    border: 4px solid rgb(185, 35, 35);
    text-decoration: none; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
a, .styled-button {
    color: rgb(1, 1, 1);
    background-color: rgb(185, 35, 35);
    border: 2px solid rgb(17, 15, 15);
    text-decoration: none;
    margin-left: 20px;
    font-weight: 600;
    font-size: 1.3vw;
    padding: 10px;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
    a:hover, .styled-button:hover {
    border: 4px solid rgb(17, 15, 15);
    text-decoration: none; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
a, .styled-button2 {
    color: rgb(1, 1, 1);
    background-color: rgb(185, 35, 35);
    border: 2px solid rgb(17, 15, 15);
    text-decoration: none;
    margin-left: 20px;
    font-weight: 600;
    font-size: 1.3vw;
    padding: 10px;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
    a:hover, .styled-button2:hover {
    border: 4px solid rgb(17, 15, 15);
    text-decoration: none; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.text-container {
    background-color: rgb(22, 23, 23);
    color: #ffffff;
    padding: 30px;
    font-size: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.bilder {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    max-width: 1500px; 
    margin: 0 auto; 
    padding: 30px;
}
.skill {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-image4 {
    max-width: 120px; 
    height: auto; 
}
.header-image5 {
    max-width: 300px;
    height: auto; 
}
.header-image6 {
    max-width: 120px; 
    height: auto;
}
.maps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-top: 50px;
    margin-left: 100px;
    flex-wrap: wrap; 
    gap: 20px; 
}
.maps-frame {
    width: 100%; 
    max-width: 700px; 
    height: 450px; 
    border: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.maps-right {
    color: #ffffff;
    width: 35%;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
    font-size: 25px;
    
}
.about-container {
    background-color: rgba(239, 233, 233, 0.845);
    padding: 50px;
    align-items: center;
    text-align: left;
    line-height: 1.5;
    padding-left: 260px;
    padding-right: 260px;
    font-weight: 600;
    font-size: 1.3vw;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
}
.about-container h2 {
    color: rgb(185, 35, 35);
}
.impressum {
    display: inline;
    background-color: transparent;
    color: rgb(185, 35, 35);
    text-decoration: none; 
    border: none;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    font-size: 15px;
    cursor: pointer;
}
.impressum:hover {
    text-decoration: underline; 
    border: none;
    box-shadow: none;
}
a.impressum2 {
    display: inline;
    background-color: transparent;
    color: rgb(185, 35, 35);
    text-decoration: none; 
    border: none;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    font-size: 1.3vw;
    cursor: pointer;
}
a.impressum2:hover {
    text-decoration: underline; 
    border: none;
    box-shadow: none;
}
.impressum-container {
    margin-top: 50px;
    background-color:  rgba(239, 233, 233, 0.845);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.footer {
    color: rgb(185, 35, 35);
    font-size: 15px;
}
.code-container {
    background-color: #211c1c;
    color: #f8f8f2;
    padding: 40px;
    border-radius: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 17px;
}
input[type="text"],
input[type="email"],
textarea {
    font-family: Tahoma, sans-serif;
    color: #ffffff;
    background-color: rgb(22, 23, 23);
    width: 75%; 
    padding: 12px; 
    margin: 8px 0; 
    border: 1px solid #0f0f0f; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 17px;
}
textarea {
    height: 200px;
}
.tel-button {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none; 
    border: none;
    font-weight: bolder;
    padding: 0;
    cursor: pointer;
    font-size: 25px;  
}
.tel-button:hover {
    color: rgb(185, 35, 35);
    text-decoration: underline; 
    border: none;
}