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

@media (min-width: 1500px){
	.container {
		width: 1500px;
	}
}


body
{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	font-size: 21px;
}



body, a {
	color: #575656;
}

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

}

h1 {
	font-size: 28px;
}

.icetext {
	background-color: transparent;
	border: 0px solid;
	width: 100%;
	min-height: 150px;
	font-style: italic;
}

.textbox
{

	background-repeat: no-repeat;
	border-radius: 5px;
}
.question
{
	width: 100%;
	background-image: url(../img/Textkasten.png);
	background-size: 100% 100%;
	padding: 9%;
	margin-right: 15%;
	margin-bottom: 5%;
}

.answer
{
	margin-bottom: 10px;
	width: 100%;
	cursor: pointer;
	padding: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background:transparent;
	border: none !important;
	background-image: url(../img/Textkasten.png);
	background-size: 100% 100%;
	transition: 0.3s;
	font-style: italic;
	font-size: 19px;


}
.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=checkbox], input[type=radio] {
	margin-right: 20px;
}

.wrapper
{
	margin-top: 5%;
	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;
}