body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

/* ---------- Startseite (index.html) ---------- */
.home {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.home-container {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    max-width: 1000px;
    text-align: left;
}

.logo-box {
    display: flex;
    width: 100%;
    height: 220px;
    border: 1px solid #ccc;
}

.logo-box_DS {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}


.home-container2 {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    max-width: 1000px;
    text-align: left;
}

.logo-box2 {
    display: flex;
    width: 100%;
    height: 450px;
    border: 1px solid #ccc;
}

.logo-left {
    background-color: #832823;
    width: 40%;
	padding: 0px 50px;
    height: 100%;
}

.logo-right {
    background-color: #ccc;
    width: 60%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-right h1 {
    margin: 0;
    font-size: 35px;
    letter-spacing: 2px;
}

.logo-right h2 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 2px;
}

.logo-right .divider {
    color: #832823;
}

.highlight {
    color: #832823;
}

.slogan {
    margin: 12px 0 0;
    font-size: 20px;
    color: #333;
}

.slogan a {
    color: #832823;
    text-decoration: none;
}

.slogan a:hover {
    text-decoration: underline;
}

.slogan2 p {
    margin: 12px 0 0;
    font-size: 16px;
}

.slogan2 a {
    color: #832823;
    text-decoration: none;
}

.slogan2 a:hover {
    text-decoration: underline;
}


.impressum-link {
    margin-top: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #832823;
}

.nowrap {
    white-space: nowrap;
}

.custom-line {
    width: 100%;
    border: none;
    border-top: 2px solid white;
    margin: 10px auto;
}

/* ---------- Impressum (impressum.html) ---------- */
.card {
    max-width: 600px;
    margin: 50px auto;
    background-color: white;
    border-left: 10px solid #832823;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1, h2 {
    margin: 0;
}



.company {
    color: #555;
    margin-bottom: 10px;
}

.highlight {
    color: #832823;
}

.contact {
    margin-top: 20px;
}

a {
    color: #832823;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.home-link {
    display: inline-block;
    margin-top: 20px;
}