/* allgemeine seitenübergreifende Sachen */
html, body
{
    background-color: #737373;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;   
}
body b
{
    color: #f804c4;
}
body a:link
{
    color: #000000;
    text-decoration: none;        
}

body a:visited
{
    color: #000000;
}
#white-space
{
    position: fixed;
    left: 20%;
    height: 100%;
    width: 60%;
    background-color: #FFFFFF;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
#headline
{
    background-color: #737373;
    position: relative;
    left: -20%;
    width: 80%;
    z-index: 2;
    top: 10px;
}
#uber
{
    height: 100%;
    width: 100%;
}
#menu
{
    background-color: #DFDFDF;
    position: relative;
    width: 90%;
    left: 10%;
    z-index: 2;
    margin-top: 3%;
}
#menu a:hover
{
 background-color: #f804c4;
 color: #FFFFFF;
}
#menu a:link
{
 color: #000000;
 text-decoration: none;
}
#menu a:visited
{
 color: #000000;
}
#menu a:active
{
 color: #FFFFFF;
}
#inhalt
{
    z-index: 2;
    padding: 3%;
    font-size: large;
    overflow: auto;
    text-align: center;
    line-height: 1.5;
    flex-grow: 1;
    padding-bottom: 50px;
}
#tab
{
 width: 100%;
 font-family: Verdana;
 font-size: x-large;
 table-layout: fixed;
 padding-right: 25px;
 font-family: Quick;
}
#tabb
{
 width: 100%;
 font-family: Verdana;
 font-size: x-large;
 direction: rtl;
 table-layout: fixed;
 font-family: Quick;
 padding-right: 25px;
}
/*spezifischere Sachen*/

/* Kontakt*/
#kontakt
{
    width: 100%;
    text-align: left;
    font-size: x-large;
}
#mail
{
    height: 100px;
    width: 200px;
    border: none;
    padding-left: 50px;
}

/* Presse */
#premiere
{
    margin-top: 3%;
    width: 500px;
    height: 541px;
    max-width: 100%;
}
#bz1
{
    width: 550px;
    height: 400px;
    padding-top: 75px;
}
#bz2
{
    width: 550px;
    height: 400px;
    padding-top: 75px;
}

/* Alte Programme */
#alte_p
{
    margin-left: 0;
}
#hohler
{
    width: 202px;
    height: 353px;
    margin-top: 3%;
    float: left;
}
#plakat_wieder
{
    width: 250px;
    height: 353px;
    float: right;
    padding-right: 25px;
    margin-top: 3%;
}
#gemeinsam
{
    width: 498px;
    height: 353px;
    margin-top: 3%;
}
#durchbrechen
{
    width: 475px;
    height: 353px;
    float: left;
}
#alles_schlucken
{
    width: 180px;
    height: 400px;
    float: right;
    padding-top: 350px;
}
#weh_tun
{
    width: 436px;
    height: 353px;
    padding-top: 400px;
}

/* Font Eintstellungen*/
@font-face
{
    font-family: 'Quick';
    src:    url(Schrift/quick.eot#) format(eot),
            url(Schrift/quick.woff) format(woff),
            url(Schrift/quick.ttf) format(truetype)
            url(Schrift/quick.svg#svgFontName) format(svg);
}

/* Bilderleiste */
#leiste
{
    height: 6%;
    width: 100%;
    min-height: 168px;
    margin-bottom: 20px;
    left: 0;
    z-index: 5;
    overflow: hidden;
    text-align: center;
}