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

.start-boxen {
	display: none
}
fieldset>h1 {
	letter-spacing: -.1px
}
.csr-wrap {
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0
}
.csr-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 0
}
.csr-wrap h3 {
	margin-bottom: 1em
}
.csr-step {
	background: #fff;
	overflow: hidden;
	padding: 0 50px;
	margin: 0;
	height: 0;
	opacity: 0;
	transition: all .5s;
	-webkit-box-shadow: 0 7px 15px 2px rgba(0,0,0,.2);
	box-shadow: 0 7px 15px 2px rgba(0,0,0,.2);
	position: absolute;
	top: 0
}




#budget-hidden {
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: all .5s
}
#budget-hidden.show-budget {
	height: auto;
	opacity: 1
}
#waiting {
	text-align: center
}
#waiting .wait, #waiting .done {
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: all .5s
}
#waiting .wait.show-element, #waiting .done.show-element {
	height: auto;
	opacity: 1
}
.circ {
	opacity: 0;
	stroke-dasharray: 130;
	stroke-dashoffset: 130;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.tick {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	-webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
	-moz-transition: stroke-dashoffset 1s 0.5s ease-out;
	-ms-transition: stroke-dashoffset 1s 0.5s ease-out;
	-o-transition: stroke-dashoffset 1s 0.5s ease-out;
	transition: stroke-dashoffset 1s 0.5s ease-out
}
#tick {
	margin: 0 0 1em 0;
	width: 200px
}
.success-text {
	color: #a8e288
}
.drawn + svg .path {
	opacity: 1;
	stroke-dashoffset: 0
}
.csr-step.show-step {
	padding: 50px;
	height: auto;
	margin: 0 0 25px 0;
	opacity: 1;
	position: static;
	top: inherit
}
#scharDiv-1 {
	padding: 50px;
	height: auto;
	margin: 0 0 25px 0;
	opacity: 1;
	position: static;
	top: inherit
}
.csr-step:last-child, .csr-step.show-step:last-child {
	margin: 0
}
.csr-wrap input[type="text"], .csr-wrap input[type="phone"], .csr-wrap input[type="number"], .csr-wrap textarea, .csr-wrap select, .csr-wrap input[type="tel"], .csr-wrap input[type="email"] {
	width: 100%;
	font-family: 'Cabin Condensed', sans-serif;
	background: #58585a;
	background: #B0B0B0;
	border: none;
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	font-size: 16px;
	-webkit-text-shadow: 1px 1px 2px #676767;
	text-shadow: 1px 1px 2px #676767;
	margin: .5em 0 0 0
}
.csr-wrap label {
	margin: 1em 0 0;
	display: block;
	font-weight: 400;
	
	font-size: 1.1em
}
.csr-wrap *:focus {
	outline: none
}
.csr-wrap input[type="radio"], .csr-wrap input[type="checkbox"] {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	vertical-align: -3px;
	margin: 0 .5em 0 0;
	appearance: checkbox;
	-webkit-appearance: checkbox
}
.csr-wrap input[type="radio"] {
	appearance: radio;
	-webkit-appearance: radio
}
.csr-next, .csr-wrap input[type="submit"] {
    color: #fff;
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    padding: 10px 8px;
    text-align: center;
    color: #777777;
    font-size: 24px;
    background: none;
    border: 2px solid #949494 !important;
    box-shadow: none !important;
    outline: none;
    margin: 5px auto;
    text-decoration: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.csr-next:hover, .csr-wrap input[type="submit"]:hover {
	color: #fff;
	background: #000000;
	box-shadow: 1px 0px 0px #949494, 0px 1px 0px #949494, 2px 1px 0px #949494, 1px 2px 0px #949494, 3px 2px 0px #949494, 2px 3px 0px #949494, 4px 3px 0px #949494, 3px 4px 0px #949494, 5px 4px 0px #949494, 4px 5px 0px #949494, 6px 5px 0px #949494;
	outline: none
}
.csr-next:active, .csr-wrap input[type="submit"]:active {
	color: #fff;
	box-shadow: 1px 0px 0px #356bc5, 0px 1px 0px #2c5ba8, 2px 1px 0px #356bc5, 1px 2px 0px #2c5ba8, 3px 2px 0px #356bc5;
	-moz-transform: translate(3px, 3px);
	-ms-transform: translate(3px, 3px);
	-o-transform: translate(3px, 3px);
	-webkit-transform: translate(3px, 3px);
	transform: translate(3px, 3px)
}
.csr-step fieldset {
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border:none;
	
}
@keyframes shake {
10%, 90% {
transform:translate3d(-1px, 0, 0)
}
20%, 80% {
transform:translate3d(2px, 0, 0)
}
30%, 50%, 70% {
transform:translate3d(-4px, 0, 0)
}
40%, 60% {
transform:translate3d(4px, 0, 0)
}
}
@keyframes shake2 {
10%, 90% {
transform:translate3d(-1px, 0, 0)
}
20%, 80% {
transform:translate3d(2px, 0, 0)
}
30%, 50%, 70% {
transform:translate3d(-4px, 0, 0)
}
40%, 60% {
transform:translate3d(4px, 0, 0)
}
}
.csr-wrap .has-error {
	-webkit-box-shadow: 0 7px 15px 2px rgba(255,50,50,.5);
	box-shadow: 0 7px 15px 2px rgba(255,50,50,.5);
	outline: 0;
	color: #da3f3f;
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0)
}
.csr-wrap .second-animation {
	animation: shake2 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0)
}
.csr-wrap .has-error input[type="text"], .csr-wrap .has-error select, .csr-wrap .has-error textarea {
	-webkit-box-shadow: 0 0px 5px 2px rgba(255,50,50,.5);
	box-shadow: 0 0px 5px 2px rgba(255,50,50,.5);
	outline: 0
}
.csr-wrap .invalid-message {
	list-style: none;
	color: red;
	display: none
}
label {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.checkbox, .radio {
	position: relative;
	margin: .5rem;
	padding: 0;
	line-height: 135%;
	cursor: pointer;
	background: rgba(0,0,0,0)
}
input[type="radio"], input[type="radio"]:hover, input[type="radio"]:active, input[type="radio"]:focus, input[type="radio"]:checked, input[type="checkbox"], input[type="checkbox"]:hover, input[type="checkbox"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	font-size: 0;
	height: 0;
	width: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	top: 0;
	z-index: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0
}

.csr-step h3{text-align:center;}
.step_input label {
    /* margin: 1em 0 0; */
    display: block;
    font-weight: 400;
    font-size: 1.1em;
    border: 1px solid #e7e7e7;
	text-align:center;
	padding: 30px 5px;
	background: ghostwhite;  
}
.step_input label:hover {
    
	background: floralwhite;  
}
.step_input img {width:100%;}
.step_input label img {width:170px;}

.checkbox::before {
	transition: all 0.25s ease-in-out;
	content: "";
	position: absolute;
	right: -8px;
	bottom:12px;
	z-index: 2;
	width: 4rem;
	height: 4rem;
	border: 15px solid rgba(0,0,0,0);
}
.checkbox:hover::before {
	
}
input:checked+ label{
	background:#d4af37;
	color:#fff;
	
	}
	
	input:checked+ label:hover{
	background:#333333;
	color:#fff;
	
	}

input:checked+.checkbox::before {
	transform: rotate(-45deg);
	width: 6rem !important;
	height: 2.8rem !important;
	border-color: #ff0f0f;
	border-top: 0px solid rgba(0,0,0,0);
	border-right: 0px solid rgba(0,0,0,0)
}
.radio::before, .radio::after {
	transition: all 0.25s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	z-index: 2;
	width: 1rem;
	height: 1rem;
	border: 2px solid #c7c7c7;
	background: #fff;
	border-radius: 100%
}
.radio::before {
	transform-origin: center center;
	transform: scale3d(0, 0, 1)
}
.radio::after {
	z-index: 1
}
.radio:hover::after {
	border: 2px solid #9c9c9c
}
input:checked+.radio:hover::after {
	transform: none;
	border: 2px solid #c7c7c7
}
input:checked+.radio::before {
	border-color: #ff0f0f;
	background: #ff0f0f;
	transform: scale3d(0.6, 0.6, 1)
}
.select select {
	transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	position: relative;
	width: 100%;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: rgba(0,0,0,0);
	border: 2px solid #c7c7c7;
	padding: .5rem 1rem;
	line-height: 1.5;
	margin: .5em 0 0 0;
	cursor: pointer;
	-webkit-text-shadow: none;
	text-shadow: none;
	color: #58585a
}
.select select::-ms-expand {
display:none !important
}
.select select::-ms-value {
background-color:rgba(0,0,0,0) !important;
color:#333 !important
}
.select option {
	color: #333;
	font-size: 16px;
	background: #fff
}
.select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: block;
	width: 100%
}
.select::after {
	transition: all 0.25s ease-in-out;
	content: "";
	height: 0px;
	width: 0px;
	position: absolute;
	right: 17px;
	bottom: 15px;
	z-index: 1;
	height: 0px;
	width: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #C6C6C6;
	transform: rotate(0deg)
}
.select:hover select {
	border: 2px solid #9c9c9c
}
.select:hover::after {
	border-top: 10px solid #9c9c9c
}

@media all and (max-width:768px) {
.csr-wrap {
	margin-top: 35px
}
}
