html {
    width: 100%;
    height: 100%;
}

@font-face{
    font-family: ueberschrift;
    src: url("http://www.offline-berlin.de/Frightmare.ttf")
    format("truetype")
}

img.header {
    max-width: 100%;
    height: auto;
}

div.flex{
    display: flex; 
    justify-content: center; 
    align-items: center;
    height: 100%
}

a{
    cursor: crosshair
}

a.programm{
    color: rgb(154,171,0));
    cursor: help;
}

body {
	background: #fcfcfc;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    height: 100%;
}

body.programm {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    height: 100%;
    background-image: url("http://www.offline-berlin.de/hintergrund.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-color: #1A1E00;
}

div.programm {
    width: 100;
    height: 100%;
    background-image: url("http://www.offline-berlin.de/hintergrund.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #1A1E00;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}

h1 {
    font-family: Lato, Helvetica, Roboto, sans-serif;
	border: 0px solid white;
    font-size: 4em;
    font-weight: bold;
    cursor: default;
    word-wrap: normal;
    text-align: center;
    color: #383217;
    text-shadow: 1px  1px 1px #FFFFFF,
                 1px -1px 1px #FFFFFF,
                -1px  1px 1px #FFFFFF,
                -1px -1px 1px #FFFFFF;
    margin: 0px
}

h1.grusel {
    font-family: ueberschrift;
	border: 0px solid white;
    font-size: 8em;
    font-weight: normal;
    cursor: default;
    word-wrap: normal;
    text-align: center;
    color: #EDEEC5; 
    text-shadow: 1px  1px 1px #FF6600,
                 1px -1px 1px #FF6600,
                -1px  1px 1px #FF6600,
                -1px -1px 1px #FF6600;
    margin: 0px
}

h2 {
    font-family: Lato, Helvetica, Roboto, sans-serif;
    border: 0px solid white;
    font-size: 4em;
    font-weight: normal;
    color: rgb(154,171,0)
    }

h3 {
    font-family: Lato, Helvetica, Roboto, sans-serif;
	border: 0px solid white;
    font-size: 2em;
    font-weight: bold
    }

p.text {
    font-family: Lato, Helvetica, Roboto, sans-serif;
	font-size: 2em;
	border: 0px solid white;
    text-align: justify;
    font-weight: normal;
    color: #EDEEC5;
    text-shadow: 1px  1px 1px #FF6600,
                 1px -1px 1px #FF6600,
                -1px  1px 1px #FF6600,
                -1px -1px 1px #FF6600;
}

p.infos{
    font-family: Lato, Helvetica, Roboto, sans-serif;
	font-size: 2em;
	border: 0px solid white;
    text-align: center;
    font-weight: normal;
    color: #383217;
}

span.infos{
    background-color: #EDEEC5;
}

p.programm{
    font-family: Lato, Helvetica, Roboto, sans-serif;
	font-size: 2em;
	border: 0px solid white;
    text-align: justify;
    font-weight: normal;
    color: rgb(154,171,0);
    text-shadow: 1px  1px 1px #FF6600,
                 1px -1px 1px #FF6600,
                -1px  1px 1px #FF6600,
                -1px -1px 1px #FF6600;
}