body {
    background-color: #eee;
    color: #222;
}

.subhead {
    margin: 0 0 8px;
    display: inline-block;
}

.container {
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 100px;
}

@media (max-width: 400px) {
    .container {
        margin-top: 80px;
    }
}

@media (min-width: 550px) {
    .cta {
        text-align: left;
        padding-top: 50px;
    }
}

quote {
    margin-top: 30px;
    background-color: white;
    display: block;
    padding: 20px 80px 20px 50px;
    position: relative;
    font-family: serif;
    font-style: italic;
    font-size: 20px;
}

quote a {
    text-align: right;
    display: block;
    text-decoration: underline;
}

quote:before {
    content: "“";
    position: absolute;
    left: 3px;
    top: -14px;
    font-size: 70px;
    color: gray;
}

quote:after {
    content: "“";
    position: absolute;
    right: 52px;
    top: -14px;
    font-size: 70px;
    color: gray;
}

.info {
    background-color: white;
    margin: 20px 0;
    padding: 20px;
}

.attention {
    background-color: #f9f9f9;  /* Sehr heller Grauton für den Hintergrund */
    color: #333;  /* Dunkles Grau für den Text */
    padding: 10px 15px;  /* Etwas Abstand um den Text herum */
    border: 2px solid #ff9800;  /* Rahmen rundherum in einem warmen Orange */
    font-weight: bold;  /* Fetter Text, um ihn hervorzuheben */
    border-radius: 6px;  /* Abgerundete Ecken für eine freundliche Optik */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  /* Subtile Schatten für etwas Tiefe */
    text-decoration: none;  /* Keine Unterstreichung für Links */
    display: inline-block;  /* Damit der Link das Box-Modell korrekt verwendet */
    margin: 20px 0;
}

.attention:hover {
    background-color: #fff;  /* Hintergrundfarbe auf Weiß ändern bei Hover */
    border-color: #ff5722;  /* Stärkere orange Farbe bei Hover */
    color: #ff5722;  /* Textfarbe auf Orange ändern bei Hover */
}

h1, h2 {
    margin: 40px 0 10px;
}


a {
    color: #111;
}

a.btn {
    display: inline-block;
    border: 1px solid darkgreen;
    background-color: green;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    margin: 20px 0;
}


.passingword {
    z-index: 0;
    position: absolute;
    font-size: 48px;
}


/* workshop */
.image-holder {
    display: flex;
    margin: 30px 0;
}
.image-holder img {
    flex: 1;
    overflow: hidden;
}
