﻿/* Zusätzliche Stile für die Bilddarstellung */

.logo-image {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
}

.header-image2 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

header h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    text-align: center;
    margin-bottom: 20px;
}

form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 10px;
}

input[type=text], input[type=email], input[type=tel], input[type=date], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type=checkbox] {
    margin-right: 10px;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

.auto-style1 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.info-button {
    background-color: #0EB4FF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    flex-shrink: 0;
    font-weight: bold;
    line-height: 20px;
}

.checkbox-container2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.checkbox-label {
    flex-grow: 1;
}

.info-popup {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.info-popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

body {
    background-color: #ede9de;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
    
.container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    background-color: #FAF6EC;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logo-container, .header-content {
    text-align: center;
    margin-bottom: 20px;
}
.logo-container img {
    max-width: 50%;
}
.header-image {
    display: block;
    margin: 0 auto;
}
h1, h2, p {
    text-align: center;
}
.form-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.form-container label {
    display: block;
    margin-top: 10px;
}
.form-container input[type=text], .form-container input[type=email], .form-container input[type=tel], .form-container input[type=date], .form-container textarea {
    width: calc(100% - 15px);
    margin: 5px 0;
    padding: 8px;
    box-sizing: border-box;
}
.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}
.checkbox-label {
    flex-grow: 1;
}
.info-button {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    background-color: #0EB4FF;
    border: none;
    cursor: pointer;
}
.checkbox-container h3 {
    flex-grow: 1;
    margin: 0;
    padding: 0;
}
