/* Aussehen der Webseite anpassen */

/* Intro */
.hintergrund-name {
    background-color: #f7a800;
}

.zt-name {
    font-size: 64px;
    font-weight: bold;
    margin: 2.5em 0em 2.5em 0em;
}

.randomColorButton {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    padding: 12px;
    cursor: pointer;
    color: white;
}

.wrapper-1{
    height: initial;
}

/* Geburtstag */
.hintergrund-bday {
    background-color: #f7a800;
}

.zt-age {
    margin: 0em;
    font-weight: 700;
    font-size: 5em;
}

/* Sommer-Winter */
.hintergrund-sommer-winter {
    background-color: #DAB6C4;
}

.zt-sommer-winter {
    margin: 1em 0em 1em 0em;
    font-size: 2em;
    font-weight: bold;
}


/* Berg-Meer */
.hintergrund-berg-meer {
    background-color: #DAB6C4;
}

.zt-berg-meer {
    margin: 1em 0em 1em 0em;
    font-size: 2em;
    font-weight: bold;
}

/* Urlaub */
.hintergrund-urlaub {
    background-color: #B8D8BA;
}

.zt-urlaub {
    margin: 1em 0em 1em 0em;
    font-size: 2em;
    font-weight: bold;
}


/* Lieblingsfach */
.hintergrund-fach {
    background-color: #B8D8BA;
}

.zt-fach-name {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-fach-beschreibung {
    font-size: 1em;
    font-weight: normal;
}


/* Lieblingsessen */
.hintergrund-essen {
    background-color: #79eecd;
}

.zt-essen {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-essen-beschreibung {
    font-size: 1em;
    font-weight: normal;
}


/* Lieblingssport */
.hintergrund-sport {
    background-color: #a879ee;
}

.zt-sport {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-sport-beschreibung {
    font-size: 1em;
    font-weight: normal;
}


/* Lieblingslied */
.hintergrund-lied {
    background-color: #aa6d44;
}

.zt-lied {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-lied-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Lieblingsblume */
.hintergrund-blume {
    background-color: #AA4465;
}

.zt-blume {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-blume-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Lieblingsfarbe */
.hintergrund-farbe {
    background-color: #d7ee79;
}

.zt-farbe {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-farbe-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Lieblingstier */
.hintergrund-tier {
    background-color: #ee79b1;
}

.zt-tier {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-tier-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Liblingspizza */
.hintergrund-pizza {
    background-color: #7dee79;
}

.zt-pizza {
    font-size: 1.3em;
    font-weight: bold;
}

.zt-pizza-beschreibung {
    font-size: 1em;
    font-weight: normal;
}