/* Larger than Desktop HD */
@media (min-width: 1200px) {
#Content {
    font-family: 'Times New Roman', Times, serif;
}

.hauptueberschrift {
    font-size: 225%;
    text-align: center;
    margin-left: -20%;
    margin-top: 2%;
    color: #0000ff;
    text-decoration: underline;
    font-weight: bolder;
}
#verweisse {
    margin-top: 2%;
    margin-left: -30%;
    font-size: 165%;
    color: #0000ff;
}
#verweisse a {
    color: #0000ff;
}
#verweisse-bild {
    margin-left: 30%;
}
.ueberschrift {
    font-size: 200%;
    text-align: center;
    margin-left: -20%;
    margin-top: 2%;
    color: #0000ff;
    font-weight: bolder;
}
#bild-links {
    margin-left: -40%;
}
.beschreibung-rechts {
    text-align: center;
    font-size: 140%;

}
.kapitel {
    color:#0000ff;
    text-align:center;
    margin-left: -20%;
    font-size: 175%;
    font-style: italic;
    font-weight: bold;
    margin-top: 2%;
}
.unterkapitel {
    color: #ff0000;
    text-align: center;
    margin-left: -20%;
    font-size: 150%;
    margin-top: 2%;
    font-style: italic;
    font-weight: bolder;
}
.beschreibung-links {
    text-align: center;
    font-size: 140%;
    margin-left: -50%;
}
#text-mittig {
    margin-top: 10%;
}
#bild-rechts {
    margin-left: -10%;
}
.feierbeschreibung {
    margin-left: -20%;
    text-align: center;
    font-size: 140%;
}
.beschreibung {
    font-size: 120%;
    margin-left: -25%;
}
.unterkapitel-red {
    color: #ff0000;
    font-size: 150%;
    margin-left: -25%;
}
.feierbeschreibung-abschluss {
    margin-left: -10%;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    font-size: 150%;
}}
@media (min-width: 400px) {
    #Content {
        font-family: 'Times New Roman', Times, serif;
    }
    
    .hauptueberschrift {
        font-size: 225%;
        text-align: center;
        margin-top: 2%;
        color: #0000ff;
        text-decoration: underline;
        font-weight: bolder;
    }
    #verweisse {
        margin-top: 2%;
        font-size: 165%;
        color: #0000ff;
    }
    #verweisse a {
        color: #0000ff;
    }
    .ueberschrift {
        font-size: 200%;
        text-align: center;
        margin-top: 2%;
        color: #0000ff;
        font-weight: bolder;
    }
    .beschreibung-rechts {
        text-align: center;
        font-size: 140%;
    
    }
    .kapitel {
        color:#0000ff;
        text-align:center;
        font-size: 175%;
        font-style: italic;
        font-weight: bold;
        margin-top: 2%;
    }
    .unterkapitel {
        color: #ff0000;
        text-align: center;
        font-size: 150%;
        margin-top: 2%;
        font-style: italic;
        font-weight: bolder;
    }
    .beschreibung-links {
        text-align: center;
        font-size: 140%;
    }
    #text-mittig {
        margin-top: 10%;
    }
    .feierbeschreibung {
        text-align: center;
        font-size: 140%;
    }
    .beschreibung {
        font-size: 120%;
    }
    .unterkapitel-red {
        color: #ff0000;
        font-size: 150%;
    }
    .feierbeschreibung-abschluss {
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
        font-size: 150%;
    }
}
