﻿@font-face {font-family: "Rollerscript";
    src: url("../fonts/Rollerscript\ W03\ Rough.eot"); /* IE9*/
    src: url("../fonts/Rollerscript\ W03\ Rough.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Rollerscript\ W03\ Rough.woff2") format("woff2"), /* chrome firefox */
    url("../fonts/Rollerscript\ W03\ Rough.woff") format("woff"), /* chrome firefox */
    url("../fonts/Rollerscript\ W03\ Rough.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("../fonts/Rollerscript\ W03\ Rough.svg#Rollerscript") format("svg"); /* iOS 4.1- */
}

/* Allgemeines */
	body { font-family:"Rollerscript"; font-size:30px; font-weight:bold; color:#4d4c4c; background-color:#FFF; text-align:center; margin:0; padding:0; }
	p {}
	td {}
	a:link { color:#000000; text-decoration:none; }
	a:visited { color:#000000; text-decoration:none; }
	a:hover { color:#525252; text-decoration:none; }
	a:active { text-decoration:none; }
	.master { position: relative; width:85%; max-width:1280px; margin:auto; } 
	.headline { font-size:40px; }
/**************/

/* background */
	#background { position:fixed; left:0; right:0; top:0; bottom:0; margin:auto; background-image:url("../design/background.jpg"); background-repeat:no-repeat; background-size:cover; }
/**************/

/* header */
	#header { padding-top:75px; }
/**********/

/* main */
	#main { padding-top:75px; padding-bottom: 75px; }
	#welcomeContainer { position: relative; width:80%; margin:auto; padding:40px; border:8px solid #FFF; border-radius: 30px; color:#000; font-size: 25px; }
/********/

/* footer */
	#footer { padding-top:75px; padding-bottom: 75px; }
/**********/

/* Formular */
	.text_input { -webkit-appearance: none; border: 2px solid #FFF; background-color: transparent; border-radius: 15px; height:50px; width:100%; max-width: 350px; margin-bottom: 10px; box-sizing: border-box; text-align: center; font-size: 18px; }
	.text_input:focus { outline: none; }
	.button { -webkit-appearance: none; border: 2px solid #FFF; background-color: transparent; border-radius: 15px; height:50px; width:100%; max-width: 350px; box-sizing: border-box; text-align: center; font-size: 18px; }
/************/
