
#Inhalt h1
{
    font-size: 180%;
    font-weight: normal;
    margin-bottom: 16px;
}

#Inhalt h2
{
    font-size: 100%;
    font-weight: bold ;
    margin-top: 16px;
    margin-bottom: 8px;
}

#Inhalt h1 + h2
{
    margin-top: 0px;
}

#Inhalt p
{
    font-weight: normal;
    font-size: 100%;
    color: #000000;
    margin-bottom: 12px;
}

    #Inhalt p + h1
    {
        margin-top: 16px;
    }

#Inhalt img
{
    float: right;
    min-width: 200px;
    max-width: 50%;
    margin-left: 10px;
    margin-bottom: 5px;
}

    #Inhalt img.breit
    {
        float: none;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

@media only screen and (max-width: 400px)
{
   #Inhalt h1
{
    font-size: 140%;
    margin-bottom: 16px;
}

#Inhalt h2
{
    font-size: 95%;
    margin-top: 16px;
    margin-bottom: 8px;
}

 #Inhalt img
    {
        float: none;
        max-width: 100%;
        margin-left: 0px;
    }

        #Inhalt img.Portrait
        {
            float: none;
            max-width: 200px;
            margin-left: 10px;
            margin-bottom: 5px;
        }
}
