/*
This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, either version 2
of the License, or any later version.

For the full copyright and license information, please read the
LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share!
*/
/*
    Created on : 12.10.2016, 10:31:45
    Author     : Kevin Ditscheid <ditscheid@engine-productions.de>
*/

.quickcheck {
	position: relative;
	background: white;
	overflow: hidden;
	min-height: 400px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.quickcheck .start {
	position: relative;
    left: 0;
}
.quickcheck .start .column:nth-child(2n){
	text-align: center;
}
.quickcheck .start .next{
	max-width: 100%;
}
.quickcheck .image .hover{
	display: none;
}
.quickcheck .image:hover .hover{
	display: inline-block;
}
.quickcheck .image:hover .inactive{
	display: none;
}
.quickcheck .next {
	display: block;
}
.quickcheck .card ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
.quickcheck .card ul li {
	list-style: none;
    padding: 8px;
}
.quickcheck input[type=checkbox],
.quickcheck input[type=radio] {
	display: none;
}
.quickcheck label:before {
	content: '\2022';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	border-radius: 16px;
	background: white;
	border: 3px solid rgba(0, 0, 0, 0.5);
	font-size: 44px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
.quickcheck input[type=checkbox] + label:before{
	content: '\2714';
	font-size: 1px;
	color: #F46006;
}
.quickcheck input[type=radio]:checked + label:before {
	color: #F46006;
}
.quickcheck input[type=checkbox]:checked + label:before {
	font-size: 28px;
}
.quickcheck input[type=radio] + label:hover:before {
	color: rgba(244, 96, 6, 0.7);
}
.quickcheck input[type=checkbox] + label:hover:before {
	color: rgba(244, 96, 6, 0.7);
	font-size: 28px;
}
.quickcheck .card {
	position: absolute;
	width: 100%;
	right: -200%;
}
.quickcheck .card ul li p {
	display: inline-block;
    margin: 0;
    padding: 0;
}
.quickcheck .card span{
    margin:0;
    padding:0;
    color: #F46006;
    font-size: 18px;
	font-weight: normal;
}
.quickcheck .required {
	cursor: not-allowed;
	opacity: 0.7;
}
.quickcheck .button a:hover,
.quickcheck a.button:hover {
	color:#fff;
}
.quickcheck .result{
	margin-bottom: 0;
}
.quickcheck .button {
	background: #F46006;
	color: white;
	padding: 7px;
	border-radius: 7px;
	margin: 0px 10px 0px;
    border: none;
	padding-right: 30px;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
}
.quickcheck .button:before{
	content: "➜";
	display: inline-block;
	width: 28px;
	height: 25px;
	padding-top: 3px;
	background: #fff;
	color: #F46006;
	border-radius: 50%;
    line-height: 21px;
    font-size: 20px;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	font-family: "fontawesome";
}

.button a {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
.quickcheck .card ul ul li {
	padding: 0;
	display: inline-block;
}
.quickcheck .card ul ul {
	padding: 0;
}
.quickcheck td label:before{
	margin-right: 0;
}
.quickcheck td .button{
	margin-left: 0;
}
.quickcheck .button .last {
	margin-top: 40px;
}
.quickcheck .mail-quick {
	margin-left: 0;
	margin-top: 20px;

}
.button.next.last.roboto{
	margin-left: 10px;
}
.quickcheck .mail-quick.button {
	margin-left: 0;
}
.quickcheck .last-card .button {
	margin-left: 0;
}
.quickcheck .button.before:before {
	transform: rotate(180deg);
	margin-right: 0;
}
.quickcheck .button.before{
    background: #F46006;
    color: white;
    padding: 7px;
    border-radius: 7px;
    border: none;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 20px;
    cursor: pointer;
	margin-left: 0px;
	float: left;
}

.quickcheck .column{
	float: none;
	width: auto;
}
@media screen and (min-width: 1000px){
	.quickcheck .card .bodytext{
		padding-right: 100px;
	}
	.quickcheck .column{
		float: left;
	}
	.quickcheck .column-6{
		width: 50%;
	}
}
