<style>
body {
  margin: 1em;
}

@font-face {
    font-family: 'AL';
    src: url('tmp.ttf');
	}

.top-container {
  background-color: #D8222B;
  padding: 0px;
  text-align: center;
  width: 100%;
}

.bild {
    width: 100%;
    height: auto;
}

.bottom-container {
  padding: 0px;
  text-align: center;
  width: 100%;
}
        #additionalText {
            display: none;
        }

.header {

  background: #D8222B;
  color: #D8222B;
}

.content {
  padding: 10px 16px;
}

.cofo {
  padding: 0px 26px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
    #countdown {
        font-weight: bold;
          font-family: "AL";
  color: #000000;
  font-size: 1em;  
        transition: color 1s linear;
    }
p, a {
  font-family: "AL";
  color: #000000;
  font-size: 1em;  
}

#p1  {
  font-family: "AL";
  color: #000000;
  font-size: 1em;
}
#p2  {
  font-family: "AL";
  color: #000000;
  font-size: 1.2em;
}
#p22  {
  font-family: "AL";
  color: #000000;
  font-size: 1.6em;
}

#pl  {
  font-family: "AL";
  color: #000000;
  font-size: 1em;
}

#h3  {
  font-family: "AL";
  color: #000000;
  font-size: 1.6em;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

#a  {
  font-family: "AL";
  color: #000000;
  font-size: 1em;
  text-decoration: underline;
}

#a1  {
  font-family: "AL";
  color: #ffffff;
  font-size: 1em;  
  text-decoration: none;
}

#a2  {
  font-family: "AL";
  color: #000000;
  font-size: 1em;  
  text-decoration: none;
}

a.start {
  width: 200px;
  background-color: #D8222B;
  color: white;
  padding: 14px 25px;
  margin: 0 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
}

ul.a {
  list-style-type: circle;
}

.center {
  padding: 70px 0;
  text-align: center;
}
.left {
  padding: 10px 0;
  text-align: justify;
}

.bildlinks {
float: left;
margin-right: 10px;
}

.flex { 
position:absolute;
left:250px;
top:140px;
border:0px;
}

.atab {
	tab-size:30; 
	white-space: pre;
}

</style>