/* Footer verstecken */
footer.container {
    display: none;
}

.container.wrap {
  max-width: 768px !important;
}

/* Logo Container */
.header {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.header a {
    color: #222;
    text-decoration: none;
}

.header a:hover {
    text-decoration: underline;
}

.logo {
    max-width: 100% !important;
    width: 100% !important;
}

.logo img {
    width: 380px !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Container */
.container.wrap {
    max-width: 480px;
    margin: 50px auto;
    padding: 35px 40px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* Überschriften */
h2 {
    color: #222;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 25px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
}

.section:first-of-type h2 {
    margin-top: 0;
}

/* Buttons */
.button {
    background: transparent;
    border: 1px solid #222;
    color: #222;
    padding: 10px 24px;
    border-radius: 0;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
}

.button:hover {
    background: #222;
    color: #fff;
}

.button-outline {
    background: transparent;
    border: 1px solid #666;
    color: #666;
}

.button-outline:hover {
    background: #666;
    color: #fff;
}

/* Radio Rows */
.row {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.row:last-of-type {
    border-bottom: none;
}

/* Body */
body {
    background: #f0f4f8;
}
.rundbriefe-iframe {
    margin-top: 20px;
    padding: 0 15px;
    background: #eeeeee;
    border: 1px solid #ddd;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}