@charset "utf-8";


a:link { color: #000000; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:hover { color: #ffffff; text-decoration:none; } 
a:focus { color: #000000; text-decoration:none; }
a:active { color: #000000; text-decoration:none; }



.textbox_headline {
	font-size: 20px;	
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

li { padding-bottom: 5px; }

	.button {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		border: 1px solid #000;
		padding-right:10px;
		padding-left:10px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 18px;
		font-weight: bold;
		background-color: #FFBF00;
	}

.button a {
		display:block;
		
	}


	
	.smalltext {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		font-weight: bold;
		
	}


@media only screen and ( min-width: 950px ) {
    /* breites Browserfenster */
    body { background-color: #eeeeee;
	margin: 0px; 
	}

	
	
	
	
	.buttonbox {
		margin-left: auto;
		margin-right: auto;
		width: 980px;
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 18px;
		font-weight: bold;
		background-color: #ffffff;
	}


	
	.mainbox {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	}

	.formbox {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	}
	
	.eingabe {
		height:2em;
		width:300px;
		margin-left:10px;
		margin-bottom:10px;
		font-size:18px;
	}
	
	.submitbutton {
		width:50px;
		height:3em;
	}
	
	.fragebox_left {
	width: 400px;
	text-align: left;
	background-color: #eeeeee;
	border-radius:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	padding-left:20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	}
	
	.fragebox_right {
	width: 400px;
	text-align: left;
    margin-left: auto;
    margin-right: 1em;
	background-color: #B2FFB2;
	border-radius:10px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	}
	
	
	
	.textbox {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}
	.textbox_text {
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 5px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 16px;
		color: #000000;
		font-weight: normal;
	}
	
	
	
	.hgbbox {
	width: 980px;
	height: 344px;
	margin-left: auto;
	margin-right: auto;
		border-bottom: 1px solid #000;
	}
	
	
	.greyline {
	width: 980px;
	background-color: #4f4f4f;
	margin-left: auto;
	margin-right: auto;
	}
	.greyline_text {
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 18px;
		color: #ffffff;
		font-weight: normal;
	}
	
	
	.headline {
	width: 980px;
	background-color: #4598d3;
	margin-left: auto;
	margin-right: auto;
	}
	.headline_text {
		padding: 10px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 24px;
		color: #ffffff;
		font-weight: bold;
	}
	
	
	.bottom {
	width: 980px;
	background-color: #4598d3;
	margin-left: auto;
	margin-right: auto;
	}
	.bottom_text {
		padding: 5px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		color: #ffffff;
		text-align: right;
		
	}
	
	
	
	
}
@media only screen and ( max-width: 440px ) {
    /* mobile Geräte */
    body { background-color: #ffffff;
	margin:0px;
	}

		.buttonbox {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
		text-align: center;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 18px;
		font-weight: bold;
		background-color: #ffffff;
	}
	
	.mainbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	}
	
	.formbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	}
	
	.eingabe {
		height:2em;
		width:75%;
		margin-left:10px;
		margin-bottom:10px;
		font-size:18px;
	}
	
	.submitbutton {
		width:15%;
		height:3em;
	}
	
	.fragebox_left {
	width: 60%;
	text-align: left;
	background-color: #eeeeee;
	border-radius:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
	padding-left:10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	}
	
	.fragebox_right {
	width: 60%;
	text-align: left;
    margin-left: auto;
    margin-right: 1em;
	background-color: #B2FFB2;
	border-radius:10px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-left:10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	}
	
	
	
	.textbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}
	.textbox_text {
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 5px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 16px;
		color: #000000;
		font-weight: normal;
	}
	
	.hgbbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
		
	}
	

	.headline {
	width: 100%;
	background-color: #4598d3;
	margin-left: auto;
	margin-right: auto;
	}
	.headline_text {
		padding: 10px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 24px;
		color: #ffffff;
		font-weight: bold;
	}
	
	.greyline {
	width: 100%;
	background-color: #4f4f4f;
	margin-left: auto;
	margin-right: auto;
	}
	.greyline_text {
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 18px;
		color: #ffffff;
		font-weight: normal;
	}
	
	.bottom {
	width: 100%;
	background-color: #4598d3;
	margin-left: auto;
	margin-right: auto;
	}
	.bottom_text {
		padding: 5px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		color: #ffffff;
		text-align: right;
		
	}

	
	
	
}
@media only screen and ( min-width: 440px ) and ( max-width: 950px ) {
    /* Tablets und mittlere Bildschirme */
    body { background-color: red;}
}

