@font-face {
    font-family:'BeautifulPeople';
    src: url('fonts/BeautifulPeople.ttf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family:'Burbank';
    src: url('fonts/Burbank.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family:'TableFont';
    src: url('fonts/TableFont.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family:'Schreibschrift';
    src: url('fonts/LoginFont.ttf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

body, html {
    zoom: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

h1 {
    font-family: BeautifulPeople;
    font-style: normal;
    font-weight: normal;
    font-size: 46pt;
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
    background-color: rgb(255, 255, 255, 0.6);
    text-shadow: .03em .03em #000;
    line-height: 130px;
    vertical-align: top;
}

h2 {
    font-family: BeautifulPeople;
    font-style: normal;
    font-weight: normal;
    font-size: 24pt;
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
    background-color: rgb(255, 255, 255, 0.6);
    text-shadow: .03em .03em #000;
    line-height: 70px;
    vertical-align: center;
}

h3 {
    font-family: TableFont;
    font-style: normal;
    font-weight: normal;
    font-size: 34pt;
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
    background-color: rgb(255, 255, 255, 0.7);
    text-shadow: .03em .03em #000;
    line-height: 130px;
    vertical-align: top;
}

.content {
    margin: 30px;
    padding: 20px;
    margin-top: 80px;
 }

 .content2 {
    margin: 30px;
    padding: 20px;
    margin-top: 80px;
    background-color: rgb(255, 255, 255, 0.4);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
 }

.fontgross {
    font-family: Schreibschrift;
    font-size:24pt;
}

.datumuhrzeit {
    font-family: TableFont;
    font-size: 16px;
    color: white;
    font-size:16pt;
}

.fonttd {
    font-family: TableFont;
    font-size: 16px;
}

.fontteam {
    font-family: TableFont;
    font-size: 10px;
}

 .buttonwhite {
    font-family: TableFont;
    width: 300px;
    background-color: #ffffffd7;
    color: #000;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.buttonwhitesmall {
    width: 120px;
    background-color: #ffffffd7;
    color:#000;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.buttongreen {
    width: 300px;
    background-color: #4CAF50dd;
    color:#000;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.buttongreenlightsmall {
    width: 80px;
    background-color: #6ad36ddd;
    color:#000;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.buttonred {
    width: 300px;
    background-color: #f44336dd;
    color:#000;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.buttonblue {
    width: 300px;
    background-color: #008CBAdd;
    color:#000;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.buttonbluelightsmall {
    width: 80px;
    background-color: #20aad8dd;
    color:#000;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.buttonround {
    background-color: #008CBAcc;
    border: none;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 70px;
    cursor: pointer;
}

.buttonranking {
    background-color: #007096;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 70px;
    cursor: pointer;
}

.floatleft {
    float: left;
}

.clear {
    clear: left;
}
