a{
	color: #820000;
}

footer{
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 30;
	bottom: 0;
}


.navbar-header{
	height: 80px;
}

.navbar-form {
	margin-top: 22px;
}

.navbar-brand img{
	width: 150px;
}

.checkbox{
	color: #777;
}

.fix-padding-top{
	padding-top: 80px;
}

.headline{
	margin-top: 90px;
	margin-bottom: 0px;
}

.smallFont{
	font-size: 19px;
}

.headline h1{
	font-size: 3em;
	line-height: 1.1em;
	color: #fff;
	font-family: "'Source Sans Pro',sans-serif";
}

.background-image{
	background: url(../img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
 	position: fixed;

}

.alert-cookies{
	margin-bottom: 0px;
	border-radius: 0;
	border: none;
	padding: .8em 1.5em;
	position: fixed;
	bottom: 0;
	z-index: 20;
	width: 100%;
}

.alert-cookies img{
	float: left;
	margin-right: 20px;
	width: 60px;
	height: 60px;
}

.btn-red{
	background-color: #b50000;
	border-color: #9c0000;
	color: white;
}

.register-form{
	background-color: rgba(255, 0, 0, 0.2);
	padding: 30px 25px;
	border-radius: 10px;
}

.teaser{
	background-color: rgba(255, 0, 0, 0.2);
	border-radius: 10px;
	padding: 0 15px 17px;
}

.teaser .headline{
	color: white;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted white;
	margin-bottom: 20px;
}

.teaser .image{
	text-align: center;
}

.teaser .infoText{
	font-size: 2em;
	color: #b50000;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted white;
	margin-bottom: 20px;
}

.teaser .bottomText{
	color: white;
}

.infoBoxes{
	margin-top: 150px;
}


@media (max-width:768px){
	.headline{
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.background-image{
		background: url(../img/background.jpg) no-repeat 20% 40% fixed; 
	}

	.smallFont{
		font-size: 17px;
	}
}
