/* Hindergrund Quiz Bereich*/
footer {
	margin: 0px;
}

.quiz-bg-a {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg?v=1");
	background-size: AUTO 100%;
	background-position: right;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 616px;
}

.quiz-bg-b {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg?v=1");
	background-size: AUTO 100%;
	background-position: right;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 616px;
}

.quiz-bg-c {
	width: 100%;
	margin: 0 AUTO;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg?v=1");
	background-size: AUTO 100%;
	background-position: right;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 616px;
}

.question h5 {
	color: #fff;
}

.question-count .label {
	color: #25c000;
}

.question-count .current {
	color: #25c000;
}

.answers > ul > li > a { 
	color: #4a4043;
	background-image: none, url("/html/sponsored/normalesquiz/Gewinnspielenet/images/arrow.svg");
}

.answers > ul > li > a:hover { 
	color: #25c000;
}

.answers li:first-child {
	border-top: 1px solid #4a4043;
}

.answers li {
	border-bottom: 1px solid #4a4043;
	color: #ffffff;
	line-height: 3em;
}

.answers li:hover {
	color: #25c000;
}

.answers label {
	display:block;
}



/*Ergebnisseite*/
#content div.text {
	text-align: center;
	background: #fff;
}

#content div.text h3 {
	color: #000;
	text-align: center;
}

.ergebnis-content .l img {
	width: AUTO;
	max-width: 400px;
}

.ergebnis-content .r {
	text-align: left;
	color: #25c000;
}


.ergebnis-content .r p {
	color: #000;
}

 .ergebnis-content .r p > a { 
	color: #25c000;
}

 .ergebnis-content .r p > a:hover { 
	text-decoration: underline;
	color: #25c000;
}


.ergebnis-content .button > a {
	background-color: #25c000;
}

.ergebnis-content .button > a:hover {
	background-color: #4a4043;
}


.ergebnis-content .logos {
	text-align: left;
	display: block;
	padding-left: 40px;
	bottom: 0px;
}



/* ------------------ Viewport ------------------ */

@media(max-width: 960px) {
.ergebnis-content .l img {
	width: AUTO;
	max-width: 100%;
}

.ergebnis-content .logos {
	text-align: center;
	display: block;
	padding-left: 0px;
}

#zeit {
		padding-left: 0;
		float:right;
		text-align:right;
	}

.quiz-bg-a {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg?v=1");
	background-size: AUTO 100%;
	background-position: center;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 500px;
}
.quiz-bg-b {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg?v=1");
	background-size: AUTO 100%;
	background-position: center;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 500px;
}

.quiz-bg-c {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg?v=1");
	background-size: 100%;
	background-position: center;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 500px;
}

}


@media(max-width: 480px) { 
.ergebnis-content .l img {
	width: AUTO;
	max-width: 100%;
}

.ergebnis-content .logos {
	text-align: center;
	display: block;
	padding-left: 0px;
}

#zeit {
		padding-left: 0;
		float:right;
		text-align:right;
	}


.quiz-bg-a {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg");
	background-size: AUTO 100%;
	background-position: center;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 500px;
}
.quiz-bg-b {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg");
	background-size: AUTO 100%;
	background-position: center;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 500px;
}

.quiz-bg-c {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: url("/html/sponsored/normalesquiz/Gewinnspielenet/images/bg.jpg");
	background-size: 100%;
	background-position: center;
	background-repeat:no-repeat;
	background-color: #090100;
	height: AUTO;
	min-height: 500px;
}

}

