body
{
    background-color: white;
}

header
{
    background-color: #888888;
    font-size: 30px;
}

nav
{
    text-align: right;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 40px;
}

a
{
    color: rgb(141, 8, 8);
    text-decoration: none;
}

a:hover
{
    color: rgb(141, 8, 8);
    text-decoration: underline;
}

main
{
    background-color: white;
    text-align: center;
    padding: 40px 40px 0px 40px;
}

h1
{
    font-size: 35px;
    font-weight: bold;
}

h2
{
    font-size: 15px;
    color: #888888;
}

p
{
    font-size: 25px;
}

article
{
    text-align: center;
    padding: 40px 40px 0px 40px;
    border-bottom: #888888 1px solid;
}

img
{
    padding-top: 20px;
    padding-bottom: 20px;
    max-width:100%;
    height:auto;
}

form
{
    padding-top: 40px;
}

fieldset
{
    text-align: center;
    border-style: none;
    font-size: 25px;
}

input
{
    font: inherit;
}

textarea
{
    font: inherit;
}

footer
{
    padding-top: 20px;
    margin-top: 100px;
    background: #888888;
    min-height: 100px;
    font-size: 20px;
}

audio
{
    width: 100%;
}

.logoklein
{
    padding-left: 30px;
    padding-right: 30px;
}

.bigborder
{
    border-bottom: #888888 3px solid;
}

.fontcolordark
{
    color: rgb(141, 8, 8);
}

.nounderline
{
    text-decoration: none;
}

.pad
{
    padding-left: 40px;
    padding-right: 40px;
}

.paddingForm
{
    padding-bottom: 50px;
}

.paddingText
{
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    width: 50%;
    font-size: 20px;
}

.buttonFeedback
{
    font-size: 25px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: rgb(141, 8, 8);
    background-color: #888888;
    color: #FFFFFF;
    min-width: 200px;
}

.buttonFeedback:hover
{
    border-color: #888888;
    background-color: rgb(141, 8, 8);
}

.podcastrow
{
    width: 70%;
    border: #888888 1px solid;
    margin: 0 auto;
    margin-top: 40px;
}

.wronglanguage
{
    background-color: white;
    filter:alpha(opacity=20); /* IE */
    opacity: 0.2; /* Safari, Opera */
    -moz-opacity:0.20; /* FireFox */
}

.paddingAudio
{
    padding: 10px 0px 10px 0px;
}

.flaglanguage
{
    height: 25px;
    width: auto;
    padding: 0px 20px 0px 0px;
}

/* smaller flag for footer */
.flaglanguage-footer
{
    height: 20px;
    width: auto;
    padding: 0px 20px 0px 0px;
}

.iconheader
{
    height: 30px;
    width: auto;
    padding: 0px 20px 0px 0px;
}

.dropnav
{
    display: flex;
    justify-content: space-evenly;
}

.kopfzeile
{
    padding: 0px 30px 30px 30px;
    width: 90%;
    height: auto;
}

/* set padding to 0 for pictures that are shown next to the text in the blog (useful to have no step at the top) */
.blogpic
{
    padding: 0;
}