@font-face {
    font-family: Muli;
    src: local("Muli Light")
	      url('./Medien/Schriftarten/Muli-Light.ttf') format('truetype');
}

body {
    font-family: Muli, sans, sans-serif;
    font-size: 16pt;
    font-weight: bolder;
    overflow: auto;
    /* background-color: #FFF; */
    background-color: #000;
    color: #FFF;
    /* color: #000; */
    padding-top: 3em;
    /* background-image: url('Medien/Bilder/24_tek_attak_sunshine_bg.svg'); */
    background-image: url('Medien/Bilder/web-attak-bg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto%; /* contain; */ /* cover */
    /* text-shadow: 5px -2px #333; */
}

.bili {
    height: 8em;
    overflow: auto;
    position: relative;
}
.bilil {
    text-align: left;
    font-size: 14pt;
    width: 45%;
    position: absolute;
    top: 1rem;
    left: 0px;
}
.bilir {
    text-align: left;
    font-size: 14pt;
    width: 45%;
    position: absolute;
    top: 1rem;
    right: 0px;
}
.webbild {
    width: 90%;
}

#webattak {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    text-align: center;
    font-size: 32pt;
    background: #222;
}

.inlinelogo {
    display: inline;
    height: 1em;
    vertical-align: middle;    
    max-width: 6em;
    background-color: #000;
    border-radius: 3px;
    padding: 3px;
}

.hinweis {
    position: absolute;
    top: 2em;
    right: 2em;
    font-size: 18pt;
    border: 1px solid #aaa;
    min-width: 18em;
    padding: 1ex;
}

h3 {
    margin-top: 2.5em;
}

#conversejs {
    display: block;
    width: 100%;
    height: 15em;
    max-height: 80%;
}

#corona {
    background-image: url(Medien/Bilder/corona_gfx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
}

#mutant {
    width: 40%;
    padding: 0%;
}

iframe {
    display: block;
    width: 850px;
    overflow: visible;
    border: none;
    height: 850px;
    margin-left: auto;
    margin-right: auto;
}

tr td:last-child {
    font-size: 10pt;
}
