body {
 background-color: #e9f5fd;
}

form {
    display:table;/* shrinks to fit content */
    margin:auto;
}

input, select, textarea, button {
 font-size: 30px;
 height: 50px;
}	

@font-face 
    {
    font-family: LED;
    src: url("5by7.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

#suche{
 position: fixed;
 top: 30px;
 left: 50%;    
 transform: translateX(-500px);
 width: 1000px;
 height: 60px;
 text-align: center;
 display: inline-block;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 background-color: white;
 background-clip: content-box;
}
	

#logo{
 position: fixed;
 top: 100px;
 left: 50%;    
 transform: translateX(-500px);
 z-index: 1;
}

#callsign{
 position: fixed;
 top: 100px;
 left: 50%;    
 transform: translateX(-500px);
 width: 1000px;
 height: 150px;
 padding-top: 20px;
 font-size: 80px;
 text-align: center;
 background-image: url("https://www.vacc-slovakia.sk/imgs/vaccsk_top.png");
 background-repeat: no-repeat;
 background-position-y: 20px;
 background-color: white;
}

#hauptframe{
 position: fixed;
 top: 250px;
 left: 50%;    
 transform: translateX(-500px);
 width: 1000px;
 height: 420px;
 background-color: white;
}

#times{
 position: fixed;
 top: 250px;
 left: 50%;    
 transform: translateX(-250px);
 width: 500px;
 height: 250px;
 padding: 50px;
 text-align: center;
 font-family: LED;
 font-size: 40px;
 color: yellow;
 background-color: #0F0F0F;
}

#info{
 position: fixed;
 top: 680px;
 left: 50%;    
 transform: translateX(-500px);
 width: 1000px;
 height: 100px;
 padding-top: 20px;
 text-align: center;
 font-size: 40px;
 background-color: white;
}
