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

img {
	max-width: 100%;
}

body
{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
}



body, a {
	color: #000;
}

body, html
{
	min-height: 100%;
	max-width: 100%;

}

h1 {
	font-size: 2.5em;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	color: #000;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 40px;
}

.main {
	margin-top: 150px;
}

label {
	font-weight: 500;
}



.question
{
	width: 100%;
	text-align: center;

}

.answer
{
	margin-top: 30px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: none !important;

	transition: 0.3s;
	font-size: 1.5em;
	font-weight: normal;
	border-radius: 5px;
}

.answer .sub {
	font-family: 'Raleway', sans-serif;
	font-size: 0.7em;
}

.answer.blue{
	background-color: #009FE3;
	color: #FFF;
}
.answer:hover
{
	color: #000;
	text-decoration: none;
	/*-webkit-filter: drop-shadow(5px 5px 3px rgba(255, 255, 255, 0.7));
	filter: drop-shadow(5px 5px 3px rgba(255, 255, 255, 0.7));*/
	transition: 0.3s;
}

.answer label {
	text-align: left;
	margin-left: 37px;
	padding-right: 37px;
	width: 100%;
	font-weight: normal !important;
	cursor: pointer;
}
input[type=text]{
	border: solid 2px #009FE3;
	padding: 10px;
	border-radius: 5px;
	font-weight: 500;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;

}

input[type=checkbox], input[type=radio] {
	margin-right: 10px;
	margin-left: 10px;
}

.wrapper
{
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
}

.fullheight
{
	height: 100%;

}

footer {
	width: 100vw;
	position: fixed;
	bottom: 0;
	background-color: rgba(00,00,00,0.70);
	color: #FFF;
	height: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

footer a {
	color: #FFF !important;

	height: 20px;
}
.parsley-error {
	border-color: #FF0000 !important;
}

.parsley-error label {
	color: red;
}

.parsley-errors-list {
	padding: 0;
	font-size: 0.6em;
}


.parsley-required {
	list-style-type: none;
	margin: 0;
}

.logoMilch {
	width: 245px; position: absolute; right: 10px; top: 20px;
}

.logoMilch span {
	margin-top: 28%;
	width: 100%;
	text-align: center;
	font-weight: 600;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: absolute;
	display: block;
	font-size: 1.04em;

}

.logoMilch.register {
	width: 245px; display: block; margin: 0 auto; top: 20px; position: relative;
}

.font-groesser {font-size: 17px !important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {max-width: 250px; margin: 0 auto 20px auto; width: auto;}


@media only screen and (max-width: 991px) {
	.logoMilch {
		margin: 0 auto;
		margin-top: 150px !important;
		position: relative;
		right: auto;
		display: block;
	}

	.main {
		margin-top: 20px;
	}


	.answer {
		width: 100%;
	}
}

/*@media screen and (max-width: 1600px){
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {max-width: 225px; margin: 0 auto; width: auto;}
}

@media screen and (max-width: 991px){
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {max-width: 200px; margin: 0 auto; width: auto;}
}*/

@media screen and (max-width: 400px){
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {max-width: 150px;}
}

@media screen and (max-width: 1720px) and (max-height: 1100px){
	body {background-image: url(../img/back-responsive.jpg) !important;}
	}
