@charset "utf-8";
/* CSS Document */

body, html {
	color:#000000;
	background-color:#fff0c2;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
}

img {
	max-width:100%;
	height:auto;
}

a, a:hover {
	color:#00659d;
	text-decoration:none;
}

.btn-link {
	width:61px;
	height:61px;
	padding:0;
	margin:10px;
	border:none;
}

#auswahl-a, #auswahl-b, #auswahl-c, #auswahl-d, #auswahl-e {
	background-repeat:no-repeat;
	background-position:top center;
}
#auswahl-a.check, #auswahl-b.check, #auswahl-c.check, #auswahl-d.check, #auswahl-e.check {
	background-repeat:no-repeat;
	background-position:bottom center;
}
#auswahl-a {
	background-image:url("../images/a.png");
}
#auswahl-b {
	background-image:url("../images/b.png");
}
#auswahl-c {
	background-image:url("../images/c.png");
}
#auswahl-d {
	background-image:url("../images/d.png");
}
#auswahl-e {
	background-image:url("../images/e.png");
}

.aw {
	padding:20px 0;
}

div.submitter input {
	width: 270px;
	height: 43px;
	background-image: url(../images/send.png);
	background-repeat: no-repeat;
	background-color:#fff0c2;
	border:none;
}

textarea.form-control {
	background-color:transparent;
	color:#ffffff;
	border:1px solid #000000;
}
textarea.form-control:focus {
	border:1px solid #000000;
	box-shadow:none;
}

.padding-15 {
	padding:15px;
}

#meldung {
	margin-top:20px;
}

#footermenu {
	padding:30px 0;
}

#cookiepopup { 
	width:100%; 
	position:fixed; 
	bottom:0; 
	padding:20px; 
	color:#ffffff; 
	background-color:rgba(0,0,0,.85); 
}
#cookiepopup p {
	margin-bottom:10px;
}
.cookiepopuplink {
	margin: 0 10px;
}

@media (max-width: 991px) {
	.btn-link {
		width:51px;
		height:51px;
	}
	#auswahl-a, #auswahl-b, #auswahl-c, #auswahl-d, #auswahl-e {
		background-size:cover;
	}
}

@media (max-width: 767px) {
	p {
		padding-top:20px;
	}
	.btn-link {
		width:41px;
		height:41px;
	}
}

@media (max-width: 479px) {
	.btn-link {
		width:31px;
		height:31px;
	}
} 