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

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

header {
	padding: 1rem 0;
	color: #ffffff;
	background-color:#f0f0f0;
	/*
	background-image: url(../images/5cc-polygone2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #181716;
	background-size: cover;
	*/
}

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

a, a:hover {
	color:#0070C0;
	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, #auswahl-f, #auswahl-g, #auswahl-h, #auswahl-i, #auswahl-j {
	background-repeat:no-repeat;
	background-position:top center;
}
#auswahl-a.check, #auswahl-b.check, #auswahl-c.check, #auswahl-d.check, #auswahl-e.check, #auswahl-f.check, #auswahl-g.check, #auswahl-h.check, #auswahl-i.check, #auswahl-j.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");
}
#auswahl-f {
	background-image:url("../images/f.png");
}
#auswahl-g {
	background-image:url("../images/g.png");
}
#auswahl-h {
	background-image:url("../images/h.png");
}
#auswahl-i {
	background-image:url("../images/i.png");
}
#auswahl-j {
	background-image:url("../images/j.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:#000000;
	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, #auswahl-f, #auswahl-g, #auswahl-h, #auswahl-i, #auswahl-j {
		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;
	}
} 